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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-height-vrl-010-expected.xht

Issue 1922043004: Import csswg-test@b2daa426addd5ccb8e9ce1c5d800f9d82603f1ec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update W3CImportExpectations and make me owner for css-scoping-1 Created 4 years, 7 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 Reftest Reference</title> 7 <title>CSS Reftest Reference</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 10
11 <meta content="" name="flags" />
12
13 <style type="text/css"><![CDATA[ 11 <style type="text/css"><![CDATA[
14 body 12 body
15 { 13 {
16 margin-left: 32px; 14 margin-left: 32px;
17 } 15 }
18 16
19 div 17 div
20 { 18 {
21 border: blue solid 2px; 19 border: blue solid 2px;
22 font-size: 32px; 20 font-size: 32px;
23 margin: 1em; 21 margin: 1em;
24 writing-mode: vertical-rl; 22 writing-mode: vertical-rl;
25 text-orientation: upright; 23 text-orientation: upright;
26 } 24 }
27 ]]></style> 25 ]]></style>
28 26
29 </head> 27 </head>
30 28
31 <body> 29 <body>
32 30
33 <p>Test passes if there are 2 identical blue rectangles with "123456" uprigh t. The size of each blue rectangles must be identical and the two "123456" numbe rs must be enclosed by the two blue borders.</p> 31 <p>Test passes if there are 2 identical blue rectangles with "123456" uprigh t. The size of each blue rectangles must be identical and the two "123456" numbe rs must be enclosed by the two blue borders.</p>
34 32
35 <div>123456</div> 33 <div>123456</div>
36 34
37 <div>123456</div> 35 <div>123456</div>
38 36
39 </body> 37 </body>
40 </html> 38 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698