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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/text-decoration-001.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-decoration</ti tle> 4 <title>CSS Writing Modes Test: text-combine-upright with text-decoration</ti tle>
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="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-combin e-upright"> 6 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-combin e-upright">
7 <link rel="match" href="reference/text-decoration-001-ref.htm"> 7 <link rel="match" href="reference/text-decoration-001-ref.htm">
8 <meta name="assert" content="Test passes if text decoration applies to the c omposed character but each character inside tate-chu-yoko."> 8 <meta name="assert" content="Test passes if text decoration applies to the c omposed character but each character inside tate-chu-yoko.">
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <style type="text/css"> 10 <style type="text/css">
11 @font-face { 11 @font-face {
12 font-family: 'tcu-font'; 12 font-family: 'tcu-font';
13 src: url('support/tcu-font.woff'); 13 src: url('support/tcu-font.woff');
14 } 14 }
15 15
16 .tcu-with-decoration { 16 .tcu-with-decoration {
17 font: 100px 'tcu-font'; 17 font: 100px 'tcu-font';
18 -webkit-writing-mode: vertical-rl; 18 -webkit-writing-mode: vertical-rl;
19 -webkit-text-combine: horizontal; 19 -webkit-text-combine: horizontal;
20 text-decoration: underline; 20 text-decoration: underline;
21 } 21 }
22 </style> 22 </style>
23 </head> 23 </head>
24 <body> 24 <body>
25 <p>Test passes if this figure and the emphasis are idencial</p> 25 <p>Test passes if this figure and the emphasis are idencial</p>
26 <div class="tcu-with-decoration">44</div> 26 <div class="tcu-with-decoration">44</div>
27 </body> 27 </body>
28 </html> 28 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698