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

Unified Diff: LayoutTests/css3/flexbox/multiline-shrink-to-fit-expected.html

Issue 289903007: Inline flexbox width is wrongly calculated when wrapping vertically (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressing comments of patch set 7 Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/css3/flexbox/multiline-shrink-to-fit.html ('k') | Source/core/rendering/RenderFlexibleBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/flexbox/multiline-shrink-to-fit-expected.html
diff --git a/LayoutTests/css3/flexbox/multiline-shrink-to-fit-expected.html b/LayoutTests/css3/flexbox/multiline-shrink-to-fit-expected.html
index f97c6da5d0004ac45086696916199218f71d2119..8cf1c116f75a32cf411a6e5aec8b3a4714468ea6 100644
--- a/LayoutTests/css3/flexbox/multiline-shrink-to-fit-expected.html
+++ b/LayoutTests/css3/flexbox/multiline-shrink-to-fit-expected.html
@@ -33,15 +33,15 @@ td {
<body>
<p>Test to make sure that multiline column flexboxes shrink-to-fit properly.</p>
-<div class="testcase" style="height: 60px; width: 400px">
+<div class="testcase" style="height: 60px; width: 100px">
<div style="width: 100px; height: 20px"></div>
<div style="width: 100px; height: 10px"></div>
<div style="width: 100px; height: 10px"></div>
<div style="width: 100px; height: 20px"></div>
</div>
-<p style="clear:left">The grey background should be 400px wide.</p>
+<p style="clear:left">The grey background should be 100px wide.</p>
-<div class="testcase" style="height: 30px; width: 400px">
+<div class="testcase" style="height: 30px; width: 100px">
<table>
<td>
<div style="width: 100px; height: 20px"></div>
@@ -53,20 +53,20 @@ td {
</td>
</table>
</div>
-<p style="clear:left">The grey background should be 400px wide.</p>
+<p style="clear:left">The grey background should be 100px wide.</p>
<div style="width: 150px">
-<div class="testcase" style="height: 60px; width: 150px">
+<div class="testcase" style="height: 60px; width: 100px">
<div style="width: 100px; height: 20px"></div>
<div style="width: 100px; height: 10px"></div>
<div style="width: 100px; height: 10px"></div>
<div style="width: 100px; height: 20px"></div>
</div>
</div>
-<p style="clear:left">The grey background should be 150px wide.</p>
+<p style="clear:left">The grey background should be 100px wide.</p>
<div style="width: 150px">
-<div class="testcase" style="height: 35px; width: 150px;">
+<div class="testcase" style="height: 35px; width: 100px;">
<table>
<td>
<div style="width: 100px; height: 20px"></div>
@@ -79,7 +79,7 @@ td {
</table>
</div>
</div>
-<p style="clear:left">The grey background should be 150px wide and 5px should
+<p style="clear:left">The grey background should be 100px wide and 5px should
stick out the bottom.</p>
</body>
« no previous file with comments | « LayoutTests/css3/flexbox/multiline-shrink-to-fit.html ('k') | Source/core/rendering/RenderFlexibleBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698