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

Unified Diff: LayoutTests/css3/flexbox/multiline-shrink-to-fit.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
Index: LayoutTests/css3/flexbox/multiline-shrink-to-fit.html
diff --git a/LayoutTests/css3/flexbox/multiline-shrink-to-fit.html b/LayoutTests/css3/flexbox/multiline-shrink-to-fit.html
index 81fd06db1fdc6d8c0409eee0307ccb32cfcdc3fe..2d7bde74a63efd6aaf64461381381897b87fdb69 100644
--- a/LayoutTests/css3/flexbox/multiline-shrink-to-fit.html
+++ b/LayoutTests/css3/flexbox/multiline-shrink-to-fit.html
@@ -35,7 +35,7 @@
<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="flexbox" style="height: 30px">
<div style="width: 100px; height: 20px"></div>
@@ -43,7 +43,7 @@
<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 style="width: 150px">
<div class="flexbox">
@@ -53,7 +53,7 @@
<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="flexbox" style="height: 35px">
@@ -63,7 +63,7 @@
<div style="width: 100px; height: 20px"></div>
</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>

Powered by Google App Engine
This is Rietveld 408576698