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

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

Issue 1213063003: update-w3c-deps import using blink 3b531d5bb326db09a7298b222030cf274590473d: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add rtcpeerconnection-idl-expected.txt 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 <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">
6 <meta charset="utf-8">
7 <style type="text/css">
8 @font-face {
9 font-family: 'tcu-font';
10 src: url('support/tcu-font.woff');
11 }
12
13 .tcu-with-emphasis {
14 font: 100px 'tcu-font';
15 -webkit-writing-mode: vertical-rl;
16 -webkit-text-combine: horizontal;
17 -webkit-text-emphasis-style: open dot;
18 }
19 </style>
20 </head>
21 <body>
22 <p>Test passes if this figure and the emphasis are idencial</p>
23 <div class="tcu-with-emphasis">7</div>
24 </body>
25 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698