diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/requestidlecallback/idlharness.html')
-rw-r--r-- | tests/wpt/web-platform-tests/requestidlecallback/idlharness.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/requestidlecallback/idlharness.html b/tests/wpt/web-platform-tests/requestidlecallback/idlharness.html index 4007d09fec3..459ce36ebb7 100644 --- a/tests/wpt/web-platform-tests/requestidlecallback/idlharness.html +++ b/tests/wpt/web-platform-tests/requestidlecallback/idlharness.html @@ -7,7 +7,7 @@ <script src="/resources/idlharness.js"></script> <pre id='untested_idl' style='display:none'> -[PrimaryGlobal] +[Global=Window, Exposed=Window] interface Window { }; </pre> |