Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PasscurrentSrc of img in normally parented picture is correct
Asserts run
Pass
assert_equals("data:,b", "data:,b")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-img-element/img-picture-ancestor.html:28:3)
PasscurrentSrc of img in nested picture element is correct
Asserts run
Pass
assert_equals("data:,f", "data:,f")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-img-element/img-picture-ancestor.html:32:3)
PasscurrentSrc of img with picture ancestor but non-picture parent is correct
Asserts run
Pass
assert_equals("data:,d", "data:,d")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-img-element/img-picture-ancestor.html:38:5)
PasscurrentSrc of img in nested picture element remains correct when the inner picture is removed from the document
Asserts run
Pass
assert_equals("data:,f", "data:,f")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-img-element/img-picture-ancestor.html:46:5)