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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/flexbox/flexitem.html

Issue 1729073002: Update SVG tests ahead of offset* removal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update flexitem.html and grid-item-display.html too 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/flexbox/flexitem-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <link href="resources/flexbox.css" rel="stylesheet"> 3 <link href="resources/flexbox.css" rel="stylesheet">
4 <style> 4 <style>
5 .flexbox { 5 .flexbox {
6 width: 600px; 6 width: 600px;
7 background-color: #aaa; 7 background-color: #aaa;
8 position: relative; 8 position: relative;
9 min-height: 10px; 9 min-height: 10px;
10 } 10 }
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 <input data-expected-display="block" data-expected-width="75" type="text" valu e="text"></input> 45 <input data-expected-display="block" data-expected-width="75" type="text" valu e="text"></input>
46 </div> 46 </div>
47 47
48 <div class="flexbox"> 48 <div class="flexbox">
49 <img data-expected-display="block" data-expected-width="200" style="flex: 1 0 auto;" src="../images/resources/blue-100.png"> 49 <img data-expected-display="block" data-expected-width="200" style="flex: 1 0 auto;" src="../images/resources/blue-100.png">
50 <img data-expected-display="block" data-expected-width="200" data-expected-hei ght="100" style="flex: 2 0 0;" src="doesnotexist.png"> 50 <img data-expected-display="block" data-expected-width="200" data-expected-hei ght="100" style="flex: 2 0 0;" src="doesnotexist.png">
51 <img data-expected-display="block" data-expected-width="200" data-expected-hei ght="100" style="flex: 2 0 0;" src="doesnotexist.png" alt="placeholder text"> 51 <img data-expected-display="block" data-expected-width="200" data-expected-hei ght="100" style="flex: 2 0 0;" src="doesnotexist.png" alt="placeholder text">
52 </div> 52 </div>
53 53
54 <div class="flexbox"> 54 <div class="flexbox">
55 <svg data-expected-display="block" data-expected-width="100" style="flex: 1 0 auto; width: 100px; height: 100px"> 55 <svg data-expected-display="block" data-expected-bounding-client-rect-width="1 00" style="flex: 1 0 auto; width: 100px; height: 100px">
56 <circle cx="50" cy="50" r="50" fill="blue"> 56 <circle cx="50" cy="50" r="50" fill="blue">
57 </circle> 57 </circle>
58 </svg> 58 </svg>
59 <svg data-expected-display="block" data-expected-width="500" style="flex: 1 1 auto; height: 100px; width: 100%"> 59 <svg data-expected-display="block" data-expected-bounding-client-rect-width="5 00" style="flex: 1 1 auto; height: 100px; width: 100%">
60 <circle cx="50" cy="50" r="50" fill="green"> 60 <circle cx="50" cy="50" r="50" fill="green">
61 </circle> 61 </circle>
62 </svg> 62 </svg>
63 </div> 63 </div>
64 64
65 <div class="flexbox"> 65 <div class="flexbox">
66 <span data-expected-display="block" data-expected-width="200" style="flex: 2 0 0"></span> 66 <span data-expected-display="block" data-expected-width="200" style="flex: 2 0 0"></span>
67 <button data-expected-display="block" data-expected-width="100" style="flex: 1 0 0">button</button> 67 <button data-expected-display="block" data-expected-width="100" style="flex: 1 0 0">button</button>
68 <span data-expected-display="block" data-expected-width="300" style="flex: 2 2 100px"></span> 68 <span data-expected-display="block" data-expected-width="300" style="flex: 2 2 100px"></span>
69 </div> 69 </div>
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 <img data-expected-width="10" style="max-width:-webkit-min-content" src="../ images/resources/green-10.png"> 178 <img data-expected-width="10" style="max-width:-webkit-min-content" src="../ images/resources/green-10.png">
179 <img data-expected-width="50" style="max-width:-webkit-max-content" src="../ images/resources/blue-100.png"> 179 <img data-expected-width="50" style="max-width:-webkit-max-content" src="../ images/resources/blue-100.png">
180 <img data-expected-width="10" style="max-width:-webkit-max-content" src="../ images/resources/green-10.png"> 180 <img data-expected-width="10" style="max-width:-webkit-max-content" src="../ images/resources/green-10.png">
181 <img data-expected-width="50" style="max-width:-webkit-fill-available" src=" ../images/resources/blue-100.png"> 181 <img data-expected-width="50" style="max-width:-webkit-fill-available" src=" ../images/resources/blue-100.png">
182 <img data-expected-width="50" style="max-width:-webkit-fill-available" src=" ../images/resources/green-10.png"> 182 <img data-expected-width="50" style="max-width:-webkit-fill-available" src=" ../images/resources/green-10.png">
183 <img data-expected-width="50" style="max-width:-webkit-fit-content" src="../ images/resources/blue-100.png"> 183 <img data-expected-width="50" style="max-width:-webkit-fit-content" src="../ images/resources/blue-100.png">
184 <img data-expected-width="10" style="max-width:-webkit-fit-content" src="../ images/resources/green-10.png"> 184 <img data-expected-width="10" style="max-width:-webkit-fit-content" src="../ images/resources/green-10.png">
185 </div> 185 </div>
186 186
187 </html> 187 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/flexbox/flexitem-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698