diff options
Diffstat (limited to 'testing/web-platform/tests/tools/manifest')
-rw-r--r-- | testing/web-platform/tests/tools/manifest/sourcefile.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/web-platform/tests/tools/manifest/sourcefile.py b/testing/web-platform/tests/tools/manifest/sourcefile.py index 23aa7f491f..71eab54bea 100644 --- a/testing/web-platform/tests/tools/manifest/sourcefile.py +++ b/testing/web-platform/tests/tools/manifest/sourcefile.py @@ -70,6 +70,7 @@ def read_script_metadata(f: BinaryIO, regexp: Pattern[bytes]) -> Iterable[Tuple[ _any_variants: Dict[Text, Dict[Text, Any]] = { "window": {"suffix": ".any.html"}, + "window-module": {}, "serviceworker": {"force_https": True}, "serviceworker-module": {"force_https": True}, "sharedworker": {}, |