| 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-left</title> | 4 <title>CSS 2.1 Test Suite: margin-left</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-left: 0; text-align: left; background-color: brown;} | 10 .zero {margin-left: 0; text-align: left; background-color: brown;} |
| 10 .one {margin-left: 0.5in; text-align: left; background-color: brown;} | 11 .one {margin-left: 0.5in; text-align: left; background-color: brown;} |
| 11 .two {margin-left: 48px; text-align: left; background-color: brown;} | 12 .two {margin-left: 48px; text-align: left; background-color: brown;} |
| 12 .three {margin-left: 4.8em; text-align: left; background-color: brown;} | 13 .three {margin-left: 4.8em; text-align: left; background-color: brown;} |
| 13 .four {margin-left: 24%; text-align: left; background-color: brown;} | 14 .four {margin-left: 24%; text-align: left; background-color: brown;} |
| 14 </style> | 15 </style> |
| (...skipping 14 matching lines...) Expand all Loading... |
| 29 </p> | 30 </p> |
| 30 <p class="three"> | 31 <p class="three"> |
| 31 x | 32 x |
| 32 </p> | 33 </p> |
| 33 <p class="four"> | 34 <p class="four"> |
| 34 x | 35 x |
| 35 </p> | 36 </p> |
| 36 </div> | 37 </div> |
| 37 </body> | 38 </body> |
| 38 </html> | 39 </html> |
| OLD | NEW |