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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 <div id="second-blue-float"> </div> | 88 <div id="second-blue-float"> </div> |
89 | 89 |
90 <div id="third-olive-float-with-clear"> </div> | 90 <div id="third-olive-float-with-clear"> </div> |
91 | 91 |
92 <div id="fourth-fuchsia-float-with-clear"> </div> | 92 <div id="fourth-fuchsia-float-with-clear"> </div> |
93 | 93 |
94 <div id="orange-horiz-tb"> </div> | 94 <div id="orange-horiz-tb"> </div> |
95 | 95 |
96 </body> | 96 </body> |
97 </html> | 97 </html> |
OLD | NEW |