mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Auto merge of #20287 - servo:webvr, r=jdm
Enable more tests, uselessly This doesn't really do anything, given the gamepad tests don't even parse correctly. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20287) <!-- Reviewable:end -->
This commit is contained in:
commit
84ce43284c
7 changed files with 9 additions and 12 deletions
|
@ -71,6 +71,8 @@ skip: true
|
||||||
skip: false
|
skip: false
|
||||||
[fullscreen]
|
[fullscreen]
|
||||||
skip: false
|
skip: false
|
||||||
|
[gamepad]
|
||||||
|
skip: false
|
||||||
[hr-time]
|
[hr-time]
|
||||||
skip: false
|
skip: false
|
||||||
[html]
|
[html]
|
||||||
|
|
|
@ -603277,7 +603277,7 @@
|
||||||
"support"
|
"support"
|
||||||
],
|
],
|
||||||
"webvr/idlharness.https.html": [
|
"webvr/idlharness.https.html": [
|
||||||
"3505e27e1b2668010bf61f05f6b8a759cf42cece",
|
"ae515edc7c77c87caff8fa096a0682a12a254e83",
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"webvr/webvr-disabled-by-feature-policy.https.sub.html": [
|
"webvr/webvr-disabled-by-feature-policy.https.sub.html": [
|
||||||
|
|
1
tests/wpt/metadata/gamepad/__dir__.ini
Normal file
1
tests/wpt/metadata/gamepad/__dir__.ini
Normal file
|
@ -0,0 +1 @@
|
||||||
|
prefs: ["dom.gamepad.enabled:true"]
|
4
tests/wpt/metadata/gamepad/idlharness.html.ini
Normal file
4
tests/wpt/metadata/gamepad/idlharness.html.ini
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[idlharness.html]
|
||||||
|
[Gamepad IDL tests]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
prefs: ["dom.webvr.enabled:true"]
|
prefs: ["dom.gamepad.enabled:true", "dom.webvr.enabled:true"]
|
||||||
|
|
|
@ -8,12 +8,6 @@
|
||||||
[Navigator interface: attribute vrEnabled]
|
[Navigator interface: attribute vrEnabled]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLIFrameElement interface: attribute allowvr]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Gamepad interface: attribute displayId]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[VRDisplay interface: operation requestPresent([object Object\])]
|
[VRDisplay interface: operation requestPresent([object Object\])]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -203,10 +203,6 @@ partial interface Window {
|
||||||
attribute EventHandler onvrdisplaypresentchange;
|
attribute EventHandler onvrdisplaypresentchange;
|
||||||
};
|
};
|
||||||
|
|
||||||
partial interface HTMLIFrameElement {
|
|
||||||
attribute boolean allowvr;
|
|
||||||
};
|
|
||||||
|
|
||||||
partial interface Gamepad {
|
partial interface Gamepad {
|
||||||
readonly attribute unsigned long displayId;
|
readonly attribute unsigned long displayId;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue