tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / 006.html
1 <html>
2 <head>
3 <style>
4 .clear { clear: left; }
5 #clear.clear { clear: none; }
6 </style>
7 </head>
8 <body>
9
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>
12
13 </body>
14 </html>