| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c2a52e390724ac14fc71785a070a239b60fae843
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/alignment/parse-justify-items-expected.txt
|
| @@ -0,0 +1,136 @@
|
| +Test that setting and getting justify-items works as expected
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +Test getting justify-items set through CSS
|
| +PASS getComputedStyle(justifyItemsBaseline, '').getPropertyValue('justify-items') is 'baseline'
|
| +PASS getComputedStyle(justifyItemsLastBaseline, '').getPropertyValue('justify-items') is 'last-baseline'
|
| +PASS getComputedStyle(justifyItemsStretch, '').getPropertyValue('justify-items') is 'stretch'
|
| +PASS getComputedStyle(justifyItemsStart, '').getPropertyValue('justify-items') is 'start'
|
| +PASS getComputedStyle(justifyItemsEnd, '').getPropertyValue('justify-items') is 'end'
|
| +PASS getComputedStyle(justifyItemsCenter, '').getPropertyValue('justify-items') is 'center'
|
| +PASS getComputedStyle(justifyItemsSelfEnd, '').getPropertyValue('justify-items') is 'self-end'
|
| +PASS getComputedStyle(justifyItemsSelfStart, '').getPropertyValue('justify-items') is 'self-start'
|
| +PASS getComputedStyle(justifyItemsLeft, '').getPropertyValue('justify-items') is 'left'
|
| +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(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(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'
|
| +PASS getComputedStyle(justifyItemsLegacyRight, '').getPropertyValue('justify-items') is 'legacy right'
|
| +
|
| +Test initial value of justify-items through JS
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +
|
| +Test getting and setting justify-items through JS
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'center'
|
| +PASS element.style.justifyItems is 'center'
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start true'
|
| +PASS element.style.justifyItems is 'start true'
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'flex-end safe'
|
| +PASS element.style.justifyItems is 'flex-end safe'
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'legacy center'
|
| +PASS element.style.justifyItems is 'legacy center'
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'legacy left'
|
| +PASS element.style.justifyItems is 'legacy left'
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is 'auto'
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'stretch'
|
| +PASS element.style.justifyItems is 'auto'
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'stretch'
|
| +PASS element.style.justifyItems is 'auto'
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'self-end'
|
| +PASS element.style.justifyItems is 'self-end'
|
| +
|
| +Test bad combinaisons of justify-items
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is ''
|
| +
|
| +Test the value 'initial'
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'center'
|
| +PASS element.style.justifyItems is 'center'
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'start'
|
| +PASS element.style.justifyItems is 'initial'
|
| +
|
| +Test the value 'initial' for grid containers
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'center'
|
| +PASS element.style.justifyItems is 'center'
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'stretch'
|
| +PASS element.style.justifyItems is 'initial'
|
| +
|
| +Test the value 'initial' for flex containers
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'center'
|
| +PASS element.style.justifyItems is 'center'
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'stretch'
|
| +PASS element.style.justifyItems is 'initial'
|
| +
|
| +Test the value 'inherit'
|
| +PASS getComputedStyle(parentElement, '').getPropertyValue('justify-items') is 'end'
|
| +PASS parentElement.style.justifyItems is 'end'
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'end'
|
| +PASS element.style.justifyItems is 'inherit'
|
| +
|
| +Test the value 'legacy'
|
| +PASS getComputedStyle(parentElement, '').getPropertyValue('justify-items') is 'legacy right'
|
| +PASS parentElement.style.justifyItems is 'legacy right'
|
| +PASS getComputedStyle(element, '').getPropertyValue('justify-items') is 'legacy right'
|
| +PASS element.style.justifyItems is ''
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|