Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
Passno width/height attributes
Asserts run
Pass
assert_equals(300, 300, "width")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/video-intrinsic-width-height.html:39:21)
Pass
assert_equals(150, 150, "height")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/video-intrinsic-width-height.html:40:21)
Passonly width attribute
Asserts run
Pass
assert_equals(100, 100, "width")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/video-intrinsic-width-height.html:39:21)
Pass
assert_equals(50, 50, "height")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/video-intrinsic-width-height.html:40:21)
Passonly height attribute
Asserts run
Pass
assert_equals(200, 200, "width")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/video-intrinsic-width-height.html:39:21)
Pass
assert_equals(100, 100, "height")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/video-intrinsic-width-height.html:40:21)
Passboth width/height attributes
Asserts run
Pass
assert_equals(100, 100, "width")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/video-intrinsic-width-height.html:39:21)
Pass
assert_equals(100, 100, "height")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/video-intrinsic-width-height.html:40:21)
Passboth width/height attributes and style
Asserts run
Pass
assert_equals(300, 300, "width")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/video-intrinsic-width-height.html:39:21)
Pass
assert_equals(150, 150, "height")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/video-intrinsic-width-height.html:40:21)
Failboth width/height attributes and style keeping aspect-ratioassert_equals: height expected 300 but got 150
    at Test.<anonymous> (http://www2.wpt.live/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/video-intrinsic-width-height.html:40:21)
    at Test.step (http://www2.wpt.live/resources/testharness.js:2638:25)
    at test (http://www2.wpt.live/resources/testharness.js:633:30)
    at http://www2.wpt.live/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/video-intrinsic-width-height.html:37:17
    at NodeList.forEach (<anonymous>)
Asserts run
Pass
assert_equals(300, 300, "width")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/video-intrinsic-width-height.html:39:21)
Fail
assert_equals(150, 300, "height")
    at Test.<anonymous> ( /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/video-intrinsic-width-height.html:40:21)