blob: d731d16065db931adeb2fb2f79d92a80664e5cd3 [file] [log] [blame]
PASS e.style['grid-area'] = "auto" should set grid-column-end
PASS e.style['grid-area'] = "auto" should set grid-column-start
PASS e.style['grid-area'] = "auto" should set grid-row-end
PASS e.style['grid-area'] = "auto" should set grid-row-start
PASS e.style['grid-area'] = "auto" should not set unrelated longhands
FAIL e.style['grid-area'] = "--a" should set grid-column-end assert_equals: grid-column-end should be canonical expected "--a" but got "\"--a\""
FAIL e.style['grid-area'] = "--a" should set grid-column-start assert_equals: grid-column-start should be canonical expected "--a" but got "\"--a\""
FAIL e.style['grid-area'] = "--a" should set grid-row-end assert_equals: grid-row-end should be canonical expected "--a" but got "\"--a\""
FAIL e.style['grid-area'] = "--a" should set grid-row-start assert_equals: grid-row-start should be canonical expected "--a" but got "\"--a\""
PASS e.style['grid-area'] = "--a" should not set unrelated longhands
PASS e.style['grid-area'] = "a / b" should set grid-column-end
PASS e.style['grid-area'] = "a / b" should set grid-column-start
PASS e.style['grid-area'] = "a / b" should set grid-row-end
PASS e.style['grid-area'] = "a / b" should set grid-row-start
PASS e.style['grid-area'] = "a / b" should not set unrelated longhands
PASS e.style['grid-area'] = "a / b / c" should set grid-column-end
PASS e.style['grid-area'] = "a / b / c" should set grid-column-start
PASS e.style['grid-area'] = "a / b / c" should set grid-row-end
PASS e.style['grid-area'] = "a / b / c" should set grid-row-start
PASS e.style['grid-area'] = "a / b / c" should not set unrelated longhands
PASS e.style['grid-area'] = "a / b / c / d" should set grid-column-end
PASS e.style['grid-area'] = "a / b / c / d" should set grid-column-start
PASS e.style['grid-area'] = "a / b / c / d" should set grid-row-end
PASS e.style['grid-area'] = "a / b / c / d" should set grid-row-start
PASS e.style['grid-area'] = "a / b / c / d" should not set unrelated longhands
PASS e.style['grid-area'] = "+90 -a- / 2 i span" should set grid-column-end
PASS e.style['grid-area'] = "+90 -a- / 2 i span" should set grid-column-start
PASS e.style['grid-area'] = "+90 -a- / 2 i span" should set grid-row-end
PASS e.style['grid-area'] = "+90 -a- / 2 i span" should set grid-row-start
PASS e.style['grid-area'] = "+90 -a- / 2 i span" should not set unrelated longhands
PASS e.style['grid-area'] = "1 / 2 / 3 / 4" should set grid-column-end
PASS e.style['grid-area'] = "1 / 2 / 3 / 4" should set grid-column-start
PASS e.style['grid-area'] = "1 / 2 / 3 / 4" should set grid-row-end
PASS e.style['grid-area'] = "1 / 2 / 3 / 4" should set grid-row-start
PASS e.style['grid-area'] = "1 / 2 / 3 / 4" should not set unrelated longhands
PASS e.style['grid-row'] = "auto" should set grid-row-end
PASS e.style['grid-row'] = "auto" should set grid-row-start
PASS e.style['grid-row'] = "auto" should not set unrelated longhands
PASS e.style['grid-row'] = "one / 2" should set grid-row-end
PASS e.style['grid-row'] = "one / 2" should set grid-row-start
PASS e.style['grid-row'] = "one / 2" should not set unrelated longhands
PASS e.style['grid-row'] = "1 two / four 3" should set grid-row-end
PASS e.style['grid-row'] = "1 two / four 3" should set grid-row-start
PASS e.style['grid-row'] = "1 two / four 3" should not set unrelated longhands
PASS e.style['grid-column'] = "5 span" should set grid-column-end
PASS e.style['grid-column'] = "5 span" should set grid-column-start
PASS e.style['grid-column'] = "5 span" should not set unrelated longhands
PASS e.style['grid-column'] = "1 / two" should set grid-column-end
PASS e.style['grid-column'] = "1 / two" should set grid-column-start
PASS e.style['grid-column'] = "1 / two" should not set unrelated longhands
PASS e.style['grid-column'] = "span 1 two / four 3 span" should set grid-column-end
PASS e.style['grid-column'] = "span 1 two / four 3 span" should set grid-column-start
PASS e.style['grid-column'] = "span 1 two / four 3 span" should not set unrelated longhands