Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassgetComputedStyle() should return used value correctly for nodes just inserted into the document, even if they're in an IB-split
Asserts run
Pass
assert_true(true, "Should return the used value for width")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-layout-dependent-replaced-into-ib-split.html:23:3)
Pass
assert_equals("1264px", "1264px", "Should return the used value for width (just inserted into the document)")
    at Test.<anonymous> ( /css/cssom/getComputedStyle-layout-dependent-replaced-into-ib-split.html:28:3)