| 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: float</title> | 4 <title>CSS 2.1 Test Suite: float</title> |
| 5 <script src="../resources/ahem.js"></script> |
| 5 <style type="text/css"> | 6 <style type="text/css"> |
| 6 body { overflow: hidden; } | 7 body { overflow: hidden; } |
| 7 div { background: red url(support/css1test5525b-0.png) no-repeat; color: gree
n; | 8 div { background: red url(support/css1test5525b-0.png) no-repeat; color: gree
n; |
| 8 font: 15px/1 Ahem; padding: 0; width: 8em; border: solid black; } | 9 font: 15px/1 Ahem; padding: 0; width: 8em; border: solid black; } |
| 9 img { float: left; color: red; } | 10 img { float: left; color: red; } |
| 10 .test1 { margin: 1em; background: red url(support/css1test5525b-1.png) no-rep
eat; } | 11 .test1 { margin: 1em; background: red url(support/css1test5525b-1.png) no-rep
eat; } |
| 11 .test2 { margin: 1em; background: red url(support/css1test5525b-2.png) no-rep
eat; } | 12 .test2 { margin: 1em; background: red url(support/css1test5525b-2.png) no-rep
eat; } |
| 12 .test2 img { margin-top: 0px; margin-left: 0px; height: 3em; } | 13 .test2 img { margin-top: 0px; margin-left: 0px; height: 3em; } |
| 13 .test3 { margin: 1em; background: red url(support/css1test5525b-3.png) no-rep
eat; } | 14 .test3 { margin: 1em; background: red url(support/css1test5525b-3.png) no-rep
eat; } |
| 14 .test3 img { margin-top: 30px; margin-left: 30px; height: 3em; } | 15 .test3 img { margin-top: 30px; margin-left: 30px; height: 3em; } |
| (...skipping 29 matching lines...) Expand all Loading... |
| 44 <img alt="FAIL" src="support/swatch-green.png"> | 45 <img alt="FAIL" src="support/swatch-green.png"> |
| 45 x x x xx x x x | 46 x x x xx x x x |
| 46 </p> | 47 </p> |
| 47 <p class="test6"> | 48 <p class="test6"> |
| 48 <img alt="FAIL" src="support/pattern-grg-rrg-rgg.png"> | 49 <img alt="FAIL" src="support/pattern-grg-rrg-rgg.png"> |
| 49 x x x xx x x x | 50 x x x xx x x x |
| 50 </p> | 51 </p> |
| 51 </div> | 52 </div> |
| 52 </body> | 53 </body> |
| 53 </html> | 54 </html> |
| OLD | NEW |