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