Rename metadata directories

This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
This commit is contained in:
Martin Robinson 2023-06-22 14:35:02 +02:00
parent cfd24f00bc
commit f4578afdfe
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
23708 changed files with 772645 additions and 694 deletions

View file

@ -0,0 +1,7 @@
[gamepad-default-feature-policy.https.sub.html]
[Feature-Policy allow="gamepad" allows cross-origin with feature allowed.]
expected: FAIL
[Feature-Policy allow="gamepad" disallows cross-origin by default.]
expected: FAIL

View file

@ -0,0 +1,9 @@
[gamepad-secure-context.html]
[When in a non-secure context, getGamepad() should throw an error.]
expected: FAIL
[Gamepad API is not exposed in insecure contexts]
expected: FAIL
[Gamepad API is not exposed in non-secure contexts]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gamepad-supported-by-feature-policy.html]
[document.featurePolicy.features should advertise gamepad.]
expected: FAIL

View file

@ -0,0 +1,72 @@
[idlharness-extensions.https.window.html]
[GamepadHapticActuator interface: existence and properties of interface object]
expected: FAIL
[GamepadHapticActuator interface object length]
expected: FAIL
[GamepadHapticActuator interface object name]
expected: FAIL
[GamepadHapticActuator interface: existence and properties of interface prototype object]
expected: FAIL
[GamepadHapticActuator interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[GamepadHapticActuator interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[GamepadHapticActuator interface: attribute type]
expected: FAIL
[GamepadHapticActuator interface: operation pulse(double, double)]
expected: FAIL
[GamepadTouch interface: existence and properties of interface object]
expected: FAIL
[GamepadTouch interface object length]
expected: FAIL
[GamepadTouch interface object name]
expected: FAIL
[GamepadTouch interface: existence and properties of interface prototype object]
expected: FAIL
[GamepadTouch interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[GamepadTouch interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[GamepadTouch interface: attribute touchId]
expected: FAIL
[GamepadTouch interface: attribute surfaceId]
expected: FAIL
[GamepadTouch interface: attribute position]
expected: FAIL
[GamepadTouch interface: attribute surfaceDimensions]
expected: FAIL
[Gamepad interface: attribute hapticActuators]
expected: FAIL
[Gamepad interface: attribute touchEvents]
expected: FAIL
[GamepadHapticActuator interface: operation canPlayEffectType(GamepadHapticEffectType)]
expected: FAIL
[GamepadHapticActuator interface: operation playEffect(GamepadHapticEffectType, optional GamepadEffectParameters)]
expected: FAIL
[GamepadHapticActuator interface: operation reset()]
expected: FAIL
[Gamepad interface: attribute vibrationActuator]
expected: FAIL

View file

@ -0,0 +1,61 @@
[idlharness-extensions.window.html]
[GamepadHapticActuator interface: existence and properties of interface prototype object]
expected: FAIL
[GamepadHapticActuator interface: existence and properties of interface object]
expected: FAIL
[GamepadHapticActuator interface object name]
expected: FAIL
[GamepadHapticActuator interface object length]
expected: FAIL
[Gamepad interface: attribute hapticActuators]
expected: FAIL
[GamepadHapticActuator interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[GamepadHapticActuator interface: attribute type]
expected: FAIL
[GamepadHapticActuator interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[GamepadHapticActuator interface: operation pulse(double, double)]
expected: FAIL
[GamepadTouch interface object name]
expected: FAIL
[GamepadTouch interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[GamepadTouch interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[GamepadTouch interface: attribute surfaceId]
expected: FAIL
[Gamepad interface: attribute touchEvents]
expected: FAIL
[GamepadTouch interface object length]
expected: FAIL
[GamepadTouch interface: existence and properties of interface prototype object]
expected: FAIL
[GamepadTouch interface: attribute touchId]
expected: FAIL
[GamepadTouch interface: existence and properties of interface object]
expected: FAIL
[GamepadTouch interface: attribute position]
expected: FAIL
[GamepadTouch interface: attribute surfaceDimensions]
expected: FAIL

View file

@ -0,0 +1,27 @@
[idlharness.https.window.html]
[GamepadEvent must be primary interface of new GamepadEvent("gamepad")]
expected: FAIL
[GamepadEvent interface: new GamepadEvent("gamepad") must inherit property "gamepad" with the proper type]
expected: FAIL
[Stringification of new GamepadEvent("gamepad")]
expected: FAIL
[HTMLBodyElement interface: attribute ongamepadconnected]
expected: FAIL
[HTMLBodyElement interface: attribute ongamepaddisconnected]
expected: FAIL
[Window interface: attribute ongamepadconnected]
expected: FAIL
[Window interface: attribute ongamepaddisconnected]
expected: FAIL
[HTMLFrameSetElement interface: attribute ongamepadconnected]
expected: FAIL
[HTMLFrameSetElement interface: attribute ongamepaddisconnected]
expected: FAIL

View file

@ -0,0 +1,3 @@
[not-fully-active.https.html]
[calling getGamepads() in a non-fully-active document]
expected: FAIL