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

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

Issue 1419013007: update-w3c-deps import using blink 83a52878976eaffc8753993a7689c9c178664fba: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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" /> 11 <meta content="" name="flags" />
12 12
13 <style type="text/css"><![CDATA[ 13 <style type="text/css"><![CDATA[
14 body 14 body
15 { 15 {
16 margin-left: 32px; 16 margin-left: 32px;
17 } 17 }
18 18
19 div 19 div
20 { 20 {
21 border: blue solid 2px; 21 border: blue solid 2px;
22 font-size: 32px; 22 font-size: 32px;
23 margin: 1em; 23 margin: 1em;
24 writing-mode: vertical-rl; 24 writing-mode: vertical-lr;
25 text-orientation: mixed; 25 text-orientation: mixed;
26 } 26 }
27 ]]></style> 27 ]]></style>
28 28
29 </head> 29 </head>
30 30
31 <body> 31 <body>
32 32
33 <p>Test passes if there are 2 identical blue rectangles with "123456" rotate d 90 degrees clockwise. The size of each blue rectangles must be identical and t he two "123456" numbers must be enclosed by the two blue borders.</p> 33 <p>Test passes if there are 2 identical blue rectangles with "123456" rotate d 90 degrees clockwise. The size of each blue rectangles must be identical and t he two "123456" numbers must be enclosed by the two blue borders.</p>
34 34
35 <div>123456</div> 35 <div>123456</div>
36 36
37 <div>123456</div> 37 <div>123456</div>
38 38
39 </body> 39 </body>
40 </html> 40 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698