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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/reference/full-width-ref.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
(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="http://google.com/+MasatakaYaku ra">
7 <link rel="mismatch" href="full-width-notcu-notref.html">
8 <link rel="mismatch" href="full-width-horizontal-notref.html">
9 <style>
10 .test {
11 -webkit-writing-mode: vertical-rl;
12 }
13
14 .tcu-all {
15 -webkit-text-combine: horizontal;
16 }
17 </style>
18 </head>
19 <body>
20
21 <p>Test passes if the following paragraphs are identical:</p>
22
23 <div class="test">
24 <p>6月<span class="tcu-all">19</span>日</p>
25 <p>6月<span class="tcu-all">19</span>日</p>
26 </div>
27
28 </body>
29 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698