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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-decorations-001-expected.html

Issue 1211973013: update-w3c-deps import using blink d42488bb63a5ac7fd6befd40a9b90fe85cebcc4a: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add flaky/timeout to TestExpectations 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <title>CSS Writing Modes Test: </title> 2 <title>CSS Writing Modes Test: </title>
3 <link rel="help" href="http://dev.w3.org/csswg/css-writing-modes-3/#text-combine -layout" title="9.1.2. Layout Rules"> 3 <link rel="help" href="http://dev.w3.org/csswg/css-writing-modes-3/#text-combine -layout" title="9.1.2. Layout Rules">
4 <meta name="assert" content="The resulting composition is treated as a signel gl yph for decorations"> 4 <meta name="assert" content="The resulting composition is treated as a signel gl yph for decorations">
5 <meta name="flags" content="ahem"> 5 <meta name="flags" content="ahem">
6 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com"> 6 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com">
7 <style> 7 <style>
8 #container { 8 #container {
9 font: 50px/1 Ahem; 9 font: 50px/1 Ahem;
10 } 10 }
(...skipping 13 matching lines...) Expand all
24 .underline { 24 .underline {
25 text-decoration:underline; 25 text-decoration:underline;
26 } 26 }
27 .overline { 27 .overline {
28 text-decoration:overline; 28 text-decoration:overline;
29 } 29 }
30 .emphasis { 30 .emphasis {
31 -webkit-text-emphasis:filled; 31 -webkit-text-emphasis:filled;
32 } 32 }
33 </style> 33 </style>
34 <p>This test asserts the resulting composition is treated as a signel glyph for decorations. 34 <p>This test asserts the resulting composition is treated as a single glyph for decorations.
35 <p>Test passes if the following two boxes in each row are identical. 35 <p>Test passes if the following two boxes in each row are identical.
36 <div id=container> 36 <div id=container>
37 <div class=vlr> 37 <div class=vlr>
38 <div class=test> 38 <div class=test>
39 <p class=underline>X&#xA0;X 39 <p class=underline>X&#xA0;X
40 <p class=overline>X&#xA0;X 40 <p class=overline>X&#xA0;X
41 <p class=emphasis>XXX 41 <p class=emphasis>XXX
42 </div> 42 </div>
43 <div class=ref> 43 <div class=ref>
44 <p class=underline>X&#xA0;X 44 <p class=underline>X&#xA0;X
45 <p class=overline>X&#xA0;X 45 <p class=overline>X&#xA0;X
46 <p class=emphasis>XXX 46 <p class=emphasis>XXX
47 </div> 47 </div>
48 </div> 48 </div>
49 <div class=vrl> 49 <div class=vrl>
50 <div class=test> 50 <div class=test>
51 <p class=underline>X&#xA0;X 51 <p class=underline>X&#xA0;X
52 <p class=overline>X&#xA0;X 52 <p class=overline>X&#xA0;X
53 <p class=emphasis>XXX 53 <p class=emphasis>XXX
54 </div> 54 </div>
55 <div class=ref> 55 <div class=ref>
56 <p class=underline>X&#xA0;X 56 <p class=underline>X&#xA0;X
57 <p class=overline>X&#xA0;X 57 <p class=overline>X&#xA0;X
58 <p class=emphasis>XXX 58 <p class=emphasis>XXX
59 </div> 59 </div>
60 </div> 60 </div>
61 </div> 61 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698