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

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

Issue 2104493003: Import csswg-test@0589ea025a684e31742740ca3b599230bcc25e5d (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update TestExpectations, delete background Created 4 years, 5 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-width</title> 2 <title>CSS Snap Size: snap-width</title>
3 <link rel="help" href="https://drafts.csswg.org/css-snap-size/#snap-width"> 3 <link rel="help" href="https://drafts.csswg.org/css-snap-size/#snap-width">
4 <link rel="match" href="reference/snap-width--001.html"> 4 <link rel="match" href="reference/snap-width--001.html">
5 <meta name="assert" content="This test asserts the snap-width property rounds do wn the box width."> 5 <meta name="assert" content="This test asserts the snap-width property rounds do wn the box width.">
6 <meta name="flags" content="ahem"> 6 <meta name="flags" content="ahem">
7 <link rel="author" title="Koji Ishii" href="kojiishi@gmail.com"> 7 <link rel="author" title="Koji Ishii" href="kojiishi@gmail.com">
8 <style> 8 <style>
9 .container { 9 .container {
10 font-family: Ahem; 10 font-family: Ahem;
(...skipping 17 matching lines...) Expand all
28 max-width: 20.5em; 28 max-width: 20.5em;
29 } 29 }
30 table { border-spacing: 0; } 30 table { border-spacing: 0; }
31 td { padding: 0; } 31 td { padding: 0; }
32 .ref { 32 .ref {
33 white-space: pre; /* make sure the line does not wrap */ 33 white-space: pre; /* make sure the line does not wrap */
34 width: 20em; 34 width: 20em;
35 } 35 }
36 </style> 36 </style>
37 <body> 37 <body>
38 <p class="instructions" style="display:none">Test passes if each pair of boxes a re the same, 38 <p class="instructions">Test passes if each pair of boxes are the same,
39 including how they look, widths, and horizontal positions. 39 including how they look, widths, and horizontal positions.
40 40
41 <div class="container"> 41 <div class="container">
42 <div class="test"><table width="100%"><tr><td>XXXXXXXXXX XXXXXXXXX</td></tr></ table></div> 42 <div class="test"><table width="100%"><tr><td>XXXXXXXXXX XXXXXXXXX</td></tr></ table></div>
43 <div class="ref"><table width="100%"><tr><td>XXXXXXXXXX XXXXXXXXX</td></tr></t able></div> 43 <div class="ref"><table width="100%"><tr><td>XXXXXXXXXX XXXXXXXXX</td></tr></t able></div>
44 </div> 44 </div>
45 45
46 <div class="border container"> 46 <div class="border container">
47 <div class="test"><table width="100%"><tr><td>XXXXXXXXXX XXXXXXXXX</td></tr></ table></div> 47 <div class="test"><table width="100%"><tr><td>XXXXXXXXXX XXXXXXXXX</td></tr></ table></div>
48 <div class="ref"><table width="100%"><tr><td>XXXXXXXXXX XXXXXXXXX</td></tr></t able></div> 48 <div class="ref"><table width="100%"><tr><td>XXXXXXXXXX XXXXXXXXX</td></tr></t able></div>
49 </div> 49 </div>
50 50
51 <div class="padding container"> 51 <div class="padding container">
52 <div class="test"><table width="100%"><tr><td>XXXXXXXXXX XXXXXXXXX</td></tr></ table></div> 52 <div class="test"><table width="100%"><tr><td>XXXXXXXXXX XXXXXXXXX</td></tr></ table></div>
53 <div class="ref"><table width="100%"><tr><td>XXXXXXXXXX XXXXXXXXX</td></tr></t able></div> 53 <div class="ref"><table width="100%"><tr><td>XXXXXXXXXX XXXXXXXXX</td></tr></t able></div>
54 </div> 54 </div>
55 55
56 <div class="border padding container"> 56 <div class="border padding container">
57 <div class="test"><table width="100%"><tr><td>XXXXXXXXXX XXXXXXXXX</td></tr></ table></div> 57 <div class="test"><table width="100%"><tr><td>XXXXXXXXXX XXXXXXXXX</td></tr></ table></div>
58 <div class="ref"><table width="100%"><tr><td>XXXXXXXXXX XXXXXXXXX</td></tr></t able></div> 58 <div class="ref"><table width="100%"><tr><td>XXXXXXXXXX XXXXXXXXX</td></tr></t able></div>
59 </div> 59 </div>
60 </body> 60 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698