diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/webvr/idlharness.html')
-rw-r--r-- | tests/wpt/web-platform-tests/webvr/idlharness.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/webvr/idlharness.html b/tests/wpt/web-platform-tests/webvr/idlharness.html index ecb89f37565..96c63d5e0c4 100644 --- a/tests/wpt/web-platform-tests/webvr/idlharness.html +++ b/tests/wpt/web-platform-tests/webvr/idlharness.html @@ -223,7 +223,7 @@ partial interface Gamepad { <script> setup( () => { var idl_array = new IdlArray(); - idl_array.add_untested_idls("[PrimaryGlobal] interface Window {};"); + idl_array.add_untested_idls("[Global=Window, Exposed=Window] interface Window {};"); idl_array.add_untested_idls("interface Navigator {};"); idl_array.add_untested_idls("interface Event {};"); idl_array.add_untested_idls("interface EventTarget {};"); |