Summary

Harness status: OK

Found 12 tests

Details

ResultTest NameMessage
Passe.style['object-view-box'] = "inset(10%)" should set the property value
Asserts run
Pass
assert_not_equals("inset(10%)", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("inset(10%)", "inset(10%)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("inset(10%)", "inset(10%)", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['object-view-box'] = "inset(10px 20px 30px 40px)" should set the property value
Asserts run
Pass
assert_not_equals("inset(10px 20px 30px 40px)", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("inset(10px 20px 30px 40px)", "inset(10px 20px 30px 40px)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("inset(10px 20px 30px 40px)", "inset(10px 20px 30px 40px)", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['object-view-box'] = "rect(1px 10% 100px 50%)" should set the property value
Asserts run
Pass
assert_not_equals("rect(1px 10% 100px 50%)", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("rect(1px 10% 100px 50%)", "rect(1px 10% 100px 50%)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("rect(1px 10% 100px 50%)", "rect(1px 10% 100px 50%)", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['object-view-box'] = "rect(auto auto auto auto)" should set the property value
Asserts run
Pass
assert_not_equals("rect(auto auto auto auto)", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("rect(auto auto auto auto)", "rect(auto auto auto auto)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("rect(auto auto auto auto)", "rect(auto auto auto auto)", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['object-view-box'] = "rect(auto 5px auto 10%)" should set the property value
Asserts run
Pass
assert_not_equals("rect(auto 5px auto 10%)", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("rect(auto 5px auto 10%)", "rect(auto 5px auto 10%)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("rect(auto 5px auto 10%)", "rect(auto 5px auto 10%)", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['object-view-box'] = "xywh(1px 10% 100px 50%)" should set the property value
Asserts run
Pass
assert_not_equals("xywh(1px 10% 100px 50%)", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("xywh(1px 10% 100px 50%)", "xywh(1px 10% 100px 50%)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("xywh(1px 10% 100px 50%)", "xywh(1px 10% 100px 50%)", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['object-view-box'] = "circle(10px)" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['object-view-box'] = "ellipse(10px 20px)" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['object-view-box'] = "polygon(10px 20px 30px)" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['object-view-box'] = "path(\"M20,80 L50,20\")" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['object-view-box'] = "blah" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)
Passe.style['object-view-box'] = "xywh(1px 10%)" should not set the property value
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:49:9)