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

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

Issue 1754963002: Import csswg-test@7ea034e7602d867c19f2e8820eeaadf3058f726a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
(Empty)
1 <!DOCTYPE html>
2 <title>CSS Snap Size: snap-width</title>
3 <link rel="author" title="Koji Ishii" href="kojiishi@gmail.com">
4 <style>
5 .test, .ref {
6 font-family: Ahem;
7 font-size: 32px;
8 line-height: 1;
9 margin: .5em 0;
10 width: 20em;
11 }
12 </style>
13 <body>
14 <p class="instructions" style="display:none">Test passes if the top and the bott om boxes are the same,
15 including how they look and their horizontal positions.
16 <div class="test">XXXXXXXXXX XXXXXXXXX</div>
17 <div class="ref">XXXXXXXXXX XXXXXXXXX</div>
18 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698