From 2fb017d31029f5712b39a80943daef93ecbdfbfb Mon Sep 17 00:00:00 2001 From: moz-wptsync-bot Date: Thu, 22 Sep 2022 20:20:39 +0000 Subject: [PATCH] Bug 1787109 [wpt PR 35612] - Add aspect-ratio test for failing images, a=testonly Automatic update from web-platform-tests Add aspect-ratio test for block & inline-block failing images (#35612) -- wpt-commits: 4655ddb003a75dd1285192779318e38aecca306e wpt-pr: 35612 --- .../aspect-ratio/replaced-element-036.html | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 testing/web-platform/tests/css/css-sizing/aspect-ratio/replaced-element-036.html diff --git a/testing/web-platform/tests/css/css-sizing/aspect-ratio/replaced-element-036.html b/testing/web-platform/tests/css/css-sizing/aspect-ratio/replaced-element-036.html new file mode 100644 index 0000000000000..0cd5eb1a59056 --- /dev/null +++ b/testing/web-platform/tests/css/css-sizing/aspect-ratio/replaced-element-036.html @@ -0,0 +1,40 @@ + +CSS aspect-ratio: img + + + + + +
+ +display:block img should be 200px high + +display:inline-block img should be 200px high + +