Remove HTMLIFrameElement.allowvr test

This attribute was unshipped.
This commit is contained in:
Anthony Ramine 2018-03-13 10:33:50 +01:00
parent d78478f9bd
commit 6d8f4d5337
3 changed files with 1 additions and 8 deletions

View file

@ -603129,7 +603129,7 @@
"support"
],
"webvr/idlharness.https.html": [
"3505e27e1b2668010bf61f05f6b8a759cf42cece",
"ae515edc7c77c87caff8fa096a0682a12a254e83",
"testharness"
],
"webvr/webvr-disabled-by-feature-policy.https.sub.html": [

View file

@ -8,9 +8,6 @@
[Navigator interface: attribute vrEnabled]
expected: FAIL
[HTMLIFrameElement interface: attribute allowvr]
expected: FAIL
[Gamepad interface: attribute displayId]
expected: FAIL

View file

@ -203,10 +203,6 @@ partial interface Window {
attribute EventHandler onvrdisplaypresentchange;
};
partial interface HTMLIFrameElement {
attribute boolean allowvr;
};
partial interface Gamepad {
readonly attribute unsigned long displayId;
};