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

Side by Side Diff: third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/line-height-step-ruby-001-expected.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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <title>CSS Snap Size: snap-height center</title> 2 <title>CSS Rhythmic Sizing: line-height-step and ruby</title>
3 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com"> 3 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com">
4 <style> 4 <style>
5 div { 5 div {
6 font-family: Ahem; 6 font-family: Ahem;
7 font-size: 40px; 7 font-size: 40px;
8 } 8 }
9 .test, .ref { 9 .test, .ref {
10 display: inline-block; 10 display: inline-block;
11 vertical-align: top; 11 vertical-align: top;
12 width: 5em; 12 width: 5em;
13 } 13 }
14 .test {
15 line-height: 40px;
16 snap-height: 60px;
17 }
18 .ref { 14 .ref {
19 line-height: 60px; 15 line-height: 120px;
20 } 16 }
21 </style> 17 </style>
18 <body>
22 <p class="instructions">Test passes if left and right are the same. 19 <p class="instructions">Test passes if left and right are the same.
23 <div class="ref"> 20 <div class="ref">
24 <div>XXXXX</div> 21 <div>X<ruby>XX<rt>XX</rt></ruby>X</div>
25 <div>XXXXX XXXXX XXXXX</div>
26 <div><br>X<br>X</div>
27 </div> 22 </div>
28 <div class="ref"> 23 <div class="ref">
29 <div>XXXXX</div> 24 <div>X<ruby>XX<rt>XX</rt></ruby>X</div>
30 <div>XXXXX XXXXX XXXXX</div>
31 <div><br>X<br>X</div>
32 </div> 25 </div>
26 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698