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

Unified Diff: LayoutTests/fast/alignment/parse-justify-content-expected.txt

Issue 1136283006: [CSS Grid Layout] Avoid using StyleAdjuster to resolve 'auto' values. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed some layout tests failures. Created 5 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: LayoutTests/fast/alignment/parse-justify-content-expected.txt
diff --git a/LayoutTests/fast/alignment/parse-justify-content-expected.txt b/LayoutTests/fast/alignment/parse-justify-content-expected.txt
index 791eaf52aff8d4449d8793ba82e7a1e48535e8cf..ea6f435aafce4c6d012c508ff5cf3ac56dc4dc7e 100644
--- a/LayoutTests/fast/alignment/parse-justify-content-expected.txt
+++ b/LayoutTests/fast/alignment/parse-justify-content-expected.txt
@@ -55,7 +55,7 @@ PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is
PASS element.style.justifyContent is "auto"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
PASS element.style.justifyContent is "auto"
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "flex-start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "stretch"
PASS element.style.justifyContent is "auto"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "start"
PASS element.style.justifyContent is "flex-end"
@@ -121,7 +121,7 @@ Test the value 'initial' for flex containers
PASS element.style.justifyContent is "right true"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "right true"
PASS element.style.justifyContent is "initial"
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "flex-start"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-content') is "stretch"
Test the value 'inherit'
PASS element.style.justifyContent is "end"
« no previous file with comments | « LayoutTests/fast/alignment/parse-justify-content.html ('k') | LayoutTests/fast/alignment/parse-justify-items.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698