From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- testing/web-platform/tests/tools/manifest/sourcefile.py | 1 + 1 file changed, 1 insertion(+) (limited to 'testing/web-platform/tests/tools/manifest/sourcefile.py') 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": {}, -- cgit v1.2.3