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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/value-all-002-expected.html

Issue 1170703002: Import more CSS Writing Modes Level 3 test suites (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: TestExpetations Created 5 years, 6 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> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>CSS Test Reference</title> 5 <title>CSS Test Reference</title>
6 <link rel="author" title="Masataka Yakura" href="https://google.com/+MasatakaYak ura"> 6 <link rel="author" title="Masataka Yakura" href="https://google.com/+MasatakaYak ura">
7 <link rel="mismatch" href="horizontal-ahem-1x1-notref.html"> 7 <link rel="mismatch" href="horizontal-ahem-1x1-notref.html">
8 <meta name="flags" content="ahem"> 8 <meta name="flags" content="ahem">
9 <style> 9 <style>
10 .test { 10 .test {
11 -webkit-writing-mode: vertical-rl; 11 -webkit-writing-mode: vertical-rl;
12 font-size: 5em; 12 font-size: 5em;
13 font-family: Ahem; 13 font-family: Ahem;
14 } 14 }
15 </style> 15 </style>
16 </head> 16 </head>
17 <body> 17 <body>
18 18
19 <p>Test passes if there are 2 <strong>identical</strong> black rectangles.</p> 19 <p>Test passes if there are 2 <strong>identical</strong> black rectangles.</p>
20 20
21 <div class="test"> 21 <div class="test">
22 <p>x</p> 22 <p>x</p>
23 <p>x</p> 23 <p>x</p>
24 </div> 24 </div>
25 25
26 </body> 26 </body>
27 </html> 27 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698