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 <script src="../resources/ahem.js"></script> |
5 <style type="text/css"> | 6 <style type="text/css"> |
6 body { overflow: hidden; } | 7 body { overflow: hidden; } |
7 div { font: 15px/1 Ahem; color: green; background: red url(support/css1test55
26.png) no-repeat; width: 20em; border: solid black; } | 8 div { font: 15px/1 Ahem; color: green; background: red url(support/css1test55
26.png) no-repeat; width: 20em; border: solid black; } |
8 p { margin: 1em 0; } | 9 p { margin: 1em 0; } |
9 .left {float: left;} | 10 .left {float: left;} |
10 .right {float: right;} | 11 .right {float: right;} |
11 .one {clear: left;} | 12 .one {clear: left;} |
12 .two {clear: right;} | 13 .two {clear: right;} |
13 .three {clear: both;} | 14 .three {clear: both;} |
14 .four {clear: none;} | 15 .four {clear: none;} |
(...skipping 30 matching lines...) Expand all Loading... |
45 <img alt="[Image]" height="50" src="support/swatch-green.png" class="right"> | 46 <img alt="[Image]" height="50" src="support/swatch-green.png" class="right"> |
46 <p class="four"> | 47 <p class="four"> |
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 xxxxx xxxx xxx xx x xx xxx xxxx | 51 xxxxx xxxx xxx xx x xx xxx xxxx |
51 </p> | 52 </p> |
52 </div> | 53 </div> |
53 </body> | 54 </body> |
54 </html> | 55 </html> |
OLD | NEW |