From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +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') 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