Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/ortho-htb-alongside-vrl-floats-014.xht

Issue 2309603003: Import csswg-test@6ef20244c71e0d1dfe0a91d8f78befa25a03d94e (Closed)
Patch Set: Manually fix reference for text-combine-upright-line-breaking-rules-001.html. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
89 --> 89 -->
90 90
91 <div id="first-blue-float">&nbsp;</div> 91 <div id="first-blue-float">&nbsp;</div>
92 92
93 <div id="second-olive-float-with-clear">&nbsp;</div> 93 <div id="second-olive-float-with-clear">&nbsp;</div>
94 94
95 <div id="orange-horiz-tb">&nbsp;</div> 95 <div id="orange-horiz-tb">&nbsp;</div>
96 96
97 </body> 97 </body>
98 </html> 98 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698