Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / overflow / overflow-body-stop-propagation-expected.html
blobc4543c613b4fc1dd0000d143e3a199e38e8a40f8
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 body {
6 margin: 0px;
8 </style>
9 </head>
10 <body>
11 <div>This checks that we don't wrongly propagate the body's overflow clip when we shouldn't.<br>This text should be visible in the output.</div>
12 </body>
13 </html>