Pass | e.style['flex-flow'] = "nowrap column" should set flex-direction | Asserts runPass | assert_equals("column", "column", "flex-direction should be canonical")
at Test.<anonymous> ( /css/support/shorthand-testcommon.js:14:17) | Pass | assert_equals("column", "column", "serialization should round-trip")
at Test.<anonymous> ( /css/support/shorthand-testcommon.js:18:17) |
|
Pass | e.style['flex-flow'] = "nowrap column" should set flex-wrap | Asserts runPass | assert_equals("nowrap", "nowrap", "flex-wrap should be canonical")
at Test.<anonymous> ( /css/support/shorthand-testcommon.js:14:17) | Pass | assert_equals("nowrap", "nowrap", "serialization should round-trip")
at Test.<anonymous> ( /css/support/shorthand-testcommon.js:18:17) |
|
Pass | e.style['flex-flow'] = "nowrap column" should not set unrelated longhands | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /css/support/shorthand-testcommon.js:31:13) | Pass | assert_equals(0, 0)
at Test.<anonymous> ( /css/support/shorthand-testcommon.js:35:13) |
|
Pass | e.style['flex-flow'] = "wrap row-reverse" should set flex-direction | Asserts runPass | assert_equals("row-reverse", "row-reverse", "flex-direction should be canonical")
at Test.<anonymous> ( /css/support/shorthand-testcommon.js:14:17) | Pass | assert_equals("row-reverse", "row-reverse", "serialization should round-trip")
at Test.<anonymous> ( /css/support/shorthand-testcommon.js:18:17) |
|
Pass | e.style['flex-flow'] = "wrap row-reverse" should set flex-wrap | Asserts runPass | assert_equals("wrap", "wrap", "flex-wrap should be canonical")
at Test.<anonymous> ( /css/support/shorthand-testcommon.js:14:17) | Pass | assert_equals("wrap", "wrap", "serialization should round-trip")
at Test.<anonymous> ( /css/support/shorthand-testcommon.js:18:17) |
|
Pass | e.style['flex-flow'] = "wrap row-reverse" should not set unrelated longhands | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /css/support/shorthand-testcommon.js:31:13) | Pass | assert_equals(0, 0)
at Test.<anonymous> ( /css/support/shorthand-testcommon.js:35:13) |
|