| Index: LayoutTests/svg/overflow/overflow-scroll-on-outermost-svg-element-expected.html
|
| diff --git a/LayoutTests/svg/overflow/overflow-scroll-on-outermost-svg-element-expected.html b/LayoutTests/svg/overflow/overflow-scroll-on-outermost-svg-element-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8ec71fa321cf0a7fad720e151d869ab5f20aeabf
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/overflow/overflow-scroll-on-outermost-svg-element-expected.html
|
| @@ -0,0 +1,9 @@
|
| +<!doctype html>
|
| +<style>
|
| +html,body { padding:0; margin:0 }
|
| +</style>
|
| +<body style="overflow:scroll">
|
| +<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400">
|
| + <rect width="400" height="400" fill="green"/>
|
| +</svg>
|
| +</body>
|
|
|