| OLD | NEW | 
|---|
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st
    rict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st
    rict.dtd"> | 
| 2 <html> | 2 <html> | 
| 3 | 3 | 
| 4  <head> | 4  <head> | 
| 5 | 5 | 
| 6   <title>CSS Reftest Reference</title> | 6   <title>CSS Reftest Reference</title> | 
|  | 7 | 
| 7   <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
    ugsSection/css21testsuite/"> | 8   <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
    ugsSection/css21testsuite/"> | 
| 8   <link rel="author" title="Daniel Schattenkirchner" href="crazy-daniel{at}gmx.d
    e"> |  | 
| 9 | 9 | 
| 10   <style type="text/css"> | 10   <style type="text/css"> | 
| 11   div | 11   div | 
| 12   { | 12   { | 
| 13   background-color: green; | 13   border: black solid 5px; | 
| 14   height: 100px; | 14   height: 1in; | 
|  | 15   width: 2in; | 
| 15   } | 16   } | 
|  | 17 | 
|  | 18   img {vertical-align: top;} | 
| 16   </style> | 19   </style> | 
| 17 | 20 | 
| 18  </head> | 21  </head> | 
| 19 | 22 | 
| 20  <body> | 23  <body> | 
| 21 | 24 | 
| 22   <p>Test passes if there is a wide filled green rectangle and <strong>no red</s
    trong>.</p> | 25   <p>Test passes if the blue square is on the left inner edge of the hollow blac
    k rectangle.</p> | 
| 23 | 26 | 
| 24   <div></div> | 27    <div><img src="support/swatch-blue.png" width="96" height="96" alt="Image dow
    nload support must be enabled"></div> | 
| 25 | 28 | 
| 26  </body> | 29  </body> | 
| 27 </html> | 30 </html> | 
| OLD | NEW | 
|---|