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" |