tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit a15d121cec22a3468b897b9b0272d61179b56efb
parent 62dc1aa63c76f73deeb30d0a861fac8075a6a528
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Thu,  4 Dec 2025 01:30:49 +0000

Bug 2000028 [wpt PR 56018] - Update wpt metadata, a=testonly

wpt-pr: 56018
wpt-type: metadata

Diffstat:
Mtesting/web-platform/meta/largest-contentful-paint/background-image-set-image.html.ini | 1+
Atesting/web-platform/meta/largest-contentful-paint/image-upscaling-empty-url.html.ini | 3+++
Mtesting/web-platform/meta/largest-contentful-paint/image-upscaling.html.ini | 28++++++++++++++++++++++++++--
3 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/testing/web-platform/meta/largest-contentful-paint/background-image-set-image.html.ini b/testing/web-platform/meta/largest-contentful-paint/background-image-set-image.html.ini @@ -5,3 +5,4 @@ if (os_version == "24.04") and not debug and not asan: [PASS, FAIL] if (os_version == "14") and not debug: [PASS, FAIL] if os_version == "18.04": [PASS, FAIL] + if debug and not sessionHistoryInParent: [PASS, FAIL] diff --git a/testing/web-platform/meta/largest-contentful-paint/image-upscaling-empty-url.html.ini b/testing/web-platform/meta/largest-contentful-paint/image-upscaling-empty-url.html.ini @@ -0,0 +1,3 @@ +[image-upscaling-empty-url.html] + [A background image smaller than the container should report the natural size] + expected: FAIL diff --git a/testing/web-platform/meta/largest-contentful-paint/image-upscaling.html.ini b/testing/web-platform/meta/largest-contentful-paint/image-upscaling.html.ini @@ -1,15 +1,39 @@ [image-upscaling.html] expected: if not sessionHistoryInParent and not debug: [OK, TIMEOUT] + TIMEOUT [A background image smaller than the container should report the natural size] expected: if not sessionHistoryInParent and not debug: [FAIL, NOTRUN] - FAIL + NOTRUN [A background image larger than the container should report the container size] expected: - if not sessionHistoryInParent and not debug: [PASS, TIMEOUT] + if not sessionHistoryInParent and not debug: [NOTRUN, PASS, TIMEOUT] + NOTRUN [A scaled-down background image should report the background size] expected: if not sessionHistoryInParent and not debug: [PASS, NOTRUN] + NOTRUN + + [Non-scaled image should report the natural size] + expected: TIMEOUT + + [A downscaled image (width/height) should report the displayed size] + expected: NOTRUN + + [A downscaled image (using scale) should report the displayed size] + expected: NOTRUN + + [An upscaled image (width/height) should report the natural size] + expected: NOTRUN + + [An upscaled image (using scale) should report the natural size] + expected: NOTRUN + + [An upscaled image (using object-size) should report the natural size] + expected: NOTRUN + + [Intersecting element with partial-intersecting image to report image intersection] + expected: NOTRUN