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

Unified Diff: LayoutTests/css3/flexbox/auto-height-with-flex.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/auto-height-with-flex.html
diff --git a/LayoutTests/css3/flexbox/auto-height-with-flex.html b/LayoutTests/css3/flexbox/auto-height-with-flex.html
index d1e2d176aae2ea61d24863af9e7b3b135f239800..870a0eeec053f1f038d54f9a1809d9b35ca960ad 100644
--- a/LayoutTests/css3/flexbox/auto-height-with-flex.html
+++ b/LayoutTests/css3/flexbox/auto-height-with-flex.html
@@ -1,5 +1,6 @@
-<div style="display:-webkit-flex; -webkit-flex-direction:column; border:1px solid purple;">
+<!DOCTYPE html>
+<div style="display: flex; flex-direction: column; border: 1px solid purple;">
<div>Header</div>
-<div style="-webkit-flex:1">Flexible content<br>
+<div style="flex: 1">Flexible content<br>
</div>
</div>
« no previous file with comments | « no previous file | LayoutTests/css3/flexbox/percentage-height-in-abspos.html » ('j') | Source/core/layout/LayoutFlexibleBox.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698