Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassinsertRule with omitted index argument
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /css/cssom/insertRule-no-index.html:21:9)
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /css/cssom/insertRule-no-index.html:23:9)
Pass
assert_equals("p { color: green; }", "p { color: green; }")
    at Test.<anonymous> ( /css/cssom/insertRule-no-index.html:24:9)
PassinsertRule with undefined index argument
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /css/cssom/insertRule-no-index.html:28:9)
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /css/cssom/insertRule-no-index.html:30:9)
Pass
assert_equals("p { color: yellow; }", "p { color: yellow; }")
    at Test.<anonymous> ( /css/cssom/insertRule-no-index.html:31:9)