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