| OLD | NEW |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd"> |
| 2 | 2 |
| 3 <html xmlns="http://www.w3.org/1999/xhtml"> | 3 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 4 | 4 |
| 5 <head> | 5 <head> |
| 6 | 6 |
| 7 <title>CSS Writing Modes Test: positioning of an orthogonal (horizontal-tb) bl
ock alongside vertical-rl floats</title> | 7 <title>CSS Writing Modes Test: positioning of an orthogonal (horizontal-tb) bl
ock alongside vertical-rl floats</title> |
| 8 | 8 |
| 9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
ugsSection/css21testsuite/" /> | 9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
ugsSection/css21testsuite/" /> |
| 10 <link rel="bookmark" href="https://bugzilla.mozilla.org/show_bug.cgi?id=128372
1" title="Bug 1283721: Incorrect positioning of orthogonal (horizontal-tb) block
alongside vertical-rl floats" /> | 10 <link rel="bookmark" href="https://bugzilla.mozilla.org/show_bug.cgi?id=128372
1" title="Bug 1283721: Incorrect positioning of orthogonal (horizontal-tb) block
alongside vertical-rl floats" /> |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 <div id="first-blue-float"> </div> | 79 <div id="first-blue-float"> </div> |
| 80 | 80 |
| 81 <div id="second-olive-float-with-clear"> </div> | 81 <div id="second-olive-float-with-clear"> </div> |
| 82 | 82 |
| 83 <div id="third-fuchsia-float-with-clear"> </div> | 83 <div id="third-fuchsia-float-with-clear"> </div> |
| 84 | 84 |
| 85 <div id="orange-horiz-tb"> </div> | 85 <div id="orange-horiz-tb"> </div> |
| 86 | 86 |
| 87 </body> | 87 </body> |
| 88 </html> | 88 </html> |
| OLD | NEW |