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: background</title> | 4 <title>CSS 2.1 Test Suite: background</title> |
| 5 <script src="../resources/ahem.js"></script> |
5 <style type="text/css"> | 6 <style type="text/css"> |
6 html {background: url(support/swatch-blue.png) repeat-x center top fixed;} | 7 html {background: url(support/swatch-blue.png) repeat-x center top fixed;} |
7 div { font: 15px/1 Ahem; background: red; color: green; width: 11em; margin:
0 0 0 2em; } | 8 div { font: 15px/1 Ahem; background: red; color: green; width: 11em; margin:
0 0 0 2em; } |
8 .dummy { color: silver; } | 9 .dummy { color: silver; } |
9 .one {background: green url(support/swatch-red.png) repeat-y 100% 0%;} | 10 .one {background: green url(support/swatch-red.png) repeat-y 100% 0%;} |
10 .two {background: green url(support/swatch-red.png) repeat-y center top;} | 11 .two {background: green url(support/swatch-red.png) repeat-y center top;} |
11 .three {background: green url(support/swatch-red.png) repeat-x left top;} | 12 .three {background: green url(support/swatch-red.png) repeat-x left top;} |
12 </style> | 13 </style> |
13 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-prope
rties" title="14.2.1 Background properties: 'background-color', 'background-imag
e', 'background-repeat', 'background-attachment', 'background-position', and 'ba
ckground'"> | 14 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-prope
rties" title="14.2.1 Background properties: 'background-color', 'background-imag
e', 'background-repeat', 'background-attachment', 'background-position', and 'ba
ckground'"> |
14 </head> | 15 </head> |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 <p class="dummy">Dummy text.</p> | 80 <p class="dummy">Dummy text.</p> |
80 <p class="dummy">Dummy text.</p> | 81 <p class="dummy">Dummy text.</p> |
81 <p class="dummy">Dummy text.</p> | 82 <p class="dummy">Dummy text.</p> |
82 <p class="dummy">Dummy text.</p> | 83 <p class="dummy">Dummy text.</p> |
83 <p class="dummy">Dummy text.</p> | 84 <p class="dummy">Dummy text.</p> |
84 <p class="dummy">Dummy text.</p> | 85 <p class="dummy">Dummy text.</p> |
85 <p class="dummy">Dummy text.</p> | 86 <p class="dummy">Dummy text.</p> |
86 <p class="dummy">Dummy text.</p> | 87 <p class="dummy">Dummy text.</p> |
87 <p class="dummy">Dummy text.</p> | 88 <p class="dummy">Dummy text.</p> |
88 </body> | 89 </body> |
89 </html> | 90 </html> |
OLD | NEW |