mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Remove HTMLIFrameElement.allowvr test
This attribute was unshipped.
This commit is contained in:
parent
d78478f9bd
commit
6d8f4d5337
3 changed files with 1 additions and 8 deletions
|
@ -603129,7 +603129,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": [
|
||||||
|
|
|
@ -8,9 +8,6 @@
|
||||||
[Navigator interface: attribute vrEnabled]
|
[Navigator interface: attribute vrEnabled]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLIFrameElement interface: attribute allowvr]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Gamepad interface: attribute displayId]
|
[Gamepad interface: attribute displayId]
|
||||||
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