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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/clearance-calculations-vrl-004.xht

Issue 2104493003: Import csswg-test@0589ea025a684e31742740ca3b599230bcc25e5d (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update TestExpectations, delete background Created 4 years, 5 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: Clearance calculations - clearing box has narro wer margin than clearance</title> 7 <title>CSS Writing Modes Test: Clearance calculations - clearing box has narro wer margin than clearance</title>
8 8
9 <!-- 9 <!--
10 This test is the verticalized version of 10 This test is the verticalized version of
11 http://test.csswg.org/suites/css2.1/latest/html4/clear-clearance-calculation-0 02.htm 11 http://test.csswg.org/suites/css2.1/latest/html4/clear-clearance-calculation-0 02.htm
12 --> 12 -->
13 13
14 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB ugsSection/css21testsuite/" /> 14 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB ugsSection/css21testsuite/" />
15 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layo ut" title="7.1 Principles of Layout in Vertical Writing Modes" /> 15 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layo ut" title="7.1 Principles of Layout in Vertical Writing Modes" />
16 <link rel="match" href="clearance-calculations-vrl-004-ref.xht" /> 16 <link rel="match" href="clearance-calculations-vrl-004-ref.xht" />
17 17
18 <meta content="ahem image" name="flags" /> 18 <meta content="ahem image" name="flags" />
19 <meta content="This test checks that if, after margin collapsing, the position of the clearing element is on the right of the float or would be hypothetically positioned within the layout position of the float, then the clearing element i s positioned directly on the left of the floated element." name="assert" /> 19 <meta content="This test checks that if, after margin collapsing, the position of the clearing element is on the right of the float or would be hypothetically positioned within the layout position of the float, then the clearing element i s positioned directly on the left of the floated element." name="assert" />
20 20
21 <style type="text/css"><![CDATA[ 21 <style type="text/css"><![CDATA[
22 div 22 div
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 <p>Test passes if there is <strong>no red</strong>.</p> 63 <p>Test passes if there is <strong>no red</strong>.</p>
64 64
65 <div id="parent"> 65 <div id="parent">
66 <div id="preceding-sibling"></div> 66 <div id="preceding-sibling"></div>
67 <div id="floated-left"></div> 67 <div id="floated-left"></div>
68 <div id="clearing-left"></div> 68 <div id="clearing-left"></div>
69 </div> 69 </div>
70 70
71 </body> 71 </body>
72 </html> 72 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698