| OLD | NEW |
| 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>CSS 2.1 Test Suite: clear</title> | 4 <title>CSS 2.1 Test Suite: clear</title> |
| 5 <style type="text/css"> | 5 <style type="text/css"> |
| 6 body { overflow: hidden; } |
| 6 div { font: 15px/1 Ahem; color: green; background: red url(support/css1test55
26.png) no-repeat; width: 20em; border: solid black; } | 7 div { font: 15px/1 Ahem; color: green; background: red url(support/css1test55
26.png) no-repeat; width: 20em; border: solid black; } |
| 7 p { margin: 1em 0; } | 8 p { margin: 1em 0; } |
| 8 .left {float: left;} | 9 .left {float: left;} |
| 9 .right {float: right;} | 10 .right {float: right;} |
| 10 .one {clear: left;} | 11 .one {clear: left;} |
| 11 .two {clear: right;} | 12 .two {clear: right;} |
| 12 .three {clear: both;} | 13 .three {clear: both;} |
| 13 .four {clear: none;} | 14 .four {clear: none;} |
| 14 </style> | 15 </style> |
| 15 <link title="9.5 Floats" href="http://www.w3.org/TR/CSS21/visuren.html#floats"
rel="help"> | 16 <link title="9.5 Floats" href="http://www.w3.org/TR/CSS21/visuren.html#floats"
rel="help"> |
| (...skipping 27 matching lines...) Expand all Loading... |
| 43 <img alt="[Image]" height="50" src="support/swatch-green.png" class="left"> | 44 <img alt="[Image]" height="50" src="support/swatch-green.png" class="left"> |
| 44 <img alt="[Image]" height="50" src="support/swatch-green.png" class="right"> | 45 <img alt="[Image]" height="50" src="support/swatch-green.png" class="right"> |
| 45 <p class="four"> | 46 <p class="four"> |
| 46 xxxxx xxxx xxx xx x xx xxx xxxx | 47 xxxxx xxxx xxx xx x xx xxx xxxx |
| 47 xxxxx xxxx xxx xx x xx xxx xxxx | 48 xxxxx xxxx xxx xx x xx xxx xxxx |
| 48 xxxxx xxxx xxx xx x xx xxx xxxx | 49 xxxxx xxxx xxx xx x xx xxx xxxx |
| 49 xxxxx xxxx xxx xx x xx xxx xxxx | 50 xxxxx xxxx xxx xx x xx xxx xxxx |
| 50 </p> | 51 </p> |
| 51 </div> | 52 </div> |
| 52 </body> | 53 </body> |
| 53 </html> | 54 </html> |
| OLD | NEW |