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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-line-breaking-rules-001.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 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-combine-up right">
9 <link rel="match" href="reference/text-combine-upright-line-breaking-rules-001.h tml">
10 <meta name="assert" content="The bracket should be combined with following chara cters.">
11 <style>
12 .vrl {
13 border:solid;
14 font-size:20pt;
15 height:2.5em;
16 margin:.2em;
17 -webkit-writing-mode:vertical-rl;
18 }
19 .tcy {
20 -webkit-text-combine:horizontal;
21 }
22 </style>
23 </head>
24 <body>
25 <p>Test passes two blocks look identical.</p>
26 <div class=vrl>あ「<span class=tcy>12</span></div>
27 <div class=vrl>あ<br>「<span class=tcy>12</span></div>
28 </body>
29 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698