| 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: padding</title> | 4 <title>CSS 2.1 Test Suite: padding</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 { padding: 1em; } | 12 ul.test, li.test { padding: 1em; } |
| 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 14 matching lines...) Expand all Loading... |
| 29 </ul> | 30 </ul> |
| 30 </div> | 31 </div> |
| 31 <div class="control"> | 32 <div class="control"> |
| 32 <div class="orange"> | 33 <div class="orange"> |
| 33 <div class="teal"></div> | 34 <div class="teal"></div> |
| 34 <div class="aqua"><div class="teal"></div></div> | 35 <div class="aqua"><div class="teal"></div></div> |
| 35 <div class="teal"></div> | 36 <div class="teal"></div> |
| 36 </div> | 37 </div> |
| 37 </div> | 38 </div> |
| 38 </body> | 39 </body> |
| 39 </html> | 40 </html> |
| OLD | NEW |