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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/text-emphasis-001-expected.htm

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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>CSS Writing Modes Test: text-combine-upright with text-emphasis</titl e> 4 <title>CSS Writing Modes Test: text-combine-upright with text-emphasis</titl e>
5 <link rel="author" title="Shinsuke Matsuki" href="mailto:shinsuke.matsuki@ac cess-company.com"> 5 <link rel="author" title="Shinsuke Matsuki" href="mailto:shinsuke.matsuki@ac cess-company.com">
6 <link rel="mismatch" href="reference/text-emphasis-001-notref.htm"> 6 <link rel="mismatch" href="reference/text-emphasis-001-notref.htm">
7 <meta charset="utf-8"> 7 <meta charset="utf-8">
8 <style type="text/css"> 8 <style type="text/css">
9 @font-face { 9 @font-face {
10 font-family: 'tcu-font'; 10 font-family: 'tcu-font';
11 src: url('support/tcu-font.woff'); 11 src: url('support/tcu-font.woff');
12 } 12 }
13 13
14 .tcu-with-emphasis { 14 .tcu-with-emphasis {
15 font: 100px 'tcu-font'; 15 font: 100px 'tcu-font';
16 -webkit-writing-mode: vertical-rl; 16 -webkit-writing-mode: vertical-rl;
17 -webkit-text-combine: horizontal; 17 -webkit-text-combine: horizontal;
18 -webkit-text-emphasis-style: open dot; 18 -webkit-text-emphasis-style: open dot;
19 } 19 }
20 </style> 20 </style>
21 </head> 21 </head>
22 <body> 22 <body>
23 <p>Test passes if this figure and the emphasis are idencial</p> 23 <p>Test passes if this figure and the emphasis are idencial</p>
24 <div class="tcu-with-emphasis">7</div> 24 <div class="tcu-with-emphasis">7</div>
25 </body> 25 </body>
26 </html> 26 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698