| 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: Inline Elements</title> | 4 <title>CSS 2.1 Test Suite: Inline Elements</title> |
| 5 <script src="../resources/ahem.js"></script> |
| 5 <style type="text/css"> | 6 <style type="text/css"> |
| 6 p { color: navy; } | 7 p { color: navy; } |
| 7 div { font: 10px/240% Ahem; color: black; width: 200px; margin: 0 0 0 10px; } | 8 div { font: 10px/240% Ahem; color: black; width: 200px; margin: 0 0 0 10px; } |
| 8 span { border: solid 10px blue; padding: 2px 20px 2px 10px; margin: 40px 30px
0 40px; } | 9 span { border: solid 10px blue; padding: 2px 20px 2px 10px; margin: 40px 30px
0 40px; } |
| 9 td { padding: 0; border: 2px solid black; } | 10 td { padding: 0; border: 2px solid black; } |
| 10 img { display: block; } | 11 img { display: block; } |
| 11 .control { background: red; color: yellow; } | 12 .control { background: red; color: yellow; } |
| 12 </style> | 13 </style> |
| 13 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatti
ng" title="9.4.2 Inline formatting context"> | 14 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatti
ng" title="9.4.2 Inline formatting context"> |
| 14 </head> | 15 </head> |
| 15 <body> | 16 <body> |
| 16 <p>The two diagrams below should be identical to the pixel with no red present
.</p> | 17 <p>The two diagrams below should be identical to the pixel with no red present
.</p> |
| 17 <table> | 18 <table> |
| 18 <tr> | 19 <tr> |
| 19 <td> | 20 <td> |
| 20 <div> | 21 <div> |
| 21 1 2 3 4 5 6 7 8 9 0 | 22 1 2 3 4 5 6 7 8 9 0 |
| 22 1 2 3 <span> 7 8 9 0 | 23 1 2 3 <span> 7 8 9 0 |
| 23 1 2 3 4 5 6 7 8 9 0 | 24 1 2 3 4 5 6 7 8 9 0 |
| 24 1 2 3 4 </span> 8 9 0 | 25 1 2 3 4 </span> 8 9 0 |
| 25 1 2 3 4 5 6 7 8 9 0 | 26 1 2 3 4 5 6 7 8 9 0 |
| 26 </div> | 27 </div> |
| 27 </td> | 28 </td> |
| 28 <td class="control"> | 29 <td class="control"> |
| 29 <img alt="FAIL: Images required for this test." src="support/css1test42a.pn
g"> | 30 <img alt="FAIL: Images required for this test." src="support/css1test42a.pn
g"> |
| 30 </td> | 31 </td> |
| 31 </tr> | 32 </tr> |
| 32 </table> | 33 </table> |
| 33 </body> | 34 </body> |
| 34 </html> | 35 </html> |
| OLD | NEW |