Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassCheck that the initial width is 100px.
Asserts run
Pass
assert_equals("100px", "100px")
    at Test.<anonymous> ( /css/cssom/computed-style-004.html:22:5)
PassCheck that the resolved width of the inner div is affected by changing the width of outer iframe.
Asserts run
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /css/cssom/computed-style-004.html:27:5)