Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
Passe.style['flex-flow'] = "nowrap column" should set flex-direction
Asserts run
Pass
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)
Passe.style['flex-flow'] = "nowrap column" should set flex-wrap
Asserts run
Pass
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)
Passe.style['flex-flow'] = "nowrap column" should not set unrelated longhands
Asserts run
Pass
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)
Passe.style['flex-flow'] = "wrap row-reverse" should set flex-direction
Asserts run
Pass
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)
Passe.style['flex-flow'] = "wrap row-reverse" should set flex-wrap
Asserts run
Pass
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)
Passe.style['flex-flow'] = "wrap row-reverse" should not set unrelated longhands
Asserts run
Pass
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)