Pass | e.style.cssText = grid: auto-flow auto / 100px 100px should set grid | Asserts runPass | assert_equals("none / 100px 100px", "none / 100px 100px", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none / 100px 100px", "none / 100px 100px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow auto / 100px 100px should set grid-template-areas | Asserts runPass | assert_equals("none", "none", "grid-template-areas serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none", "none", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow auto / 100px 100px; grid-template-areas: "one two" "three four" should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid: auto-flow auto / 100px 100px; grid-template-areas: "one two" "three four" should set grid-auto-flow | Asserts runPass | assert_equals("row", "row", "grid-auto-flow serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("row", "row", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow auto / 100px 100px; grid-template-areas: "one two" "three four" should set grid-auto-rows | Asserts runPass | assert_equals("auto", "auto", "grid-auto-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto", "auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow auto / 100px 100px; grid-template-areas: "one two" "three four" should set grid-template-areas | Asserts runPass | assert_equals("\"one two\" \"three four\"", "\"one two\" \"three four\"", "grid-template-areas serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("\"one two\" \"three four\"", "\"one two\" \"three four\"", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: 30px 40px / 50px 60px; grid-auto-flow: column should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid: 30px 40px / 50px 60px; grid-auto-flow: column should set grid-auto-flow | Asserts runPass | assert_equals("column", "column", "grid-auto-flow serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("column", "column", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: 30px 40px / 50px 60px; grid-auto-flow: column should set grid-template | Asserts runPass | assert_equals("30px 40px / 50px 60px", "30px 40px / 50px 60px", "grid-template serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("30px 40px / 50px 60px", "30px 40px / 50px 60px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | cssText ('grid: 30px 40px / 50px 60px; grid-auto-flow: column') must contain 'grid-template: 30px 40px / 50px 60px;' in its serialization | Asserts runPass | assert_true(true, "cssText serialization ('grid-auto-columns: auto; grid-auto-rows: auto; grid-auto-flow: column; grid-template: 30px 40px / 50px 60px;') must contain contain 'grid-template: 30px 40px / 50px 60px;'")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:40:11) |
|
Pass | cssText ('grid: 30px 40px / 50px 60px; grid-auto-flow: column') must contain 'grid-auto-rows: auto;' in its serialization | Asserts runPass | assert_true(true, "cssText serialization ('grid-auto-columns: auto; grid-auto-rows: auto; grid-auto-flow: column; grid-template: 30px 40px / 50px 60px;') must contain contain 'grid-auto-rows: auto;'")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:40:11) |
|
Pass | cssText ('grid: 30px 40px / 50px 60px; grid-auto-flow: column') must contain 'grid-auto-columns: auto;' in its serialization | Asserts runPass | assert_true(true, "cssText serialization ('grid-auto-columns: auto; grid-auto-rows: auto; grid-auto-flow: column; grid-template: 30px 40px / 50px 60px;') must contain contain 'grid-auto-columns: auto;'")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:40:11) |
|
Pass | cssText ('grid: 30px 40px / 50px 60px; grid-auto-flow: column') must contain 'grid-auto-flow: column;' in its serialization | Asserts runPass | assert_true(true, "cssText serialization ('grid-auto-columns: auto; grid-auto-rows: auto; grid-auto-flow: column; grid-template: 30px 40px / 50px 60px;') must contain contain 'grid-auto-flow: column;'")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:40:11) |
|
Pass | e.style.cssText = grid: auto-flow / 10px; grid-template-rows: 20px should set grid | Asserts runPass | assert_equals("20px / 10px", "20px / 10px", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("20px / 10px", "20px / 10px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow / 10px; grid-template-rows: 20px should set grid-template | Asserts runPass | assert_equals("20px / 10px", "20px / 10px", "grid-template serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("20px / 10px", "20px / 10px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | cssText ('grid: auto-flow / 10px; grid-template-rows: 20px') must contain 'grid: 20px / 10px;' in its serialization | Asserts runPass | assert_true(true, "cssText serialization ('grid: 20px / 10px;') must contain contain 'grid: 20px / 10px;'")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:40:11) |
|
Pass | e.style.cssText = grid: auto-flow / 10px; grid-template-rows: repeat(2, 20px) should set grid | Asserts runPass | assert_equals("repeat(2, 20px) / 10px", "repeat(2, 20px) / 10px", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(2, 20px) / 10px", "repeat(2, 20px) / 10px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow / 10px; grid-template-rows: repeat(2, 20px) should set grid-template-rows | Asserts runPass | assert_equals("repeat(2, 20px)", "repeat(2, 20px)", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(2, 20px)", "repeat(2, 20px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow / 10px; grid-template-rows: repeat(2, 20px) repeat(3, 30px) should set grid | Asserts runPass | assert_equals("repeat(2, 20px) repeat(3, 30px) / 10px", "repeat(2, 20px) repeat(3, 30px) / 10px", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(2, 20px) repeat(3, 30px) / 10px", "repeat(2, 20px) repeat(3, 30px) / 10px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow / 10px; grid-template-rows: repeat(2, 20px) repeat(3, 30px) should set grid-template-rows | Asserts runPass | assert_equals("repeat(2, 20px) repeat(3, 30px)", "repeat(2, 20px) repeat(3, 30px)", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(2, 20px) repeat(3, 30px)", "repeat(2, 20px) repeat(3, 30px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow / 10px; grid-template-rows: repeat(auto-fill, 20px) should set grid | Asserts runPass | assert_equals("repeat(auto-fill, 20px) / 10px", "repeat(auto-fill, 20px) / 10px", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(auto-fill, 20px) / 10px", "repeat(auto-fill, 20px) / 10px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow / 10px; grid-template-rows: repeat(auto-fill, 20px) should set grid-template-rows | Asserts runPass | assert_equals("repeat(auto-fill, 20px)", "repeat(auto-fill, 20px)", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(auto-fill, 20px)", "repeat(auto-fill, 20px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow / 10px; grid-template-rows: repeat(auto-fit, 20px) should set grid | Asserts runPass | assert_equals("repeat(auto-fit, 20px) / 10px", "repeat(auto-fit, 20px) / 10px", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(auto-fit, 20px) / 10px", "repeat(auto-fit, 20px) / 10px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow / 10px; grid-template-rows: repeat(auto-fit, 20px) should set grid-template-rows | Asserts runPass | assert_equals("repeat(auto-fit, 20px)", "repeat(auto-fit, 20px)", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(auto-fit, 20px)", "repeat(auto-fit, 20px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: 10px / auto; grid-template-columns: 20px should set grid | Asserts runPass | assert_equals("10px / 20px", "10px / 20px", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("10px / 20px", "10px / 20px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: 10px / auto; grid-template-columns: 20px should set grid-template | Asserts runPass | assert_equals("10px / 20px", "10px / 20px", "grid-template serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("10px / 20px", "10px / 20px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | cssText ('grid: 10px / auto; grid-template-columns: 20px') must contain 'grid: 10px / 20px;' in its serialization | Asserts runPass | assert_true(true, "cssText serialization ('grid: 10px / 20px;') must contain contain 'grid: 10px / 20px;'")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:40:11) |
|
Pass | e.style.cssText = grid: auto-flow / 10px; grid-template-columns: repeat(2, 20px) should set grid | Asserts runPass | assert_equals("none / repeat(2, 20px)", "none / repeat(2, 20px)", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none / repeat(2, 20px)", "none / repeat(2, 20px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow / 10px; grid-template-columns: repeat(2, 20px) should set grid-template-columns | Asserts runPass | assert_equals("repeat(2, 20px)", "repeat(2, 20px)", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(2, 20px)", "repeat(2, 20px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow / 10px; grid-template-columns: repeat(2, 20px) repeat(3, 30px) should set grid | Asserts runPass | assert_equals("none / repeat(2, 20px) repeat(3, 30px)", "none / repeat(2, 20px) repeat(3, 30px)", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none / repeat(2, 20px) repeat(3, 30px)", "none / repeat(2, 20px) repeat(3, 30px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow / 10px; grid-template-columns: repeat(2, 20px) repeat(3, 30px) should set grid-template-columns | Asserts runPass | assert_equals("repeat(2, 20px) repeat(3, 30px)", "repeat(2, 20px) repeat(3, 30px)", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(2, 20px) repeat(3, 30px)", "repeat(2, 20px) repeat(3, 30px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow / 10px; grid-template-columns: repeat(auto-fill, 20px) should set grid | Asserts runPass | assert_equals("none / repeat(auto-fill, 20px)", "none / repeat(auto-fill, 20px)", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none / repeat(auto-fill, 20px)", "none / repeat(auto-fill, 20px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow / 10px; grid-template-columns: repeat(auto-fill, 20px) should set grid-template-columns | Asserts runPass | assert_equals("repeat(auto-fill, 20px)", "repeat(auto-fill, 20px)", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(auto-fill, 20px)", "repeat(auto-fill, 20px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow / 10px; grid-template-columns: repeat(auto-fit, 20px) should set grid | Asserts runPass | assert_equals("none / repeat(auto-fit, 20px)", "none / repeat(auto-fit, 20px)", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none / repeat(auto-fit, 20px)", "none / repeat(auto-fit, 20px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow / 10px; grid-template-columns: repeat(auto-fit, 20px) should set grid-template-columns | Asserts runPass | assert_equals("repeat(auto-fit, 20px)", "repeat(auto-fit, 20px)", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(auto-fit, 20px)", "repeat(auto-fit, 20px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / 2px; grid-auto-flow: inherit should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid: 1px / 2px; grid-auto-flow: row should set grid | Asserts runPass | assert_equals("1px / 2px", "1px / 2px", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("1px / 2px", "1px / 2px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / 2px; grid-auto-flow: row should set grid | Asserts runPass | assert_equals("none / 2px", "none / 2px", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none / 2px", "none / 2px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: 1px / 2px; grid-auto-columns: auto should set grid | Asserts runPass | assert_equals("1px / 2px", "1px / 2px", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("1px / 2px", "1px / 2px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: 1px / 2px; grid-auto-rows: auto should set grid | Asserts runPass | assert_equals("1px / 2px", "1px / 2px", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("1px / 2px", "1px / 2px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: 1px / auto-flow 2px; grid-auto-rows: auto should set grid | Asserts runPass | assert_equals("1px / auto-flow 2px", "1px / auto-flow 2px", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("1px / auto-flow 2px", "1px / auto-flow 2px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: 1px / auto-flow; grid-auto-columns: auto should set grid | Asserts runPass | assert_equals("1px / auto-flow", "1px / auto-flow", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("1px / auto-flow", "1px / auto-flow", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / 2px; grid-auto-columns: auto should set grid | Asserts runPass | assert_equals("auto-flow 1px / 2px", "auto-flow 1px / 2px", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto-flow 1px / 2px", "auto-flow 1px / 2px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-auto-columns: auto should set grid | Asserts runPass | assert_equals("auto-flow 1px / none", "auto-flow 1px / none", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto-flow 1px / none", "auto-flow 1px / none", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow dense / 2px; grid-auto-rows: auto should set grid | Asserts runPass | assert_equals("auto-flow dense / 2px", "auto-flow dense / 2px", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto-flow dense / 2px", "auto-flow dense / 2px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / 2px; grid-auto-columns: 3px should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / 2px; grid-auto-columns: 3px should set grid-auto-columns | Asserts runPass | assert_equals("3px", "3px", "grid-auto-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("3px", "3px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / 2px; grid-auto-columns: 3px should set grid-auto-flow | Asserts runPass | assert_equals("row", "row", "grid-auto-flow serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("row", "row", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / 2px; grid-auto-columns: 3px should set grid-auto-rows | Asserts runPass | assert_equals("1px", "1px", "grid-auto-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("1px", "1px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / 2px; grid-auto-columns: 3px should set grid-template-columns | Asserts runPass | assert_equals("2px", "2px", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("2px", "2px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / 2px; grid-auto-columns: 3px should set grid-template-rows | Asserts runPass | assert_equals("none", "none", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none", "none", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: 1px / auto-flow 2px; grid-auto-rows: 3px should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid: 1px / auto-flow 2px; grid-auto-rows: 3px should set grid-auto-columns | Asserts runPass | assert_equals("2px", "2px", "grid-auto-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("2px", "2px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: 1px / auto-flow 2px; grid-auto-rows: 3px should set grid-auto-flow | Asserts runPass | assert_equals("column", "column", "grid-auto-flow serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("column", "column", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: 1px / auto-flow 2px; grid-auto-rows: 3px should set grid-auto-rows | Asserts runPass | assert_equals("3px", "3px", "grid-auto-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("3px", "3px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: 1px / auto-flow 2px; grid-auto-rows: 3px should set grid-template-columns | Asserts runPass | assert_equals("none", "none", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none", "none", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: 1px / auto-flow 2px; grid-auto-rows: 3px should set grid-template-rows | Asserts runPass | assert_equals("1px", "1px", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("1px", "1px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: 3px should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: 3px should set grid-auto-columns | Asserts runPass | assert_equals("1px", "1px", "grid-auto-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("1px", "1px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: 3px should set grid-auto-flow | Asserts runPass | assert_equals("column", "column", "grid-auto-flow serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("column", "column", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: 3px should set grid-auto-rows | Asserts runPass | assert_equals("auto", "auto", "grid-auto-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto", "auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: 3px should set grid-template-columns | Asserts runPass | assert_equals("3px", "3px", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("3px", "3px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: 3px should set grid-template-rows | Asserts runPass | assert_equals("none", "none", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none", "none", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: repeat(2, 3px) should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: repeat(2, 3px) should set grid-auto-columns | Asserts runPass | assert_equals("1px", "1px", "grid-auto-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("1px", "1px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: repeat(2, 3px) should set grid-auto-flow | Asserts runPass | assert_equals("column", "column", "grid-auto-flow serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("column", "column", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: repeat(2, 3px) should set grid-auto-rows | Asserts runPass | assert_equals("auto", "auto", "grid-auto-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto", "auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: repeat(2, 3px) should set grid-template-columns | Asserts runPass | assert_equals("repeat(2, 3px)", "repeat(2, 3px)", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(2, 3px)", "repeat(2, 3px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: repeat(2, 3px) should set grid-template-rows | Asserts runPass | assert_equals("none", "none", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none", "none", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: repeat(auto-fill, 3px) should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: repeat(auto-fill, 3px) should set grid-auto-columns | Asserts runPass | assert_equals("1px", "1px", "grid-auto-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("1px", "1px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: repeat(auto-fill, 3px) should set grid-auto-flow | Asserts runPass | assert_equals("column", "column", "grid-auto-flow serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("column", "column", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: repeat(auto-fill, 3px) should set grid-auto-rows | Asserts runPass | assert_equals("auto", "auto", "grid-auto-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto", "auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: repeat(auto-fill, 3px) should set grid-template-columns | Asserts runPass | assert_equals("repeat(auto-fill, 3px)", "repeat(auto-fill, 3px)", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(auto-fill, 3px)", "repeat(auto-fill, 3px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: repeat(auto-fill, 3px) should set grid-template-rows | Asserts runPass | assert_equals("none", "none", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none", "none", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: repeat(auto-fit, 3px) should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: repeat(auto-fit, 3px) should set grid-auto-columns | Asserts runPass | assert_equals("1px", "1px", "grid-auto-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("1px", "1px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: repeat(auto-fit, 3px) should set grid-auto-flow | Asserts runPass | assert_equals("column", "column", "grid-auto-flow serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("column", "column", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: repeat(auto-fit, 3px) should set grid-auto-rows | Asserts runPass | assert_equals("auto", "auto", "grid-auto-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto", "auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: repeat(auto-fit, 3px) should set grid-template-columns | Asserts runPass | assert_equals("repeat(auto-fit, 3px)", "repeat(auto-fit, 3px)", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(auto-fit, 3px)", "repeat(auto-fit, 3px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: none / auto-flow 1px; grid-template-columns: repeat(auto-fit, 3px) should set grid-template-rows | Asserts runPass | assert_equals("none", "none", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none", "none", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: 3px should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: 3px should set grid-auto-columns | Asserts runPass | assert_equals("auto", "auto", "grid-auto-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto", "auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: 3px should set grid-auto-flow | Asserts runPass | assert_equals("row", "row", "grid-auto-flow serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("row", "row", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: 3px should set grid-auto-rows | Asserts runPass | assert_equals("1px", "1px", "grid-auto-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("1px", "1px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: 3px should set grid-template-columns | Asserts runPass | assert_equals("none", "none", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none", "none", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: 3px should set grid-template-rows | Asserts runPass | assert_equals("3px", "3px", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("3px", "3px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: repeat(2, 3px) should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: repeat(2, 3px) should set grid-auto-columns | Asserts runPass | assert_equals("auto", "auto", "grid-auto-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto", "auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: repeat(2, 3px) should set grid-auto-flow | Asserts runPass | assert_equals("row", "row", "grid-auto-flow serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("row", "row", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: repeat(2, 3px) should set grid-auto-rows | Asserts runPass | assert_equals("1px", "1px", "grid-auto-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("1px", "1px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: repeat(2, 3px) should set grid-template-columns | Asserts runPass | assert_equals("none", "none", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none", "none", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: repeat(2, 3px) should set grid-template-rows | Asserts runPass | assert_equals("repeat(2, 3px)", "repeat(2, 3px)", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(2, 3px)", "repeat(2, 3px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: repeat(auto-fill, 3px) should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: repeat(auto-fill, 3px) should set grid-auto-columns | Asserts runPass | assert_equals("auto", "auto", "grid-auto-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto", "auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: repeat(auto-fill, 3px) should set grid-auto-flow | Asserts runPass | assert_equals("row", "row", "grid-auto-flow serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("row", "row", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: repeat(auto-fill, 3px) should set grid-auto-rows | Asserts runPass | assert_equals("1px", "1px", "grid-auto-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("1px", "1px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: repeat(auto-fill, 3px) should set grid-template-columns | Asserts runPass | assert_equals("none", "none", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none", "none", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: repeat(auto-fill, 3px) should set grid-template-rows | Asserts runPass | assert_equals("repeat(auto-fill, 3px)", "repeat(auto-fill, 3px)", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(auto-fill, 3px)", "repeat(auto-fill, 3px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: repeat(auto-fit, 3px) should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: repeat(auto-fit, 3px) should set grid-auto-columns | Asserts runPass | assert_equals("auto", "auto", "grid-auto-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto", "auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: repeat(auto-fit, 3px) should set grid-auto-flow | Asserts runPass | assert_equals("row", "row", "grid-auto-flow serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("row", "row", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: repeat(auto-fit, 3px) should set grid-auto-rows | Asserts runPass | assert_equals("1px", "1px", "grid-auto-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("1px", "1px", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: repeat(auto-fit, 3px) should set grid-template-columns | Asserts runPass | assert_equals("none", "none", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none", "none", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid: auto-flow 1px / none; grid-template-rows: repeat(auto-fit, 3px) should set grid-template-rows | Asserts runPass | assert_equals("repeat(auto-fit, 3px)", "repeat(auto-fit, 3px)", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(auto-fit, 3px)", "repeat(auto-fit, 3px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template: none; should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid-template: none; should set grid-template | Asserts runPass | assert_equals("none", "none", "grid-template serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none", "none", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template: none; should set grid-template-areas | Asserts runPass | assert_equals("none", "none", "grid-template-areas serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none", "none", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template: none; should set grid-template-columns | Asserts runPass | assert_equals("none", "none", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none", "none", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template: none; should set grid-template-rows | Asserts runPass | assert_equals("none", "none", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none", "none", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template: auto / auto; should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid-template: auto / auto; should set grid-template | Asserts runPass | assert_equals("auto / auto", "auto / auto", "grid-template serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto / auto", "auto / auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template: auto / auto; should set grid-template-areas | Asserts runPass | assert_equals("none", "none", "grid-template-areas serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("none", "none", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template: auto / auto; should set grid-template-columns | Asserts runPass | assert_equals("auto", "auto", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto", "auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template: auto / auto; should set grid-template-rows | Asserts runPass | assert_equals("auto", "auto", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto", "auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template: [header-top] "a a a" [header-bottom] [main-top] "b b b" 1fr [main-bottom] / auto 1fr auto should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid-template: [header-top] "a a a" [header-bottom] [main-top] "b b b" 1fr [main-bottom] / auto 1fr auto should set grid-template | Asserts runPass | assert_equals("[header-top] \"a a a\" [header-bottom main-top] \"b b b\" 1fr [main-bottom] / auto 1fr auto", "[header-top] \"a a a\" [header-bottom main-top] \"b b b\" 1fr [main-bottom] / auto 1fr auto", "grid-template serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("[header-top] \"a a a\" [header-bottom main-top] \"b b b\" 1fr [main-bottom] / auto 1fr auto", "[header-top] \"a a a\" [header-bottom main-top] \"b b b\" 1fr [main-bottom] / auto 1fr auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template: [header-top] "a a a" [header-bottom] [main-top] "b b b" 1fr [main-bottom] / auto 1fr auto should set grid-template-areas | Asserts runPass | assert_equals("\"a a a\" \"b b b\"", "\"a a a\" \"b b b\"", "grid-template-areas serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("\"a a a\" \"b b b\"", "\"a a a\" \"b b b\"", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template: [header-top] "a a a" [header-bottom] [main-top] "b b b" 1fr [main-bottom] / auto 1fr auto should set grid-template-columns | Asserts runPass | assert_equals("auto 1fr auto", "auto 1fr auto", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto 1fr auto", "auto 1fr auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template: [header-top] "a a a" [header-bottom] [main-top] "b b b" 1fr [main-bottom] / auto 1fr auto should set grid-template-rows | Asserts runPass | assert_equals("[header-top] auto [header-bottom main-top] 1fr [main-bottom]", "[header-top] auto [header-bottom main-top] 1fr [main-bottom]", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("[header-top] auto [header-bottom main-top] 1fr [main-bottom]", "[header-top] auto [header-bottom main-top] 1fr [main-bottom]", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template: [header-top] "a a a" [header-bottom] [main-top] "b b b" 1fr [main-bottom] "c c c" "d d d" / auto should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid-template: [header-top] "a a a" [header-bottom] [main-top] "b b b" 1fr [main-bottom] "c c c" "d d d" / auto should set grid-template | Asserts runPass | assert_equals("[header-top] \"a a a\" [header-bottom main-top] \"b b b\" 1fr [main-bottom] \"c c c\" \"d d d\" / auto", "[header-top] \"a a a\" [header-bottom main-top] \"b b b\" 1fr [main-bottom] \"c c c\" \"d d d\" / auto", "grid-template serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("[header-top] \"a a a\" [header-bottom main-top] \"b b b\" 1fr [main-bottom] \"c c c\" \"d d d\" / auto", "[header-top] \"a a a\" [header-bottom main-top] \"b b b\" 1fr [main-bottom] \"c c c\" \"d d d\" / auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template: [header-top] "a a a" [header-bottom] [main-top] "b b b" 1fr [main-bottom] "c c c" "d d d" / auto should set grid-template-areas | Asserts runPass | assert_equals("\"a a a\" \"b b b\" \"c c c\" \"d d d\"", "\"a a a\" \"b b b\" \"c c c\" \"d d d\"", "grid-template-areas serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("\"a a a\" \"b b b\" \"c c c\" \"d d d\"", "\"a a a\" \"b b b\" \"c c c\" \"d d d\"", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template: [header-top] "a a a" [header-bottom] [main-top] "b b b" 1fr [main-bottom] "c c c" "d d d" / auto should set grid-template-columns | Asserts runPass | assert_equals("auto", "auto", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto", "auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template: [header-top] "a a a" [header-bottom] [main-top] "b b b" 1fr [main-bottom] "c c c" "d d d" / auto should set grid-template-rows | Asserts runPass | assert_equals("[header-top] auto [header-bottom main-top] 1fr [main-bottom] auto auto", "[header-top] auto [header-bottom main-top] 1fr [main-bottom] auto auto", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("[header-top] auto [header-bottom main-top] 1fr [main-bottom] auto auto", "[header-top] auto [header-bottom main-top] 1fr [main-bottom] auto auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template-rows: auto auto; grid-template-columns: repeat(2, 3px); grid-template-areas: "one two" "three four" should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid-template-rows: auto auto; grid-template-columns: repeat(2, 3px); grid-template-areas: "one two" "three four" should set grid-template-areas | Asserts runPass | assert_equals("\"one two\" \"three four\"", "\"one two\" \"three four\"", "grid-template-areas serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("\"one two\" \"three four\"", "\"one two\" \"three four\"", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template-rows: auto auto; grid-template-columns: repeat(2, 3px); grid-template-areas: "one two" "three four" should set grid-template-columns | Asserts runPass | assert_equals("repeat(2, 3px)", "repeat(2, 3px)", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(2, 3px)", "repeat(2, 3px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template-rows: auto auto; grid-template-columns: repeat(2, 3px); grid-template-areas: "one two" "three four" should set grid-template-rows | Asserts runPass | assert_equals("auto auto", "auto auto", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto auto", "auto auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template-rows: auto auto; grid-template-columns: repeat(2, 1fr); grid-template-areas: "one two" "three four" should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid-template-rows: auto auto; grid-template-columns: repeat(2, 1fr); grid-template-areas: "one two" "three four" should set grid-template-areas | Asserts runPass | assert_equals("\"one two\" \"three four\"", "\"one two\" \"three four\"", "grid-template-areas serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("\"one two\" \"three four\"", "\"one two\" \"three four\"", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template-rows: auto auto; grid-template-columns: repeat(2, 1fr); grid-template-areas: "one two" "three four" should set grid-template-columns | Asserts runPass | assert_equals("repeat(2, 1fr)", "repeat(2, 1fr)", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(2, 1fr)", "repeat(2, 1fr)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template-rows: auto auto; grid-template-columns: repeat(2, 1fr); grid-template-areas: "one two" "three four" should set grid-template-rows | Asserts runPass | assert_equals("auto auto", "auto auto", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto auto", "auto auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template-rows: auto auto; grid-template-columns: repeat(auto-fill, 3px); grid-template-areas: "one two" "three four" should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid-template-rows: auto auto; grid-template-columns: repeat(auto-fill, 3px); grid-template-areas: "one two" "three four" should set grid-template-areas | Asserts runPass | assert_equals("\"one two\" \"three four\"", "\"one two\" \"three four\"", "grid-template-areas serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("\"one two\" \"three four\"", "\"one two\" \"three four\"", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template-rows: auto auto; grid-template-columns: repeat(auto-fill, 3px); grid-template-areas: "one two" "three four" should set grid-template-columns | Asserts runPass | assert_equals("repeat(auto-fill, 3px)", "repeat(auto-fill, 3px)", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(auto-fill, 3px)", "repeat(auto-fill, 3px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template-rows: auto auto; grid-template-columns: repeat(auto-fill, 3px); grid-template-areas: "one two" "three four" should set grid-template-rows | Asserts runPass | assert_equals("auto auto", "auto auto", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto auto", "auto auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template-rows: auto auto; grid-template-columns: repeat(auto-fit, 3px); grid-template-areas: "one two" "three four" should set grid | Asserts runPass | assert_equals("", "", "grid serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) |
|
Pass | e.style.cssText = grid-template-rows: auto auto; grid-template-columns: repeat(auto-fit, 3px); grid-template-areas: "one two" "three four" should set grid-template-areas | Asserts runPass | assert_equals("\"one two\" \"three four\"", "\"one two\" \"three four\"", "grid-template-areas serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("\"one two\" \"three four\"", "\"one two\" \"three four\"", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template-rows: auto auto; grid-template-columns: repeat(auto-fit, 3px); grid-template-areas: "one two" "three four" should set grid-template-columns | Asserts runPass | assert_equals("repeat(auto-fit, 3px)", "repeat(auto-fit, 3px)", "grid-template-columns serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("repeat(auto-fit, 3px)", "repeat(auto-fit, 3px)", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|
Pass | e.style.cssText = grid-template-rows: auto auto; grid-template-columns: repeat(auto-fit, 3px); grid-template-areas: "one two" "three four" should set grid-template-rows | Asserts runPass | assert_equals("auto auto", "auto auto", "grid-template-rows serialization should be canonical")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:25:11) | Pass | assert_equals("auto auto", "auto auto", "serialization should round-trip")
at Test.<anonymous> ( /css/css-grid/parsing/grid-shorthand-serialization.html:31:11) |
|