Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / 006.html
blobe7b6c1fb442a90ae11232c667ef0d6b028b9ac81
1 <html>
2 <head>
3 <style>
4 .clear { clear: left; }
5 #clear.clear { clear: none; }
6 </style>
7 </head>
8 <body>
10 <div style="float:left; width:100px;height:100px"></div>
11 <div id="clear" class="clear" style="width:100px;height:100px;background-color:green"></div>
13 </body>
14 </html>