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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-height-baseline-001-expected.html

Issue 1703343002: Import csswg-test@83cd50a9a99bb6ef2a98de73e9b7e22f717e2b84 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 Snap Size: snap-height baseline</title>
3 <link rel="author" title="Koji Ishii" href="kojiishi@gmail.com">
4 <style>
5 div {
6 font-family: Ahem;
7 font-size: 40px;
8 line-height: 40px;
9 }
10 .test, .ref {
11 display: inline-block;
12 vertical-align: top;
13 width: 5em;
14 }
15 .test {
16 snap-height: 64px 50;
17 }
18 .ref > div {
19 margin-bottom: 24px;
20 }
21 .transparent {
22 color: transparent;
23 }
24 </style>
25 <p class="instructions" style="display:none">Test passes if left and right are t he same.
26 <div class="ref">
27 <div>XXXXX</div>
28 <div>XXXXX</div>
29 <div>XXXXX</div>
30 <div>XXXXX</div>
31 <div class="transparent">X</div>
32 <div>X</div>
33 <div>X</div>
34 </div>
35 <div class="ref">
36 <div>XXXXX</div>
37 <div>XXXXX</div>
38 <div>XXXXX</div>
39 <div>XXXXX</div>
40 <div class="transparent">X</div>
41 <div>X</div>
42 <div>X</div>
43 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698