Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / floats-wrap-inside-inline-007-expected.html
blobc9cf3638d3df6a9ea5d2e0336470941f569f77cf
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>CSS Test: Test for wrapping around floats which are overlapped by the element that must avoid them</title>
5 <link rel="author" title="WebKit" href="http://webkit.org/">
6 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats">
7 <style type="text/css">
8 body { width: 400px; background: white}
9 div { background: white; }
10 </style>
11 </head>
12 <body>
13 <p>There should be no red text visible below.</p>
14 <div class="container">
15 <div style="position: absolute; width: 100px; height: 150px; background: black;"></div>
16 </div>
17 </body></html>