| 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 <head> | 3 <head> |
| 4 <title>CSS Test: Reference Result</title> | 4 <title>CSS Test: Reference Result</title> |
| 5 <script src="../../resources/ahem.js"></script> |
| 5 <style type="text/css"> | 6 <style type="text/css"> |
| 6 .test { | 7 .test { |
| 7 height: 2em; | 8 height: 2em; |
| 8 font: 40px/60px Ahem; color: blue; | 9 font: 40px/60px Ahem; color: blue; |
| 9 } | 10 } |
| 10 | 11 |
| 11 #control { | 12 #control { |
| 12 height: 40px; | 13 height: 40px; |
| 13 margin-bottom: -18px; | 14 margin-bottom: -18px; |
| 14 } | 15 } |
| (...skipping 14 matching lines...) Expand all Loading... |
| 29 <img id="control" src="support/swatch-blue.png" alt="FAIL"><!-- | 30 <img id="control" src="support/swatch-blue.png" alt="FAIL"><!-- |
| 30 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!-- | 31 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!-- |
| 31 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!-- | 32 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!-- |
| 32 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!-- | 33 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!-- |
| 33 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!-- | 34 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!-- |
| 34 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!-- | 35 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!-- |
| 35 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"> | 36 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"> |
| 36 </div> | 37 </div> |
| 37 | 38 |
| 38 </body> | 39 </body> |
| 39 </html> | 40 </html> |
| OLD | NEW |