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

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

Issue 2635283002: Import csswg-test@bc8209834436f49df0511b3b440faece186e64b5 (Closed)
Patch Set: Created 3 years, 11 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 Snap Size: snap-height center</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;
(...skipping 12 matching lines...) Expand all
23 <div class="ref"> 23 <div class="ref">
24 <div>XXXXX</div> 24 <div>XXXXX</div>
25 <div>XXXXX XXXXX XXXXX</div> 25 <div>XXXXX XXXXX XXXXX</div>
26 <div><br>X<br>X</div> 26 <div><br>X<br>X</div>
27 </div> 27 </div>
28 <div class="ref"> 28 <div class="ref">
29 <div>XXXXX</div> 29 <div>XXXXX</div>
30 <div>XXXXX XXXXX XXXXX</div> 30 <div>XXXXX XXXXX XXXXX</div>
31 <div><br>X<br>X</div> 31 <div><br>X<br>X</div>
32 </div> 32 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698