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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/margin-collapse-vrl-010.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: 'vertical-rl' and margin collapsing - floated e lements do not collapse margins</title> 7 <title>CSS Writing Modes Test: 'vertical-rl' and margin collapsing - floated e lements do not collapse margins</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="help" href="http://www.w3.org/TR/css-writing-modes-3/#logical-direc tion-layout" title="7.4 Flow-Relative Mappings" /> 10 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#logical-direc tion-layout" title="7.4 Flow-Relative Mappings" />
11 <link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht" /> 11 <link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht" />
12 12
13 <!-- 13 <!--
14 Test adapted from 14 Test adapted from
15 http://test.csswg.org/suites/css2.1/nightly-unstable/html4/margin-collapse-006 .htm 15 http://test.csswg.org/suites/css2.1/nightly-unstable/html4/margin-collapse-006 .htm
16 16
17 " 17 "
18 The margin collapsing rules apply exactly with the block-start margin substitu ted for the top margin and the block-end margin substituted for the bottom margi n. 18 The margin collapsing rules apply exactly with the block-start margin substitu ted for the top margin and the block-end margin substituted for the bottom margi n.
19 " 19 "
20 --> 20 -->
21 21
22 <meta content="ahem image" name="flags" /> 22 <meta content="ahem image" name="flags" />
23 <meta name="assert" content="This test checks that margin-start of floated box does not collapse with the margin-end of a preceding block box in 'vertical-rl' writing-mode." /> 23 <meta name="assert" content="This test checks that margin-start of floated box does not collapse with the margin-end of a preceding block box in 'vertical-rl' writing-mode." />
24 24
25 <style type="text/css"><![CDATA[ 25 <style type="text/css"><![CDATA[
26 div 26 div
27 { 27 {
28 font: 25px/1em Ahem; 28 font: 25px/1em Ahem;
29 height: 4em; 29 height: 4em;
30 } 30 }
(...skipping 29 matching lines...) Expand all
60 60
61 <p>Test passes if there is a filled green square and <strong>no red</strong>.< /p> 61 <p>Test passes if there is a filled green square and <strong>no red</strong>.< /p>
62 62
63 <div id="wrapper"> 63 <div id="wrapper">
64 <div id="rightmost"></div> 64 <div id="rightmost"></div>
65 <div id="leftmost"></div> 65 <div id="leftmost"></div>
66 </div> 66 </div>
67 67
68 </body> 68 </body>
69 </html> 69 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698