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

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

Issue 1497403002: [css-align] Overflow alignment value 'true' renamed to 'unsafe' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed repaint tests issues. Created 5 years 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/fast/alignment/parse-justify-items-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/alignment/parse-justify-items-expected.txt b/third_party/WebKit/LayoutTests/fast/alignment/parse-justify-items-expected.txt
index a492f2091a452c8786485023169389fb91bfdd14..76f54be3d6802659b098213cfbe208ffb8b955a2 100644
--- a/third_party/WebKit/LayoutTests/fast/alignment/parse-justify-items-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/alignment/parse-justify-items-expected.txt
@@ -16,13 +16,13 @@ PASS getComputedStyle(justifyItemsLeft, '').getPropertyValue('justify-items') is
PASS getComputedStyle(justifyItemsRight, '').getPropertyValue('justify-items') is 'right'
PASS getComputedStyle(justifyItemsFlexStart, '').getPropertyValue('justify-items') is 'flex-start'
PASS getComputedStyle(justifyItemsFlexEnd, '').getPropertyValue('justify-items') is 'flex-end'
-PASS getComputedStyle(justifyItemsEndTrue, '').getPropertyValue('justify-items') is 'end true'
-PASS getComputedStyle(justifyItemsCenterTrue, '').getPropertyValue('justify-items') is 'center true'
+PASS getComputedStyle(justifyItemsEndUnsafe, '').getPropertyValue('justify-items') is 'end unsafe'
+PASS getComputedStyle(justifyItemsCenterUnsafe, '').getPropertyValue('justify-items') is 'center unsafe'
PASS getComputedStyle(justifyItemsSelfEndSafe, '').getPropertyValue('justify-items') is 'self-end safe'
PASS getComputedStyle(justifyItemsSelfStartSafe, '').getPropertyValue('justify-items') is 'self-start safe'
PASS getComputedStyle(justifyItemsRightSafe, '').getPropertyValue('justify-items') is 'right safe'
-PASS getComputedStyle(justifyItemsLeftTrue, '').getPropertyValue('justify-items') is 'left true'
-PASS getComputedStyle(justifyItemsFlexStartTrue, '').getPropertyValue('justify-items') is 'flex-start true'
+PASS getComputedStyle(justifyItemsLeftUnsafe, '').getPropertyValue('justify-items') is 'left unsafe'
+PASS getComputedStyle(justifyItemsFlexStartUnsafe, '').getPropertyValue('justify-items') is 'flex-start unsafe'
PASS getComputedStyle(justifyItemsFlexEndSafe, '').getPropertyValue('justify-items') is 'flex-end safe'
PASS getComputedStyle(justifyItemsLegacyLeft, '').getPropertyValue('justify-items') is 'legacy left'
PASS getComputedStyle(justifyItemsLegacyCenter, '').getPropertyValue('justify-items') is 'legacy center'
@@ -37,8 +37,8 @@ PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
Test getting and setting justify-items through JS
PASS element.style.justifyItems is "center"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "center"
-PASS element.style.justifyItems is "start true"
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start true"
+PASS element.style.justifyItems is "start unsafe"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "start unsafe"
PASS element.style.justifyItems is "flex-end safe"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "flex-end safe"
PASS element.style.justifyItems is "legacy right"
@@ -119,8 +119,8 @@ 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 "right true"
-PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "right true"
+PASS element.style.justifyItems is "right unsafe"
+PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "right unsafe"
PASS element.style.justifyItems is "initial"
PASS window.getComputedStyle(element, '').getPropertyValue('justify-items') is "stretch"

Powered by Google App Engine
This is Rietveld 408576698