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:
bors-servo 2018-03-13 09:52:05 -04:00 committed by GitHub
commit 84ce43284c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 12 deletions

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;
};