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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-022.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: list and vertical-lr - block flow direction of block-level boxes</title> 7 <title>CSS Writing Modes Test: list and vertical-lr - block flow direction of block-level boxes</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/#writing-mode" title="3.1 Block Flow Direction: the writing-mode property" /> 10 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode" title="3.1 Block Flow Direction: the writing-mode property" />
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 48
49 ul#right-border 49 ul#right-border
50 { 50 {
51 border-right: blue solid 1em; 51 border-right: blue solid 1em;
52 } 52 }
53 ]]></style> 53 ]]></style>
54 </head> 54 </head>
55 55
56 <body> 56 <body>
57 57
58 <!-- The 1st left-most line of "P" --> <ul class="left-border"><li>AAAAAAA</li ></ul> 58 <!-- The 1st left-most line of "P" --> <ul class="left-border"><li>AAAAAAA</li>< /ul>
59 59
60 <!-- The 2nd left-most line of "P" --> <ul><li>B&nbsp; C&nbsp;&nbsp; </li></ul > 60 <!-- The 2nd left-most line of "P" --> <ul><li>B&nbsp; C&nbsp;&nbsp; </li></ul>
61 61
62 <!-- The 3rd left-most line of "P" --> <ul><li>D&nbsp; E&nbsp;&nbsp; </li></ul > 62 <!-- The 3rd left-most line of "P" --> <ul><li>D&nbsp; E&nbsp;&nbsp; </li></ul>
63 63
64 <!-- The 4th left-most line of "P" --> <ul><li>FFFF&nbsp;&nbsp; </li></ul> 64 <!-- The 4th left-most line of "P" --> <ul><li>FFFF&nbsp;&nbsp; </li></ul>
65 65
66 66
67 67
68 <!-- The left-most line of "A" --> <ul class="left-border"><li>GGGGGGG</li></u l> 68 <!-- The left-most line of "A" --> <ul class="left-border"><li>GGGGGGG</li></ul>
69 69
70 <!-- The 2nd left-most line of "A" --> <ul><li>H&nbsp; J&nbsp;&nbsp; </li></ul > 70 <!-- The 2nd left-most line of "A" --> <ul><li>H&nbsp; J&nbsp;&nbsp; </li></ul>
71 71
72 <!-- The 3rd left-most line of "A" --> <ul><li>K&nbsp; L&nbsp;&nbsp; </li></ul > 72 <!-- The 3rd left-most line of "A" --> <ul><li>K&nbsp; L&nbsp;&nbsp; </li></ul>
73 73
74 <!-- The 4th left-most line of "A" --> <ul><li>MMMMMMM</li></ul> 74 <!-- The 4th left-most line of "A" --> <ul><li>MMMMMMM</li></ul>
75 75
76 76
77 77
78 <!-- The 1st left-most line of left-most "S" --> <ul class="left-border"><li>N NNN&nbsp; Q</li></ul> 78 <!-- The 1st left-most line of left-most "S" --> <ul class="left-border"><li>NNN N&nbsp; Q</li></ul>
79 79
80 <!-- The 2nd left-most line of left-most "S" --> <ul><li>R&nbsp; S&nbsp; T</li ></ul> 80 <!-- The 2nd left-most line of left-most "S" --> <ul><li>R&nbsp; S&nbsp; T</li>< /ul>
81 81
82 <!-- The 3rd left-most line of left-most "S" --> <ul><li>U&nbsp; V&nbsp; W</li ></ul> 82 <!-- The 3rd left-most line of left-most "S" --> <ul><li>U&nbsp; V&nbsp; W</li>< /ul>
83 83
84 <!-- The 4th left-most line of left-most "S" --> <ul><li>X&nbsp; YYYY</li></ul > 84 <!-- The 4th left-most line of left-most "S" --> <ul><li>X&nbsp; YYYY</li></ul>
85 85
86 86
87 87
88 <!-- The left-most line of right-most "S" --> <ul class="left-border"><li>aaaa &nbsp; b</li></ul> 88 <!-- The left-most line of right-most "S" --> <ul class="left-border"><li>aaaa&n bsp; b</li></ul>
89 89
90 <!-- The 2nd left-most line of right-most "S" --> <ul><li>c&nbsp; d&nbsp; e</l i></ul> 90 <!-- The 2nd left-most line of right-most "S" --> <ul><li>c&nbsp; d&nbsp; e</li> </ul>
91 91
92 <!-- The 3rd left-most line of right-most "S" --> <ul><li>f&nbsp; g&nbsp; h</l i></ul> 92 <!-- The 3rd left-most line of right-most "S" --> <ul><li>f&nbsp; g&nbsp; h</li> </ul>
93 93
94 <!-- The 4th left-most line of right-most "S" --> <ul id="right-border"><li>j& nbsp; kkkk</li></ul> 94 <!-- The 4th left-most line of right-most "S" --> <ul id="right-border"><li>j&nb sp; kkkk</li></ul>
95 95
96 </body> 96 </body>
97 </html> 97 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698