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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-layout-rules-001-expected.html

Issue 1211973013: update-w3c-deps import using blink d42488bb63a5ac7fd6befd40a9b90fe85cebcc4a: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add flaky/timeout to TestExpectations Created 5 years, 5 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="font">
8 <style>
9 @font-face {
10 font-family: tcu-font;
11 src: url("suppotcu-font.woff");
12 }
13
14 .test {
15 -webkit-writing-mode: vertical-rl;
16 font-size: 9em;
17 font-family: tcu-font;
18 line-height: 160px;
19 }
20
21 .test > div {
22 margin-right: 16px;
23 line-height: 1em;
24 }
25 </style>
26 </head>
27 <body>
28
29 <p>Test passes if there are 2 <strong>identical</strong> rectangles.</p>
30
31 <div class="test">
32 <div>0</div>
33 <div>0</div>
34 </div>
35
36 </body>
37 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698