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

Side by Side Diff: third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/line-height-step-valign-001-expected.html

Issue 2707203005: Import csswg-test@ed79f8614481e97d61f17f41b65448c211d27c6f (Closed)
Patch Set: Created 3 years, 10 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 <title>CSS Rhythmic Sizing: line-height-step vertical-align test</title>
3 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com">
4 <style>
5 div {
6 font-family: Ahem;
7 font-size: 40px;
8 }
9 .ref {
10 line-height: 1;
11 }
12 .adjuster {
13 line-height: 80px;
14 color: transparent;
15 }
16 .top {
17 vertical-align: top;
18 }
19 .text-top {
20 vertical-align: text-top;
21 }
22 .text-bottom {
23 vertical-align: text-bottom;
24 }
25 .bottom {
26 vertical-align: bottom;
27 }
28 </style>
29 <p class="instructions">Test passes if two lines are the same.
30 <div class="ref">
31 <div>XX<span class="top">X</span><span class="text-top">X</span><span class="t ext-bottom">X</span><span class="bottom">X</span><span class="adjuster">X</span> </div>
32 </div>
33 <div class="ref">
34 <div>XX<span class="top">X</span><span class="text-top">X</span><span class="t ext-bottom">X</span><span class="bottom">X</span><span class="adjuster">X</span> </div>
35 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698