Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassImages without alt attribute or with an empty alt attribute render as replaced elements regardless of src
Asserts run
Pass
assert_equals(100, 100, "width: <img>")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-no-alt-replaced.html:26:5)
Pass
assert_equals(150, 150, "height: <img>")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-no-alt-replaced.html:27:5)
Pass
assert_equals(100, 100, "width: <img src=\"broken\">")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-no-alt-replaced.html:26:5)
Pass
assert_equals(150, 150, "height: <img src=\"broken\">")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-no-alt-replaced.html:27:5)
Pass
assert_equals(100, 100, "width: <img alt=\"\">")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-no-alt-replaced.html:26:5)
Pass
assert_equals(150, 150, "height: <img alt=\"\">")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-no-alt-replaced.html:27:5)
Pass
assert_equals(100, 100, "width: <img alt=\"\">")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-no-alt-replaced.html:26:5)
Pass
assert_equals(150, 150, "height: <img alt=\"\">")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-no-alt-replaced.html:27:5)
Pass
assert_equals(100, 100, "width: <img src=\"broken\" alt=\"\">")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-no-alt-replaced.html:26:5)
Pass
assert_equals(150, 150, "height: <img src=\"broken\" alt=\"\">")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-no-alt-replaced.html:27:5)