Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
Passread_only
Asserts run
Pass
assert_throws_dom("NO_MODIFICATION_ALLOWED_ERR", function "function() { innerStyle.cssText = "color: blue;"; }", "do not allow setting cssText on a readonly CSSStyleDeclaration")
    at Test.<anonymous> ( /css/cssom/computed-style-001.html:39:9)
Pass
assert_throws_dom("NO_MODIFICATION_ALLOWED_ERR", function "function() { innerStyle.setProperty("color", "blue"); }", "do not allow calling setProperty on a readonly CSSStyleDeclaration")
    at Test.<anonymous> ( /css/cssom/computed-style-001.html:42:9)
Pass
assert_throws_dom("NO_MODIFICATION_ALLOWED_ERR", function "function() { innerStyle.color = "blue"; }", "do not allow setting a property on a readonly CSSStyleDeclaration")
    at Test.<anonymous> ( /css/cssom/computed-style-001.html:45:9)
Passproperty_values
Asserts run
Pass
assert_equals("100px", "100px")
    at Test.<anonymous> ( /css/cssom/computed-style-001.html:52:9)
Passinherited_property_values
Asserts run
Pass
assert_equals("100px", "100px")
    at Test.<anonymous> ( /css/cssom/computed-style-001.html:57:9)
Passrelative_property_values
Asserts run
Pass
assert_equals("100px", "100px")
    at Test.<anonymous> ( /css/cssom/computed-style-001.html:62:9)