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