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

Side by Side Diff: third_party/WebKit/LayoutTests/external/csswg-test/css-writing-modes-3/text-combine-upright-value-all-001.html

Issue 2707203005: Import csswg-test@ed79f8614481e97d61f17f41b65448c211d27c6f (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/LayoutTests/external/csswg-test/css-writing-modes-3/support/mplus-1p-regular.ttf ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>CSS Writing Modes: text-combine-upright: all</title> 5 <title>CSS Writing Modes: text-combine-upright: all</title>
6 <link rel="author" title="Masataka Yakura" href="https://google.com/+MasatakaYak ura"> 6 <link rel="author" title="Masataka Yakura" href="https://google.com/+MasatakaYak ura">
7 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-combine-up right"> 7 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-combine-up right">
8 <link rel="match" href="reference/text-combine-upright-value-single-character.ht ml"> 8 <link rel="match" href="reference/text-combine-upright-value-single-character.ht ml">
9 <meta name="assert" content="'text-combine-upright: all' rotates the composition even if tate-chu-yoko"> 9 <meta name="assert" content="'text-combine-upright: all' rotates the composition even if tate-chu-yoko">
10 <meta name="flags" content="font"> 10 <meta name="flags" content="">
11 <style> 11 <style>
12 @font-face { 12 @font-face {
13 font-family: tcu-font; 13 font-family: tcu-font;
14 src: url("support/tcu-font.woff"); 14 src: url("support/tcu-font.woff");
15 } 15 }
16 16
17 .test { 17 .test {
18 writing-mode: vertical-rl; 18 writing-mode: vertical-rl;
19 font-size: 5em; 19 font-size: 5em;
20 font-family: tcu-font; 20 font-family: tcu-font;
21 } 21 }
22 22
23 .tcy { 23 .tcy {
24 text-combine-upright: all; 24 text-combine-upright: all;
25 } 25 }
26 </style> 26 </style>
27 </head> 27 </head>
28 <body> 28 <body>
29 29
30 <p>Test passes if there are 2 <strong>identical</strong> white triangles.</p> 30 <p>Test passes if there are 2 <strong>identical</strong> white triangles.</p>
31 31
32 <div class="test"> 32 <div class="test">
33 <p><span class="tcy">2</span></p> 33 <p><span class="tcy">2</span></p>
34 <p>3</p> 34 <p>3</p>
35 </div> 35 </div>
36 36
37 </body> 37 </body>
38 </html> 38 </html>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/external/csswg-test/css-writing-modes-3/support/mplus-1p-regular.ttf ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698