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: margin</title> | 4 <title>CSS 2.1 Test Suite: margin</title> |
| 5 <script src="../resources/ahem.js"></script> |
5 <style type="text/css"> | 6 <style type="text/css"> |
6 body { color: navy; } | 7 body { color: navy; } |
7 div { font: 10px/1 Ahem; width: 200px; color: orange; } | 8 div { font: 10px/1 Ahem; width: 200px; color: orange; } |
8 img { vertical-align: bottom; } | 9 img { vertical-align: bottom; } |
9 .zero {margin: 0; background-color: brown;} | 10 .zero {margin: 0; background-color: brown;} |
10 .one {margin: 0.25in; background-color: brown;} | 11 .one {margin: 0.25in; background-color: brown;} |
11 .two {margin: 24px; background-color: brown;} | 12 .two {margin: 24px; background-color: brown;} |
12 .three {margin: 2.4em; background-color: brown;} | 13 .three {margin: 2.4em; background-color: brown;} |
13 .four {margin: 12%; background-color: brown;} | 14 .four {margin: 12%; background-color: brown;} |
14 </style> | 15 </style> |
(...skipping 16 matching lines...) Expand all Loading... |
31 </p> | 32 </p> |
32 <p class="four"> | 33 <p class="four"> |
33 x | 34 x |
34 </p> | 35 </p> |
35 <p class="zero"> | 36 <p class="zero"> |
36 <img width="24" alt="" src="support/swatch-white.png" height="10">x<img w
idth="142" alt="" src="support/1x1-transparent.png" height="10"><img width="24"
alt="" src="support/swatch-white.png" height="10"> | 37 <img width="24" alt="" src="support/swatch-white.png" height="10">x<img w
idth="142" alt="" src="support/1x1-transparent.png" height="10"><img width="24"
alt="" src="support/swatch-white.png" height="10"> |
37 </p> | 38 </p> |
38 </div> | 39 </div> |
39 </body> | 40 </body> |
40 </html> | 41 </html> |
OLD | NEW |