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

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

Issue 433153003: [CSS Grid Layout] Don't resolve align-self and justify-self properties (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Applied suggested comments. Created 6 years, 3 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/css-properties.html ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/flexbox/css-properties-expected.txt
diff --git a/LayoutTests/css3/flexbox/css-properties-expected.txt b/LayoutTests/css3/flexbox/css-properties-expected.txt
index 7fde3191bf60464034131de246d58e5c16ad53d9..8049fb310f7dfb60c965fb04cb0b18914ab0ef27 100644
--- a/LayoutTests/css3/flexbox/css-properties-expected.txt
+++ b/LayoutTests/css3/flexbox/css-properties-expected.txt
@@ -30,7 +30,7 @@ PASS flexbox.style.webkitJustifyContent is ""
PASS window.getComputedStyle(flexbox, null).webkitJustifyContent is "flex-start"
PASS flexbox.style.webkitAlignSelf is ""
PASS window.getComputedStyle(flexbox, null).alignSelf is "start"
-PASS window.getComputedStyle(document.documentElement, null).alignSelf is "start"
+PASS window.getComputedStyle(document.documentElement, null).alignSelf is "auto"
PASS flexbox.style.webkitAlignSelf is ""
PASS window.getComputedStyle(flexbox, null).alignSelf is "start"
PASS flexbox.style.webkitAlignSelf is "auto"
« no previous file with comments | « LayoutTests/css3/flexbox/css-properties.html ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698