Pass | no width/height attributes | Asserts runPass | 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) |
|
Pass | only width attribute | Asserts runPass | 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) |
|
Pass | only height attribute | Asserts runPass | 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) |
|
Pass | both width/height attributes | Asserts runPass | 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) |
|
Pass | both width/height attributes and style | Asserts runPass | 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) |
|
Fail | both width/height attributes and style keeping aspect-ratio | assert_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 runPass | 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) |
|