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

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

Issue 361113002: Properly managing overlfow-aligment for inherit and initial. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Applied suggested changes. Created 6 years, 6 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 78c8761bd8f0109e6efe6a9f8a359669ff531965..4c451f5c5132a76dbc487adf6c38779daea0348e 100644
--- a/LayoutTests/fast/alignment/parse-justify-items-expected.txt
+++ b/LayoutTests/fast/alignment/parse-justify-items-expected.txt
@@ -109,20 +109,20 @@ PASS element.style.justifyItems is ""
PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
Test the value 'initial'
-PASS element.style.justifyItems is "center"
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "center"
+PASS element.style.justifyItems is "legacy center"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy center"
PASS element.style.justifyItems is "initial"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start"
Test the value 'initial' for grid containers
-PASS element.style.justifyItems is "center"
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "center"
+PASS element.style.justifyItems is "left safe"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "left safe"
PASS element.style.justifyItems is "initial"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "stretch"
Test the value 'initial' for flex containers
-PASS element.style.justifyItems is "center"
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "center"
+PASS element.style.justifyItems is "right true"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "right true"
PASS element.style.justifyItems is "initial"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "stretch"
@@ -131,8 +131,24 @@ PASS element.style.justifyItems is "end"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "end"
PASS element.style.justifyItems is "inherit"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "end"
+PASS element.style.justifyItems is "left safe"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "left safe"
+PASS element.style.justifyItems is "inherit"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "left safe"
+PASS element.style.justifyItems is "legacy center"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy center"
+PASS element.style.justifyItems is "inherit"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy center"
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 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 element.style.justifyItems is "legacy right"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "legacy right"
PASS element.style.justifyItems is ""
« no previous file with comments | « LayoutTests/fast/alignment/parse-justify-items.html ('k') | LayoutTests/fast/alignment/resources/alignment-parsing-utils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698