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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/css-properties-expected.txt

Issue 2832503003: [css-flex] Implement the space-evenly content-distribution value (Closed)
Patch Set: Fixed layout tests. Created 3 years, 7 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: third_party/WebKit/LayoutTests/css3/flexbox/css-properties-expected.txt
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/css-properties-expected.txt b/third_party/WebKit/LayoutTests/css3/flexbox/css-properties-expected.txt
index 32a83c25aaa07d655493758f321ae6970ac7d86c..9880226fad60f1d180d98e8d402bdaeabeac5771 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/css-properties-expected.txt
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/css-properties-expected.txt
@@ -26,6 +26,8 @@ PASS flexbox.style.justifyContent is "center"
PASS window.getComputedStyle(flexbox, null).justifyContent is "center"
PASS flexbox.style.justifyContent is "space-between"
PASS window.getComputedStyle(flexbox, null).justifyContent is "space-between"
+PASS flexbox.style.justifyContent is "space-evenly"
+PASS window.getComputedStyle(flexbox, null).justifyContent is "space-evenly"
PASS flexbox.style.justifyContent is ""
PASS window.getComputedStyle(flexbox, null).justifyContent is "normal"
PASS flexbox.style.alignSelf is ""
@@ -210,6 +212,8 @@ PASS flexbox.style.alignContent is "space-between"
PASS window.getComputedStyle(flexbox, null).alignContent is "space-between"
PASS flexbox.style.alignContent is "space-around"
PASS window.getComputedStyle(flexbox, null).alignContent is "space-around"
+PASS flexbox.style.alignContent is "space-evenly"
+PASS window.getComputedStyle(flexbox, null).alignContent is "space-evenly"
PASS flexbox.style.alignContent is "stretch"
PASS window.getComputedStyle(flexbox, null).alignContent is "stretch"
PASS flexbox.style.alignContent is ""

Powered by Google App Engine
This is Rietveld 408576698