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

Unified Diff: LayoutTests/fast/alignment/parse-justify-items-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-items-expected.txt
diff --git a/LayoutTests/fast/alignment/parse-justify-items-expected.txt b/LayoutTests/fast/alignment/parse-justify-items-expected.txt
index a492f2091a452c8786485023169389fb91bfdd14..64bc3701e1176a7b929a3420f0f07967b3fb4f1a 100644
--- a/LayoutTests/fast/alignment/parse-justify-items-expected.txt
+++ b/LayoutTests/fast/alignment/parse-justify-items-expected.txt
@@ -142,15 +142,15 @@ Test the value 'legacy'
PASS element.style.justifyItems is "legacy left"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy left"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy left"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "left"
PASS element.style.justifyItems is "legacy center"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy center"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy center"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "center"
PASS element.style.justifyItems is "legacy right"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy right"
PASS element.style.justifyItems is ""
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy right"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "right"
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/alignment/parse-justify-items.html ('k') | LayoutTests/fast/alignment/parse-justify-self.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698