Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassThe nested browsing context must be navigated to the resource specified by the data attribute.
Asserts run
Pass
assert_true(true, "The nested browsing context should be navigated to test0.html.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-object-element/object-handler.html:18:7)
Pass
assert_not_equals(68, -1, "The nested browsing context should be replacement enabled.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-object-element/object-handler.html:20:7)
PassThe object.data must not be updated if the browsing context gets further navigated.
Asserts run
Pass
assert_true(true, "The browsing context should be navigated to test1.html.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-object-element/object-handler.html:26:7)
Pass
assert_true(true, "The value of attribute data should not be updated.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-object-element/object-handler.html:27:7)