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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/reference/vertical-ahem-1x3-ref-expected.html

Issue 1188583004: update-w3c-deps import using blink 9d3793ee56e5bb1aa1eef078d848e1b0e6e4d355: (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | Annotate | Revision Log
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-1x3-notref.html">
8 <meta name="flags" content="ahem"> 7 <meta name="flags" content="ahem">
9 <style> 8 <style>
10 .test { 9 .test {
11 -webkit-writing-mode: vertical-rl;
12 font-size: 5em; 10 font-size: 5em;
13 font-family: Ahem; 11 font-family: Ahem;
14 } 12 }
15 </style> 13 </style>
16 </head> 14 </head>
17 <body> 15 <body>
18 16
19 <p>Test passes if there are 2 <strong>identical</strong> black rectangles.</p> 17 <p>Test passes if there are 2 <strong>identical</strong> black rectangles.</p>
20 18
21 <div class="test"> 19 <div class="test">
22 <p>xxx</p> 20 <p>xxx</p>
23 <p>xxx</p> 21 <p>xxx</p>
24 </div> 22 </div>
25 23
26 </body> 24 </body>
27 </html> 25 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698