Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassCSSMatrixComponent's matrix attribute is mutable
Asserts run
Pass
assert_equals(1, 1, "DOMMatrix expected to be initialized to identity")
    at Test.<anonymous> ( /css/css-typed-om/CSSMatrixComponent-DOMMatrix-mutable.html:12:7)
Pass
assert_equals(2, 2, "modification of m11 component of DOMMatrix expected to succeed")
    at Test.<anonymous> ( /css/css-typed-om/CSSMatrixComponent-DOMMatrix-mutable.html:14:7)