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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-line-breaking-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 Writing Modes: line-breaking-rules</title>
6 <link rel="author" title="Shinsuke Matsuki" href="shinsuke.matsuki@access-compan y.com">
7 <link rel="author" title="Koji Ishii" href="kojiishi@gmail.com">
8 <style>
9 .vrl {
10 border:solid;
11 font-size:20pt;
12 height:2.5em;
13 margin:.2em;
14 -webkit-writing-mode:vertical-rl;
15 }
16 .tcy {
17 -webkit-text-combine:horizontal;
18 }
19 </style>
20 </head>
21 <body>
22 <p>Test passes two blocks look identical.</p>
23 <div class=vrl>あ<br>「<span class=tcy>12</span></div>
24 <div class=vrl>あ<br>「<span class=tcy>12</span></div>
25 </body>
26 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698