Summary

Harness status: OK

Found 30 tests

Details

ResultTest NameMessage
Passe.style['container-type'] = "initial" should set the property value
Asserts run
Pass
assert_not_equals("initial", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("initial", "initial", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("initial", "initial", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['container-type'] = "inherit" should set the property value
Asserts run
Pass
assert_not_equals("inherit", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("inherit", "inherit", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("inherit", "inherit", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['container-type'] = "unset" should set the property value
Asserts run
Pass
assert_not_equals("unset", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("unset", "unset", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("unset", "unset", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['container-type'] = "revert" should set the property value
Asserts run
Pass
assert_not_equals("revert", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("revert", "revert", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("revert", "revert", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['container-type'] = "normal" should set the property value
Asserts run
Pass
assert_not_equals("normal", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("normal", "normal", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("normal", "normal", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['container-type'] = "size" should set the property value
Asserts run
Pass
assert_not_equals("size", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("size", "size", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("size", "size", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['container-type'] = "inline-size" should set the property value
Asserts run
Pass
assert_not_equals("inline-size", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("inline-size", "inline-size", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("inline-size", "inline-size", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['container-type'] = "none" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "auto" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "block-size" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "normal normal" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "normal inline-size" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "inline-size normal" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "inline-size inline-size" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "inline-size block-size" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "block-size inline-size" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "size inline-size" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "inline-size size" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "normal, normal" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "foo" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "\"foo\"" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "foo, bar" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "#fff" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "1px" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "default" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "size nonsense" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "style" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "inline-size style" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "style inline-size" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['container-type'] = "style size" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)