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

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

Issue 1161223002: Import csswg-test/css-writing-modes-3/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comments updated 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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>CSS Test Reference</title>
6 <link rel="author" title="Masataka Yakura" href="https://google.com/+MasatakaYak ura">
7 <meta name="flags" content="ahem">
8 <style>
9 .test {
10 font-size: 5em;
11 font-family: Ahem;
12 }
13 </style>
14 </head>
15 <body>
16
17 <p>Test passes if there are 2 <strong>identical</strong> black rectangles.</p>
18
19 <div class="test">
20 <p>xxxx</p>
21 <p>xxxx</p>
22 </div>
23
24 </body>
25 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698