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

Unified Diff: LayoutTests/css3/flexbox/percentage-sizes-quirks.html

Issue 1258693005: [css-flexbox] Correctly determine whether a percentage height is definite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix tests Created 5 years, 4 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/percentage-sizes-quirks.html
diff --git a/LayoutTests/css3/flexbox/percentage-sizes-quirks.html b/LayoutTests/css3/flexbox/percentage-sizes-quirks.html
index ed581f1ecabe8a761dd4f83338ab9cef7a1d01dd..181e1e5738ede1b636cf617b3599d581f2281846 100644
--- a/LayoutTests/css3/flexbox/percentage-sizes-quirks.html
+++ b/LayoutTests/css3/flexbox/percentage-sizes-quirks.html
@@ -62,7 +62,7 @@
<div class="container column">
<div class="flexbox">
- <div style="flex: 0 0 50%" data-expected-height=0></div>
+ <div style="flex: 0 0 50%" data-expected-height=25></div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698