tor-browser

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

commit fb4da3f6d80d2cfb097f8c7e0f87dca6fd6f63e3
parent c0eff0371b1077ff3f57f5871b53c21225f004a1
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Wed,  3 Dec 2025 14:44:42 +0000

Bug 2003803 [wpt PR 56425] - Update wpt metadata, a=testonly

wpt-pr: 56425
wpt-type: metadata

Diffstat:
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/bounded-css-properties.tentative.html.ini | 3+++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/bounded-sizes.tentative.html.ini | 9+++++++++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/display-values.tentative.html.ini | 4++++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/geolocation-element-with-comment.tentative.html.ini | 2++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/granted-selector.html.ini | 3+++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-color-defaults-to-text-color.html.ini | 3+++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-css-property-fill-reftest.html.ini | 2++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-css-property-height-reftest.html.ini | 2++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-css-property-margin-inline-end-reftest.html.ini | 2++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-css-property-min-height-reftest.html.ini | 2++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-css-property-stroke-reftest.html.ini | 2++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-css-property-stroke-width-reftest.html.ini | 2++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-different-for-precise-location-reftest.html.ini | 2++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-hidden-reftest.html.ini | 2++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/invalid-css-properties.tentative.html.ini | 3+++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/negative-offset.tentative.html.ini | 9+++++++++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/no-children-rendered.tentative.html.ini | 3+++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/parent-image-mask.tentative.html.ini | 4++++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/parent-mask.tentative.html.ini | 4++++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/permission-element-with-comment.tentative.html.ini | 2++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/pseudo-elements-in-div.tentative.html.ini | 2++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/pseudo-elements.tentative.html.ini | 2++
Atesting/web-platform/meta/html/semantics/permission-element/geolocation-element/type-supported-feature-detect.tentative.html.ini | 39+++++++++++++++++++++++++++++++++++++++
23 files changed, 108 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/bounded-css-properties.tentative.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/bounded-css-properties.tentative.html.ini @@ -0,0 +1,3 @@ +[bounded-css-properties.tentative.html] + [Properties with out-of-bounds values should be corrected] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/bounded-sizes.tentative.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/bounded-sizes.tentative.html.ini @@ -0,0 +1,9 @@ +[bounded-sizes.tentative.html] + [Properties with out-of-bounds values should be corrected] + expected: FAIL + + [Properties with values in bounds should not be modified] + expected: FAIL + + ['Min' properties should not be allowed to go over the maximum allowed values for 'max' properties] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/display-values.tentative.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/display-values.tentative.html.ini @@ -0,0 +1,4 @@ +[display-values.tentative.html] + expected: TIMEOUT + [Geolocation element display style validation] + expected: TIMEOUT diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/geolocation-element-with-comment.tentative.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/geolocation-element-with-comment.tentative.html.ini @@ -0,0 +1,2 @@ +[geolocation-element-with-comment.tentative.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/granted-selector.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/granted-selector.html.ini @@ -0,0 +1,3 @@ +[granted-selector.html] + [Geolocation element should not have the granted selector when the permission is not granted.] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-color-defaults-to-text-color.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-color-defaults-to-text-color.html.ini @@ -0,0 +1,3 @@ +[icon-color-defaults-to-text-color.html] + [Permission element icon's color should be same as the text color unless explicitly changed.] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-css-property-fill-reftest.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-css-property-fill-reftest.html.ini @@ -0,0 +1,2 @@ +[icon-css-property-fill-reftest.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-css-property-height-reftest.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-css-property-height-reftest.html.ini @@ -0,0 +1,2 @@ +[icon-css-property-height-reftest.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-css-property-margin-inline-end-reftest.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-css-property-margin-inline-end-reftest.html.ini @@ -0,0 +1,2 @@ +[icon-css-property-margin-inline-end-reftest.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-css-property-min-height-reftest.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-css-property-min-height-reftest.html.ini @@ -0,0 +1,2 @@ +[icon-css-property-min-height-reftest.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-css-property-stroke-reftest.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-css-property-stroke-reftest.html.ini @@ -0,0 +1,2 @@ +[icon-css-property-stroke-reftest.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-css-property-stroke-width-reftest.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-css-property-stroke-width-reftest.html.ini @@ -0,0 +1,2 @@ +[icon-css-property-stroke-width-reftest.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-different-for-precise-location-reftest.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-different-for-precise-location-reftest.html.ini @@ -0,0 +1,2 @@ +[icon-different-for-precise-location-reftest.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-hidden-reftest.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/icon-hidden-reftest.html.ini @@ -0,0 +1,2 @@ +[icon-hidden-reftest.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/invalid-css-properties.tentative.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/invalid-css-properties.tentative.html.ini @@ -0,0 +1,3 @@ +[invalid-css-properties.tentative.html] + [None of the listed properties should be applied] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/negative-offset.tentative.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/negative-offset.tentative.html.ini @@ -0,0 +1,9 @@ +[negative-offset.tentative.html] + [Negative offset should be changed to 0px] + expected: FAIL + + [Expressions offset min(-50px, 50px) should return at least 0px] + expected: FAIL + + [Expressions offset clamp(-100px, 1vw, -50px) should return at least 0px] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/no-children-rendered.tentative.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/no-children-rendered.tentative.html.ini @@ -0,0 +1,3 @@ +[no-children-rendered.tentative.html] + [The geolocation element should have no end tag or contents] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/parent-image-mask.tentative.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/parent-image-mask.tentative.html.ini @@ -0,0 +1,4 @@ +[parent-image-mask.tentative.html] + expected: TIMEOUT + [Geolocation element is invalid if it has a parent with mask-image.] + expected: TIMEOUT diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/parent-mask.tentative.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/parent-mask.tentative.html.ini @@ -0,0 +1,4 @@ +[parent-mask.tentative.html] + expected: TIMEOUT + [Geolocation element is invalid if it has a parent with a mask.] + expected: TIMEOUT diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/permission-element-with-comment.tentative.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/permission-element-with-comment.tentative.html.ini @@ -0,0 +1,2 @@ +[permission-element-with-comment.tentative.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/pseudo-elements-in-div.tentative.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/pseudo-elements-in-div.tentative.html.ini @@ -0,0 +1,2 @@ +[pseudo-elements-in-div.tentative.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/pseudo-elements.tentative.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/pseudo-elements.tentative.html.ini @@ -0,0 +1,2 @@ +[pseudo-elements.tentative.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/type-supported-feature-detect.tentative.html.ini b/testing/web-platform/meta/html/semantics/permission-element/geolocation-element/type-supported-feature-detect.tentative.html.ini @@ -0,0 +1,39 @@ +[type-supported-feature-detect.tentative.html] + [Test HTMLPermissionElement and isTypeSupported existence] + expected: FAIL + + [Test HTMLPermissionElement should support type geolocation] + expected: FAIL + + [Test HTMLPermissionElement should support type camera] + expected: FAIL + + [Test HTMLPermissionElement should support type microphone] + expected: FAIL + + [Test HTMLPermissionElement should support type camera microphone ] + expected: FAIL + + [Test HTMLPermissionElement should support type microphone camera ] + expected: FAIL + + [Test HTMLPermissionElement should support type camera camera microphone] + expected: FAIL + + [Test HTMLPermissionElement should support type microphone microphone camera ] + expected: FAIL + + [Test HTMLPermissionElement should not support type invalid] + expected: FAIL + + [Test HTMLPermissionElement should not support type cameraa] + expected: FAIL + + [Test HTMLPermissionElement should not support type microphone geolocation] + expected: FAIL + + [Test HTMLPermissionElement should not support type camera geolocation] + expected: FAIL + + [Test HTMLPermissionElement should not support type camera geolocation microphone] + expected: FAIL