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 div.test, div.control { margin: 1em; } | 7 div.test, div.control { margin: 1em; } |
7 p.criteria { color: navy; } | 8 p.criteria { color: navy; } |
8 p, ul, li { margin: 0; padding: 0; list-style: none; } | 9 p, ul, li { margin: 0; padding: 0; list-style: none; } |
9 | 10 |
10 div.test { border: solid black; width: 10em; background-color: orange; font:
1em/1 Ahem; color: teal; } | 11 div.test { border: solid black; width: 10em; background-color: orange; font:
1em/1 Ahem; color: teal; } |
11 ul.test, li.test { margin-left: 2em; text-align: left; } | 12 ul.test, li.test { margin-left: 2em; text-align: left; } |
12 li.test { background-color: aqua; } | 13 li.test { background-color: aqua; } |
13 ul.test { background-color: yellow; } | 14 ul.test { background-color: yellow; } |
14 | 15 |
(...skipping 17 matching lines...) Expand all Loading... |
32 <li>-</li> | 33 <li>-</li> |
33 </ul> | 34 </ul> |
34 </div> | 35 </div> |
35 <div class="control"> | 36 <div class="control"> |
36 <div class="a"><div class="aa"></div></div> | 37 <div class="a"><div class="aa"></div></div> |
37 <div class="b"><div class="bb"></div></div> | 38 <div class="b"><div class="bb"></div></div> |
38 <div class="a"><div class="aa"></div></div> | 39 <div class="a"><div class="aa"></div></div> |
39 </div> | 40 </div> |
40 </body> | 41 </body> |
41 </html> | 42 </html> |
OLD | NEW |