Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassVerify that setting a CSS property to undefined has no effect.
Asserts run
Pass
assert_equals("white", "white")
    at Test.<anonymous> ( /css/cssom/setproperty-null-undefined.html:15:5)
Pass
assert_equals("white", "white")
    at Test.<anonymous> ( /css/cssom/setproperty-null-undefined.html:17:5)
PassVerify that setting a CSS property priority to undefined is accepted.
Asserts run
Pass
assert_equals("white", "white")
    at Test.<anonymous> ( /css/cssom/setproperty-null-undefined.html:23:5)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/cssom/setproperty-null-undefined.html:24:5)
Pass
assert_equals("red", "red")
    at Test.<anonymous> ( /css/cssom/setproperty-null-undefined.html:26:5)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/cssom/setproperty-null-undefined.html:27:5)
PassVerify that setting a CSS property to null is treated like empty string.
Asserts run
Pass
assert_equals("white", "white")
    at Test.<anonymous> ( /css/cssom/setproperty-null-undefined.html:33:5)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/cssom/setproperty-null-undefined.html:35:5)
PassVerify that setting a CSS property priority to null is treated like empty string.
Asserts run
Pass
assert_equals("white", "white")
    at Test.<anonymous> ( /css/cssom/setproperty-null-undefined.html:41:5)
Pass
assert_equals("red", "red")
    at Test.<anonymous> ( /css/cssom/setproperty-null-undefined.html:43:5)