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-bottom</title> | 4 <title>CSS 2.1 Test Suite: padding-bottom</title> |
| 5 <script src="../resources/ahem.js"></script> |
5 <style type="text/css"> | 6 <style type="text/css"> |
6 td { padding: 0; border: solid black; } | 7 td { padding: 0; border: solid black; } |
7 p { margin: 0; } | 8 p { margin: 0; } |
8 .test { font: 12px/1 Ahem; width: 5em; } | 9 .test { font: 12px/1 Ahem; width: 5em; } |
9 .zero {padding-bottom: 0; background-color: orange; color: blue;} | 10 .zero {padding-bottom: 0; background-color: orange; color: blue;} |
10 .one {padding-bottom: 0.125in; background-color: yellow; color: aqua;} | 11 .one {padding-bottom: 0.125in; background-color: yellow; color: aqua;} |
11 .two {padding-bottom: 12px; background-color: lime; color: fuchsia;} | 12 .two {padding-bottom: 12px; background-color: lime; color: fuchsia;} |
12 .three {padding-bottom: 1em; background-color: blue; color: orange;} | 13 .three {padding-bottom: 1em; background-color: blue; color: orange;} |
13 .four {padding-bottom: 20%; background-color: aqua; color: yellow;} | 14 .four {padding-bottom: 20%; background-color: aqua; color: yellow;} |
14 .five {padding-bottom: -20px; background-color: fuchsia; color: lime;} | 15 .five {padding-bottom: -20px; background-color: fuchsia; color: lime;} |
(...skipping 30 matching lines...) Expand all Loading... |
45 <div class="lime"></div> | 46 <div class="lime"></div> |
46 <div class="orange"></div> | 47 <div class="orange"></div> |
47 <div class="blue"></div> | 48 <div class="blue"></div> |
48 <div class="yellow"></div> | 49 <div class="yellow"></div> |
49 <div class="aqua"></div> | 50 <div class="aqua"></div> |
50 <div class="lime"></div> | 51 <div class="lime"></div> |
51 </td> | 52 </td> |
52 </tr> | 53 </tr> |
53 </table> | 54 </table> |
54 </body> | 55 </body> |
55 </html> | 56 </html> |
OLD | NEW |