Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / overflow / overflow-scroll-on-outermost-svg-element-expected.html
blob8ec71fa321cf0a7fad720e151d869ab5f20aeabf
1 <!doctype html>
2 <style>
3 html,body { padding:0; margin:0 }
4 </style>
5 <body style="overflow:scroll">
6 <svg xmlns="http://www.w3.org/2000/svg" width="400" height="400">
7 <rect width="400" height="400" fill="green"/>
8 </svg>
9 </body>