mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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"
|
||||
],
|
||||
"webvr/idlharness.https.html": [
|
||||
"3505e27e1b2668010bf61f05f6b8a759cf42cece",
|
||||
"ae515edc7c77c87caff8fa096a0682a12a254e83",
|
||||
"testharness"
|
||||
],
|
||||
"webvr/webvr-disabled-by-feature-policy.https.sub.html": [
|
||||
|
|
|
@ -8,9 +8,6 @@
|
|||
[Navigator interface: attribute vrEnabled]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLIFrameElement interface: attribute allowvr]
|
||||
expected: FAIL
|
||||
|
||||
[Gamepad interface: attribute displayId]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -203,10 +203,6 @@ partial interface Window {
|
|||
attribute EventHandler onvrdisplaypresentchange;
|
||||
};
|
||||
|
||||
partial interface HTMLIFrameElement {
|
||||
attribute boolean allowvr;
|
||||
};
|
||||
|
||||
partial interface Gamepad {
|
||||
readonly attribute unsigned long displayId;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue