Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
LayoutTests
/
svg
/
overflow
/
overflow-on-outermost-svg-element-vertical-auto-expected.html
blob: cd7fa32a79dc56a882bb6bea961f992b428f9931 [
file
] [
log
] [
blame
]
<!doctype html>
<style>
html
,
body
{
padding
:
0
;
margin
:
0
}
svg
{
display
:
block
;
}
</style>
<body
style
=
"
overflow
:
auto
"
>
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"100"
height
=
"4000"
>
<rect
width
=
"100"
height
=
"4000"
fill
=
"green"
/>
</svg>
</body>