From b55cc798b6176ed954ec79e11cf3b64dca4f166d Mon Sep 17 00:00:00 2001 From: WPT Sync Bot Date: Mon, 1 Apr 2019 22:33:23 -0400 Subject: [PATCH 1/2] Update web-platform-tests to revision 3bbb55915a04548e70c63b7c143a83e0e9d3c5e7 --- tests/wpt/metadata/MANIFEST.json | 4612 +++++------------ ...lex-minimum-height-flex-items-014.html.ini | 2 + .../at-font-face-font-matching.html.ini | 33 - .../elementsFromPoint-iframes.html.ini | 2 +- .../ParentNode-querySelector-All-xht.xht.ini | 48 + .../ParentNode-querySelector-All.html.ini | 48 + .../nosniff/parsing-nosniff.window.js.ini | 3 - ...ort-return-value-string.tentative.html.ini | 4 - .../traverse_the_history_2.html.ini | 4 - .../traverse_the_history_4.html.ini | 4 - .../traverse_the_history_5.html.ini | 4 - .../closed-attribute.window.js.ini | 1 + .../html/dom/interfaces.https.html.ini | 12 + .../script-onerror-insertion-point-2.html.ini | 2 + .../parsing/DOMContentLoaded-defer.html.ini | 4 - .../insecure-protocol.http.html.ini | 2 + .../realtimeanalyser-fft-scaling.html.ini | 1 + tests/wpt/mozilla/meta/MANIFEST.json | 32 +- .../contain-size-multicol-001.html | 1 + .../contain-size-scrollbars-001.html | 2 +- .../contain-size-scrollbars-002.html | 17 + .../contain-size-scrollbars-003.html | 17 + .../flex-minimum-height-flex-items-014.html | 55 + .../registered-property-initial.html | 4 + .../white-space/break-spaces-003.html | 37 + .../css/css-values/calc-numbers.html | 2 +- .../backdrop-filter-clip-rect-ref.html | 20 +- .../backdrop-filter-clip-rect.html | 14 +- .../backdrop-filter-reference-filter.html | 14 +- .../web-platform-tests/dom/nodes/selectors.js | 4 + .../element-timing/buffer-before-onload.html | 4 +- .../cross-origin-element.sub.html | 4 +- .../image-TAO-wildcard.sub.html | 4 +- .../element-timing/image-carousel.html | 10 +- .../element-timing/image-clipped-svg.html | 5 +- .../image-not-fully-visible.html | 3 +- .../element-timing/image-rect-iframe.html | 3 + .../element-timing/image-with-css-scale.html | 42 + .../element-timing/image-with-rotation.html | 50 + .../images-repeated-resource.html | 5 +- .../element-timing/observe-elementtiming.html | 6 +- .../element-timing/observe-large-image.html | 4 +- .../observe-multiple-images.html | 11 +- .../element-timing/observe-svg-image.html | 5 +- .../element-timing/observe-video-poster.html | 5 +- .../progressively-loaded-image.html | 3 +- .../element-timing/rectangular-image.html | 44 + .../resources/element-timing-helpers.js | 11 +- .../iframe-with-square-sends-entry.html | 5 +- .../element-request-fullscreen-options.html | 9 +- .../web-platform-tests/interfaces/html.idl | 9 +- .../foreign-object-under-clip-path-crash.html | 10 + tests/wpt/web-platform-tests/tools/ci/jobs.py | 2 +- .../tools/ci/tests/test_jobs.py | 2 +- .../web-platform-tests/tools/manifest/item.py | 23 +- .../tools/manifest/manifest.py | 10 +- .../tools/manifest/tests/test_item.py | 4 +- .../tools/manifest/tests/test_manifest.py | 77 +- .../tools/manifest/update.py | 2 +- .../web-platform-tests/tools/wpt/browser.py | 4 +- .../tools/wptrunner/requirements.txt | 1 + .../tools/wptrunner/tox.ini | 3 +- .../tools/wptrunner/wptrunner/config.py | 4 +- .../tools/wptrunner/wptrunner/environment.py | 8 +- .../wptrunner/wptrunner/executors/__init__.py | 8 +- .../wptrunner/wptrunner/executors/base.py | 14 +- .../wptrunner/executors/executorwebdriver.py | 14 + .../formatters/tests/test_chromium.py | 2 +- .../wptrunner/wptrunner/manifestexpected.py | 8 +- .../wptrunner/wptrunner/manifestinclude.py | 6 +- .../wptrunner/wptrunner/manifestupdate.py | 8 +- .../tools/wptrunner/wptrunner/metadata.py | 12 +- .../tools/wptrunner/wptrunner/testloader.py | 12 +- .../tools/wptrunner/wptrunner/testrunner.py | 2 +- .../tools/wptrunner/wptrunner/tests/base.py | 2 +- .../wptrunner/tests/test_formatters.py | 10 +- .../wptrunner/tests/test_manifestexpected.py | 7 +- .../wptrunner/tests/test_products.py | 15 +- .../wptrunner/tests/test_stability.py | 7 +- .../wptrunner/tests/test_testloader.py | 7 +- .../wptrunner/wptrunner/tests/test_update.py | 63 +- .../wptrunner/wptrunner/tests/test_wpttest.py | 19 +- .../wptrunner/wptrunner/update/__init__.py | 2 +- .../wptrunner/wptrunner/update/metadata.py | 2 +- .../tools/wptrunner/wptrunner/update/state.py | 2 +- .../tools/wptrunner/wptrunner/update/sync.py | 4 +- .../wptrunner/wptrunner/update/update.py | 10 +- .../wptrunner/wptrunner/wptcommandline.py | 6 +- .../tools/wptrunner/wptrunner/wptlogging.py | 2 +- .../wptrunner/wptmanifest/__init__.py | 8 +- .../wptrunner/wptrunner/wptmanifest/parser.py | 10 +- .../wptrunner/wptmanifest/serializer.py | 6 +- .../wptmanifest/tests/test_conditional.py | 4 + .../wptmanifest/tests/test_parser.py | 6 +- .../wptmanifest/tests/test_serializer.py | 2 + .../wptmanifest/tests/test_static.py | 4 + .../wptmanifest/tests/test_tokenizer.py | 7 +- .../tools/wptrunner/wptrunner/wpttest.py | 10 +- .../dedicated-worker-options-credentials.html | 1 + tests/wpt/webgl/meta/MANIFEST.json | 2 +- 100 files changed, 2036 insertions(+), 3665 deletions(-) create mode 100644 tests/wpt/metadata/css/css-flexbox/flex-minimum-height-flex-items-014.html.ini delete mode 100644 tests/wpt/metadata/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-abort/javascript-url-abort-return-value-string.tentative.html.ini delete mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_2.html.ini delete mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_4.html.ini delete mode 100644 tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini create mode 100644 tests/wpt/metadata/html/semantics/scripting-1/the-script-element/script-onerror-insertion-point-2.html.ini delete mode 100644 tests/wpt/metadata/html/syntax/parsing/DOMContentLoaded-defer.html.ini create mode 100644 tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/meta-referrer/cross-origin/http-http/xhr-request/no-redirect/insecure-protocol.http.html.ini create mode 100644 tests/wpt/web-platform-tests/css/css-contain/contain-size-scrollbars-002.html create mode 100644 tests/wpt/web-platform-tests/css/css-contain/contain-size-scrollbars-003.html create mode 100644 tests/wpt/web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-014.html create mode 100644 tests/wpt/web-platform-tests/css/css-text/white-space/break-spaces-003.html create mode 100644 tests/wpt/web-platform-tests/element-timing/image-with-css-scale.html create mode 100644 tests/wpt/web-platform-tests/element-timing/image-with-rotation.html create mode 100644 tests/wpt/web-platform-tests/element-timing/rectangular-image.html create mode 100644 tests/wpt/web-platform-tests/svg/extensibility/foreignObject/foreign-object-under-clip-path-crash.html diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index f1a958b3ff7..0239cbc7ccc 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -112803,6 +112803,30 @@ {} ] ], + "css/css-contain/contain-size-scrollbars-002.html": [ + [ + "css/css-contain/contain-size-scrollbars-002.html", + [ + [ + "/css/css-contain/reference/contain-size-scrollbars-001-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-contain/contain-size-scrollbars-003.html": [ + [ + "css/css-contain/contain-size-scrollbars-003.html", + [ + [ + "/css/css-contain/reference/contain-size-scrollbars-001-ref.html", + "==" + ] + ], + {} + ] + ], "css/css-contain/contain-strict-001.html": [ [ "css/css-contain/contain-strict-001.html", @@ -116979,6 +117003,18 @@ {} ] ], + "css/css-flexbox/flex-minimum-height-flex-items-014.html": [ + [ + "css/css-flexbox/flex-minimum-height-flex-items-014.html", + [ + [ + "/css/reference/ref-filled-green-100px-square.xht", + "==" + ] + ], + {} + ] + ], "css/css-flexbox/flex-minimum-width-flex-items-001.xht": [ [ "css/css-flexbox/flex-minimum-width-flex-items-001.xht", @@ -144257,6 +144293,18 @@ {} ] ], + "css/css-text/white-space/break-spaces-003.html": [ + [ + "css/css-text/white-space/break-spaces-003.html", + [ + [ + "/css/css-text/white-space/reference/white-space-break-spaces-005-ref.html", + "==" + ] + ], + {} + ] + ], "css/css-text/white-space/break-spaces-004.html": [ [ "css/css-text/white-space/break-spaces-004.html", @@ -336417,9 +336465,7 @@ "FileAPI/FileReaderSync.worker.js": [ [ "FileAPI/FileReaderSync.worker.html", - { - "script_metadata": [] - } + {} ] ], "FileAPI/blob/Blob-constructor-endings.html": [ @@ -336437,9 +336483,7 @@ "FileAPI/blob/Blob-in-worker.worker.js": [ [ "FileAPI/blob/Blob-in-worker.worker.html", - { - "script_metadata": [] - } + {} ] ], "FileAPI/blob/Blob-slice-overflow.html": [ @@ -336469,9 +336513,7 @@ "FileAPI/file/Worker-read-file-constructor.worker.js": [ [ "FileAPI/file/Worker-read-file-constructor.worker.html", - { - "script_metadata": [] - } + {} ] ], "FileAPI/file/send-file-form-iso-2022-jp.tentative.html": [ @@ -336531,9 +336573,7 @@ "FileAPI/idlharness.worker.js": [ [ "FileAPI/idlharness.worker.html", - { - "script_metadata": [] - } + {} ] ], "FileAPI/reading-data-section/Determining-Encoding.html": [ @@ -336677,9 +336717,7 @@ "FileAPI/url/url-in-tags.window.js": [ [ "FileAPI/url/url-in-tags.window.html", - { - "script_metadata": [] - } + {} ] ], "FileAPI/url/url-lifetime.html": [ @@ -336691,9 +336729,7 @@ "FileAPI/url/url-reload.window.js": [ [ "FileAPI/url/url-reload.window.html", - { - "script_metadata": [] - } + {} ] ], "FileAPI/url/url-with-fetch.any.js": [ @@ -340923,9 +340959,7 @@ "WebCryptoAPI/digest/digest.https.worker.js": [ [ "WebCryptoAPI/digest/digest.https.worker.html", - { - "script_metadata": [] - } + {} ] ], "WebCryptoAPI/digest/test_digest.https.html": [ @@ -340939,33 +340973,25 @@ "WebCryptoAPI/encrypt_decrypt/aes_cbc.https.worker.js": [ [ "WebCryptoAPI/encrypt_decrypt/aes_cbc.https.worker.html", - { - "script_metadata": [] - } + {} ] ], "WebCryptoAPI/encrypt_decrypt/aes_ctr.https.worker.js": [ [ "WebCryptoAPI/encrypt_decrypt/aes_ctr.https.worker.html", - { - "script_metadata": [] - } + {} ] ], "WebCryptoAPI/encrypt_decrypt/aes_gcm.https.worker.js": [ [ "WebCryptoAPI/encrypt_decrypt/aes_gcm.https.worker.html", - { - "script_metadata": [] - } + {} ] ], "WebCryptoAPI/encrypt_decrypt/rsa.https.worker.js": [ [ "WebCryptoAPI/encrypt_decrypt/rsa.https.worker.html", - { - "script_metadata": [] - } + {} ] ], "WebCryptoAPI/encrypt_decrypt/test_aes_cbc.https.html": [ @@ -345563,15 +345589,11 @@ "WebCryptoAPI/getRandomValues.any.js": [ [ "WebCryptoAPI/getRandomValues.any.html", - { - "script_metadata": [] - } + {} ], [ "WebCryptoAPI/getRandomValues.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "WebCryptoAPI/idlharness.https.any.js": [ @@ -345609,25 +345631,19 @@ "WebCryptoAPI/import_export/ec_importKey.https.worker.js": [ [ "WebCryptoAPI/import_export/ec_importKey.https.worker.html", - { - "script_metadata": [] - } + {} ] ], "WebCryptoAPI/import_export/rsa_importKey.https.worker.js": [ [ "WebCryptoAPI/import_export/rsa_importKey.https.worker.html", - { - "script_metadata": [] - } + {} ] ], "WebCryptoAPI/import_export/symmetric_importKey.https.worker.js": [ [ "WebCryptoAPI/import_export/symmetric_importKey.https.worker.html", - { - "script_metadata": [] - } + {} ] ], "WebCryptoAPI/import_export/test_ec_importKey.https.html": [ @@ -345663,33 +345679,25 @@ "WebCryptoAPI/sign_verify/ecdsa.https.worker.js": [ [ "WebCryptoAPI/sign_verify/ecdsa.https.worker.html", - { - "script_metadata": [] - } + {} ] ], "WebCryptoAPI/sign_verify/hmac.https.worker.js": [ [ "WebCryptoAPI/sign_verify/hmac.https.worker.html", - { - "script_metadata": [] - } + {} ] ], "WebCryptoAPI/sign_verify/rsa_pkcs.https.worker.js": [ [ "WebCryptoAPI/sign_verify/rsa_pkcs.https.worker.html", - { - "script_metadata": [] - } + {} ] ], "WebCryptoAPI/sign_verify/rsa_pss.https.worker.js": [ [ "WebCryptoAPI/sign_verify/rsa_pss.https.worker.html", - { - "script_metadata": [] - } + {} ] ], "WebCryptoAPI/sign_verify/test_ecdsa.https.html": [ @@ -345767,57 +345775,41 @@ "WebIDL/ecmascript-binding/es-exceptions/DOMException-constants.any.js": [ [ "WebIDL/ecmascript-binding/es-exceptions/DOMException-constants.any.html", - { - "script_metadata": [] - } + {} ], [ "WebIDL/ecmascript-binding/es-exceptions/DOMException-constants.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "WebIDL/ecmascript-binding/es-exceptions/DOMException-constructor-and-prototype.any.js": [ [ "WebIDL/ecmascript-binding/es-exceptions/DOMException-constructor-and-prototype.any.html", - { - "script_metadata": [] - } + {} ], [ "WebIDL/ecmascript-binding/es-exceptions/DOMException-constructor-and-prototype.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "WebIDL/ecmascript-binding/es-exceptions/DOMException-constructor-behavior.any.js": [ [ "WebIDL/ecmascript-binding/es-exceptions/DOMException-constructor-behavior.any.html", - { - "script_metadata": [] - } + {} ], [ "WebIDL/ecmascript-binding/es-exceptions/DOMException-constructor-behavior.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "WebIDL/ecmascript-binding/es-exceptions/DOMException-custom-bindings.any.js": [ [ "WebIDL/ecmascript-binding/es-exceptions/DOMException-custom-bindings.any.html", - { - "script_metadata": [] - } + {} ], [ "WebIDL/ecmascript-binding/es-exceptions/DOMException-custom-bindings.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "WebIDL/ecmascript-binding/es-exceptions/exceptions.html": [ @@ -345927,15 +345919,11 @@ "WebIDL/ecmascript-binding/no-regexp-special-casing.any.js": [ [ "WebIDL/ecmascript-binding/no-regexp-special-casing.any.html", - { - "script_metadata": [] - } + {} ], [ "WebIDL/ecmascript-binding/no-regexp-special-casing.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "WebIDL/ecmascript-binding/put-forwards.html": [ @@ -346695,9 +346683,7 @@ "beacon/beacon-readablestream.window.js": [ [ "beacon/beacon-readablestream.window.html", - { - "script_metadata": [] - } + {} ] ], "beacon/beacon-redirect.window.js": [ @@ -348281,43 +348267,31 @@ "console/console-is-a-namespace.any.js": [ [ "console/console-is-a-namespace.any.html", - { - "script_metadata": [] - } + {} ], [ "console/console-is-a-namespace.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "console/console-label-conversion.any.js": [ [ "console/console-label-conversion.any.html", - { - "script_metadata": [] - } + {} ], [ "console/console-label-conversion.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "console/console-tests-historical.any.js": [ [ "console/console-tests-historical.any.html", - { - "script_metadata": [] - } + {} ], [ "console/console-tests-historical.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "console/idlharness.any.js": [ @@ -351135,97 +351109,73 @@ "cookie-store/cookieListItem_attributes.tentative.https.window.js": [ [ "cookie-store/cookieListItem_attributes.tentative.https.window.html", - { - "script_metadata": [] - } + {} ] ], "cookie-store/cookieStore_delete_arguments.tentative.https.window.js": [ [ "cookie-store/cookieStore_delete_arguments.tentative.https.window.html", - { - "script_metadata": [] - } + {} ] ], "cookie-store/cookieStore_delete_basic.tentative.https.window.js": [ [ "cookie-store/cookieStore_delete_basic.tentative.https.window.html", - { - "script_metadata": [] - } + {} ] ], "cookie-store/cookieStore_event_arguments.tenative.https.window.js": [ [ "cookie-store/cookieStore_event_arguments.tenative.https.window.html", - { - "script_metadata": [] - } + {} ] ], "cookie-store/cookieStore_event_basic.tentative.https.window.js": [ [ "cookie-store/cookieStore_event_basic.tentative.https.window.html", - { - "script_metadata": [] - } + {} ] ], "cookie-store/cookieStore_event_delete.tenative.https.window.js": [ [ "cookie-store/cookieStore_event_delete.tenative.https.window.html", - { - "script_metadata": [] - } + {} ] ], "cookie-store/cookieStore_event_overwrite.tentative.https.window.js": [ [ "cookie-store/cookieStore_event_overwrite.tentative.https.window.html", - { - "script_metadata": [] - } + {} ] ], "cookie-store/cookieStore_getAll_arguments.tentative.https.window.js": [ [ "cookie-store/cookieStore_getAll_arguments.tentative.https.window.html", - { - "script_metadata": [] - } + {} ] ], "cookie-store/cookieStore_getAll_multiple.tentative.https.window.js": [ [ "cookie-store/cookieStore_getAll_multiple.tentative.https.window.html", - { - "script_metadata": [] - } + {} ] ], "cookie-store/cookieStore_getAll_set_basic.tentative.https.window.js": [ [ "cookie-store/cookieStore_getAll_set_basic.tentative.https.window.html", - { - "script_metadata": [] - } + {} ] ], "cookie-store/cookieStore_get_arguments.tentative.https.window.js": [ [ "cookie-store/cookieStore_get_arguments.tentative.https.window.html", - { - "script_metadata": [] - } + {} ] ], "cookie-store/cookieStore_get_delete_basic.tentative.https.window.js": [ [ "cookie-store/cookieStore_get_delete_basic.tentative.https.window.html", - { - "script_metadata": [] - } + {} ] ], "cookie-store/cookieStore_get_set_across_frames.tentative.https.html": [ @@ -351243,9 +351193,7 @@ "cookie-store/cookieStore_get_set_basic.tentative.https.window.js": [ [ "cookie-store/cookieStore_get_set_basic.tentative.https.window.html", - { - "script_metadata": [] - } + {} ] ], "cookie-store/cookieStore_in_detached_frame.tentative.https.html": [ @@ -351257,17 +351205,13 @@ "cookie-store/cookieStore_set_arguments.tentative.https.window.js": [ [ "cookie-store/cookieStore_set_arguments.tentative.https.window.html", - { - "script_metadata": [] - } + {} ] ], "cookie-store/cookieStore_special_names.tentative.https.window.js": [ [ "cookie-store/cookieStore_special_names.tentative.https.window.html", - { - "script_metadata": [] - } + {} ] ], "cookie-store/document_cookie.tentative.https.html": [ @@ -351639,9 +351583,7 @@ "cors/access-control-expose-headers-parsing.window.js": [ [ "cors/access-control-expose-headers-parsing.window.html", - { - "script_metadata": [] - } + {} ] ], "cors/basic.htm": [ @@ -366006,9 +365948,7 @@ "css/geometry/DOMMatrix-css-string.worker.js": [ [ "css/geometry/DOMMatrix-css-string.worker.html", - { - "script_metadata": [] - } + {} ] ], "css/geometry/DOMMatrix-newobject.html": [ @@ -366086,9 +366026,7 @@ "css/geometry/WebKitCSSMatrix.worker.js": [ [ "css/geometry/WebKitCSSMatrix.worker.html", - { - "script_metadata": [] - } + {} ] ], "css/geometry/historical.html": [ @@ -366106,9 +366044,7 @@ "css/geometry/interfaces.worker.js": [ [ "css/geometry/interfaces.worker.html", - { - "script_metadata": [] - } + {} ] ], "css/geometry/spec-examples.html": [ @@ -367312,29 +367248,21 @@ "device-memory/device-memory.https.any.js": [ [ "device-memory/device-memory.https.any.html", - { - "script_metadata": [] - } + {} ], [ "device-memory/device-memory.https.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "dom/abort/event.any.js": [ [ "dom/abort/event.any.html", - { - "script_metadata": [] - } + {} ], [ "dom/abort/event.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "dom/collections/HTMLCollection-as-prototype.html": [ @@ -367466,9 +367394,7 @@ "dom/events/Event-dispatch-listener-order.window.js": [ [ "dom/events/Event-dispatch-listener-order.window.html", - { - "script_metadata": [] - } + {} ] ], "dom/events/Event-dispatch-multiple-cancelBubble.html": [ @@ -367561,15 +367487,11 @@ "dom/events/Event-isTrusted.any.js": [ [ "dom/events/Event-isTrusted.any.html", - { - "script_metadata": [] - } + {} ], [ "dom/events/Event-isTrusted.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "dom/events/Event-propagation.html": [ @@ -367617,9 +367539,7 @@ "dom/events/EventListener-addEventListener.sub.window.js": [ [ "dom/events/EventListener-addEventListener.sub.window.html", - { - "script_metadata": [] - } + {} ] ], "dom/events/EventListener-handleEvent.html": [ @@ -367661,15 +367581,11 @@ "dom/events/EventTarget-constructible.any.js": [ [ "dom/events/EventTarget-constructible.any.html", - { - "script_metadata": [] - } + {} ], [ "dom/events/EventTarget-constructible.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "dom/events/EventTarget-dispatchEvent-returnvalue.html": [ @@ -367707,9 +367623,7 @@ "dom/events/event-global-extra.window.js": [ [ "dom/events/event-global-extra.window.html", - { - "script_metadata": [] - } + {} ] ], "dom/events/event-global.html": [ @@ -367721,25 +367635,19 @@ "dom/events/event-global.worker.js": [ [ "dom/events/event-global.worker.html", - { - "script_metadata": [] - } + {} ] ], "dom/events/legacy-pre-activation-behavior.window.js": [ [ "dom/events/legacy-pre-activation-behavior.window.html", - { - "script_metadata": [] - } + {} ] ], "dom/events/relatedTarget.window.js": [ [ "dom/events/relatedTarget.window.html", - { - "script_metadata": [] - } + {} ] ], "dom/events/shadow-relatedTarget.html": [ @@ -370236,6 +370144,18 @@ {} ] ], + "element-timing/image-with-css-scale.html": [ + [ + "element-timing/image-with-css-scale.html", + {} + ] + ], + "element-timing/image-with-rotation.html": [ + [ + "element-timing/image-with-rotation.html", + {} + ] + ], "element-timing/images-repeated-resource.html": [ [ "element-timing/images-repeated-resource.html", @@ -370284,6 +370204,12 @@ {} ] ], + "element-timing/rectangular-image.html": [ + [ + "element-timing/rectangular-image.html", + {} + ] + ], "element-timing/supported-element-type.html": [ [ "element-timing/supported-element-type.html", @@ -370421,15 +370347,11 @@ "encoding/encodeInto.any.js": [ [ "encoding/encodeInto.any.html", - { - "script_metadata": [] - } + {} ], [ "encoding/encodeInto.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "encoding/gb18030-encoder.html": [ @@ -370525,15 +370447,11 @@ "encoding/iso-2022-jp-decoder.any.js": [ [ "encoding/iso-2022-jp-decoder.any.html", - { - "script_metadata": [] - } + {} ], [ "encoding/iso-2022-jp-decoder.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "encoding/iso-2022-jp-encoder.html": [ @@ -378611,9 +378529,7 @@ "encoding/streams/realms.window.js": [ [ "encoding/streams/realms.window.html", - { - "script_metadata": [] - } + {} ] ], "encoding/textdecoder-byte-order-marks.any.js": [ @@ -378643,15 +378559,11 @@ "encoding/textdecoder-copy.any.js": [ [ "encoding/textdecoder-copy.any.html", - { - "script_metadata": [] - } + {} ], [ "encoding/textdecoder-copy.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "encoding/textdecoder-fatal-single-byte.any.js": [ @@ -379840,9 +379752,7 @@ "event-timing/supported-types.window.js": [ [ "event-timing/supported-types.window.html", - { - "script_metadata": [] - } + {} ] ], "eventsource/dedicated-worker/eventsource-close.htm": [ @@ -379874,9 +379784,7 @@ "eventsource/dedicated-worker/eventsource-eventtarget.worker.js": [ [ "eventsource/dedicated-worker/eventsource-eventtarget.worker.html", - { - "script_metadata": [] - } + {} ] ], "eventsource/dedicated-worker/eventsource-onmesage.htm": [ @@ -380058,9 +379966,7 @@ "eventsource/format-field-id-null.window.js": [ [ "eventsource/format-field-id-null.window.html", - { - "script_metadata": [] - } + {} ] ], "eventsource/format-field-id.htm": [ @@ -381052,9 +380958,7 @@ "fetch/api/basic/mediasource.window.js": [ [ "fetch/api/basic/mediasource.window.html", - { - "script_metadata": [] - } + {} ] ], "fetch/api/basic/mode-no-cors.sub.any.js": [ @@ -381172,29 +381076,21 @@ "fetch/api/basic/request-head.any.js": [ [ "fetch/api/basic/request-head.any.html", - { - "script_metadata": [] - } + {} ], [ "fetch/api/basic/request-head.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "fetch/api/basic/request-headers-case.any.js": [ [ "fetch/api/basic/request-headers-case.any.html", - { - "script_metadata": [] - } + {} ], [ "fetch/api/basic/request-headers-case.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "fetch/api/basic/request-headers.any.js": [ @@ -381278,15 +381174,11 @@ "fetch/api/basic/response-url.sub.any.js": [ [ "fetch/api/basic/response-url.sub.any.html", - { - "script_metadata": [] - } + {} ], [ "fetch/api/basic/response-url.sub.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "fetch/api/basic/scheme-about.any.js": [ @@ -382234,9 +382126,7 @@ "fetch/api/headers/headers-no-cors.window.js": [ [ "fetch/api/headers/headers-no-cors.window.html", - { - "script_metadata": [] - } + {} ] ], "fetch/api/headers/headers-normalize.html": [ @@ -382260,15 +382150,11 @@ "fetch/api/headers/historical.any.js": [ [ "fetch/api/headers/historical.any.html", - { - "script_metadata": [] - } + {} ], [ "fetch/api/headers/historical.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "fetch/api/idl.any.js": [ @@ -383170,15 +383056,11 @@ "fetch/content-encoding/bad-gzip-body.any.js": [ [ "fetch/content-encoding/bad-gzip-body.any.html", - { - "script_metadata": [] - } + {} ], [ "fetch/content-encoding/bad-gzip-body.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "fetch/content-length/content-length.html": [ @@ -383190,17 +383072,13 @@ "fetch/content-type/response.window.js": [ [ "fetch/content-type/response.window.html", - { - "script_metadata": [] - } + {} ] ], "fetch/content-type/script.window.js": [ [ "fetch/content-type/script.window.html", - { - "script_metadata": [] - } + {} ] ], "fetch/corb/img-mime-types-coverage.tentative.sub.html": [ @@ -383565,29 +383443,21 @@ "fetch/data-urls/base64.any.js": [ [ "fetch/data-urls/base64.any.html", - { - "script_metadata": [] - } + {} ], [ "fetch/data-urls/base64.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "fetch/data-urls/processing.any.js": [ [ "fetch/data-urls/processing.any.html", - { - "script_metadata": [] - } + {} ], [ "fetch/data-urls/processing.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "fetch/http-cache/304-update.html": [ @@ -383681,9 +383551,7 @@ "fetch/nosniff/parsing-nosniff.window.js": [ [ "fetch/nosniff/parsing-nosniff.window.html", - { - "script_metadata": [] - } + {} ] ], "fetch/nosniff/script.html": [ @@ -384363,15 +384231,11 @@ "hr-time/basic.any.js": [ [ "hr-time/basic.any.html", - { - "script_metadata": [] - } + {} ], [ "hr-time/basic.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "hr-time/idlharness.any.js": [ @@ -384455,15 +384319,11 @@ "hr-time/monotonic-clock.any.js": [ [ "hr-time/monotonic-clock.any.html", - { - "script_metadata": [] - } + {} ], [ "hr-time/monotonic-clock.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "hr-time/performance-tojson.html": [ @@ -384493,9 +384353,7 @@ "hr-time/window-worker-timeOrigin.window.js": [ [ "hr-time/window-worker-timeOrigin.window.html", - { - "script_metadata": [] - } + {} ] ], "html-media-capture/capture_reflect.html": [ @@ -384836,23 +384694,17 @@ "html/browsers/browsing-the-web/navigating-across-documents/refresh/navigate.window.js": [ [ "html/browsers/browsing-the-web/navigating-across-documents/refresh/navigate.window.html", - { - "script_metadata": [] - } + {} ] ], "html/browsers/browsing-the-web/navigating-across-documents/refresh/subresource.any.js": [ [ "html/browsers/browsing-the-web/navigating-across-documents/refresh/subresource.any.html", - { - "script_metadata": [] - } + {} ], [ "html/browsers/browsing-the-web/navigating-across-documents/refresh/subresource.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "html/browsers/browsing-the-web/navigating-across-documents/source/navigate-child-function-parent.html": [ @@ -385516,9 +385368,7 @@ "html/browsers/history/the-location-interface/location-origin-idna.sub.window.js": [ [ "html/browsers/history/the-location-interface/location-origin-idna.sub.window.html", - { - "script_metadata": [] - } + {} ] ], "html/browsers/history/the-location-interface/location-pathname-setter-question-mark.html": [ @@ -385686,9 +385536,7 @@ "html/browsers/history/the-location-interface/no-browsing-context.window.js": [ [ "html/browsers/history/the-location-interface/no-browsing-context.window.html", - { - "script_metadata": [] - } + {} ] ], "html/browsers/history/the-location-interface/per-global.window.js": [ @@ -385929,9 +385777,7 @@ "html/browsers/the-window-object/BarProp.window.js": [ [ "html/browsers/the-window-object/BarProp.window.html", - { - "script_metadata": [] - } + {} ] ], "html/browsers/the-window-object/Document-defaultView.html": [ @@ -386005,9 +385851,7 @@ "html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/no_window_open_when_term_nesting_level_nonzero.window.js": [ [ "html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/no_window_open_when_term_nesting_level_nonzero.window.html", - { - "script_metadata": [] - } + {} ] ], "html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-negative-innerwidth-innerheight.html": [ @@ -386157,9 +386001,7 @@ "html/browsers/the-window-object/close-method.window.js": [ [ "html/browsers/the-window-object/close-method.window.html", - { - "script_metadata": [] - } + {} ] ], "html/browsers/the-window-object/closed-attribute.window.js": [ @@ -386178,17 +386020,13 @@ "html/browsers/the-window-object/document-attribute.window.js": [ [ "html/browsers/the-window-object/document-attribute.window.html", - { - "script_metadata": [] - } + {} ] ], "html/browsers/the-window-object/focus.window.js": [ [ "html/browsers/the-window-object/focus.window.html", - { - "script_metadata": [] - } + {} ] ], "html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_1.html": [ @@ -386218,25 +386056,19 @@ "html/browsers/the-window-object/historical.window.js": [ [ "html/browsers/the-window-object/historical.window.html", - { - "script_metadata": [] - } + {} ] ], "html/browsers/the-window-object/length-attribute.window.js": [ [ "html/browsers/the-window-object/length-attribute.window.html", - { - "script_metadata": [] - } + {} ] ], "html/browsers/the-window-object/name-attribute.window.js": [ [ "html/browsers/the-window-object/name-attribute.window.html", - { - "script_metadata": [] - } + {} ] ], "html/browsers/the-window-object/named-access-on-the-window-object/named-objects.html": [ @@ -386279,9 +386111,7 @@ "html/browsers/the-window-object/self-et-al.window.js": [ [ "html/browsers/the-window-object/self-et-al.window.html", - { - "script_metadata": [] - } + {} ] ], "html/browsers/the-window-object/window-aliases.html": [ @@ -386411,9 +386241,7 @@ "html/browsers/windows/auxiliary-browsing-contexts/opener-setter.window.js": [ [ "html/browsers/windows/auxiliary-browsing-contexts/opener-setter.window.html", - { - "script_metadata": [] - } + {} ] ], "html/browsers/windows/auxiliary-browsing-contexts/opener.html": [ @@ -387144,9 +386972,7 @@ "html/dom/elements/the-innertext-idl-attribute/multiple-text-nodes.window.js": [ [ "html/dom/elements/the-innertext-idl-attribute/multiple-text-nodes.window.html", - { - "script_metadata": [] - } + {} ] ], "html/dom/elements/the-innertext-idl-attribute/setter.html": [ @@ -387184,9 +387010,7 @@ "html/dom/interfaces.worker.js": [ [ "html/dom/interfaces.worker.html", - { - "script_metadata": [] - } + {} ] ], "html/dom/reflection-embedded.html": [ @@ -387264,15 +387088,11 @@ "html/dom/self-origin.any.js": [ [ "html/dom/self-origin.any.html", - { - "script_metadata": [] - } + {} ], [ "html/dom/self-origin.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "html/dom/self-origin.sub.html": [ @@ -387392,9 +387212,7 @@ "html/infrastructure/common-dom-interfaces/collections/domstringlist-interface.worker.js": [ [ "html/infrastructure/common-dom-interfaces/collections/domstringlist-interface.worker.html", - { - "script_metadata": [] - } + {} ] ], "html/infrastructure/common-dom-interfaces/collections/domstringlist.html": [ @@ -387528,15 +387346,11 @@ "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/serialization-via-notifications-api.any.js": [ [ "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/serialization-via-notifications-api.any.html", - { - "script_metadata": [] - } + {} ], [ "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/serialization-via-notifications-api.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-domain-success.sub.html": [ @@ -387596,9 +387410,7 @@ "html/infrastructure/safe-passing-of-structured-data/transfer-errors.window.js": [ [ "html/infrastructure/safe-passing-of-structured-data/transfer-errors.window.html", - { - "script_metadata": [] - } + {} ] ], "html/infrastructure/terminology/plugins/text-plain.html": [ @@ -387722,9 +387534,7 @@ "html/interaction/focus/composed.window.js": [ [ "html/interaction/focus/composed.window.html", - { - "script_metadata": [] - } + {} ] ], "html/interaction/focus/document-level-focus-apis/document-level-apis.html": [ @@ -391976,9 +391786,7 @@ "html/semantics/forms/form-control-infrastructure/association.window.js": [ [ "html/semantics/forms/form-control-infrastructure/association.window.html", - { - "script_metadata": [] - } + {} ] ], "html/semantics/forms/form-control-infrastructure/form.html": [ @@ -392014,9 +391822,7 @@ "html/semantics/forms/form-submission-0/FormDataEvent.window.js": [ [ "html/semantics/forms/form-submission-0/FormDataEvent.window.html", - { - "script_metadata": [] - } + {} ] ], "html/semantics/forms/form-submission-0/constructing-form-data-set.html": [ @@ -392028,9 +391834,7 @@ "html/semantics/forms/form-submission-0/form-data-set-empty-file.window.js": [ [ "html/semantics/forms/form-submission-0/form-data-set-empty-file.window.html", - { - "script_metadata": [] - } + {} ] ], "html/semantics/forms/form-submission-0/form-data-set-usv.html": [ @@ -392054,9 +391858,7 @@ "html/semantics/forms/form-submission-0/submission-checks.window.js": [ [ "html/semantics/forms/form-submission-0/submission-checks.window.html", - { - "script_metadata": [] - } + {} ] ], "html/semantics/forms/form-submission-0/submit-entity-body.html": [ @@ -392884,9 +392686,7 @@ "html/semantics/forms/the-progress-element/progress.window.js": [ [ "html/semantics/forms/the-progress-element/progress.window.html", - { - "script_metadata": [] - } + {} ] ], "html/semantics/forms/the-select-element/common-HTMLOptionsCollection-add.html": [ @@ -393222,17 +393022,13 @@ "html/semantics/links/following-hyperlinks/activation-behavior.window.js": [ [ "html/semantics/links/following-hyperlinks/activation-behavior.window.html", - { - "script_metadata": [] - } + {} ] ], "html/semantics/links/following-hyperlinks/active-document.window.js": [ [ "html/semantics/links/following-hyperlinks/active-document.window.html", - { - "script_metadata": [] - } + {} ] ], "html/semantics/links/links-created-by-a-and-area-elements/htmlanchorelement_attribute-getter-setter.html": [ @@ -397004,9 +396800,7 @@ "html/webappapis/dynamic-markup-insertion/closing-the-input-stream/load-event-after-location-set-during-write.window.js": [ [ "html/webappapis/dynamic-markup-insertion/closing-the-input-stream/load-event-after-location-set-during-write.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/document-write/001.html": [ @@ -397553,73 +397347,55 @@ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-immediate.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-immediate.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-multisecond-header.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-multisecond-header.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-multisecond-meta.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-multisecond-meta.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-while-navigating.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-while-navigating.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort.sub.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort.sub.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/aborted-parser.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/aborted-parser.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/active.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/active.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/bailout-exception-vs-return-origin.sub.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/bailout-exception-vs-return-origin.sub.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/bailout-exception-vs-return-xml.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/bailout-exception-vs-return-xml.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/bailout-side-effects-ignore-opens-during-unload.window.js": [ @@ -397681,17 +397457,13 @@ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/beforeunload.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/beforeunload.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/custom-element.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/custom-element.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/document-open-cancels-javascript-url-navigation.html": [ @@ -397721,65 +397493,49 @@ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/encoding.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/encoding.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/event-listeners.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/event-listeners.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/history-state.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/history-state.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/history.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/history.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/ignore-opens-during-unload.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/ignore-opens-during-unload.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/mutation-events.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/mutation-events.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/mutation-observer.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/mutation-observer.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/no-new-global.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/no-new-global.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/origin-check-in-document-open-basic.html": [ @@ -397797,81 +397553,61 @@ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/quirks.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/quirks.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/readiness.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/readiness.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/reload.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/reload.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/tasks.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/tasks.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/type-argument-plaintext.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/type-argument-plaintext.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/type-argument.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/type-argument.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/unload.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/unload.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/url-entry-document.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/url-entry-document.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/url-fragment.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/url-fragment.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/url.window.js": [ [ "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/url.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/microtask-queuing/queue-microtask-exceptions.any.js": [ @@ -397969,9 +397705,7 @@ "html/webappapis/microtask-queuing/queue-microtask.window.js": [ [ "html/webappapis/microtask-queuing/queue-microtask.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/scripting/event-loops/microtask_after_raf.html": [ @@ -398073,9 +397807,7 @@ "html/webappapis/scripting/events/event-handler-processing-algorithm-error/synthetic-errorevent-click.worker.js": [ [ "html/webappapis/scripting/events/event-handler-processing-algorithm-error/synthetic-errorevent-click.worker.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-runtime-error.html": [ @@ -398105,25 +397837,19 @@ "html/webappapis/scripting/events/event-handler-processing-algorithm-error/workerglobalscope-runtime-error.worker.js": [ [ "html/webappapis/scripting/events/event-handler-processing-algorithm-error/workerglobalscope-runtime-error.worker.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/scripting/events/event-handler-processing-algorithm-error/workerglobalscope-synthetic-errorevent.worker.js": [ [ "html/webappapis/scripting/events/event-handler-processing-algorithm-error/workerglobalscope-synthetic-errorevent.worker.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/scripting/events/event-handler-processing-algorithm-error/workerglobalscope-synthetic-event.worker.js": [ [ "html/webappapis/scripting/events/event-handler-processing-algorithm-error/workerglobalscope-synthetic-event.worker.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/scripting/events/event-handler-processing-algorithm.html": [ @@ -398135,17 +397861,13 @@ "html/webappapis/scripting/events/event-handler-removal.window.js": [ [ "html/webappapis/scripting/events/event-handler-removal.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/scripting/events/event-handler-spec-example.window.js": [ [ "html/webappapis/scripting/events/event-handler-spec-example.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/scripting/events/eventhandler-cancellation.html": [ @@ -398163,25 +397885,19 @@ "html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late.window.js": [ [ "html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-once.window.js": [ [ "html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-once.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/scripting/events/invalid-uncompiled-raw-handler-keeps-position.window.js": [ [ "html/webappapis/scripting/events/invalid-uncompiled-raw-handler-keeps-position.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/scripting/events/messageevent-constructor.https.html": [ @@ -398487,9 +398203,7 @@ "html/webappapis/system-state-and-capabilities/the-navigator-object/historical.window.js": [ [ "html/webappapis/system-state-and-capabilities/the-navigator-object/historical.window.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-indexed.html": [ @@ -398507,15 +398221,11 @@ "html/webappapis/system-state-and-capabilities/the-navigator-object/navigator.any.js": [ [ "html/webappapis/system-state-and-capabilities/the-navigator-object/navigator.any.html", - { - "script_metadata": [] - } + {} ], [ "html/webappapis/system-state-and-capabilities/the-navigator-object/navigator.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/system-state-and-capabilities/the-navigator-object/navigator_user_agent.tentative.html": [ @@ -398563,15 +398273,11 @@ "html/webappapis/timers/missing-timeout-setinterval.any.js": [ [ "html/webappapis/timers/missing-timeout-setinterval.any.html", - { - "script_metadata": [] - } + {} ], [ "html/webappapis/timers/missing-timeout-setinterval.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "html/webappapis/timers/negative-setinterval.html": [ @@ -398919,15 +398625,11 @@ "infrastructure/assumptions/non-secure-context.any.js": [ [ "infrastructure/assumptions/non-secure-context.any.html", - { - "script_metadata": [] - } + {} ], [ "infrastructure/assumptions/non-secure-context.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "infrastructure/browsers/firefox/prefs.html": [ @@ -400010,9 +399712,7 @@ "longtask-timing/supported-longtask-types.window.js": [ [ "longtask-timing/supported-longtask-types.window.html", - { - "script_metadata": [] - } + {} ] ], "magnetometer/Magnetometer-disabled-by-feature-policy.https.html": [ @@ -401250,9 +400950,7 @@ "mimesniff/mime-types/charset-parameter.window.js": [ [ "mimesniff/mime-types/charset-parameter.window.html", - { - "script_metadata": [] - } + {} ] ], "mimesniff/mime-types/parsing.any.js": [ @@ -404232,9 +403930,7 @@ "navigation-timing/supported_navigation_type.window.js": [ [ "navigation-timing/supported_navigation_type.window.html", - { - "script_metadata": [] - } + {} ] ], "navigation-timing/test_document_open.html": [ @@ -404590,9 +404286,7 @@ "offscreen-canvas/compositing/2d.composite.canvas.copy.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.canvas.copy.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.canvas.destination-atop.html": [ @@ -404604,9 +404298,7 @@ "offscreen-canvas/compositing/2d.composite.canvas.destination-atop.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.canvas.destination-atop.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.canvas.destination-in.html": [ @@ -404618,9 +404310,7 @@ "offscreen-canvas/compositing/2d.composite.canvas.destination-in.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.canvas.destination-in.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.canvas.destination-out.html": [ @@ -404632,9 +404322,7 @@ "offscreen-canvas/compositing/2d.composite.canvas.destination-out.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.canvas.destination-out.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.canvas.destination-over.html": [ @@ -404646,9 +404334,7 @@ "offscreen-canvas/compositing/2d.composite.canvas.destination-over.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.canvas.destination-over.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.canvas.lighter.html": [ @@ -404660,9 +404346,7 @@ "offscreen-canvas/compositing/2d.composite.canvas.lighter.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.canvas.lighter.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.canvas.source-atop.html": [ @@ -404674,9 +404358,7 @@ "offscreen-canvas/compositing/2d.composite.canvas.source-atop.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.canvas.source-atop.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.canvas.source-in.html": [ @@ -404688,9 +404370,7 @@ "offscreen-canvas/compositing/2d.composite.canvas.source-in.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.canvas.source-in.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.canvas.source-out.html": [ @@ -404702,9 +404382,7 @@ "offscreen-canvas/compositing/2d.composite.canvas.source-out.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.canvas.source-out.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.canvas.source-over.html": [ @@ -404716,9 +404394,7 @@ "offscreen-canvas/compositing/2d.composite.canvas.source-over.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.canvas.source-over.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.canvas.xor.html": [ @@ -404730,9 +404406,7 @@ "offscreen-canvas/compositing/2d.composite.canvas.xor.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.canvas.xor.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.clip.copy.html": [ @@ -404744,9 +404418,7 @@ "offscreen-canvas/compositing/2d.composite.clip.copy.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.clip.copy.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.clip.destination-atop.html": [ @@ -404758,9 +404430,7 @@ "offscreen-canvas/compositing/2d.composite.clip.destination-atop.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.clip.destination-atop.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.clip.destination-in.html": [ @@ -404772,9 +404442,7 @@ "offscreen-canvas/compositing/2d.composite.clip.destination-in.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.clip.destination-in.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.clip.destination-out.html": [ @@ -404786,9 +404454,7 @@ "offscreen-canvas/compositing/2d.composite.clip.destination-out.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.clip.destination-out.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.clip.destination-over.html": [ @@ -404800,9 +404466,7 @@ "offscreen-canvas/compositing/2d.composite.clip.destination-over.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.clip.destination-over.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.clip.lighter.html": [ @@ -404814,9 +404478,7 @@ "offscreen-canvas/compositing/2d.composite.clip.lighter.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.clip.lighter.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.clip.source-atop.html": [ @@ -404828,9 +404490,7 @@ "offscreen-canvas/compositing/2d.composite.clip.source-atop.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.clip.source-atop.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.clip.source-in.html": [ @@ -404842,9 +404502,7 @@ "offscreen-canvas/compositing/2d.composite.clip.source-in.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.clip.source-in.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.clip.source-out.html": [ @@ -404856,9 +404514,7 @@ "offscreen-canvas/compositing/2d.composite.clip.source-out.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.clip.source-out.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.clip.source-over.html": [ @@ -404870,9 +404526,7 @@ "offscreen-canvas/compositing/2d.composite.clip.source-over.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.clip.source-over.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.clip.xor.html": [ @@ -404884,9 +404538,7 @@ "offscreen-canvas/compositing/2d.composite.clip.xor.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.clip.xor.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.globalAlpha.canvas.html": [ @@ -404898,9 +404550,7 @@ "offscreen-canvas/compositing/2d.composite.globalAlpha.canvas.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.globalAlpha.canvas.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.globalAlpha.canvascopy.html": [ @@ -404912,9 +404562,7 @@ "offscreen-canvas/compositing/2d.composite.globalAlpha.canvascopy.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.globalAlpha.canvascopy.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.globalAlpha.canvaspattern.html": [ @@ -404926,9 +404574,7 @@ "offscreen-canvas/compositing/2d.composite.globalAlpha.canvaspattern.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.globalAlpha.canvaspattern.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.globalAlpha.default.html": [ @@ -404940,9 +404586,7 @@ "offscreen-canvas/compositing/2d.composite.globalAlpha.default.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.globalAlpha.default.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.globalAlpha.fill.html": [ @@ -404954,9 +404598,7 @@ "offscreen-canvas/compositing/2d.composite.globalAlpha.fill.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.globalAlpha.fill.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.globalAlpha.image.html": [ @@ -404968,9 +404610,7 @@ "offscreen-canvas/compositing/2d.composite.globalAlpha.image.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.globalAlpha.image.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.globalAlpha.imagepattern.html": [ @@ -404982,9 +404622,7 @@ "offscreen-canvas/compositing/2d.composite.globalAlpha.imagepattern.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.globalAlpha.imagepattern.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.globalAlpha.invalid.html": [ @@ -404996,9 +404634,7 @@ "offscreen-canvas/compositing/2d.composite.globalAlpha.invalid.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.globalAlpha.invalid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.globalAlpha.range.html": [ @@ -405010,9 +404646,7 @@ "offscreen-canvas/compositing/2d.composite.globalAlpha.range.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.globalAlpha.range.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.image.copy.html": [ @@ -405024,9 +404658,7 @@ "offscreen-canvas/compositing/2d.composite.image.copy.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.image.copy.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.image.destination-atop.html": [ @@ -405038,9 +404670,7 @@ "offscreen-canvas/compositing/2d.composite.image.destination-atop.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.image.destination-atop.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.image.destination-in.html": [ @@ -405052,9 +404682,7 @@ "offscreen-canvas/compositing/2d.composite.image.destination-in.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.image.destination-in.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.image.destination-out.html": [ @@ -405066,9 +404694,7 @@ "offscreen-canvas/compositing/2d.composite.image.destination-out.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.image.destination-out.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.image.destination-over.html": [ @@ -405080,9 +404706,7 @@ "offscreen-canvas/compositing/2d.composite.image.destination-over.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.image.destination-over.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.image.lighter.html": [ @@ -405094,9 +404718,7 @@ "offscreen-canvas/compositing/2d.composite.image.lighter.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.image.lighter.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.image.source-atop.html": [ @@ -405108,9 +404730,7 @@ "offscreen-canvas/compositing/2d.composite.image.source-atop.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.image.source-atop.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.image.source-in.html": [ @@ -405122,9 +404742,7 @@ "offscreen-canvas/compositing/2d.composite.image.source-in.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.image.source-in.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.image.source-out.html": [ @@ -405136,9 +404754,7 @@ "offscreen-canvas/compositing/2d.composite.image.source-out.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.image.source-out.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.image.source-over.html": [ @@ -405150,9 +404766,7 @@ "offscreen-canvas/compositing/2d.composite.image.source-over.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.image.source-over.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.image.xor.html": [ @@ -405164,9 +404778,7 @@ "offscreen-canvas/compositing/2d.composite.image.xor.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.image.xor.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.operation.casesensitive.html": [ @@ -405178,9 +404790,7 @@ "offscreen-canvas/compositing/2d.composite.operation.casesensitive.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.operation.casesensitive.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.operation.clear.html": [ @@ -405192,9 +404802,7 @@ "offscreen-canvas/compositing/2d.composite.operation.clear.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.operation.clear.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.operation.darker.html": [ @@ -405206,9 +404814,7 @@ "offscreen-canvas/compositing/2d.composite.operation.darker.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.operation.darker.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.operation.default.html": [ @@ -405220,9 +404826,7 @@ "offscreen-canvas/compositing/2d.composite.operation.default.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.operation.default.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.operation.get.html": [ @@ -405234,9 +404838,7 @@ "offscreen-canvas/compositing/2d.composite.operation.get.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.operation.get.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.operation.highlight.html": [ @@ -405248,9 +404850,7 @@ "offscreen-canvas/compositing/2d.composite.operation.highlight.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.operation.highlight.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.operation.nullsuffix.html": [ @@ -405262,9 +404862,7 @@ "offscreen-canvas/compositing/2d.composite.operation.nullsuffix.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.operation.nullsuffix.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.operation.over.html": [ @@ -405276,9 +404874,7 @@ "offscreen-canvas/compositing/2d.composite.operation.over.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.operation.over.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.operation.unrecognised.html": [ @@ -405290,9 +404886,7 @@ "offscreen-canvas/compositing/2d.composite.operation.unrecognised.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.operation.unrecognised.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.solid.copy.html": [ @@ -405304,9 +404898,7 @@ "offscreen-canvas/compositing/2d.composite.solid.copy.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.solid.copy.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.solid.destination-atop.html": [ @@ -405318,9 +404910,7 @@ "offscreen-canvas/compositing/2d.composite.solid.destination-atop.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.solid.destination-atop.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.solid.destination-in.html": [ @@ -405332,9 +404922,7 @@ "offscreen-canvas/compositing/2d.composite.solid.destination-in.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.solid.destination-in.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.solid.destination-out.html": [ @@ -405346,9 +404934,7 @@ "offscreen-canvas/compositing/2d.composite.solid.destination-out.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.solid.destination-out.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.solid.destination-over.html": [ @@ -405360,9 +404946,7 @@ "offscreen-canvas/compositing/2d.composite.solid.destination-over.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.solid.destination-over.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.solid.lighter.html": [ @@ -405374,9 +404958,7 @@ "offscreen-canvas/compositing/2d.composite.solid.lighter.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.solid.lighter.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.solid.source-atop.html": [ @@ -405388,9 +404970,7 @@ "offscreen-canvas/compositing/2d.composite.solid.source-atop.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.solid.source-atop.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.solid.source-in.html": [ @@ -405402,9 +404982,7 @@ "offscreen-canvas/compositing/2d.composite.solid.source-in.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.solid.source-in.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.solid.source-out.html": [ @@ -405416,9 +404994,7 @@ "offscreen-canvas/compositing/2d.composite.solid.source-out.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.solid.source-out.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.solid.source-over.html": [ @@ -405430,9 +405006,7 @@ "offscreen-canvas/compositing/2d.composite.solid.source-over.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.solid.source-over.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.solid.xor.html": [ @@ -405444,9 +405018,7 @@ "offscreen-canvas/compositing/2d.composite.solid.xor.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.solid.xor.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.transparent.copy.html": [ @@ -405458,9 +405030,7 @@ "offscreen-canvas/compositing/2d.composite.transparent.copy.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.transparent.copy.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.transparent.destination-atop.html": [ @@ -405472,9 +405042,7 @@ "offscreen-canvas/compositing/2d.composite.transparent.destination-atop.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.transparent.destination-atop.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.transparent.destination-in.html": [ @@ -405486,9 +405054,7 @@ "offscreen-canvas/compositing/2d.composite.transparent.destination-in.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.transparent.destination-in.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.transparent.destination-out.html": [ @@ -405500,9 +405066,7 @@ "offscreen-canvas/compositing/2d.composite.transparent.destination-out.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.transparent.destination-out.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.transparent.destination-over.html": [ @@ -405514,9 +405078,7 @@ "offscreen-canvas/compositing/2d.composite.transparent.destination-over.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.transparent.destination-over.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.transparent.lighter.html": [ @@ -405528,9 +405090,7 @@ "offscreen-canvas/compositing/2d.composite.transparent.lighter.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.transparent.lighter.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.transparent.source-atop.html": [ @@ -405542,9 +405102,7 @@ "offscreen-canvas/compositing/2d.composite.transparent.source-atop.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.transparent.source-atop.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.transparent.source-in.html": [ @@ -405556,9 +405114,7 @@ "offscreen-canvas/compositing/2d.composite.transparent.source-in.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.transparent.source-in.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.transparent.source-out.html": [ @@ -405570,9 +405126,7 @@ "offscreen-canvas/compositing/2d.composite.transparent.source-out.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.transparent.source-out.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.transparent.source-over.html": [ @@ -405584,9 +405138,7 @@ "offscreen-canvas/compositing/2d.composite.transparent.source-over.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.transparent.source-over.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.transparent.xor.html": [ @@ -405598,9 +405150,7 @@ "offscreen-canvas/compositing/2d.composite.transparent.xor.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.transparent.xor.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.uncovered.fill.copy.html": [ @@ -405612,9 +405162,7 @@ "offscreen-canvas/compositing/2d.composite.uncovered.fill.copy.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.uncovered.fill.copy.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.uncovered.fill.destination-atop.html": [ @@ -405626,9 +405174,7 @@ "offscreen-canvas/compositing/2d.composite.uncovered.fill.destination-atop.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.uncovered.fill.destination-atop.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.uncovered.fill.destination-in.html": [ @@ -405642,9 +405188,7 @@ "offscreen-canvas/compositing/2d.composite.uncovered.fill.destination-in.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.uncovered.fill.destination-in.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.uncovered.fill.source-in.html": [ @@ -405656,9 +405200,7 @@ "offscreen-canvas/compositing/2d.composite.uncovered.fill.source-in.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.uncovered.fill.source-in.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.uncovered.fill.source-out.html": [ @@ -405670,9 +405212,7 @@ "offscreen-canvas/compositing/2d.composite.uncovered.fill.source-out.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.uncovered.fill.source-out.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.uncovered.image.copy.html": [ @@ -405684,9 +405224,7 @@ "offscreen-canvas/compositing/2d.composite.uncovered.image.copy.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.uncovered.image.copy.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.uncovered.image.destination-atop.html": [ @@ -405698,9 +405236,7 @@ "offscreen-canvas/compositing/2d.composite.uncovered.image.destination-atop.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.uncovered.image.destination-atop.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.uncovered.image.destination-in.html": [ @@ -405712,9 +405248,7 @@ "offscreen-canvas/compositing/2d.composite.uncovered.image.destination-in.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.uncovered.image.destination-in.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.uncovered.image.source-in.html": [ @@ -405726,9 +405260,7 @@ "offscreen-canvas/compositing/2d.composite.uncovered.image.source-in.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.uncovered.image.source-in.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.uncovered.image.source-out.html": [ @@ -405740,9 +405272,7 @@ "offscreen-canvas/compositing/2d.composite.uncovered.image.source-out.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.uncovered.image.source-out.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.uncovered.nocontext.copy.html": [ @@ -405754,9 +405284,7 @@ "offscreen-canvas/compositing/2d.composite.uncovered.nocontext.copy.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.uncovered.nocontext.copy.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.uncovered.nocontext.destination-atop.html": [ @@ -405768,9 +405296,7 @@ "offscreen-canvas/compositing/2d.composite.uncovered.nocontext.destination-atop.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.uncovered.nocontext.destination-atop.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.uncovered.nocontext.destination-in.html": [ @@ -405782,9 +405308,7 @@ "offscreen-canvas/compositing/2d.composite.uncovered.nocontext.destination-in.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.uncovered.nocontext.destination-in.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.uncovered.nocontext.source-in.html": [ @@ -405796,9 +405320,7 @@ "offscreen-canvas/compositing/2d.composite.uncovered.nocontext.source-in.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.uncovered.nocontext.source-in.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.uncovered.nocontext.source-out.html": [ @@ -405810,9 +405332,7 @@ "offscreen-canvas/compositing/2d.composite.uncovered.nocontext.source-out.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.uncovered.nocontext.source-out.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.uncovered.pattern.copy.html": [ @@ -405824,9 +405344,7 @@ "offscreen-canvas/compositing/2d.composite.uncovered.pattern.copy.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.uncovered.pattern.copy.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.uncovered.pattern.destination-atop.html": [ @@ -405838,9 +405356,7 @@ "offscreen-canvas/compositing/2d.composite.uncovered.pattern.destination-atop.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.uncovered.pattern.destination-atop.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.uncovered.pattern.destination-in.html": [ @@ -405852,9 +405368,7 @@ "offscreen-canvas/compositing/2d.composite.uncovered.pattern.destination-in.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.uncovered.pattern.destination-in.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.uncovered.pattern.source-in.html": [ @@ -405866,9 +405380,7 @@ "offscreen-canvas/compositing/2d.composite.uncovered.pattern.source-in.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.uncovered.pattern.source-in.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/compositing/2d.composite.uncovered.pattern.source-out.html": [ @@ -405880,9 +405392,7 @@ "offscreen-canvas/compositing/2d.composite.uncovered.pattern.source-out.worker.js": [ [ "offscreen-canvas/compositing/2d.composite.uncovered.pattern.source-out.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/conformance-requirements/2d.coordinatespace.html": [ @@ -405894,9 +405404,7 @@ "offscreen-canvas/conformance-requirements/2d.coordinatespace.worker.js": [ [ "offscreen-canvas/conformance-requirements/2d.coordinatespace.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/conformance-requirements/2d.missingargs.html": [ @@ -405908,9 +405416,7 @@ "offscreen-canvas/conformance-requirements/2d.missingargs.worker.js": [ [ "offscreen-canvas/conformance-requirements/2d.missingargs.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/conformance-requirements/2d.voidreturn.html": [ @@ -405922,9 +405428,7 @@ "offscreen-canvas/conformance-requirements/2d.voidreturn.worker.js": [ [ "offscreen-canvas/conformance-requirements/2d.voidreturn.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/convert-to-blob/offscreencanvas.convert.to.blob.html": [ @@ -405950,9 +405454,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.3arg.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.3arg.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.5arg.html": [ @@ -405966,9 +405468,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.5arg.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.5arg.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.html": [ @@ -405982,9 +405482,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos.html": [ @@ -405998,9 +405496,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize.html": [ @@ -406014,9 +405510,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.html": [ @@ -406030,9 +405524,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.html": [ @@ -406046,9 +405538,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.alpha.html": [ @@ -406062,9 +405552,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.alpha.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.alpha.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.animated.poster.html": [ @@ -406078,9 +405566,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.animated.poster.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.animated.poster.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.broken.html": [ @@ -406094,9 +405580,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.broken.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.broken.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.canvas.html": [ @@ -406110,9 +405594,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.canvas.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.canvas.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.clip.html": [ @@ -406126,9 +405608,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.clip.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.clip.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.composite.html": [ @@ -406142,9 +405622,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.composite.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.composite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.floatsource.html": [ @@ -406158,9 +405636,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.floatsource.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.floatsource.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativedest.html": [ @@ -406174,9 +405650,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativedest.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativedest.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativedir.html": [ @@ -406190,9 +405664,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativedir.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativedir.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativesource.html": [ @@ -406206,9 +405678,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativesource.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativesource.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.nonfinite.html": [ @@ -406222,9 +405692,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.nonfinite.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.nowrap.html": [ @@ -406238,9 +405706,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.nowrap.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.nowrap.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.null.html": [ @@ -406254,9 +405720,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.null.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.null.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.path.html": [ @@ -406270,9 +405734,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.path.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.path.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.self.1.html": [ @@ -406286,9 +405748,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.self.1.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.self.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.self.2.html": [ @@ -406302,9 +405762,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.self.2.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.self.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.svg.html": [ @@ -406318,9 +405776,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.svg.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.svg.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.transform.html": [ @@ -406334,9 +405790,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.transform.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.transform.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.wrongtype.html": [ @@ -406350,9 +405804,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.wrongtype.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.wrongtype.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerocanvas.html": [ @@ -406366,9 +405818,7 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerocanvas.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerocanvas.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerosource.html": [ @@ -406390,17 +405840,13 @@ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerosource.worker.js": [ [ "offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerosource.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.basic.html": [ @@ -406412,9 +405858,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.basic.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.clip.html": [ @@ -406426,9 +405870,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.clip.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.clip.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.globalalpha.html": [ @@ -406440,9 +405882,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.globalalpha.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.globalalpha.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.globalcomposite.html": [ @@ -406454,9 +405894,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.globalcomposite.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.globalcomposite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.negative.html": [ @@ -406468,9 +405906,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.negative.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.negative.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.nonfinite.html": [ @@ -406482,9 +405918,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.nonfinite.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.path.html": [ @@ -406496,9 +405930,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.path.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.path.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.shadow.html": [ @@ -406510,9 +405942,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.shadow.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.shadow.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.transform.html": [ @@ -406524,9 +405954,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.transform.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.transform.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.zero.html": [ @@ -406538,9 +405966,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.zero.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.clearRect.zero.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.basic.html": [ @@ -406552,9 +405978,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.basic.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.clip.html": [ @@ -406566,9 +405990,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.clip.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.clip.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.negative.html": [ @@ -406580,9 +406002,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.negative.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.negative.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.nonfinite.html": [ @@ -406594,9 +406014,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.nonfinite.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.path.html": [ @@ -406608,9 +406026,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.path.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.path.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.shadow.html": [ @@ -406622,9 +406038,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.shadow.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.shadow.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.transform.html": [ @@ -406636,9 +406050,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.transform.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.transform.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.zero.html": [ @@ -406650,9 +406062,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.zero.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.fillRect.zero.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.basic.html": [ @@ -406664,9 +406074,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.basic.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.clip.html": [ @@ -406678,9 +406086,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.clip.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.clip.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.globalalpha.html": [ @@ -406692,9 +406098,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.globalalpha.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.globalalpha.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.globalcomposite.html": [ @@ -406706,9 +406110,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.globalcomposite.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.globalcomposite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.negative.html": [ @@ -406720,9 +406122,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.negative.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.negative.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.nonfinite.html": [ @@ -406734,9 +406134,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.nonfinite.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.path.html": [ @@ -406748,9 +406146,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.path.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.path.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.shadow.html": [ @@ -406762,9 +406158,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.shadow.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.shadow.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.transform.html": [ @@ -406776,9 +406170,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.transform.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.transform.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.1.html": [ @@ -406790,9 +406182,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.1.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.2.html": [ @@ -406804,9 +406194,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.2.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.3.html": [ @@ -406818,9 +406206,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.3.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.4.html": [ @@ -406832,9 +406218,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.4.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.5.html": [ @@ -406846,9 +406230,7 @@ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.5.worker.js": [ [ "offscreen-canvas/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.5.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.default.html": [ @@ -406860,9 +406242,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.default.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.default.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.semitransparent.html": [ @@ -406874,9 +406254,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.semitransparent.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.semitransparent.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.solid.html": [ @@ -406888,9 +406266,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.solid.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.solid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.transparent.html": [ @@ -406902,9 +406278,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.transparent.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.get.transparent.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.invalidstring.html": [ @@ -406916,9 +406290,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.invalidstring.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.invalidstring.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.invalidtype.html": [ @@ -406930,9 +406302,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.invalidtype.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.invalidtype.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-1.html": [ @@ -406944,9 +406314,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-2.html": [ @@ -406958,9 +406326,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-3.html": [ @@ -406972,9 +406338,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-4.html": [ @@ -406986,9 +406350,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-4.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-5.html": [ @@ -407000,9 +406362,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-5.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-5.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-6.html": [ @@ -407014,9 +406374,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-6.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-6.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-7.html": [ @@ -407028,9 +406386,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-7.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-7.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-8.html": [ @@ -407042,9 +406398,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-8.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-8.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-9.html": [ @@ -407056,9 +406410,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-9.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-9.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-1.html": [ @@ -407070,9 +406422,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-2.html": [ @@ -407084,9 +406434,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-3.html": [ @@ -407098,9 +406446,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-4.html": [ @@ -407112,9 +406458,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-4.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-5.html": [ @@ -407126,9 +406470,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-5.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-5.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-6.html": [ @@ -407140,9 +406482,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-6.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-6.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-7.html": [ @@ -407154,9 +406494,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-7.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-7.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-8.html": [ @@ -407168,9 +406506,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-8.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-8.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-9.html": [ @@ -407182,9 +406518,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-9.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-9.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-1.html": [ @@ -407196,9 +406530,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-2.html": [ @@ -407210,9 +406542,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-3.html": [ @@ -407224,9 +406554,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-4.html": [ @@ -407238,9 +406566,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-4.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5.html": [ @@ -407252,9 +406578,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-6.html": [ @@ -407266,9 +406590,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-6.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-6.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-1.html": [ @@ -407280,9 +406602,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-2.html": [ @@ -407294,9 +406614,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-3.html": [ @@ -407308,9 +406626,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-4.html": [ @@ -407322,9 +406638,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-4.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-5.html": [ @@ -407336,9 +406650,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-5.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-5.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-6.html": [ @@ -407350,9 +406662,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-6.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-6.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex3.html": [ @@ -407364,9 +406674,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex4.html": [ @@ -407378,9 +406686,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex4.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex6.html": [ @@ -407392,9 +406698,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex6.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex6.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex8.html": [ @@ -407406,9 +406710,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex8.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hex8.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-1.html": [ @@ -407420,9 +406722,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-2.html": [ @@ -407434,9 +406734,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-3.html": [ @@ -407448,9 +406746,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-4.html": [ @@ -407462,9 +406758,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-4.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-5.html": [ @@ -407476,9 +406770,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-5.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-5.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-6.html": [ @@ -407490,9 +406782,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-6.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-6.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.html": [ @@ -407504,9 +406794,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-2.html": [ @@ -407518,9 +406806,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-3.html": [ @@ -407532,9 +406818,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-4.html": [ @@ -407546,9 +406830,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-4.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-1.html": [ @@ -407560,9 +406842,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-2.html": [ @@ -407574,9 +406854,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.html": [ @@ -407588,9 +406866,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-2.html": [ @@ -407602,9 +406878,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-3.html": [ @@ -407616,9 +406890,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-4.html": [ @@ -407630,9 +406902,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-4.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-5.html": [ @@ -407644,9 +406914,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-5.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-5.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-6.html": [ @@ -407658,9 +406926,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-6.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-6.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.html4.html": [ @@ -407672,9 +406938,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.html4.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.html4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-1.html": [ @@ -407686,9 +406950,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-2.html": [ @@ -407700,9 +406962,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-3.html": [ @@ -407714,9 +406974,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-4.html": [ @@ -407728,9 +406986,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-4.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-5.html": [ @@ -407742,9 +406998,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-5.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-5.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-1.html": [ @@ -407756,9 +407010,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-2.html": [ @@ -407770,9 +407022,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-3.html": [ @@ -407784,9 +407034,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-1.html": [ @@ -407798,9 +407046,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-2.html": [ @@ -407812,9 +407058,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-3.html": [ @@ -407826,9 +407070,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-4.html": [ @@ -407840,9 +407082,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-4.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-5.html": [ @@ -407854,9 +407094,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-5.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-5.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-1.html": [ @@ -407868,9 +407106,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-2.html": [ @@ -407882,9 +407118,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-3.html": [ @@ -407896,9 +407130,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex1.html": [ @@ -407910,9 +407142,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex2.html": [ @@ -407924,9 +407154,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex3.html": [ @@ -407938,9 +407166,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex4.html": [ @@ -407952,9 +407178,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex4.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex5.html": [ @@ -407966,9 +407190,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex5.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex5.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex6.html": [ @@ -407980,9 +407202,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex6.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex6.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex7.html": [ @@ -407994,9 +407214,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex7.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex7.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex8.html": [ @@ -408008,9 +407226,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex8.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex8.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-1.html": [ @@ -408022,9 +407238,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-2.html": [ @@ -408036,9 +407250,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-3.html": [ @@ -408050,9 +407262,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-4.html": [ @@ -408064,9 +407274,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-4.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-5.html": [ @@ -408078,9 +407286,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-5.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-5.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-6.html": [ @@ -408092,9 +407298,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-6.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-6.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-1.html": [ @@ -408106,9 +407310,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-2.html": [ @@ -408120,9 +407322,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-3.html": [ @@ -408134,9 +407334,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-1.html": [ @@ -408148,9 +407346,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-2.html": [ @@ -408162,9 +407358,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-3.html": [ @@ -408176,9 +407370,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-4.html": [ @@ -408190,9 +407382,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-4.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-5.html": [ @@ -408204,9 +407394,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-5.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-5.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-1.html": [ @@ -408218,9 +407406,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-2.html": [ @@ -408232,9 +407418,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-3.html": [ @@ -408246,9 +407430,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-1.html": [ @@ -408260,9 +407442,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-2.html": [ @@ -408274,9 +407454,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-3.html": [ @@ -408288,9 +407466,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-4.html": [ @@ -408302,9 +407478,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-4.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-5.html": [ @@ -408316,9 +407490,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-5.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-5.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-1.html": [ @@ -408330,9 +407502,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-2.html": [ @@ -408344,9 +407514,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.html": [ @@ -408358,9 +407526,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.html": [ @@ -408372,9 +407538,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.html": [ @@ -408386,9 +407550,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-eof.html": [ @@ -408400,9 +407562,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-eof.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-eof.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-num.html": [ @@ -408414,9 +407574,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-num.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-num.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-percent.html": [ @@ -408428,9 +407586,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-percent.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgb-percent.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-1.html": [ @@ -408442,9 +407598,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-2.html": [ @@ -408456,9 +407610,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-eof.html": [ @@ -408470,9 +407622,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-eof.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-eof.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-1.html": [ @@ -408484,9 +407634,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-2.html": [ @@ -408498,9 +407646,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-percent.html": [ @@ -408512,9 +407658,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-percent.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-percent.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-1.html": [ @@ -408526,9 +407670,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-2.html": [ @@ -408540,9 +407682,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-3.html": [ @@ -408554,9 +407694,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-4.html": [ @@ -408568,9 +407706,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-4.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.svg-1.html": [ @@ -408582,9 +407718,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.svg-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.svg-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.svg-2.html": [ @@ -408596,9 +407730,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.svg-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.svg-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.system.html": [ @@ -408610,9 +407742,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.system.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.system.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.transparent-1.html": [ @@ -408624,9 +407754,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.transparent-1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.transparent-1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.transparent-2.html": [ @@ -408638,9 +407766,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.transparent-2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.fillStyle.parse.transparent-2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.empty.html": [ @@ -408652,9 +407778,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.empty.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.empty.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.alpha.html": [ @@ -408666,9 +407790,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.alpha.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.alpha.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.colour.html": [ @@ -408680,9 +407802,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.colour.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.colour.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.colouralpha.html": [ @@ -408694,9 +407814,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.colouralpha.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.colouralpha.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.multiple.html": [ @@ -408708,9 +407826,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.multiple.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.multiple.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.outside.html": [ @@ -408722,9 +407838,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.outside.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.outside.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.overlap.html": [ @@ -408736,9 +407850,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.overlap.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.overlap.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.overlap2.html": [ @@ -408750,9 +407862,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.overlap2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.overlap2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.solid.html": [ @@ -408764,9 +407874,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.solid.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.solid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.vertical.html": [ @@ -408778,9 +407886,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.vertical.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.vertical.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.html": [ @@ -408792,9 +407898,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.html": [ @@ -408806,9 +407910,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.html": [ @@ -408820,9 +407922,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.html": [ @@ -408834,9 +407934,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.nonfinite.html": [ @@ -408848,9 +407946,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.nonfinite.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.1.html": [ @@ -408862,9 +407958,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.2.html": [ @@ -408876,9 +407970,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.3.html": [ @@ -408890,9 +407982,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.linear.transform.3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.compare.html": [ @@ -408904,9 +407994,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.compare.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.compare.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.crosscanvas.html": [ @@ -408918,9 +408006,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.crosscanvas.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.crosscanvas.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.invalidcolour.html": [ @@ -408932,9 +408018,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.invalidcolour.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.invalidcolour.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.invalidoffset.html": [ @@ -408946,9 +408030,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.invalidoffset.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.invalidoffset.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.update.html": [ @@ -408960,9 +408042,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.update.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.object.update.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.behind.html": [ @@ -408974,9 +408054,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.behind.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.behind.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.beside.html": [ @@ -408988,9 +408066,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.beside.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.beside.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.bottom.html": [ @@ -409002,9 +408078,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.bottom.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.bottom.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder.html": [ @@ -409016,9 +408090,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.front.html": [ @@ -409030,9 +408102,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.front.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.front.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.shape1.html": [ @@ -409044,9 +408114,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.shape1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.shape1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.shape2.html": [ @@ -409058,9 +408126,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.shape2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.shape2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.top.html": [ @@ -409072,9 +408138,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.top.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.cone.top.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.equal.html": [ @@ -409086,9 +408150,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.equal.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.equal.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside1.html": [ @@ -409100,9 +408162,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside2.html": [ @@ -409114,9 +408174,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside3.html": [ @@ -409128,9 +408186,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.inside3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.negative.html": [ @@ -409142,9 +408198,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.negative.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.negative.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.nonfinite.html": [ @@ -409156,9 +408210,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.nonfinite.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside1.html": [ @@ -409170,9 +408222,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside2.html": [ @@ -409184,9 +408234,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside3.html": [ @@ -409198,9 +408246,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.outside3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch1.html": [ @@ -409212,9 +408258,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch2.html": [ @@ -409226,9 +408270,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch3.html": [ @@ -409240,9 +408282,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.touch3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.1.html": [ @@ -409254,9 +408294,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.2.html": [ @@ -409268,9 +408306,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.3.html": [ @@ -409282,9 +408318,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.gradient.radial.transform.3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.canvas.html": [ @@ -409296,9 +408330,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.canvas.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.canvas.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.image.html": [ @@ -409310,9 +408342,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.image.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.image.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.nocontext.html": [ @@ -409324,9 +408354,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.nocontext.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.nocontext.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.zerocanvas.html": [ @@ -409338,9 +408366,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.zerocanvas.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.basic.zerocanvas.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.crosscanvas.html": [ @@ -409352,9 +408378,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.crosscanvas.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.crosscanvas.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.null.html": [ @@ -409366,9 +408390,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.null.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.null.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.string.html": [ @@ -409380,9 +408402,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.string.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.string.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.undefined.html": [ @@ -409394,9 +408414,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.undefined.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.image.undefined.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.modify.canvas1.html": [ @@ -409408,9 +408426,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.modify.canvas1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.modify.canvas1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.modify.canvas2.html": [ @@ -409422,9 +408438,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.modify.canvas2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.modify.canvas2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.basic.html": [ @@ -409436,9 +408450,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.basic.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord1.html": [ @@ -409450,9 +408462,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord2.html": [ @@ -409464,9 +408474,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord3.html": [ @@ -409478,9 +408486,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.outside.html": [ @@ -409492,9 +408498,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.outside.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.norepeat.outside.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.orientation.canvas.html": [ @@ -409506,9 +408510,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.orientation.canvas.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.orientation.canvas.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.orientation.image.html": [ @@ -409520,9 +408522,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.orientation.image.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.orientation.image.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.basic.html": [ @@ -409534,9 +408534,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.basic.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1.html": [ @@ -409548,9 +408546,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord2.html": [ @@ -409562,9 +408558,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord2.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord3.html": [ @@ -409576,9 +408570,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord3.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.coord3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.outside.html": [ @@ -409590,9 +408582,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.outside.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeat.outside.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic.html": [ @@ -409604,9 +408594,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1.html": [ @@ -409618,9 +408606,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.outside.html": [ @@ -409632,9 +408618,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.outside.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.outside.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.basic.html": [ @@ -409646,9 +408630,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.basic.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.coord1.html": [ @@ -409660,9 +408642,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.coord1.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.coord1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.outside.html": [ @@ -409674,9 +408654,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.outside.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeaty.outside.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.case.html": [ @@ -409688,9 +408666,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.case.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.case.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.empty.html": [ @@ -409702,9 +408678,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.empty.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.empty.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.null.html": [ @@ -409716,9 +408690,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.null.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.null.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.nullsuffix.html": [ @@ -409730,9 +408702,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.nullsuffix.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.nullsuffix.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.undefined.html": [ @@ -409744,9 +408714,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.undefined.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.undefined.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.unrecognised.html": [ @@ -409758,9 +408726,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.unrecognised.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.unrecognised.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.unrecognisednull.html": [ @@ -409772,9 +408738,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.unrecognisednull.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.pattern.repeat.unrecognisednull.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/fill-and-stroke-styles/2d.strokeStyle.default.html": [ @@ -409786,9 +408750,7 @@ "offscreen-canvas/fill-and-stroke-styles/2d.strokeStyle.default.worker.js": [ [ "offscreen-canvas/fill-and-stroke-styles/2d.strokeStyle.default.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/filter/offscreencanvas.filter.html": [ @@ -409812,9 +408774,7 @@ "offscreen-canvas/image-smoothing/image.smoothing.worker.js": [ [ "offscreen-canvas/image-smoothing/image.smoothing.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.cap.butt.html": [ @@ -409826,9 +408786,7 @@ "offscreen-canvas/line-styles/2d.line.cap.butt.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.cap.butt.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.cap.closed.html": [ @@ -409840,9 +408798,7 @@ "offscreen-canvas/line-styles/2d.line.cap.closed.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.cap.closed.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.cap.invalid.html": [ @@ -409854,9 +408810,7 @@ "offscreen-canvas/line-styles/2d.line.cap.invalid.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.cap.invalid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.cap.open.html": [ @@ -409868,9 +408822,7 @@ "offscreen-canvas/line-styles/2d.line.cap.open.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.cap.open.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.cap.round.html": [ @@ -409882,9 +408834,7 @@ "offscreen-canvas/line-styles/2d.line.cap.round.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.cap.round.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.cap.square.html": [ @@ -409896,9 +408846,7 @@ "offscreen-canvas/line-styles/2d.line.cap.square.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.cap.square.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.cap.valid.html": [ @@ -409910,9 +408858,7 @@ "offscreen-canvas/line-styles/2d.line.cap.valid.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.cap.valid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.cross.html": [ @@ -409924,9 +408870,7 @@ "offscreen-canvas/line-styles/2d.line.cross.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.cross.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.defaults.html": [ @@ -409938,9 +408882,7 @@ "offscreen-canvas/line-styles/2d.line.defaults.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.defaults.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.join.bevel.html": [ @@ -409952,9 +408894,7 @@ "offscreen-canvas/line-styles/2d.line.join.bevel.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.join.bevel.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.join.closed.html": [ @@ -409966,9 +408906,7 @@ "offscreen-canvas/line-styles/2d.line.join.closed.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.join.closed.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.join.invalid.html": [ @@ -409980,9 +408918,7 @@ "offscreen-canvas/line-styles/2d.line.join.invalid.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.join.invalid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.join.miter.html": [ @@ -409994,9 +408930,7 @@ "offscreen-canvas/line-styles/2d.line.join.miter.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.join.miter.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.join.open.html": [ @@ -410008,9 +408942,7 @@ "offscreen-canvas/line-styles/2d.line.join.open.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.join.open.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.join.parallel.html": [ @@ -410022,9 +408954,7 @@ "offscreen-canvas/line-styles/2d.line.join.parallel.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.join.parallel.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.join.round.html": [ @@ -410036,9 +408966,7 @@ "offscreen-canvas/line-styles/2d.line.join.round.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.join.round.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.join.valid.html": [ @@ -410050,9 +408978,7 @@ "offscreen-canvas/line-styles/2d.line.join.valid.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.join.valid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.miter.acute.html": [ @@ -410064,9 +408990,7 @@ "offscreen-canvas/line-styles/2d.line.miter.acute.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.miter.acute.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.miter.exceeded.html": [ @@ -410078,9 +409002,7 @@ "offscreen-canvas/line-styles/2d.line.miter.exceeded.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.miter.exceeded.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.miter.invalid.html": [ @@ -410092,9 +409014,7 @@ "offscreen-canvas/line-styles/2d.line.miter.invalid.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.miter.invalid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.miter.lineedge.html": [ @@ -410106,9 +409026,7 @@ "offscreen-canvas/line-styles/2d.line.miter.lineedge.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.miter.lineedge.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.miter.obtuse.html": [ @@ -410120,9 +409038,7 @@ "offscreen-canvas/line-styles/2d.line.miter.obtuse.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.miter.obtuse.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.miter.rightangle.html": [ @@ -410134,9 +409050,7 @@ "offscreen-canvas/line-styles/2d.line.miter.rightangle.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.miter.rightangle.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.miter.valid.html": [ @@ -410148,9 +409062,7 @@ "offscreen-canvas/line-styles/2d.line.miter.valid.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.miter.valid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.miter.within.html": [ @@ -410162,9 +409074,7 @@ "offscreen-canvas/line-styles/2d.line.miter.within.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.miter.within.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.union.html": [ @@ -410176,9 +409086,7 @@ "offscreen-canvas/line-styles/2d.line.union.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.union.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.width.basic.html": [ @@ -410190,9 +409098,7 @@ "offscreen-canvas/line-styles/2d.line.width.basic.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.width.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.width.invalid.html": [ @@ -410204,9 +409110,7 @@ "offscreen-canvas/line-styles/2d.line.width.invalid.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.width.invalid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.width.scaledefault.html": [ @@ -410218,9 +409122,7 @@ "offscreen-canvas/line-styles/2d.line.width.scaledefault.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.width.scaledefault.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.width.transformed.html": [ @@ -410232,9 +409134,7 @@ "offscreen-canvas/line-styles/2d.line.width.transformed.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.width.transformed.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/line-styles/2d.line.width.valid.html": [ @@ -410246,9 +409146,7 @@ "offscreen-canvas/line-styles/2d.line.width.valid.worker.js": [ [ "offscreen-canvas/line-styles/2d.line.width.valid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.angle.1.html": [ @@ -410260,9 +409158,7 @@ "offscreen-canvas/path-objects/2d.path.arc.angle.1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.angle.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.angle.2.html": [ @@ -410274,9 +409170,7 @@ "offscreen-canvas/path-objects/2d.path.arc.angle.2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.angle.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.angle.3.html": [ @@ -410288,9 +409182,7 @@ "offscreen-canvas/path-objects/2d.path.arc.angle.3.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.angle.3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.angle.4.html": [ @@ -410302,9 +409194,7 @@ "offscreen-canvas/path-objects/2d.path.arc.angle.4.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.angle.4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.angle.5.html": [ @@ -410316,9 +409206,7 @@ "offscreen-canvas/path-objects/2d.path.arc.angle.5.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.angle.5.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.angle.6.html": [ @@ -410330,9 +409218,7 @@ "offscreen-canvas/path-objects/2d.path.arc.angle.6.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.angle.6.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.default.html": [ @@ -410344,9 +409230,7 @@ "offscreen-canvas/path-objects/2d.path.arc.default.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.default.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.empty.html": [ @@ -410358,9 +409242,7 @@ "offscreen-canvas/path-objects/2d.path.arc.empty.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.empty.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.end.html": [ @@ -410372,9 +409254,7 @@ "offscreen-canvas/path-objects/2d.path.arc.end.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.end.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.negative.html": [ @@ -410386,9 +409266,7 @@ "offscreen-canvas/path-objects/2d.path.arc.negative.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.negative.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.nonempty.html": [ @@ -410400,9 +409278,7 @@ "offscreen-canvas/path-objects/2d.path.arc.nonempty.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.nonempty.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.nonfinite.html": [ @@ -410414,9 +409290,7 @@ "offscreen-canvas/path-objects/2d.path.arc.nonfinite.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.scale.1.html": [ @@ -410428,9 +409302,7 @@ "offscreen-canvas/path-objects/2d.path.arc.scale.1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.scale.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.scale.2.html": [ @@ -410442,9 +409314,7 @@ "offscreen-canvas/path-objects/2d.path.arc.scale.2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.scale.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.selfintersect.1.html": [ @@ -410456,9 +409326,7 @@ "offscreen-canvas/path-objects/2d.path.arc.selfintersect.1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.selfintersect.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.selfintersect.2.html": [ @@ -410470,9 +409338,7 @@ "offscreen-canvas/path-objects/2d.path.arc.selfintersect.2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.selfintersect.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.shape.1.html": [ @@ -410484,9 +409350,7 @@ "offscreen-canvas/path-objects/2d.path.arc.shape.1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.shape.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.shape.2.html": [ @@ -410498,9 +409362,7 @@ "offscreen-canvas/path-objects/2d.path.arc.shape.2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.shape.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.shape.3.html": [ @@ -410512,9 +409374,7 @@ "offscreen-canvas/path-objects/2d.path.arc.shape.3.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.shape.3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.shape.4.html": [ @@ -410526,9 +409386,7 @@ "offscreen-canvas/path-objects/2d.path.arc.shape.4.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.shape.4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.shape.5.html": [ @@ -410540,9 +409398,7 @@ "offscreen-canvas/path-objects/2d.path.arc.shape.5.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.shape.5.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.twopie.1.html": [ @@ -410554,9 +409410,7 @@ "offscreen-canvas/path-objects/2d.path.arc.twopie.1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.twopie.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.twopie.2.html": [ @@ -410568,9 +409422,7 @@ "offscreen-canvas/path-objects/2d.path.arc.twopie.2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.twopie.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.twopie.3.html": [ @@ -410582,9 +409434,7 @@ "offscreen-canvas/path-objects/2d.path.arc.twopie.3.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.twopie.3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.twopie.4.html": [ @@ -410596,9 +409446,7 @@ "offscreen-canvas/path-objects/2d.path.arc.twopie.4.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.twopie.4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.zero.1.html": [ @@ -410610,9 +409458,7 @@ "offscreen-canvas/path-objects/2d.path.arc.zero.1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.zero.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.zero.2.html": [ @@ -410624,9 +409470,7 @@ "offscreen-canvas/path-objects/2d.path.arc.zero.2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.zero.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arc.zeroradius.html": [ @@ -410638,9 +409482,7 @@ "offscreen-canvas/path-objects/2d.path.arc.zeroradius.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arc.zeroradius.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arcTo.coincide.1.html": [ @@ -410652,9 +409494,7 @@ "offscreen-canvas/path-objects/2d.path.arcTo.coincide.1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arcTo.coincide.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arcTo.coincide.2.html": [ @@ -410666,9 +409506,7 @@ "offscreen-canvas/path-objects/2d.path.arcTo.coincide.2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arcTo.coincide.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arcTo.collinear.1.html": [ @@ -410680,9 +409518,7 @@ "offscreen-canvas/path-objects/2d.path.arcTo.collinear.1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arcTo.collinear.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arcTo.collinear.2.html": [ @@ -410694,9 +409530,7 @@ "offscreen-canvas/path-objects/2d.path.arcTo.collinear.2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arcTo.collinear.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arcTo.collinear.3.html": [ @@ -410708,9 +409542,7 @@ "offscreen-canvas/path-objects/2d.path.arcTo.collinear.3.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arcTo.collinear.3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arcTo.ensuresubpath.1.html": [ @@ -410722,9 +409554,7 @@ "offscreen-canvas/path-objects/2d.path.arcTo.ensuresubpath.1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arcTo.ensuresubpath.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arcTo.ensuresubpath.2.html": [ @@ -410736,9 +409566,7 @@ "offscreen-canvas/path-objects/2d.path.arcTo.ensuresubpath.2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arcTo.ensuresubpath.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arcTo.negative.html": [ @@ -410750,9 +409578,7 @@ "offscreen-canvas/path-objects/2d.path.arcTo.negative.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arcTo.negative.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arcTo.nonfinite.html": [ @@ -410764,9 +409590,7 @@ "offscreen-canvas/path-objects/2d.path.arcTo.nonfinite.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arcTo.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arcTo.scale.html": [ @@ -410778,9 +409602,7 @@ "offscreen-canvas/path-objects/2d.path.arcTo.scale.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arcTo.scale.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arcTo.shape.curve1.html": [ @@ -410792,9 +409614,7 @@ "offscreen-canvas/path-objects/2d.path.arcTo.shape.curve1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arcTo.shape.curve1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arcTo.shape.curve2.html": [ @@ -410806,9 +409626,7 @@ "offscreen-canvas/path-objects/2d.path.arcTo.shape.curve2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arcTo.shape.curve2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arcTo.shape.end.html": [ @@ -410820,9 +409638,7 @@ "offscreen-canvas/path-objects/2d.path.arcTo.shape.end.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arcTo.shape.end.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arcTo.shape.start.html": [ @@ -410834,9 +409650,7 @@ "offscreen-canvas/path-objects/2d.path.arcTo.shape.start.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arcTo.shape.start.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arcTo.transformation.html": [ @@ -410848,9 +409662,7 @@ "offscreen-canvas/path-objects/2d.path.arcTo.transformation.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arcTo.transformation.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arcTo.zero.1.html": [ @@ -410862,9 +409674,7 @@ "offscreen-canvas/path-objects/2d.path.arcTo.zero.1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arcTo.zero.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.arcTo.zero.2.html": [ @@ -410876,9 +409686,7 @@ "offscreen-canvas/path-objects/2d.path.arcTo.zero.2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.arcTo.zero.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.beginPath.html": [ @@ -410890,9 +409698,7 @@ "offscreen-canvas/path-objects/2d.path.beginPath.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.beginPath.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.bezierCurveTo.basic.html": [ @@ -410904,9 +409710,7 @@ "offscreen-canvas/path-objects/2d.path.bezierCurveTo.basic.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.bezierCurveTo.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.bezierCurveTo.ensuresubpath.1.html": [ @@ -410918,9 +409722,7 @@ "offscreen-canvas/path-objects/2d.path.bezierCurveTo.ensuresubpath.1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.bezierCurveTo.ensuresubpath.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.bezierCurveTo.ensuresubpath.2.html": [ @@ -410932,9 +409734,7 @@ "offscreen-canvas/path-objects/2d.path.bezierCurveTo.ensuresubpath.2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.bezierCurveTo.ensuresubpath.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.bezierCurveTo.nonfinite.html": [ @@ -410946,9 +409746,7 @@ "offscreen-canvas/path-objects/2d.path.bezierCurveTo.nonfinite.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.bezierCurveTo.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.bezierCurveTo.scaled.html": [ @@ -410960,9 +409758,7 @@ "offscreen-canvas/path-objects/2d.path.bezierCurveTo.scaled.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.bezierCurveTo.scaled.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.bezierCurveTo.shape.html": [ @@ -410974,9 +409770,7 @@ "offscreen-canvas/path-objects/2d.path.bezierCurveTo.shape.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.bezierCurveTo.shape.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.clip.basic.1.html": [ @@ -410988,9 +409782,7 @@ "offscreen-canvas/path-objects/2d.path.clip.basic.1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.clip.basic.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.clip.basic.2.html": [ @@ -411002,9 +409794,7 @@ "offscreen-canvas/path-objects/2d.path.clip.basic.2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.clip.basic.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.clip.empty.html": [ @@ -411016,9 +409806,7 @@ "offscreen-canvas/path-objects/2d.path.clip.empty.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.clip.empty.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.clip.intersect.html": [ @@ -411030,9 +409818,7 @@ "offscreen-canvas/path-objects/2d.path.clip.intersect.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.clip.intersect.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.clip.unaffected.html": [ @@ -411044,9 +409830,7 @@ "offscreen-canvas/path-objects/2d.path.clip.unaffected.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.clip.unaffected.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.clip.winding.1.html": [ @@ -411058,9 +409842,7 @@ "offscreen-canvas/path-objects/2d.path.clip.winding.1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.clip.winding.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.clip.winding.2.html": [ @@ -411072,9 +409854,7 @@ "offscreen-canvas/path-objects/2d.path.clip.winding.2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.clip.winding.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.closePath.empty.html": [ @@ -411086,9 +409866,7 @@ "offscreen-canvas/path-objects/2d.path.closePath.empty.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.closePath.empty.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.closePath.newline.html": [ @@ -411100,9 +409878,7 @@ "offscreen-canvas/path-objects/2d.path.closePath.newline.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.closePath.newline.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.closePath.nextpoint.html": [ @@ -411114,9 +409890,7 @@ "offscreen-canvas/path-objects/2d.path.closePath.nextpoint.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.closePath.nextpoint.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.fill.closed.basic.html": [ @@ -411128,9 +409902,7 @@ "offscreen-canvas/path-objects/2d.path.fill.closed.basic.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.fill.closed.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.fill.closed.unaffected.html": [ @@ -411142,9 +409914,7 @@ "offscreen-canvas/path-objects/2d.path.fill.closed.unaffected.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.fill.closed.unaffected.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.fill.overlap.html": [ @@ -411156,9 +409926,7 @@ "offscreen-canvas/path-objects/2d.path.fill.overlap.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.fill.overlap.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.fill.winding.add.html": [ @@ -411170,9 +409938,7 @@ "offscreen-canvas/path-objects/2d.path.fill.winding.add.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.fill.winding.add.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.fill.winding.subtract.1.html": [ @@ -411184,9 +409950,7 @@ "offscreen-canvas/path-objects/2d.path.fill.winding.subtract.1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.fill.winding.subtract.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.fill.winding.subtract.2.html": [ @@ -411198,9 +409962,7 @@ "offscreen-canvas/path-objects/2d.path.fill.winding.subtract.2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.fill.winding.subtract.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.fill.winding.subtract.3.html": [ @@ -411212,9 +409974,7 @@ "offscreen-canvas/path-objects/2d.path.fill.winding.subtract.3.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.fill.winding.subtract.3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.initial.html": [ @@ -411226,9 +409986,7 @@ "offscreen-canvas/path-objects/2d.path.initial.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.initial.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.isPointInPath.arc.html": [ @@ -411240,9 +409998,7 @@ "offscreen-canvas/path-objects/2d.path.isPointInPath.arc.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.isPointInPath.arc.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.isPointInPath.basic.1.html": [ @@ -411254,9 +410010,7 @@ "offscreen-canvas/path-objects/2d.path.isPointInPath.basic.1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.isPointInPath.basic.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.isPointInPath.basic.2.html": [ @@ -411268,9 +410022,7 @@ "offscreen-canvas/path-objects/2d.path.isPointInPath.basic.2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.isPointInPath.basic.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.isPointInPath.bezier.html": [ @@ -411282,9 +410034,7 @@ "offscreen-canvas/path-objects/2d.path.isPointInPath.bezier.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.isPointInPath.bezier.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.isPointInPath.bigarc.html": [ @@ -411296,9 +410046,7 @@ "offscreen-canvas/path-objects/2d.path.isPointInPath.bigarc.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.isPointInPath.bigarc.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.isPointInPath.edge.html": [ @@ -411310,9 +410058,7 @@ "offscreen-canvas/path-objects/2d.path.isPointInPath.edge.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.isPointInPath.edge.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.isPointInPath.empty.html": [ @@ -411324,9 +410070,7 @@ "offscreen-canvas/path-objects/2d.path.isPointInPath.empty.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.isPointInPath.empty.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.isPointInPath.nonfinite.html": [ @@ -411338,9 +410082,7 @@ "offscreen-canvas/path-objects/2d.path.isPointInPath.nonfinite.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.isPointInPath.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.isPointInPath.outside.html": [ @@ -411352,9 +410094,7 @@ "offscreen-canvas/path-objects/2d.path.isPointInPath.outside.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.isPointInPath.outside.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.isPointInPath.subpath.html": [ @@ -411366,9 +410106,7 @@ "offscreen-canvas/path-objects/2d.path.isPointInPath.subpath.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.isPointInPath.subpath.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.isPointInPath.transform.1.html": [ @@ -411380,9 +410118,7 @@ "offscreen-canvas/path-objects/2d.path.isPointInPath.transform.1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.isPointInPath.transform.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.isPointInPath.transform.2.html": [ @@ -411394,9 +410130,7 @@ "offscreen-canvas/path-objects/2d.path.isPointInPath.transform.2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.isPointInPath.transform.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.isPointInPath.transform.3.html": [ @@ -411408,9 +410142,7 @@ "offscreen-canvas/path-objects/2d.path.isPointInPath.transform.3.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.isPointInPath.transform.3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.isPointInPath.transform.4.html": [ @@ -411422,9 +410154,7 @@ "offscreen-canvas/path-objects/2d.path.isPointInPath.transform.4.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.isPointInPath.transform.4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.isPointInPath.unclosed.html": [ @@ -411436,9 +410166,7 @@ "offscreen-canvas/path-objects/2d.path.isPointInPath.unclosed.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.isPointInPath.unclosed.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.isPointInPath.winding.html": [ @@ -411450,9 +410178,7 @@ "offscreen-canvas/path-objects/2d.path.isPointInPath.winding.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.isPointInPath.winding.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.lineTo.basic.html": [ @@ -411464,9 +410190,7 @@ "offscreen-canvas/path-objects/2d.path.lineTo.basic.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.lineTo.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.lineTo.ensuresubpath.1.html": [ @@ -411478,9 +410202,7 @@ "offscreen-canvas/path-objects/2d.path.lineTo.ensuresubpath.1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.lineTo.ensuresubpath.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.lineTo.ensuresubpath.2.html": [ @@ -411492,9 +410214,7 @@ "offscreen-canvas/path-objects/2d.path.lineTo.ensuresubpath.2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.lineTo.ensuresubpath.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.lineTo.nextpoint.html": [ @@ -411506,9 +410226,7 @@ "offscreen-canvas/path-objects/2d.path.lineTo.nextpoint.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.lineTo.nextpoint.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.lineTo.nonfinite.details.html": [ @@ -411520,9 +410238,7 @@ "offscreen-canvas/path-objects/2d.path.lineTo.nonfinite.details.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.lineTo.nonfinite.details.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.lineTo.nonfinite.html": [ @@ -411534,9 +410250,7 @@ "offscreen-canvas/path-objects/2d.path.lineTo.nonfinite.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.lineTo.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.moveTo.basic.html": [ @@ -411548,9 +410262,7 @@ "offscreen-canvas/path-objects/2d.path.moveTo.basic.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.moveTo.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.moveTo.multiple.html": [ @@ -411562,9 +410274,7 @@ "offscreen-canvas/path-objects/2d.path.moveTo.multiple.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.moveTo.multiple.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.moveTo.newsubpath.html": [ @@ -411576,9 +410286,7 @@ "offscreen-canvas/path-objects/2d.path.moveTo.newsubpath.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.moveTo.newsubpath.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.moveTo.nonfinite.html": [ @@ -411590,9 +410298,7 @@ "offscreen-canvas/path-objects/2d.path.moveTo.nonfinite.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.moveTo.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.quadraticCurveTo.basic.html": [ @@ -411604,9 +410310,7 @@ "offscreen-canvas/path-objects/2d.path.quadraticCurveTo.basic.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.quadraticCurveTo.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1.html": [ @@ -411618,9 +410322,7 @@ "offscreen-canvas/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2.html": [ @@ -411632,9 +410334,7 @@ "offscreen-canvas/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.quadraticCurveTo.nonfinite.html": [ @@ -411646,9 +410346,7 @@ "offscreen-canvas/path-objects/2d.path.quadraticCurveTo.nonfinite.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.quadraticCurveTo.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.quadraticCurveTo.scaled.html": [ @@ -411660,9 +410358,7 @@ "offscreen-canvas/path-objects/2d.path.quadraticCurveTo.scaled.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.quadraticCurveTo.scaled.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.quadraticCurveTo.shape.html": [ @@ -411674,9 +410370,7 @@ "offscreen-canvas/path-objects/2d.path.quadraticCurveTo.shape.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.quadraticCurveTo.shape.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.rect.basic.html": [ @@ -411688,9 +410382,7 @@ "offscreen-canvas/path-objects/2d.path.rect.basic.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.rect.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.rect.closed.html": [ @@ -411702,9 +410394,7 @@ "offscreen-canvas/path-objects/2d.path.rect.closed.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.rect.closed.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.rect.end.1.html": [ @@ -411716,9 +410406,7 @@ "offscreen-canvas/path-objects/2d.path.rect.end.1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.rect.end.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.rect.end.2.html": [ @@ -411730,9 +410418,7 @@ "offscreen-canvas/path-objects/2d.path.rect.end.2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.rect.end.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.rect.negative.html": [ @@ -411744,9 +410430,7 @@ "offscreen-canvas/path-objects/2d.path.rect.negative.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.rect.negative.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.rect.newsubpath.html": [ @@ -411758,9 +410442,7 @@ "offscreen-canvas/path-objects/2d.path.rect.newsubpath.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.rect.newsubpath.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.rect.nonfinite.html": [ @@ -411772,9 +410454,7 @@ "offscreen-canvas/path-objects/2d.path.rect.nonfinite.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.rect.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.rect.selfintersect.html": [ @@ -411786,9 +410466,7 @@ "offscreen-canvas/path-objects/2d.path.rect.selfintersect.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.rect.selfintersect.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.rect.winding.html": [ @@ -411800,9 +410478,7 @@ "offscreen-canvas/path-objects/2d.path.rect.winding.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.rect.winding.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.rect.zero.1.html": [ @@ -411814,9 +410490,7 @@ "offscreen-canvas/path-objects/2d.path.rect.zero.1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.rect.zero.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.rect.zero.2.html": [ @@ -411828,9 +410502,7 @@ "offscreen-canvas/path-objects/2d.path.rect.zero.2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.rect.zero.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.rect.zero.3.html": [ @@ -411842,9 +410514,7 @@ "offscreen-canvas/path-objects/2d.path.rect.zero.3.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.rect.zero.3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.rect.zero.4.html": [ @@ -411856,9 +410526,7 @@ "offscreen-canvas/path-objects/2d.path.rect.zero.4.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.rect.zero.4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.rect.zero.5.html": [ @@ -411870,9 +410538,7 @@ "offscreen-canvas/path-objects/2d.path.rect.zero.5.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.rect.zero.5.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.rect.zero.6.html": [ @@ -411884,9 +410550,7 @@ "offscreen-canvas/path-objects/2d.path.rect.zero.6.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.rect.zero.6.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.stroke.empty.html": [ @@ -411898,9 +410562,7 @@ "offscreen-canvas/path-objects/2d.path.stroke.empty.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.stroke.empty.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.stroke.overlap.html": [ @@ -411912,9 +410574,7 @@ "offscreen-canvas/path-objects/2d.path.stroke.overlap.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.stroke.overlap.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.stroke.prune.arc.html": [ @@ -411926,9 +410586,7 @@ "offscreen-canvas/path-objects/2d.path.stroke.prune.arc.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.stroke.prune.arc.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.stroke.prune.closed.html": [ @@ -411940,9 +410598,7 @@ "offscreen-canvas/path-objects/2d.path.stroke.prune.closed.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.stroke.prune.closed.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.stroke.prune.corner.html": [ @@ -411954,9 +410610,7 @@ "offscreen-canvas/path-objects/2d.path.stroke.prune.corner.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.stroke.prune.corner.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.stroke.prune.curve.html": [ @@ -411968,9 +410622,7 @@ "offscreen-canvas/path-objects/2d.path.stroke.prune.curve.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.stroke.prune.curve.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.stroke.prune.line.html": [ @@ -411982,9 +410634,7 @@ "offscreen-canvas/path-objects/2d.path.stroke.prune.line.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.stroke.prune.line.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.stroke.prune.rect.html": [ @@ -411996,9 +410646,7 @@ "offscreen-canvas/path-objects/2d.path.stroke.prune.rect.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.stroke.prune.rect.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.stroke.scale1.html": [ @@ -412010,9 +410658,7 @@ "offscreen-canvas/path-objects/2d.path.stroke.scale1.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.stroke.scale1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.stroke.scale2.html": [ @@ -412024,9 +410670,7 @@ "offscreen-canvas/path-objects/2d.path.stroke.scale2.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.stroke.scale2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.stroke.skew.html": [ @@ -412038,9 +410682,7 @@ "offscreen-canvas/path-objects/2d.path.stroke.skew.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.stroke.skew.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.stroke.unaffected.html": [ @@ -412052,9 +410694,7 @@ "offscreen-canvas/path-objects/2d.path.stroke.unaffected.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.stroke.unaffected.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.stroke.union.html": [ @@ -412066,9 +410706,7 @@ "offscreen-canvas/path-objects/2d.path.stroke.union.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.stroke.union.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.transformation.basic.html": [ @@ -412080,9 +410718,7 @@ "offscreen-canvas/path-objects/2d.path.transformation.basic.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.transformation.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.transformation.changing.html": [ @@ -412094,9 +410730,7 @@ "offscreen-canvas/path-objects/2d.path.transformation.changing.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.transformation.changing.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/path-objects/2d.path.transformation.multiple.html": [ @@ -412108,9 +410742,7 @@ "offscreen-canvas/path-objects/2d.path.transformation.multiple.worker.js": [ [ "offscreen-canvas/path-objects/2d.path.transformation.multiple.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.create1.basic.html": [ @@ -412122,9 +410754,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.create1.basic.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.create1.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.create1.initial.html": [ @@ -412136,9 +410766,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.create1.initial.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.create1.initial.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.create1.zero.html": [ @@ -412150,9 +410778,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.create1.zero.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.create1.zero.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.create2.basic.html": [ @@ -412164,9 +410790,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.create2.basic.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.create2.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.create2.initial.html": [ @@ -412178,9 +410802,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.create2.initial.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.create2.initial.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.create2.large.html": [ @@ -412192,9 +410814,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.create2.large.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.create2.large.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.create2.negative.html": [ @@ -412206,9 +410826,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.create2.negative.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.create2.negative.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.create2.nonfinite.html": [ @@ -412220,9 +410838,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.create2.nonfinite.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.create2.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.create2.round.html": [ @@ -412234,9 +410850,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.create2.round.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.create2.round.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.create2.zero.html": [ @@ -412248,9 +410862,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.create2.zero.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.create2.zero.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.get.basic.html": [ @@ -412262,9 +410874,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.get.basic.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.get.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.get.clamp.html": [ @@ -412276,9 +410886,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.get.clamp.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.get.clamp.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.get.length.html": [ @@ -412290,9 +410898,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.get.length.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.get.length.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.get.nonfinite.html": [ @@ -412304,9 +410910,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.get.nonfinite.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.get.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.get.nonpremul.html": [ @@ -412318,9 +410922,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.get.nonpremul.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.get.nonpremul.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.get.order.alpha.html": [ @@ -412332,9 +410934,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.get.order.alpha.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.get.order.alpha.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.get.order.cols.html": [ @@ -412346,9 +410946,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.get.order.cols.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.get.order.cols.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.get.order.rgb.html": [ @@ -412360,9 +410958,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.get.order.rgb.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.get.order.rgb.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.get.order.rows.html": [ @@ -412374,9 +410970,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.get.order.rows.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.get.order.rows.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.get.range.html": [ @@ -412388,9 +410982,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.get.range.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.get.range.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.get.source.negative.html": [ @@ -412402,9 +410994,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.get.source.negative.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.get.source.negative.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.get.source.outside.html": [ @@ -412416,9 +411006,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.get.source.outside.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.get.source.outside.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.get.source.size.html": [ @@ -412430,9 +411018,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.get.source.size.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.get.source.size.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.get.tiny.html": [ @@ -412444,9 +411030,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.get.tiny.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.get.tiny.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.get.unaffected.html": [ @@ -412458,9 +411042,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.get.unaffected.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.get.unaffected.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.get.zero.html": [ @@ -412472,9 +411054,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.get.zero.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.get.zero.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.object.clamp.html": [ @@ -412486,9 +411066,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.object.clamp.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.object.clamp.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.object.nan.html": [ @@ -412500,9 +411078,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.object.nan.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.object.nan.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.object.properties.html": [ @@ -412514,9 +411090,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.object.properties.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.object.properties.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.object.readonly.html": [ @@ -412528,9 +411102,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.object.readonly.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.object.readonly.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.object.round.html": [ @@ -412542,9 +411114,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.object.round.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.object.round.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.object.set.html": [ @@ -412556,9 +411126,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.object.set.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.object.set.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.object.string.html": [ @@ -412570,9 +411138,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.object.string.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.object.string.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.object.undefined.html": [ @@ -412584,9 +411150,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.object.undefined.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.object.undefined.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.put.alpha.html": [ @@ -412598,9 +411162,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.put.alpha.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.put.alpha.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.put.basic.html": [ @@ -412612,9 +411174,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.put.basic.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.put.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.put.clip.html": [ @@ -412626,9 +411186,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.put.clip.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.put.clip.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.put.created.html": [ @@ -412640,9 +411198,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.put.created.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.put.created.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.put.cross.html": [ @@ -412654,9 +411210,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.put.cross.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.put.cross.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.negative.html": [ @@ -412668,9 +411222,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.negative.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.negative.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.outside.html": [ @@ -412682,9 +411234,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.outside.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.outside.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.rect1.html": [ @@ -412696,9 +411246,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.rect1.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.rect1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.rect2.html": [ @@ -412710,9 +411258,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.rect2.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.rect2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.zero.html": [ @@ -412724,9 +411270,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.zero.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.put.dirty.zero.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.put.modified.html": [ @@ -412738,9 +411282,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.put.modified.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.put.modified.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.put.nonfinite.html": [ @@ -412752,9 +411294,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.put.nonfinite.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.put.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.put.null.html": [ @@ -412766,9 +411306,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.put.null.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.put.null.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.put.path.html": [ @@ -412780,9 +411318,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.put.path.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.put.path.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.put.unaffected.html": [ @@ -412794,9 +411330,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.put.unaffected.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.put.unaffected.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.put.unchanged.html": [ @@ -412808,9 +411342,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.put.unchanged.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.put.unchanged.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/pixel-manipulation/2d.imageData.put.wrongtype.html": [ @@ -412822,9 +411354,7 @@ "offscreen-canvas/pixel-manipulation/2d.imageData.put.wrongtype.worker.js": [ [ "offscreen-canvas/pixel-manipulation/2d.imageData.put.wrongtype.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.alpha.1.html": [ @@ -412836,9 +411366,7 @@ "offscreen-canvas/shadows/2d.shadow.alpha.1.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.alpha.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.alpha.2.html": [ @@ -412850,9 +411378,7 @@ "offscreen-canvas/shadows/2d.shadow.alpha.2.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.alpha.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.alpha.3.html": [ @@ -412864,9 +411390,7 @@ "offscreen-canvas/shadows/2d.shadow.alpha.3.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.alpha.3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.alpha.4.html": [ @@ -412878,9 +411402,7 @@ "offscreen-canvas/shadows/2d.shadow.alpha.4.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.alpha.4.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.alpha.5.html": [ @@ -412892,9 +411414,7 @@ "offscreen-canvas/shadows/2d.shadow.alpha.5.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.alpha.5.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.initial.html": [ @@ -412906,9 +411426,7 @@ "offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.initial.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.initial.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.invalid.html": [ @@ -412920,9 +411438,7 @@ "offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.invalid.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.invalid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.valid.html": [ @@ -412934,9 +411450,7 @@ "offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.valid.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.attributes.shadowBlur.valid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.initial.html": [ @@ -412948,9 +411462,7 @@ "offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.initial.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.initial.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.invalid.html": [ @@ -412962,9 +411474,7 @@ "offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.invalid.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.invalid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.valid.html": [ @@ -412976,9 +411486,7 @@ "offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.valid.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.attributes.shadowColor.valid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.initial.html": [ @@ -412990,9 +411498,7 @@ "offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.initial.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.initial.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.invalid.html": [ @@ -413004,9 +411510,7 @@ "offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.invalid.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.invalid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.valid.html": [ @@ -413018,9 +411522,7 @@ "offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.valid.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.attributes.shadowOffset.valid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.canvas.alpha.html": [ @@ -413032,9 +411534,7 @@ "offscreen-canvas/shadows/2d.shadow.canvas.alpha.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.canvas.alpha.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.canvas.basic.html": [ @@ -413046,9 +411546,7 @@ "offscreen-canvas/shadows/2d.shadow.canvas.basic.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.canvas.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.canvas.transparent.1.html": [ @@ -413060,9 +411558,7 @@ "offscreen-canvas/shadows/2d.shadow.canvas.transparent.1.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.canvas.transparent.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.canvas.transparent.2.html": [ @@ -413074,9 +411570,7 @@ "offscreen-canvas/shadows/2d.shadow.canvas.transparent.2.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.canvas.transparent.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.clip.1.html": [ @@ -413088,9 +411582,7 @@ "offscreen-canvas/shadows/2d.shadow.clip.1.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.clip.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.clip.2.html": [ @@ -413102,9 +411594,7 @@ "offscreen-canvas/shadows/2d.shadow.clip.2.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.clip.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.clip.3.html": [ @@ -413116,9 +411606,7 @@ "offscreen-canvas/shadows/2d.shadow.clip.3.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.clip.3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.composite.1.html": [ @@ -413130,9 +411618,7 @@ "offscreen-canvas/shadows/2d.shadow.composite.1.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.composite.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.composite.2.html": [ @@ -413144,9 +411630,7 @@ "offscreen-canvas/shadows/2d.shadow.composite.2.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.composite.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.composite.3.html": [ @@ -413158,9 +411642,7 @@ "offscreen-canvas/shadows/2d.shadow.composite.3.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.composite.3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.enable.blur.html": [ @@ -413172,9 +411654,7 @@ "offscreen-canvas/shadows/2d.shadow.enable.blur.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.enable.blur.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.enable.off.1.html": [ @@ -413186,9 +411666,7 @@ "offscreen-canvas/shadows/2d.shadow.enable.off.1.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.enable.off.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.enable.off.2.html": [ @@ -413200,9 +411678,7 @@ "offscreen-canvas/shadows/2d.shadow.enable.off.2.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.enable.off.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.enable.x.html": [ @@ -413214,9 +411690,7 @@ "offscreen-canvas/shadows/2d.shadow.enable.x.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.enable.x.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.enable.y.html": [ @@ -413228,9 +411702,7 @@ "offscreen-canvas/shadows/2d.shadow.enable.y.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.enable.y.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.gradient.alpha.html": [ @@ -413242,9 +411714,7 @@ "offscreen-canvas/shadows/2d.shadow.gradient.alpha.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.gradient.alpha.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.gradient.basic.html": [ @@ -413256,9 +411726,7 @@ "offscreen-canvas/shadows/2d.shadow.gradient.basic.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.gradient.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.gradient.transparent.1.html": [ @@ -413270,9 +411738,7 @@ "offscreen-canvas/shadows/2d.shadow.gradient.transparent.1.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.gradient.transparent.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.gradient.transparent.2.html": [ @@ -413284,9 +411750,7 @@ "offscreen-canvas/shadows/2d.shadow.gradient.transparent.2.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.gradient.transparent.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.image.alpha.html": [ @@ -413298,9 +411762,7 @@ "offscreen-canvas/shadows/2d.shadow.image.alpha.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.image.alpha.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.image.basic.html": [ @@ -413312,9 +411774,7 @@ "offscreen-canvas/shadows/2d.shadow.image.basic.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.image.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.image.scale.html": [ @@ -413326,9 +411786,7 @@ "offscreen-canvas/shadows/2d.shadow.image.scale.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.image.scale.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.image.section.html": [ @@ -413340,9 +411798,7 @@ "offscreen-canvas/shadows/2d.shadow.image.section.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.image.section.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.image.transparent.1.html": [ @@ -413354,9 +411810,7 @@ "offscreen-canvas/shadows/2d.shadow.image.transparent.1.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.image.transparent.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.image.transparent.2.html": [ @@ -413368,9 +411822,7 @@ "offscreen-canvas/shadows/2d.shadow.image.transparent.2.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.image.transparent.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.offset.negativeX.html": [ @@ -413382,9 +411834,7 @@ "offscreen-canvas/shadows/2d.shadow.offset.negativeX.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.offset.negativeX.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.offset.negativeY.html": [ @@ -413396,9 +411846,7 @@ "offscreen-canvas/shadows/2d.shadow.offset.negativeY.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.offset.negativeY.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.offset.positiveX.html": [ @@ -413410,9 +411858,7 @@ "offscreen-canvas/shadows/2d.shadow.offset.positiveX.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.offset.positiveX.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.offset.positiveY.html": [ @@ -413424,9 +411870,7 @@ "offscreen-canvas/shadows/2d.shadow.offset.positiveY.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.offset.positiveY.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.outside.html": [ @@ -413438,9 +411882,7 @@ "offscreen-canvas/shadows/2d.shadow.outside.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.outside.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.pattern.alpha.html": [ @@ -413452,9 +411894,7 @@ "offscreen-canvas/shadows/2d.shadow.pattern.alpha.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.pattern.alpha.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.pattern.basic.html": [ @@ -413466,9 +411906,7 @@ "offscreen-canvas/shadows/2d.shadow.pattern.basic.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.pattern.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.pattern.transparent.1.html": [ @@ -413480,9 +411918,7 @@ "offscreen-canvas/shadows/2d.shadow.pattern.transparent.1.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.pattern.transparent.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.pattern.transparent.2.html": [ @@ -413494,9 +411930,7 @@ "offscreen-canvas/shadows/2d.shadow.pattern.transparent.2.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.pattern.transparent.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.stroke.basic.html": [ @@ -413508,9 +411942,7 @@ "offscreen-canvas/shadows/2d.shadow.stroke.basic.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.stroke.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.stroke.cap.1.html": [ @@ -413522,9 +411954,7 @@ "offscreen-canvas/shadows/2d.shadow.stroke.cap.1.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.stroke.cap.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.stroke.cap.2.html": [ @@ -413536,9 +411966,7 @@ "offscreen-canvas/shadows/2d.shadow.stroke.cap.2.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.stroke.cap.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.stroke.join.1.html": [ @@ -413550,9 +411978,7 @@ "offscreen-canvas/shadows/2d.shadow.stroke.join.1.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.stroke.join.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.stroke.join.2.html": [ @@ -413564,9 +411990,7 @@ "offscreen-canvas/shadows/2d.shadow.stroke.join.2.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.stroke.join.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.stroke.join.3.html": [ @@ -413578,9 +412002,7 @@ "offscreen-canvas/shadows/2d.shadow.stroke.join.3.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.stroke.join.3.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.transform.1.html": [ @@ -413592,9 +412014,7 @@ "offscreen-canvas/shadows/2d.shadow.transform.1.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.transform.1.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/shadows/2d.shadow.transform.2.html": [ @@ -413606,9 +412026,7 @@ "offscreen-canvas/shadows/2d.shadow.transform.2.worker.js": [ [ "offscreen-canvas/shadows/2d.shadow.transform.2.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.align.default.html": [ @@ -413620,9 +412038,7 @@ "offscreen-canvas/text/2d.text.align.default.worker.js": [ [ "offscreen-canvas/text/2d.text.align.default.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.align.invalid.html": [ @@ -413634,9 +412050,7 @@ "offscreen-canvas/text/2d.text.align.invalid.worker.js": [ [ "offscreen-canvas/text/2d.text.align.invalid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.align.valid.html": [ @@ -413648,9 +412062,7 @@ "offscreen-canvas/text/2d.text.align.valid.worker.js": [ [ "offscreen-canvas/text/2d.text.align.valid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.baseline.default.html": [ @@ -413662,9 +412074,7 @@ "offscreen-canvas/text/2d.text.baseline.default.worker.js": [ [ "offscreen-canvas/text/2d.text.baseline.default.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.baseline.invalid.html": [ @@ -413676,9 +412086,7 @@ "offscreen-canvas/text/2d.text.baseline.invalid.worker.js": [ [ "offscreen-canvas/text/2d.text.baseline.invalid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.baseline.valid.html": [ @@ -413690,9 +412098,7 @@ "offscreen-canvas/text/2d.text.baseline.valid.worker.js": [ [ "offscreen-canvas/text/2d.text.baseline.valid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.align.center.html": [ @@ -413704,9 +412110,7 @@ "offscreen-canvas/text/2d.text.draw.align.center.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.align.center.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.align.end.ltr.html": [ @@ -413718,9 +412122,7 @@ "offscreen-canvas/text/2d.text.draw.align.end.ltr.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.align.end.ltr.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.align.end.rtl.html": [ @@ -413732,9 +412134,7 @@ "offscreen-canvas/text/2d.text.draw.align.end.rtl.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.align.end.rtl.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.align.left.html": [ @@ -413746,9 +412146,7 @@ "offscreen-canvas/text/2d.text.draw.align.left.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.align.left.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.align.right.html": [ @@ -413760,9 +412158,7 @@ "offscreen-canvas/text/2d.text.draw.align.right.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.align.right.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.align.start.ltr.html": [ @@ -413774,9 +412170,7 @@ "offscreen-canvas/text/2d.text.draw.align.start.ltr.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.align.start.ltr.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.align.start.rtl.html": [ @@ -413788,9 +412182,7 @@ "offscreen-canvas/text/2d.text.draw.align.start.rtl.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.align.start.rtl.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.baseline.alphabetic.html": [ @@ -413802,9 +412194,7 @@ "offscreen-canvas/text/2d.text.draw.baseline.alphabetic.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.baseline.alphabetic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.baseline.bottom.html": [ @@ -413816,9 +412206,7 @@ "offscreen-canvas/text/2d.text.draw.baseline.bottom.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.baseline.bottom.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.baseline.hanging.html": [ @@ -413830,9 +412218,7 @@ "offscreen-canvas/text/2d.text.draw.baseline.hanging.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.baseline.hanging.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.baseline.ideographic.html": [ @@ -413844,9 +412230,7 @@ "offscreen-canvas/text/2d.text.draw.baseline.ideographic.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.baseline.ideographic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.baseline.middle.html": [ @@ -413858,9 +412242,7 @@ "offscreen-canvas/text/2d.text.draw.baseline.middle.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.baseline.middle.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.baseline.top.html": [ @@ -413872,9 +412254,7 @@ "offscreen-canvas/text/2d.text.draw.baseline.top.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.baseline.top.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.fill.maxWidth.NaN.html": [ @@ -413886,9 +412266,7 @@ "offscreen-canvas/text/2d.text.draw.fill.maxWidth.NaN.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.fill.maxWidth.NaN.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.fill.maxWidth.bound.html": [ @@ -413900,9 +412278,7 @@ "offscreen-canvas/text/2d.text.draw.fill.maxWidth.bound.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.fill.maxWidth.bound.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.fill.maxWidth.fontface.html": [ @@ -413914,9 +412290,7 @@ "offscreen-canvas/text/2d.text.draw.fill.maxWidth.fontface.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.fill.maxWidth.fontface.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.fill.maxWidth.negative.html": [ @@ -413928,9 +412302,7 @@ "offscreen-canvas/text/2d.text.draw.fill.maxWidth.negative.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.fill.maxWidth.negative.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.fill.maxWidth.small.html": [ @@ -413942,9 +412314,7 @@ "offscreen-canvas/text/2d.text.draw.fill.maxWidth.small.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.fill.maxWidth.small.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.fill.maxWidth.zero.html": [ @@ -413956,9 +412326,7 @@ "offscreen-canvas/text/2d.text.draw.fill.maxWidth.zero.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.fill.maxWidth.zero.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.fill.unaffected.html": [ @@ -413970,9 +412338,7 @@ "offscreen-canvas/text/2d.text.draw.fill.unaffected.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.fill.unaffected.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.fontface.html": [ @@ -413990,9 +412356,7 @@ "offscreen-canvas/text/2d.text.draw.fontface.notinpage.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.fontface.notinpage.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.fontface.repeat.html": [ @@ -414004,17 +412368,13 @@ "offscreen-canvas/text/2d.text.draw.fontface.repeat.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.fontface.repeat.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.fontface.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.fontface.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.space.basic.html": [ @@ -414026,9 +412386,7 @@ "offscreen-canvas/text/2d.text.draw.space.basic.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.space.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.space.collapse.end.html": [ @@ -414040,9 +412398,7 @@ "offscreen-canvas/text/2d.text.draw.space.collapse.end.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.space.collapse.end.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.space.collapse.nonspace.html": [ @@ -414054,9 +412410,7 @@ "offscreen-canvas/text/2d.text.draw.space.collapse.nonspace.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.space.collapse.nonspace.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.space.collapse.other.html": [ @@ -414068,9 +412422,7 @@ "offscreen-canvas/text/2d.text.draw.space.collapse.other.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.space.collapse.other.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.space.collapse.space.html": [ @@ -414082,9 +412434,7 @@ "offscreen-canvas/text/2d.text.draw.space.collapse.space.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.space.collapse.space.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.space.collapse.start.html": [ @@ -414096,9 +412446,7 @@ "offscreen-canvas/text/2d.text.draw.space.collapse.start.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.space.collapse.start.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.draw.stroke.unaffected.html": [ @@ -414110,9 +412458,7 @@ "offscreen-canvas/text/2d.text.draw.stroke.unaffected.worker.js": [ [ "offscreen-canvas/text/2d.text.draw.stroke.unaffected.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.font.default.html": [ @@ -414124,9 +412470,7 @@ "offscreen-canvas/text/2d.text.font.default.worker.js": [ [ "offscreen-canvas/text/2d.text.font.default.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.font.parse.basic.html": [ @@ -414138,9 +412482,7 @@ "offscreen-canvas/text/2d.text.font.parse.basic.worker.js": [ [ "offscreen-canvas/text/2d.text.font.parse.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.font.parse.complex.html": [ @@ -414152,9 +412494,7 @@ "offscreen-canvas/text/2d.text.font.parse.complex.worker.js": [ [ "offscreen-canvas/text/2d.text.font.parse.complex.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.font.parse.invalid.html": [ @@ -414166,9 +412506,7 @@ "offscreen-canvas/text/2d.text.font.parse.invalid.worker.js": [ [ "offscreen-canvas/text/2d.text.font.parse.invalid.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.font.parse.system.html": [ @@ -414180,9 +412518,7 @@ "offscreen-canvas/text/2d.text.font.parse.system.worker.js": [ [ "offscreen-canvas/text/2d.text.font.parse.system.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.font.parse.tiny.html": [ @@ -414194,9 +412530,7 @@ "offscreen-canvas/text/2d.text.font.parse.tiny.worker.js": [ [ "offscreen-canvas/text/2d.text.font.parse.tiny.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.measure.width.basic.html": [ @@ -414208,9 +412542,7 @@ "offscreen-canvas/text/2d.text.measure.width.basic.worker.js": [ [ "offscreen-canvas/text/2d.text.measure.width.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.measure.width.empty.html": [ @@ -414222,9 +412554,7 @@ "offscreen-canvas/text/2d.text.measure.width.empty.worker.js": [ [ "offscreen-canvas/text/2d.text.measure.width.empty.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/text/2d.text.measure.width.space.html": [ @@ -414236,9 +412566,7 @@ "offscreen-canvas/text/2d.text.measure.width.space.worker.js": [ [ "offscreen-canvas/text/2d.text.measure.width.space.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-canvas-state/2d.state.saverestore.bitmap.html": [ @@ -414250,9 +412578,7 @@ "offscreen-canvas/the-canvas-state/2d.state.saverestore.bitmap.worker.js": [ [ "offscreen-canvas/the-canvas-state/2d.state.saverestore.bitmap.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-canvas-state/2d.state.saverestore.clip.html": [ @@ -414264,9 +412590,7 @@ "offscreen-canvas/the-canvas-state/2d.state.saverestore.clip.worker.js": [ [ "offscreen-canvas/the-canvas-state/2d.state.saverestore.clip.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-canvas-state/2d.state.saverestore.fillStyle.html": [ @@ -414278,9 +412602,7 @@ "offscreen-canvas/the-canvas-state/2d.state.saverestore.fillStyle.worker.js": [ [ "offscreen-canvas/the-canvas-state/2d.state.saverestore.fillStyle.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-canvas-state/2d.state.saverestore.globalAlpha.html": [ @@ -414292,9 +412614,7 @@ "offscreen-canvas/the-canvas-state/2d.state.saverestore.globalAlpha.worker.js": [ [ "offscreen-canvas/the-canvas-state/2d.state.saverestore.globalAlpha.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-canvas-state/2d.state.saverestore.globalCompositeOperation.html": [ @@ -414306,9 +412626,7 @@ "offscreen-canvas/the-canvas-state/2d.state.saverestore.globalCompositeOperation.worker.js": [ [ "offscreen-canvas/the-canvas-state/2d.state.saverestore.globalCompositeOperation.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-canvas-state/2d.state.saverestore.lineCap.html": [ @@ -414320,9 +412638,7 @@ "offscreen-canvas/the-canvas-state/2d.state.saverestore.lineCap.worker.js": [ [ "offscreen-canvas/the-canvas-state/2d.state.saverestore.lineCap.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-canvas-state/2d.state.saverestore.lineJoin.html": [ @@ -414334,9 +412650,7 @@ "offscreen-canvas/the-canvas-state/2d.state.saverestore.lineJoin.worker.js": [ [ "offscreen-canvas/the-canvas-state/2d.state.saverestore.lineJoin.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-canvas-state/2d.state.saverestore.lineWidth.html": [ @@ -414348,9 +412662,7 @@ "offscreen-canvas/the-canvas-state/2d.state.saverestore.lineWidth.worker.js": [ [ "offscreen-canvas/the-canvas-state/2d.state.saverestore.lineWidth.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-canvas-state/2d.state.saverestore.miterLimit.html": [ @@ -414362,9 +412674,7 @@ "offscreen-canvas/the-canvas-state/2d.state.saverestore.miterLimit.worker.js": [ [ "offscreen-canvas/the-canvas-state/2d.state.saverestore.miterLimit.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-canvas-state/2d.state.saverestore.path.html": [ @@ -414376,9 +412686,7 @@ "offscreen-canvas/the-canvas-state/2d.state.saverestore.path.worker.js": [ [ "offscreen-canvas/the-canvas-state/2d.state.saverestore.path.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowBlur.html": [ @@ -414390,9 +412698,7 @@ "offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowBlur.worker.js": [ [ "offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowBlur.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowColor.html": [ @@ -414404,9 +412710,7 @@ "offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowColor.worker.js": [ [ "offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowColor.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowOffsetX.html": [ @@ -414418,9 +412722,7 @@ "offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowOffsetX.worker.js": [ [ "offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowOffsetX.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowOffsetY.html": [ @@ -414432,9 +412734,7 @@ "offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowOffsetY.worker.js": [ [ "offscreen-canvas/the-canvas-state/2d.state.saverestore.shadowOffsetY.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-canvas-state/2d.state.saverestore.stack.html": [ @@ -414446,9 +412746,7 @@ "offscreen-canvas/the-canvas-state/2d.state.saverestore.stack.worker.js": [ [ "offscreen-canvas/the-canvas-state/2d.state.saverestore.stack.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-canvas-state/2d.state.saverestore.stackdepth.html": [ @@ -414460,9 +412758,7 @@ "offscreen-canvas/the-canvas-state/2d.state.saverestore.stackdepth.worker.js": [ [ "offscreen-canvas/the-canvas-state/2d.state.saverestore.stackdepth.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-canvas-state/2d.state.saverestore.strokeStyle.html": [ @@ -414474,9 +412770,7 @@ "offscreen-canvas/the-canvas-state/2d.state.saverestore.strokeStyle.worker.js": [ [ "offscreen-canvas/the-canvas-state/2d.state.saverestore.strokeStyle.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-canvas-state/2d.state.saverestore.transformation.html": [ @@ -414488,9 +412782,7 @@ "offscreen-canvas/the-canvas-state/2d.state.saverestore.transformation.worker.js": [ [ "offscreen-canvas/the-canvas-state/2d.state.saverestore.transformation.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-canvas-state/2d.state.saverestore.underflow.html": [ @@ -414502,9 +412794,7 @@ "offscreen-canvas/the-canvas-state/2d.state.saverestore.underflow.worker.js": [ [ "offscreen-canvas/the-canvas-state/2d.state.saverestore.underflow.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/2d.canvas.readonly.html": [ @@ -414516,9 +412806,7 @@ "offscreen-canvas/the-offscreen-canvas/2d.canvas.readonly.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/2d.canvas.readonly.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/2d.canvas.reference.html": [ @@ -414530,9 +412818,7 @@ "offscreen-canvas/the-offscreen-canvas/2d.canvas.reference.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/2d.canvas.reference.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/2d.getcontext.exists.html": [ @@ -414544,9 +412830,7 @@ "offscreen-canvas/the-offscreen-canvas/2d.getcontext.exists.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/2d.getcontext.exists.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/2d.getcontext.extraargs.html": [ @@ -414558,9 +412842,7 @@ "offscreen-canvas/the-offscreen-canvas/2d.getcontext.extraargs.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/2d.getcontext.extraargs.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/2d.getcontext.shared.html": [ @@ -414572,9 +412854,7 @@ "offscreen-canvas/the-offscreen-canvas/2d.getcontext.shared.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/2d.getcontext.shared.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/2d.getcontext.unique.html": [ @@ -414586,9 +412866,7 @@ "offscreen-canvas/the-offscreen-canvas/2d.getcontext.unique.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/2d.getcontext.unique.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/context.arguments.missing.html": [ @@ -414600,9 +412878,7 @@ "offscreen-canvas/the-offscreen-canvas/context.arguments.missing.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/context.arguments.missing.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/context.casesensitive.html": [ @@ -414614,9 +412890,7 @@ "offscreen-canvas/the-offscreen-canvas/context.casesensitive.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/context.casesensitive.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/context.emptystring.html": [ @@ -414628,9 +412902,7 @@ "offscreen-canvas/the-offscreen-canvas/context.emptystring.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/context.emptystring.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/context.unrecognised.badname.html": [ @@ -414642,9 +412914,7 @@ "offscreen-canvas/the-offscreen-canvas/context.unrecognised.badname.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/context.unrecognised.badname.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/context.unrecognised.badsuffix.html": [ @@ -414656,9 +412926,7 @@ "offscreen-canvas/the-offscreen-canvas/context.unrecognised.badsuffix.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/context.unrecognised.badsuffix.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/context.unrecognised.nullsuffix.html": [ @@ -414670,9 +412938,7 @@ "offscreen-canvas/the-offscreen-canvas/context.unrecognised.nullsuffix.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/context.unrecognised.nullsuffix.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/context.unrecognised.unicode.html": [ @@ -414684,9 +412950,7 @@ "offscreen-canvas/the-offscreen-canvas/context.unrecognised.unicode.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/context.unrecognised.unicode.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/initial.colour.html": [ @@ -414698,9 +412962,7 @@ "offscreen-canvas/the-offscreen-canvas/initial.colour.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/initial.colour.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/initial.reset.2dstate.html": [ @@ -414712,9 +412974,7 @@ "offscreen-canvas/the-offscreen-canvas/initial.reset.2dstate.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/initial.reset.2dstate.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/initial.reset.clip.html": [ @@ -414726,9 +412986,7 @@ "offscreen-canvas/the-offscreen-canvas/initial.reset.clip.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/initial.reset.clip.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/initial.reset.different.html": [ @@ -414740,9 +412998,7 @@ "offscreen-canvas/the-offscreen-canvas/initial.reset.different.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/initial.reset.different.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/initial.reset.gradient.html": [ @@ -414754,9 +413010,7 @@ "offscreen-canvas/the-offscreen-canvas/initial.reset.gradient.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/initial.reset.gradient.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/initial.reset.path.html": [ @@ -414768,9 +413022,7 @@ "offscreen-canvas/the-offscreen-canvas/initial.reset.path.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/initial.reset.path.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/initial.reset.pattern.html": [ @@ -414782,9 +413034,7 @@ "offscreen-canvas/the-offscreen-canvas/initial.reset.pattern.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/initial.reset.pattern.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/initial.reset.same.html": [ @@ -414796,9 +413046,7 @@ "offscreen-canvas/the-offscreen-canvas/initial.reset.same.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/initial.reset.same.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/initial.reset.transform.html": [ @@ -414810,9 +413058,7 @@ "offscreen-canvas/the-offscreen-canvas/initial.reset.transform.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/initial.reset.transform.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/offscreencanvas.commit.html": [ @@ -414836,9 +413082,7 @@ "offscreen-canvas/the-offscreen-canvas/offscreencanvas.constructor.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/offscreencanvas.constructor.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/offscreencanvas.getcontext.html": [ @@ -414850,9 +413094,7 @@ "offscreen-canvas/the-offscreen-canvas/offscreencanvas.getcontext.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/offscreencanvas.getcontext.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/offscreencanvas.resize.html": [ @@ -414906,9 +413148,7 @@ "offscreen-canvas/the-offscreen-canvas/size.attributes.default.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.attributes.default.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/size.attributes.idl.html": [ @@ -414926,17 +413166,13 @@ "offscreen-canvas/the-offscreen-canvas/size.attributes.idl.set.zero.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.attributes.idl.set.zero.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/size.attributes.idl.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.attributes.idl.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.decimal.html": [ @@ -414948,9 +413184,7 @@ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.decimal.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.decimal.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.em.html": [ @@ -414962,9 +413196,7 @@ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.em.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.em.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.empty.html": [ @@ -414976,9 +413208,7 @@ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.empty.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.empty.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.exp.html": [ @@ -414990,9 +413220,7 @@ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.exp.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.exp.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.hex.html": [ @@ -415004,9 +413232,7 @@ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.hex.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.hex.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.junk.html": [ @@ -415018,9 +413244,7 @@ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.junk.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.junk.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.minus.html": [ @@ -415032,9 +413256,7 @@ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.minus.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.minus.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.octal.html": [ @@ -415046,9 +413268,7 @@ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.octal.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.octal.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.onlyspace.html": [ @@ -415060,9 +413280,7 @@ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.onlyspace.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.onlyspace.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.percent.html": [ @@ -415074,9 +413292,7 @@ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.percent.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.percent.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.plus.html": [ @@ -415088,9 +413304,7 @@ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.plus.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.plus.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.space.html": [ @@ -415102,9 +413316,7 @@ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.space.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.space.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.trailingjunk.html": [ @@ -415116,9 +413328,7 @@ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.trailingjunk.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.trailingjunk.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.whitespace.html": [ @@ -415130,9 +413340,7 @@ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.whitespace.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.whitespace.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.zero.html": [ @@ -415144,9 +413352,7 @@ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.zero.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.attributes.parse.zero.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/size.attributes.reflect.setidl.html": [ @@ -415158,9 +413364,7 @@ "offscreen-canvas/the-offscreen-canvas/size.attributes.reflect.setidl.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.attributes.reflect.setidl.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/size.attributes.reflect.setidlzero.html": [ @@ -415172,9 +413376,7 @@ "offscreen-canvas/the-offscreen-canvas/size.attributes.reflect.setidlzero.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.attributes.reflect.setidlzero.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/the-offscreen-canvas/size.large.html": [ @@ -415186,9 +413388,7 @@ "offscreen-canvas/the-offscreen-canvas/size.large.worker.js": [ [ "offscreen-canvas/the-offscreen-canvas/size.large.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.order.html": [ @@ -415200,9 +413400,7 @@ "offscreen-canvas/transformations/2d.transformation.order.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.order.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.rotate.direction.html": [ @@ -415214,9 +413412,7 @@ "offscreen-canvas/transformations/2d.transformation.rotate.direction.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.rotate.direction.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.rotate.nonfinite.html": [ @@ -415228,9 +413424,7 @@ "offscreen-canvas/transformations/2d.transformation.rotate.nonfinite.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.rotate.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.rotate.radians.html": [ @@ -415242,9 +413436,7 @@ "offscreen-canvas/transformations/2d.transformation.rotate.radians.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.rotate.radians.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.rotate.wrap.html": [ @@ -415256,9 +413448,7 @@ "offscreen-canvas/transformations/2d.transformation.rotate.wrap.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.rotate.wrap.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.rotate.wrapnegative.html": [ @@ -415270,9 +413460,7 @@ "offscreen-canvas/transformations/2d.transformation.rotate.wrapnegative.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.rotate.wrapnegative.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.rotate.zero.html": [ @@ -415284,9 +413472,7 @@ "offscreen-canvas/transformations/2d.transformation.rotate.zero.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.rotate.zero.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.scale.basic.html": [ @@ -415298,9 +413484,7 @@ "offscreen-canvas/transformations/2d.transformation.scale.basic.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.scale.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.scale.large.html": [ @@ -415312,9 +413496,7 @@ "offscreen-canvas/transformations/2d.transformation.scale.large.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.scale.large.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.scale.multiple.html": [ @@ -415326,9 +413508,7 @@ "offscreen-canvas/transformations/2d.transformation.scale.multiple.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.scale.multiple.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.scale.negative.html": [ @@ -415340,9 +413520,7 @@ "offscreen-canvas/transformations/2d.transformation.scale.negative.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.scale.negative.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.scale.nonfinite.html": [ @@ -415354,9 +413532,7 @@ "offscreen-canvas/transformations/2d.transformation.scale.nonfinite.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.scale.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.scale.zero.html": [ @@ -415368,9 +413544,7 @@ "offscreen-canvas/transformations/2d.transformation.scale.zero.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.scale.zero.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.setTransform.multiple.html": [ @@ -415382,9 +413556,7 @@ "offscreen-canvas/transformations/2d.transformation.setTransform.multiple.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.setTransform.multiple.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.setTransform.nonfinite.html": [ @@ -415396,9 +413568,7 @@ "offscreen-canvas/transformations/2d.transformation.setTransform.nonfinite.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.setTransform.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.setTransform.skewed.html": [ @@ -415410,9 +413580,7 @@ "offscreen-canvas/transformations/2d.transformation.setTransform.skewed.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.setTransform.skewed.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.transform.identity.html": [ @@ -415424,9 +413592,7 @@ "offscreen-canvas/transformations/2d.transformation.transform.identity.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.transform.identity.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.transform.multiply.html": [ @@ -415438,9 +413604,7 @@ "offscreen-canvas/transformations/2d.transformation.transform.multiply.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.transform.multiply.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.transform.nonfinite.html": [ @@ -415452,9 +413616,7 @@ "offscreen-canvas/transformations/2d.transformation.transform.nonfinite.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.transform.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.transform.skewed.html": [ @@ -415466,9 +413628,7 @@ "offscreen-canvas/transformations/2d.transformation.transform.skewed.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.transform.skewed.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.translate.basic.html": [ @@ -415480,9 +413640,7 @@ "offscreen-canvas/transformations/2d.transformation.translate.basic.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.translate.basic.worker.html", - { - "script_metadata": [] - } + {} ] ], "offscreen-canvas/transformations/2d.transformation.translate.nonfinite.html": [ @@ -415494,9 +413652,7 @@ "offscreen-canvas/transformations/2d.transformation.translate.nonfinite.worker.js": [ [ "offscreen-canvas/transformations/2d.transformation.translate.nonfinite.worker.html", - { - "script_metadata": [] - } + {} ] ], "old-tests/submission/Microsoft/foreigncontent/foreign_content_014.html": [ @@ -415922,9 +414078,7 @@ "paint-timing/supported-paint-type.window.js": [ [ "paint-timing/supported-paint-type.window.html", - { - "script_metadata": [] - } + {} ] ], "payment-handler/can-make-payment-event-constructor.https.html": [ @@ -415942,9 +414096,7 @@ "payment-handler/can-make-payment-event-constructor.https.worker.js": [ [ "payment-handler/can-make-payment-event-constructor.https.worker.html", - { - "script_metadata": [] - } + {} ] ], "payment-handler/can-make-payment-event.https.html": [ @@ -416068,9 +414220,7 @@ "payment-handler/payment-request-event-constructor.https.worker.js": [ [ "payment-handler/payment-request-event-constructor.https.worker.html", - { - "script_metadata": [] - } + {} ] ], "payment-handler/payment-request-event.https.html": [ @@ -416378,9 +414528,7 @@ "payment-request/payment-request-not-exposed.https.worker.js": [ [ "payment-request/payment-request-not-exposed.https.worker.html", - { - "script_metadata": [] - } + {} ] ], "payment-request/payment-request-onshippingaddresschange-attribute.https.html": [ @@ -416444,15 +414592,11 @@ "performance-timeline/case-sensitivity.any.js": [ [ "performance-timeline/case-sensitivity.any.html", - { - "script_metadata": [] - } + {} ], [ "performance-timeline/case-sensitivity.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "performance-timeline/get-invalid-entries.html": [ @@ -416542,15 +414686,11 @@ "performance-timeline/performanceentry-tojson.any.js": [ [ "performance-timeline/performanceentry-tojson.any.html", - { - "script_metadata": [] - } + {} ], [ "performance-timeline/performanceentry-tojson.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "performance-timeline/po-callback-mutate.any.js": [ @@ -416770,29 +414910,21 @@ "performance-timeline/supportedEntryTypes.any.js": [ [ "performance-timeline/supportedEntryTypes.any.html", - { - "script_metadata": [] - } + {} ], [ "performance-timeline/supportedEntryTypes.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "performance-timeline/webtiming-resolution.any.js": [ [ "performance-timeline/webtiming-resolution.any.html", - { - "script_metadata": [] - } + {} ], [ "performance-timeline/webtiming-resolution.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "performance-timeline/worker-with-performance-observer.html": [ @@ -417680,15 +415812,11 @@ "priority-hints/fetch-api-request.tentative.any.js": [ [ "priority-hints/fetch-api-request.tentative.any.html", - { - "script_metadata": [] - } + {} ], [ "priority-hints/fetch-api-request.tentative.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "priority-hints/img-attr-named-constructor.tentative.html": [ @@ -428281,9 +426409,7 @@ "resource-timing/resource_timing.worker.js": [ [ "resource-timing/resource_timing.worker.html", - { - "script_metadata": [] - } + {} ] ], "resource-timing/resource_timing_TAO_cross_origin_redirect.html": [ @@ -428333,15 +426459,11 @@ "resource-timing/supported_resource_type.any.js": [ [ "resource-timing/supported_resource_type.any.html", - { - "script_metadata": [] - } + {} ], [ "resource-timing/supported_resource_type.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "resource-timing/test_resource_timing.html": [ @@ -431187,9 +429309,7 @@ "shape-detection/detection-on-worker.worker.js": [ [ "shape-detection/detection-on-worker.worker.html", - { - "script_metadata": [] - } + {} ] ], "shape-detection/detection-options.html": [ @@ -437094,6 +435214,12 @@ {} ] ], + "svg/extensibility/foreignObject/foreign-object-under-clip-path-crash.html": [ + [ + "svg/extensibility/foreignObject/foreign-object-under-clip-path-crash.html", + {} + ] + ], "svg/extensibility/foreignObject/properties.svg": [ [ "svg/extensibility/foreignObject/properties.svg", @@ -438892,15 +437018,11 @@ "url/historical.any.js": [ [ "url/historical.any.html", - { - "script_metadata": [] - } + {} ], [ "url/historical.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "url/idlharness.any.js": [ @@ -438938,9 +437060,7 @@ "url/toascii.window.js": [ [ "url/toascii.window.html", - { - "script_metadata": [] - } + {} ] ], "url/url-constructor.html": [ @@ -438958,15 +437078,11 @@ "url/url-searchparams.any.js": [ [ "url/url-searchparams.any.html", - { - "script_metadata": [] - } + {} ], [ "url/url-searchparams.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "url/url-setters.html": [ @@ -438978,169 +437094,121 @@ "url/url-tojson.any.js": [ [ "url/url-tojson.any.html", - { - "script_metadata": [] - } + {} ], [ "url/url-tojson.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "url/urlencoded-parser.any.js": [ [ "url/urlencoded-parser.any.html", - { - "script_metadata": [] - } + {} ], [ "url/urlencoded-parser.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "url/urlsearchparams-append.any.js": [ [ "url/urlsearchparams-append.any.html", - { - "script_metadata": [] - } + {} ], [ "url/urlsearchparams-append.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "url/urlsearchparams-constructor.any.js": [ [ "url/urlsearchparams-constructor.any.html", - { - "script_metadata": [] - } + {} ], [ "url/urlsearchparams-constructor.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "url/urlsearchparams-delete.any.js": [ [ "url/urlsearchparams-delete.any.html", - { - "script_metadata": [] - } + {} ], [ "url/urlsearchparams-delete.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "url/urlsearchparams-foreach.any.js": [ [ "url/urlsearchparams-foreach.any.html", - { - "script_metadata": [] - } + {} ], [ "url/urlsearchparams-foreach.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "url/urlsearchparams-get.any.js": [ [ "url/urlsearchparams-get.any.html", - { - "script_metadata": [] - } + {} ], [ "url/urlsearchparams-get.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "url/urlsearchparams-getall.any.js": [ [ "url/urlsearchparams-getall.any.html", - { - "script_metadata": [] - } + {} ], [ "url/urlsearchparams-getall.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "url/urlsearchparams-has.any.js": [ [ "url/urlsearchparams-has.any.html", - { - "script_metadata": [] - } + {} ], [ "url/urlsearchparams-has.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "url/urlsearchparams-set.any.js": [ [ "url/urlsearchparams-set.any.html", - { - "script_metadata": [] - } + {} ], [ "url/urlsearchparams-set.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "url/urlsearchparams-sort.any.js": [ [ "url/urlsearchparams-sort.any.html", - { - "script_metadata": [] - } + {} ], [ "url/urlsearchparams-sort.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "url/urlsearchparams-stringifier.any.js": [ [ "url/urlsearchparams-stringifier.any.html", - { - "script_metadata": [] - } + {} ], [ "url/urlsearchparams-stringifier.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "user-timing/clearMarks.html": [ @@ -439158,99 +437226,71 @@ "user-timing/clear_all_marks.any.js": [ [ "user-timing/clear_all_marks.any.html", - { - "script_metadata": [] - } + {} ], [ "user-timing/clear_all_marks.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "user-timing/clear_all_measures.any.js": [ [ "user-timing/clear_all_measures.any.html", - { - "script_metadata": [] - } + {} ], [ "user-timing/clear_all_measures.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "user-timing/clear_non_existent_mark.any.js": [ [ "user-timing/clear_non_existent_mark.any.html", - { - "script_metadata": [] - } + {} ], [ "user-timing/clear_non_existent_mark.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "user-timing/clear_non_existent_measure.any.js": [ [ "user-timing/clear_non_existent_measure.any.html", - { - "script_metadata": [] - } + {} ], [ "user-timing/clear_non_existent_measure.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "user-timing/clear_one_mark.any.js": [ [ "user-timing/clear_one_mark.any.html", - { - "script_metadata": [] - } + {} ], [ "user-timing/clear_one_mark.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "user-timing/clear_one_measure.any.js": [ [ "user-timing/clear_one_measure.any.html", - { - "script_metadata": [] - } + {} ], [ "user-timing/clear_one_measure.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "user-timing/entry_type.any.js": [ [ "user-timing/entry_type.any.html", - { - "script_metadata": [] - } + {} ], [ "user-timing/entry_type.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "user-timing/idlharness.any.js": [ @@ -439340,9 +437380,7 @@ "user-timing/invoke_with_timing_attributes.worker.js": [ [ "user-timing/invoke_with_timing_attributes.worker.html", - { - "script_metadata": [] - } + {} ] ], "user-timing/invoke_without_parameter.html": [ @@ -439360,15 +437398,11 @@ "user-timing/mark.any.js": [ [ "user-timing/mark.any.html", - { - "script_metadata": [] - } + {} ], [ "user-timing/mark.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "user-timing/mark.html": [ @@ -439416,15 +437450,11 @@ "user-timing/measure_syntax_err.any.js": [ [ "user-timing/measure_syntax_err.any.html", - { - "script_metadata": [] - } + {} ], [ "user-timing/measure_syntax_err.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "user-timing/measures.html": [ @@ -439436,15 +437466,11 @@ "user-timing/supported-usertiming-types.any.js": [ [ "user-timing/supported-usertiming-types.any.html", - { - "script_metadata": [] - } + {} ], [ "user-timing/supported-usertiming-types.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "user-timing/user-timing-tojson.html": [ @@ -439456,15 +437482,11 @@ "user-timing/user_timing_exists.any.js": [ [ "user-timing/user_timing_exists.any.html", - { - "script_metadata": [] - } + {} ], [ "user-timing/user_timing_exists.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "vibration/api-is-present.html": [ @@ -439692,9 +437714,7 @@ "wasm/create_multiple_memory.worker.js": [ [ "wasm/create_multiple_memory.worker.html", - { - "script_metadata": [] - } + {} ] ], "wasm/jsapi/constructor/compile.any.js": [ @@ -441290,15 +439310,11 @@ "wasm/serialization/module/serialization-via-notifications-api.any.js": [ [ "wasm/serialization/module/serialization-via-notifications-api.any.html", - { - "script_metadata": [] - } + {} ], [ "wasm/serialization/module/serialization-via-notifications-api.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "wasm/serialization/module/window-domain-success.sub.html": [ @@ -441340,15 +439356,11 @@ "wasm/webapi/abort.any.js": [ [ "wasm/webapi/abort.any.html", - { - "script_metadata": [] - } + {} ], [ "wasm/webapi/abort.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "wasm/webapi/body.any.js": [ @@ -445133,9 +443145,7 @@ "webmessaging/broadcastchannel/origin.window.js": [ [ "webmessaging/broadcastchannel/origin.window.html", - { - "script_metadata": [] - } + {} ] ], "webmessaging/broadcastchannel/sandbox.html": [ @@ -448108,9 +446118,7 @@ "websockets/Send-data.worker.js": [ [ "websockets/Send-data.worker.html", - { - "script_metadata": [] - } + {} ] ], "websockets/Send-null.any.js": [ @@ -449563,9 +447571,7 @@ "websockets/opening-handshake/003-sets-origin.worker.js": [ [ "websockets/opening-handshake/003-sets-origin.worker.html", - { - "script_metadata": [] - } + {} ] ], "websockets/opening-handshake/003.html": [ @@ -449691,9 +447697,7 @@ "webstorage/defineProperty.window.js": [ [ "webstorage/defineProperty.window.html", - { - "script_metadata": [] - } + {} ] ], "webstorage/document-domain.html": [ @@ -449850,9 +447854,7 @@ "webstorage/set.window.js": [ [ "webstorage/set.window.html", - { - "script_metadata": [] - } + {} ] ], "webstorage/storage_builtins.html": [ @@ -449982,9 +447984,7 @@ "webstorage/symbol-props.window.js": [ [ "webstorage/symbol-props.window.html", - { - "script_metadata": [] - } + {} ] ], "webusb/idlharness.https.any.js": [ @@ -450048,15 +448048,11 @@ "webusb/insecure-context.any.js": [ [ "webusb/insecure-context.any.html", - { - "script_metadata": [] - } + {} ], [ "webusb/insecure-context.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "webusb/usb-allowed-by-feature-policy-attribute-redirect-on-load.https.sub.html": [ @@ -450407,71 +448403,51 @@ "webusb/usbIsochronousInTransferPacket.https.any.js": [ [ "webusb/usbIsochronousInTransferPacket.https.any.html", - { - "script_metadata": [] - } + {} ], [ "webusb/usbIsochronousInTransferPacket.https.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "webusb/usbIsochronousInTransferResult.https.any.js": [ [ "webusb/usbIsochronousInTransferResult.https.any.html", - { - "script_metadata": [] - } + {} ], [ "webusb/usbIsochronousInTransferResult.https.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "webusb/usbIsochronousOutTransferPacket.https.any.js": [ [ "webusb/usbIsochronousOutTransferPacket.https.any.html", - { - "script_metadata": [] - } + {} ], [ "webusb/usbIsochronousOutTransferPacket.https.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "webusb/usbIsochronousOutTransferResult.https.any.js": [ [ "webusb/usbIsochronousOutTransferResult.https.any.html", - { - "script_metadata": [] - } + {} ], [ "webusb/usbIsochronousOutTransferResult.https.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "webusb/usbOutTransferResult.https.any.js": [ [ "webusb/usbOutTransferResult.https.any.html", - { - "script_metadata": [] - } + {} ], [ "webusb/usbOutTransferResult.https.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "webvr/idlharness.https.html": [ @@ -451244,9 +449220,7 @@ "workers/Worker-call.worker.js": [ [ "workers/Worker-call.worker.html", - { - "script_metadata": [] - } + {} ] ], "workers/Worker-constructor-proto.any.js": [ @@ -451572,9 +449546,7 @@ "workers/WorkerGlobalScope_requestAnimationFrame.tentative.worker.js": [ [ "workers/WorkerGlobalScope_requestAnimationFrame.tentative.worker.html", - { - "script_metadata": [] - } + {} ] ], "workers/WorkerGlobalScope_setInterval.htm": [ @@ -451592,9 +449564,7 @@ "workers/WorkerLocation-origin.sub.window.js": [ [ "workers/WorkerLocation-origin.sub.window.html", - { - "script_metadata": [] - } + {} ] ], "workers/WorkerLocation.htm": [ @@ -452040,9 +450010,7 @@ "workers/constructors/Worker/DedicatedWorkerGlobalScope-members.worker.js": [ [ "workers/constructors/Worker/DedicatedWorkerGlobalScope-members.worker.html", - { - "script_metadata": [] - } + {} ] ], "workers/constructors/Worker/Worker-constructor.html": [ @@ -452072,9 +450040,7 @@ "workers/constructors/Worker/expected-self-properties.worker.js": [ [ "workers/constructors/Worker/expected-self-properties.worker.html", - { - "script_metadata": [] - } + {} ] ], "workers/constructors/Worker/same-origin.html": [ @@ -452094,9 +450060,7 @@ "workers/constructors/Worker/unexpected-self-properties.worker.js": [ [ "workers/constructors/Worker/unexpected-self-properties.worker.html", - { - "script_metadata": [] - } + {} ] ], "workers/constructors/Worker/use-base-url.html": [ @@ -452120,9 +450084,7 @@ "workers/dedicated-worker-from-blob-url.window.js": [ [ "workers/dedicated-worker-from-blob-url.window.html", - { - "script_metadata": [] - } + {} ] ], "workers/examples/fetch_tests_from_worker.html": [ @@ -452169,9 +450131,7 @@ "workers/examples/general.worker.js": [ [ "workers/examples/general.worker.html", - { - "script_metadata": [] - } + {} ] ], "workers/examples/onconnect.any.js": [ @@ -452225,25 +450185,19 @@ "workers/interfaces.worker.js": [ [ "workers/interfaces.worker.html", - { - "script_metadata": [] - } + {} ] ], "workers/interfaces/DedicatedWorkerGlobalScope/EventTarget.worker.js": [ [ "workers/interfaces/DedicatedWorkerGlobalScope/EventTarget.worker.html", - { - "script_metadata": [] - } + {} ] ], "workers/interfaces/DedicatedWorkerGlobalScope/onmessage.worker.js": [ [ "workers/interfaces/DedicatedWorkerGlobalScope/onmessage.worker.html", - { - "script_metadata": [] - } + {} ] ], "workers/interfaces/DedicatedWorkerGlobalScope/postMessage/event-ports-dedicated.html": [ @@ -452267,9 +450221,7 @@ "workers/interfaces/DedicatedWorkerGlobalScope/postMessage/return-value.worker.js": [ [ "workers/interfaces/DedicatedWorkerGlobalScope/postMessage/return-value.worker.html", - { - "script_metadata": [] - } + {} ] ], "workers/interfaces/DedicatedWorkerGlobalScope/postMessage/second-argument-dictionary.html": [ @@ -452461,17 +450413,13 @@ "workers/interfaces/WorkerUtils/importScripts/001.worker.js": [ [ "workers/interfaces/WorkerUtils/importScripts/001.worker.html", - { - "script_metadata": [] - } + {} ] ], "workers/interfaces/WorkerUtils/importScripts/002.worker.js": [ [ "workers/interfaces/WorkerUtils/importScripts/002.worker.html", - { - "script_metadata": [] - } + {} ] ], "workers/interfaces/WorkerUtils/importScripts/003.html": [ @@ -452677,7 +450625,9 @@ "workers/modules/dedicated-worker-options-credentials.html": [ [ "workers/modules/dedicated-worker-options-credentials.html", - {} + { + "timeout": "long" + } ] ], "workers/modules/dedicated-worker-options-type.html": [ @@ -452695,9 +450645,7 @@ "workers/nested_worker.worker.js": [ [ "workers/nested_worker.worker.html", - { - "script_metadata": [] - } + {} ] ], "workers/nested_worker_close_from_parent_worker.html": [ @@ -452709,25 +450657,19 @@ "workers/nested_worker_close_self.worker.js": [ [ "workers/nested_worker_close_self.worker.html", - { - "script_metadata": [] - } + {} ] ], "workers/nested_worker_importScripts.worker.js": [ [ "workers/nested_worker_importScripts.worker.html", - { - "script_metadata": [] - } + {} ] ], "workers/nested_worker_sync_xhr.worker.js": [ [ "workers/nested_worker_sync_xhr.worker.html", - { - "script_metadata": [] - } + {} ] ], "workers/nested_worker_terminate_from_document.html": [ @@ -452805,25 +450747,19 @@ "workers/semantics/encodings/004.worker.js": [ [ "workers/semantics/encodings/004.worker.html", - { - "script_metadata": [] - } + {} ] ], "workers/semantics/interface-objects/001.worker.js": [ [ "workers/semantics/interface-objects/001.worker.html", - { - "script_metadata": [] - } + {} ] ], "workers/semantics/interface-objects/002.worker.js": [ [ "workers/semantics/interface-objects/002.worker.html", - { - "script_metadata": [] - } + {} ] ], "workers/semantics/interface-objects/003.html": [ @@ -452997,9 +450933,7 @@ "workers/shared-worker-from-blob-url.window.js": [ [ "workers/shared-worker-from-blob-url.window.html", - { - "script_metadata": [] - } + {} ] ], "workers/shared-worker-name-via-options.html": [ @@ -453011,9 +450945,7 @@ "workers/worker-performance.worker.js": [ [ "workers/worker-performance.worker.html", - { - "script_metadata": [] - } + {} ] ], "worklets/animation-worklet-credentials.https.html": [ @@ -453083,9 +451015,7 @@ "worklets/idlharness.worker.js": [ [ "worklets/idlharness.worker.html", - { - "script_metadata": [] - } + {} ] ], "worklets/layout-worklet-credentials.https.html": [ @@ -453189,15 +451119,11 @@ "xhr/XMLHttpRequest-withCredentials.any.js": [ [ "xhr/XMLHttpRequest-withCredentials.any.html", - { - "script_metadata": [] - } + {} ], [ "xhr/XMLHttpRequest-withCredentials.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "xhr/abort-after-receive.htm": [ @@ -453245,15 +451171,11 @@ "xhr/abort-during-open.any.js": [ [ "xhr/abort-during-open.any.html", - { - "script_metadata": [] - } + {} ], [ "xhr/abort-during-open.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "xhr/abort-during-unsent.htm": [ @@ -453817,15 +451739,11 @@ "xhr/getresponseheader.any.js": [ [ "xhr/getresponseheader.any.html", - { - "script_metadata": [] - } + {} ], [ "xhr/getresponseheader.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "xhr/header-user-agent-async.htm": [ @@ -453938,9 +451856,7 @@ "xhr/open-after-stop.window.js": [ [ "xhr/open-after-stop.window.html", - { - "script_metadata": [] - } + {} ] ], "xhr/open-during-abort-event.htm": [ @@ -454158,23 +452074,17 @@ "xhr/overridemimetype-done-state.any.js": [ [ "xhr/overridemimetype-done-state.any.html", - { - "script_metadata": [] - } + {} ], [ "xhr/overridemimetype-done-state.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "xhr/overridemimetype-edge-cases.window.js": [ [ "xhr/overridemimetype-edge-cases.window.html", - { - "script_metadata": [] - } + {} ] ], "xhr/overridemimetype-headers-received-state-force-shiftjis.htm": [ @@ -454210,15 +452120,11 @@ "xhr/overridemimetype-unsent-state-force-shiftjis.any.js": [ [ "xhr/overridemimetype-unsent-state-force-shiftjis.any.html", - { - "script_metadata": [] - } + {} ], [ "xhr/overridemimetype-unsent-state-force-shiftjis.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "xhr/preserve-ua-header-on-redirect.htm": [ @@ -454817,15 +452723,11 @@ "xhr/send-send.any.js": [ [ "xhr/send-send.any.html", - { - "script_metadata": [] - } + {} ], [ "xhr/send-send.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "xhr/send-sync-blocks-async.htm": [ @@ -454873,15 +452775,11 @@ "xhr/send-usp.any.js": [ [ "xhr/send-usp.any.html", - { - "script_metadata": [] - } + {} ], [ "xhr/send-usp.any.worker.html", - { - "script_metadata": [] - } + {} ] ], "xhr/setrequestheader-after-send.htm": [ @@ -454929,9 +452827,7 @@ "xhr/setrequestheader-combining.window.js": [ [ "xhr/setrequestheader-combining.window.html", - { - "script_metadata": [] - } + {} ] ], "xhr/setrequestheader-content-type.htm": [ @@ -576608,7 +574504,7 @@ "reftest" ], "css/css-contain/contain-size-multicol-001.html": [ - "5c0dba9b7bb56792542decc9abd8fcebd8ab967a", + "81465c02d6114aa4a27637b2e77b3d62161c0864", "reftest" ], "css/css-contain/contain-size-replaced-001.html": [ @@ -576620,7 +574516,15 @@ "reftest" ], "css/css-contain/contain-size-scrollbars-001.html": [ - "304e81e5c98c0ded48c9c498e451dd6c0041566b", + "26f0d81da8ceac6df92325bf33d15d01c0d3d432", + "reftest" + ], + "css/css-contain/contain-size-scrollbars-002.html": [ + "4fe1aae744fe239af396a405809ce6cadeef296a", + "reftest" + ], + "css/css-contain/contain-size-scrollbars-003.html": [ + "4684440bdbfd9886fd34a6ba1144ae1724b6a157", "reftest" ], "css/css-contain/contain-strict-001.html": [ @@ -579851,6 +577755,10 @@ "9989b6463780fad120724ab52998353958650c81", "reftest" ], + "css/css-flexbox/flex-minimum-height-flex-items-014.html": [ + "b130ff5561f721d69058902f9c5081b3f6471ace", + "reftest" + ], "css/css-flexbox/flex-minimum-width-flex-items-001.xht": [ "b8e2866edaa46af46900c287238894cd8ddef24c", "reftest" @@ -598352,7 +596260,7 @@ "testharness" ], "css/css-properties-values-api/registered-property-initial.html": [ - "17c883a689a15ef5abd4babfc3afb70c3c6745a9", + "2fa062f310e86220ce331a49fdcb4d5abb4094f0", "testharness" ], "css/css-properties-values-api/resources/utils.js": [ @@ -608823,6 +606731,10 @@ "dd9b9919fbb73ec843b5480bba3b7bfb21ed873f", "reftest" ], + "css/css-text/white-space/break-spaces-003.html": [ + "c0101fd7dec54322034890dbc9e4f8d613379d02", + "reftest" + ], "css/css-text/white-space/break-spaces-004.html": [ "13770b7b8d189a404d44e73dfe19eba1c0e48b58", "reftest" @@ -620060,7 +617972,7 @@ "testharness" ], "css/css-values/calc-numbers.html": [ - "e9ade71e22f5d20bbb8de15c6ddf9acd99fd44b6", + "995595b8a3e91ab3a72ec465d509030f082ea5bf", "testharness" ], "css/css-values/calc-parenthesis-stack.html": [ @@ -628748,11 +626660,11 @@ "reftest" ], "css/filter-effects/backdrop-filter-clip-rect-ref.html": [ - "d3c1f800e69bdfb72ca1d6d4d1ae73b8c8febcad", + "9082fa32de3bd022245d5f2c3a75c354674ff38e", "support" ], "css/filter-effects/backdrop-filter-clip-rect.html": [ - "2e7e486252f511af4097adf271670067f4a0e537", + "4fc4b739ddb5a316ca6ca4706940c04df96e57d3", "reftest" ], "css/filter-effects/backdrop-filter-edge-pixels-ref.html": [ @@ -628796,7 +626708,7 @@ "reftest" ], "css/filter-effects/backdrop-filter-reference-filter.html": [ - "74c813c92a46aae10739356318a3c356c0aae3c3", + "6c61a9620aa82d23375fd31900d87bcfd873a5e1", "reftest" ], "css/filter-effects/blur-clip-stacking-context-001.html": [ @@ -643568,7 +641480,7 @@ "testharness" ], "dom/nodes/selectors.js": [ - "c4e87330b44d0db9c862d4e59323d0d15256d4cb", + "553e62f2587dc904f92eb1899a29e0c8a9e16f10", "support" ], "dom/ranges/Range-attributes.html": [ @@ -644472,11 +642384,11 @@ "testharness" ], "element-timing/buffer-before-onload.html": [ - "1fd02776927d193d68702fce5248835ed26f8dea", + "805777f29c297a22497d3e4f07b6ea462b0a0b7c", "testharness" ], "element-timing/cross-origin-element.sub.html": [ - "a122819fc499bde272daf1f8ccf086d856e69a62", + "b1a5b7ccd7acd221daef9bbc259a4cf972075553", "testharness" ], "element-timing/cross-origin-iframe-element.sub.html": [ @@ -644484,27 +642396,35 @@ "testharness" ], "element-timing/image-TAO-wildcard.sub.html": [ - "3ba12a7d01f1c8b9f0069f0382d6fcc4bda2e639", + "0e24af068a6d93920c268846442ab89b4a1b65ee", "testharness" ], "element-timing/image-carousel.html": [ - "0bd99ab2507a1009071ef91d0146973b0257e4ae", + "9f0ef79e354dfe8e505e8308561a1b0a1a33167c", "testharness" ], "element-timing/image-clipped-svg.html": [ - "13c4a81a1e02fd5035565e5f765047ad510f39f9", + "36cf1b15e0df0f99b8312ef56cde211f7c1358dd", "testharness" ], "element-timing/image-not-fully-visible.html": [ - "d3e2c105bffdf9a78ba2b51ade49dbb0df91e2fe", + "279fa03cc2b42029ed01a68f670829c13b282a5c", "testharness" ], "element-timing/image-rect-iframe.html": [ - "da46d785a0b7dca251cbcc26a13b14d8ce742f3f", + "94c872e8e02fe16e22b105c04cd1c9cc4e1cf9d8", + "testharness" + ], + "element-timing/image-with-css-scale.html": [ + "6d77429e485ede047122eb3c25221d5e394c2d98", + "testharness" + ], + "element-timing/image-with-rotation.html": [ + "70b635e012a6825bf5832594bd9e385173ab1878", "testharness" ], "element-timing/images-repeated-resource.html": [ - "18c72cdad1b310972a35dab0878c92af1bba75bf", + "dbcad248e3aea0d148416275adeec93e20d8c267", "testharness" ], "element-timing/observe-child-element.html": [ @@ -644512,27 +642432,31 @@ "testharness" ], "element-timing/observe-elementtiming.html": [ - "9170b36d7c7fbd14683a8d56afb9f174aac23686", + "39fea05431107efc251f820de1cc476aa8a3f37e", "testharness" ], "element-timing/observe-large-image.html": [ - "fb2884381ab30e3c6b05150ad4fbb47fe2c81f32", + "a08274caa52542f71a14002b4063cc9dc9736bb2", "testharness" ], "element-timing/observe-multiple-images.html": [ - "aa91aa839896c166e46fe76b31eb169b0bf81857", + "05c54ac050fe8caf5581dcbd1de5e30bb8681fd1", "testharness" ], "element-timing/observe-svg-image.html": [ - "fdfe25ec9ff8b1bbf50ee902e0a38d9bcf258c50", + "45e800d25da14d7052b42dab939ca49167bfedc3", "testharness" ], "element-timing/observe-video-poster.html": [ - "40961382ffba6b828ac551cc046265de7d89eac1", + "d3a69937d3c3c0815f4f86e4b09acc1517aec491", "testharness" ], "element-timing/progressively-loaded-image.html": [ - "cf54e1e5c7a281bc59ba4172cd8ee3d7efdab099", + "c0a7d4f1fb76ffdade7df5f2663f1e33de84e7f3", + "testharness" + ], + "element-timing/rectangular-image.html": [ + "b02808456a3de05fb2ac1ede3af33c056bfd77ad", "testharness" ], "element-timing/resources/TAOImage.py": [ @@ -644544,11 +642468,11 @@ "support" ], "element-timing/resources/element-timing-helpers.js": [ - "e952930ef5e49cf9da25b29c333e752e09c75e60", + "66605df824bb5b9687f6f3611c0041714b8e9c01", "support" ], "element-timing/resources/iframe-with-square-sends-entry.html": [ - "3c43a41c7d910e025837326e6c7b018060b10621", + "25bd67935a1a3b493233451da9f9cf89742275ec", "support" ], "element-timing/resources/iframe-with-square.html": [ @@ -650132,7 +648056,7 @@ "manual" ], "fullscreen/api/element-request-fullscreen-options.html": [ - "c6ce1fdc016ec88ba0bd386b7d634f7fd1501b28", + "6a0bfa1f5fac33b3e56e5ee77a6fa34432f91df1", "testharness" ], "fullscreen/api/element-request-fullscreen-same-manual.html": [ @@ -670872,7 +668796,7 @@ "support" ], "interfaces/html.idl": [ - "641213d1bb6fd47d3cb66f84661b8d658e76b641", + "db7f77fce298167a629b173cb06fe8107cf167e5", "support" ], "interfaces/image-capture.idl": [ @@ -701643,6 +699567,10 @@ "91fc3ef7fe75237cc7709737739a78be8cce0a0f", "reftest" ], + "svg/extensibility/foreignObject/foreign-object-under-clip-path-crash.html": [ + "c1d2b3a7e92a6f13192ecac29f52c8ccd7b3dd45", + "testharness" + ], "svg/extensibility/foreignObject/position-svg-root-in-foreign-object-ref.html": [ "668eb9b8c7e469540219b5ea9010db28239ae432", "support" @@ -705636,7 +703564,7 @@ "support" ], "tools/ci/jobs.py": [ - "2b54327ad20506c23f6698ddd6c5c5f1def8b09f", + "ddf110096440f5c798ffdf46ffb51e90b1365978", "support" ], "tools/ci/make_hosts_file.py": [ @@ -705660,7 +703588,7 @@ "support" ], "tools/ci/tests/test_jobs.py": [ - "1548171376efae2b5e474d27bbf5feeaa31065b1", + "363401a01b7adfe0564b9be3f6a6611dd3d74f11", "support" ], "tools/ci/tests/test_run_tc.py": [ @@ -705896,7 +703824,7 @@ "support" ], "tools/manifest/item.py": [ - "5e313faa751e8f32dc92c14d0dfc0bde44fce535", + "b6d33e8452cde01b525a3336c8a11d0012c7037c", "support" ], "tools/manifest/log.py": [ @@ -705904,7 +703832,7 @@ "support" ], "tools/manifest/manifest.py": [ - "afbc92ae8ab2eaa58a2c5fbd4004d6c4785db9e8", + "bfe57c7823b26f778e81fb793a7cb9b0fdfd264a", "support" ], "tools/manifest/sourcefile.py": [ @@ -705920,11 +703848,11 @@ "support" ], "tools/manifest/tests/test_item.py": [ - "a73d46be68579fa99dd734a42eb1ad2bdb13efd4", + "385180b25ce1eb2c5ebc5ead56c9e3a941bdd7bd", "support" ], "tools/manifest/tests/test_manifest.py": [ - "4a56b633f5624d7d42d816808180325eaafdb358", + "22335564b7c8a1e7a01b70332a704c01947e0796", "support" ], "tools/manifest/tests/test_sourcefile.py": [ @@ -705936,7 +703864,7 @@ "support" ], "tools/manifest/update.py": [ - "217d767cece27dad2303e63c540c9d1dd7daa15d", + "321cfebe2a605c9a50267129ed574127ed023634", "support" ], "tools/manifest/utils.py": [ @@ -710392,7 +708320,7 @@ "support" ], "tools/wpt/browser.py": [ - "f5bc7c0af02697c29818a8800c1d11a379023790", + "52157bca4e71a545977444e4277bd4bb7b9ffb9a", "support" ], "tools/wpt/commands.json": [ @@ -710512,7 +708440,7 @@ "support" ], "tools/wptrunner/requirements.txt": [ - "f17b12b3dddffd988bf05b1255761b713e28ca49", + "f2a336875f0ed137c40d79e3bab7f64e69b99d40", "support" ], "tools/wptrunner/requirements_chrome.txt": [ @@ -710672,7 +708600,7 @@ "support" ], "tools/wptrunner/tox.ini": [ - "d784c5b299e353f8c85aad5881caeab535522a52", + "5d343751c5488cdd1a73b9d3fcae94de46874a3e", "support" ], "tools/wptrunner/wptrunner.default.ini": [ @@ -710756,19 +708684,19 @@ "support" ], "tools/wptrunner/wptrunner/config.py": [ - "5bd3f467f3eda5f564ca5c51540f23b2521a2a58", + "d2a61a87594bc8f7753530ab3bd02795b68e3c37", "support" ], "tools/wptrunner/wptrunner/environment.py": [ - "6563721caee8288047ac84ef62456ce0723738bc", + "e7a9e4b1e771bc37f458284a454f443216e28bb4", "support" ], "tools/wptrunner/wptrunner/executors/__init__.py": [ - "a580730db82d832517212a1788b894419a300f38", + "bf829d93e968d4a6bccfa6798fb974bf98ff7d60", "support" ], "tools/wptrunner/wptrunner/executors/base.py": [ - "5fa30563890cc1d95bc7cd1843c0aeca4dd3e197", + "f35c03a30e8f222b3cf33a4bda66e73e33853cdd", "support" ], "tools/wptrunner/wptrunner/executors/executorchrome.py": [ @@ -710808,7 +708736,7 @@ "support" ], "tools/wptrunner/wptrunner/executors/executorwebdriver.py": [ - "563252ce2bbfee5a3a92fd39d8c171d8aacdeb18", + "e449390116b06fb11208dc9fb078f6c1e37c4f8c", "support" ], "tools/wptrunner/wptrunner/executors/executorwebkit.py": [ @@ -710872,7 +708800,7 @@ "support" ], "tools/wptrunner/wptrunner/formatters/tests/test_chromium.py": [ - "22d9fb4e7ea022ed109047c0887a3443d19bc28c", + "12962f4d8bcab0578912fa88ea4156e5adf0dd7f", "support" ], "tools/wptrunner/wptrunner/formatters/wptreport.py": [ @@ -710884,19 +708812,19 @@ "support" ], "tools/wptrunner/wptrunner/manifestexpected.py": [ - "fb3ef627d94dc643f2e64fb0c7203621214e4267", + "b6ef63dbb367dc1510e2e056150067439fd725aa", "support" ], "tools/wptrunner/wptrunner/manifestinclude.py": [ - "a68fdeb39bc6f63d387544952a1ee28ea6a2f18d", + "46618c98cf456fd718d0b81f25768d83c5a9e88f", "support" ], "tools/wptrunner/wptrunner/manifestupdate.py": [ - "86ac55f7915728d914c98a1ef292875578b5d7a8", + "452c583d32737f8c85e6fc8784744223350cdacb", "support" ], "tools/wptrunner/wptrunner/metadata.py": [ - "b951ea5b9b43b27d2cf37ccbe17686c780cbd326", + "253ab8ed994a0324457e17da5f5d5da105f69c95", "support" ], "tools/wptrunner/wptrunner/products.py": [ @@ -710932,11 +708860,11 @@ "support" ], "tools/wptrunner/wptrunner/testloader.py": [ - "04d4a32821fa2f90a576c6a013c3c1641de967ac", + "7b9bbf323703512cec532802f0346dcc0a7f2f13", "support" ], "tools/wptrunner/wptrunner/testrunner.py": [ - "02ea2ce59c2eecf15bb707f405a31aaad2a3a282", + "9228af6369654f9e63e58c8cce2c1905ab11e458", "support" ], "tools/wptrunner/wptrunner/tests/__init__.py": [ @@ -710944,7 +708872,7 @@ "support" ], "tools/wptrunner/wptrunner/tests/base.py": [ - "47a31de9ba85d0f3196334e08d2756cd64aa2117", + "35c4582e7cbd21ebf33d8424f94f9d3f31426316", "support" ], "tools/wptrunner/wptrunner/tests/browsers/__init__.py": [ @@ -710956,35 +708884,35 @@ "support" ], "tools/wptrunner/wptrunner/tests/test_formatters.py": [ - "37ede150ef0dc81f97da86c638714cab2a8992e2", + "ec91cca1c13e7a9ce80a6214b8e3ac2dd73034f8", "support" ], "tools/wptrunner/wptrunner/tests/test_manifestexpected.py": [ - "93557108fc7a429b7f0b035e839492538cbf5300", + "525915d1832ac8af1957a799615969e058eefca5", "support" ], "tools/wptrunner/wptrunner/tests/test_products.py": [ - "c3454a0dd8f5590c96d1be450a94fd3452ac8f4c", + "d6a16a192cfa8c55265996ee393bdb81a83ffe29", "support" ], "tools/wptrunner/wptrunner/tests/test_stability.py": [ - "c3c89f2f192e9fbbd1fc9046837ba1bc854401e5", + "474056dde6c67bb0aad2100613e6ca3319623962", "support" ], "tools/wptrunner/wptrunner/tests/test_testloader.py": [ - "c4b49359ad7683c9b02d3b0b96dde9fad0b71759", + "e857cd43db6d281f95414230f52c984aad915118", "support" ], "tools/wptrunner/wptrunner/tests/test_update.py": [ - "08f245c537d267549e2bd8cac5cecd5856c9d36a", + "0c1fa78dc0610dfc0d93235b30103cadb92581a6", "support" ], "tools/wptrunner/wptrunner/tests/test_wpttest.py": [ - "6daa59b584738e6366ad6a51298746a235253b66", + "2b96ee74e76bfa3187d5997f32326ac5388475a4", "support" ], "tools/wptrunner/wptrunner/update/__init__.py": [ - "9ff3e69f94efbf3e803a8a65c46d09c0269ca063", + "2626183fc80dbc75d3d285de79a7d386f53ce6e3", "support" ], "tools/wptrunner/wptrunner/update/base.py": [ @@ -710992,15 +708920,15 @@ "support" ], "tools/wptrunner/wptrunner/update/metadata.py": [ - "5c42fa3267115d2820eb67025b89884f72f7f345", + "d7e8ba2b47c12731ac80dc33ade34cc03299d582", "support" ], "tools/wptrunner/wptrunner/update/state.py": [ - "ad58513a5d9d82d83f7f8efc104098457c5f921c", + "64dbf1180604cd8df7a468e036447f95b80371b0", "support" ], "tools/wptrunner/wptrunner/update/sync.py": [ - "c2d0bfa7f0d69f35dede87e3255acb0412d88db7", + "0d75a1232fc0cba9fbd6e8a3363adea0475dd436", "support" ], "tools/wptrunner/wptrunner/update/tree.py": [ @@ -711008,7 +708936,7 @@ "support" ], "tools/wptrunner/wptrunner/update/update.py": [ - "fa0909b3d248c72de65e188c9ebbdb52ba271915", + "a0f42377734b1963d7df1ce1dcb3472be4b7781c", "support" ], "tools/wptrunner/wptrunner/vcs.py": [ @@ -711020,15 +708948,15 @@ "support" ], "tools/wptrunner/wptrunner/wptcommandline.py": [ - "fef246ddba168e634041fbef17e806969dace26c", + "080b1c6b00aa963a01d62eeafd51377fe43eea49", "support" ], "tools/wptrunner/wptrunner/wptlogging.py": [ - "ac311816c18b7f898e4421410f97d9357d2edd2d", + "9e3ff54593ffe27daf604694e8a9d5b486fa9f7c", "support" ], "tools/wptrunner/wptrunner/wptmanifest/__init__.py": [ - "8985b5ae35067a24fbc87fdd2e61d72794123892", + "e354d5ff4f829d7930c0de61a5efe71081374621", "support" ], "tools/wptrunner/wptrunner/wptmanifest/backends/__init__.py": [ @@ -711048,11 +708976,11 @@ "support" ], "tools/wptrunner/wptrunner/wptmanifest/parser.py": [ - "9e0ff029b847a4599f7844bec7d63e4b5834afc0", + "e6c2e5b5ca28162e5df41c51a0b96dfcf6b3eabe", "support" ], "tools/wptrunner/wptrunner/wptmanifest/serializer.py": [ - "a7e01313ae5407c6086c60c45d4ab7059ccb2ba2", + "e4749128bf96d64dc17f7c8c0d727b79813ea496", "support" ], "tools/wptrunner/wptrunner/wptmanifest/tests/__init__.py": [ @@ -711060,23 +708988,23 @@ "support" ], "tools/wptrunner/wptrunner/wptmanifest/tests/test_conditional.py": [ - "9da1a0f180ca23e8cadb2c9b430e983ba75dbca0", + "10b6319143230e3ffd8a1e976f804f3047771baf", "support" ], "tools/wptrunner/wptrunner/wptmanifest/tests/test_parser.py": [ - "98b54dc11ea8a033b8ee626b5f8bb924759959cc", + "c00320fa5ed9beac16221d4ea14d782e52a39b68", "support" ], "tools/wptrunner/wptrunner/wptmanifest/tests/test_serializer.py": [ - "02280e51f845c8144b96bde8b588b9b7c376a345", + "f906afa34a36e5650e4c56d5b87982ca702520d9", "support" ], "tools/wptrunner/wptrunner/wptmanifest/tests/test_static.py": [ - "f63869636da79cdcdc961e137d4f044055d74de4", + "e0e83c83e80df2aa67fa75ac8681fa0d352d0332", "support" ], "tools/wptrunner/wptrunner/wptmanifest/tests/test_tokenizer.py": [ - "a64ce0c7bb7d8d089a8cb1365c0477a08652eacc", + "b7c62c0041496be4f55f06699eabf9a3cf77d654", "support" ], "tools/wptrunner/wptrunner/wptrunner.py": [ @@ -711084,7 +709012,7 @@ "support" ], "tools/wptrunner/wptrunner/wpttest.py": [ - "6a4fa4fdf82dca14e44d8e3c6d63ce2c7e2b56b2", + "c2279eaaa2460b21b552f594797e41e7ffc7fd3f", "support" ], "tools/wptserve/.gitignore": [ @@ -723224,7 +721152,7 @@ "testharness" ], "workers/modules/dedicated-worker-options-credentials.html": [ - "34f223981ca9213e85a0c4c05a9b13d6fdc1b095", + "03736cbb6202be0e7861e939308960b91c11ccd2", "testharness" ], "workers/modules/dedicated-worker-options-credentials.html.headers": [ @@ -725717,5 +723645,5 @@ ] }, "url_base": "/", - "version": 5 + "version": 6 } diff --git a/tests/wpt/metadata/css/css-flexbox/flex-minimum-height-flex-items-014.html.ini b/tests/wpt/metadata/css/css-flexbox/flex-minimum-height-flex-items-014.html.ini new file mode 100644 index 00000000000..bcb5b133a34 --- /dev/null +++ b/tests/wpt/metadata/css/css-flexbox/flex-minimum-height-flex-items-014.html.ini @@ -0,0 +1,2 @@ +[flex-minimum-height-flex-items-014.html] + expected: FAIL diff --git a/tests/wpt/metadata/css/css-fonts/variations/at-font-face-font-matching.html.ini b/tests/wpt/metadata/css/css-fonts/variations/at-font-face-font-matching.html.ini index fba6f555eb8..0cb0bf5dbeb 100644 --- a/tests/wpt/metadata/css/css-fonts/variations/at-font-face-font-matching.html.ini +++ b/tests/wpt/metadata/css/css-fonts/variations/at-font-face-font-matching.html.ini @@ -44,9 +44,6 @@ [Matching font-weight: '501' should prefer '503 520' over '500'] expected: FAIL - [Matching font-weight: '501' should prefer '450 460' over '390 410'] - expected: FAIL - [Matching font-weight: '399' should prefer '200 300' over '400'] expected: FAIL @@ -80,9 +77,6 @@ [Matching font-style: 'oblique 21deg' should prefer 'italic' over 'oblique 0deg'] expected: FAIL - [Matching font-style: 'oblique 21deg' should prefer 'oblique 0deg' over 'oblique -50deg -20deg'] - expected: FAIL - [Matching font-style: 'oblique 21deg' should prefer 'oblique -50deg -20deg' over 'oblique -40deg -30deg'] expected: FAIL @@ -104,24 +98,15 @@ [Matching font-style: 'oblique 0deg' should prefer 'oblique 30deg 60deg' over 'oblique 40deg 50deg'] expected: FAIL - [Matching font-style: 'oblique 0deg' should prefer 'italic' over 'oblique -50deg -20deg'] - expected: FAIL - [Matching font-style: 'oblique 0deg' should prefer 'oblique -50deg -20deg' over 'oblique -40deg -30deg'] expected: FAIL [Matching font-style: 'oblique -10deg' should prefer 'oblique -10deg' over 'oblique -5deg'] expected: FAIL - [Matching font-style: 'oblique -10deg' should prefer 'oblique -1deg 0deg' over 'oblique -20deg -15deg'] - expected: FAIL - [Matching font-style: 'oblique -10deg' should prefer 'oblique -20deg -15deg' over 'oblique -60deg -30deg'] expected: FAIL - [Matching font-style: 'oblique -10deg' should prefer 'oblique -60deg -30deg' over 'oblique -50deg -40deg'] - expected: FAIL - [Matching font-style: 'oblique -10deg' should prefer 'italic' over 'oblique 0deg 10deg'] expected: FAIL @@ -155,9 +140,6 @@ [Descriptor mathcing priority: Style has higher priority than weight] expected: FAIL - [Matching font-stretch: '100%' should prefer '110% 120%' over '115% 116%'] - expected: FAIL - [Matching font-stretch: '110%' should prefer '115% 116%' over '105%'] expected: FAIL @@ -182,9 +164,6 @@ [Matching font-style: 'normal' should prefer 'oblique 0deg' over 'oblique 10deg 40deg'] expected: FAIL - [Matching font-style: 'normal' should prefer 'oblique 10deg 40deg' over 'oblique 20deg 30deg'] - expected: FAIL - [Matching font-style: 'normal' should prefer 'oblique 20deg 30deg' over 'oblique -50deg -20deg'] expected: FAIL @@ -242,18 +221,9 @@ [Matching font-weight: '430' should prefer '420 440' over '450 460'] expected: FAIL - [Matching font-style: 'oblique -20deg' should prefer 'oblique 30deg 60deg' over 'oblique 40deg 50deg'] - expected: FAIL - [Matching font-style: 'oblique 0deg' should prefer 'oblique 15deg 20deg' over 'oblique 30deg 60deg'] expected: FAIL - [Matching font-style: 'italic' should prefer 'oblique 5deg' over 'normal'] - expected: FAIL - - [Matching font-style: 'oblique 20deg' should prefer 'oblique 20deg' over 'oblique 30deg 60deg'] - expected: FAIL - [Matching font-style: 'oblique -21deg' should prefer 'oblique 0deg' over 'oblique 30deg 60deg'] expected: FAIL @@ -314,9 +284,6 @@ [Matching font-style: 'oblique -10deg' should prefer 'oblique -50deg -40deg' over 'italic'] expected: FAIL - [Matching font-style: 'oblique -21deg' should prefer 'oblique -10deg' over 'italic'] - expected: FAIL - [Matching font-weight: '399' should prefer '340 360' over '200 300'] expected: FAIL diff --git a/tests/wpt/metadata/css/cssom-view/elementsFromPoint-iframes.html.ini b/tests/wpt/metadata/css/cssom-view/elementsFromPoint-iframes.html.ini index e89282b04a1..ff5b07adb77 100644 --- a/tests/wpt/metadata/css/cssom-view/elementsFromPoint-iframes.html.ini +++ b/tests/wpt/metadata/css/cssom-view/elementsFromPoint-iframes.html.ini @@ -1,5 +1,5 @@ [elementsFromPoint-iframes.html] - expected: CRASH + expected: TIMEOUT [elementsFromPoint on the root document for points in iframe elements] expected: FAIL diff --git a/tests/wpt/metadata/dom/nodes/ParentNode-querySelector-All-xht.xht.ini b/tests/wpt/metadata/dom/nodes/ParentNode-querySelector-All-xht.xht.ini index 4ab75dca734..c63b2d8e0c7 100644 --- a/tests/wpt/metadata/dom/nodes/ParentNode-querySelector-All-xht.xht.ini +++ b/tests/wpt/metadata/dom/nodes/ParentNode-querySelector-All-xht.xht.ini @@ -252,3 +252,51 @@ [In-document Element.querySelector: Descendant combinator '>>', not matching element with id that is not a descendant of an element with id: #descendant-div1>>#descendant-div4] expected: FAIL + [Detached Element.querySelectorAll: Slotted selector (no matching closing paren): ::slotted(foo] + expected: FAIL + + [Document.querySelectorAll: Slotted selector (no matching closing paren): ::slotted(foo] + expected: FAIL + + [Document.querySelector: Slotted selector: ::slotted(foo)] + expected: FAIL + + [Detached Element.querySelector: Slotted selector (no matching closing paren): ::slotted(foo] + expected: FAIL + + [Detached Element.querySelector: Slotted selector: ::slotted(foo)] + expected: FAIL + + [In-document Element.querySelector: Slotted selector: ::slotted(foo)] + expected: FAIL + + [Fragment.querySelector: Slotted selector (no matching closing paren): ::slotted(foo] + expected: FAIL + + [Fragment.querySelector: Slotted selector: ::slotted(foo)] + expected: FAIL + + [Fragment.querySelectorAll: Slotted selector: ::slotted(foo)] + expected: FAIL + + [Detached Element.querySelectorAll: Slotted selector: ::slotted(foo)] + expected: FAIL + + [In-document Element.querySelectorAll: Slotted selector (no matching closing paren): ::slotted(foo] + expected: FAIL + + [Document.querySelectorAll: Slotted selector: ::slotted(foo)] + expected: FAIL + + [Fragment.querySelectorAll: Slotted selector (no matching closing paren): ::slotted(foo] + expected: FAIL + + [Document.querySelector: Slotted selector (no matching closing paren): ::slotted(foo] + expected: FAIL + + [In-document Element.querySelectorAll: Slotted selector: ::slotted(foo)] + expected: FAIL + + [In-document Element.querySelector: Slotted selector (no matching closing paren): ::slotted(foo] + expected: FAIL + diff --git a/tests/wpt/metadata/dom/nodes/ParentNode-querySelector-All.html.ini b/tests/wpt/metadata/dom/nodes/ParentNode-querySelector-All.html.ini index f40be05c0d4..ebed6e5fec7 100644 --- a/tests/wpt/metadata/dom/nodes/ParentNode-querySelector-All.html.ini +++ b/tests/wpt/metadata/dom/nodes/ParentNode-querySelector-All.html.ini @@ -252,3 +252,51 @@ [In-document Element.querySelector: Descendant combinator '>>', not matching element with id that is not a descendant of an element with id: #descendant-div1>>#descendant-div4] expected: FAIL + [Detached Element.querySelectorAll: Slotted selector (no matching closing paren): ::slotted(foo] + expected: FAIL + + [Document.querySelectorAll: Slotted selector (no matching closing paren): ::slotted(foo] + expected: FAIL + + [Document.querySelector: Slotted selector: ::slotted(foo)] + expected: FAIL + + [Detached Element.querySelector: Slotted selector (no matching closing paren): ::slotted(foo] + expected: FAIL + + [Detached Element.querySelector: Slotted selector: ::slotted(foo)] + expected: FAIL + + [In-document Element.querySelector: Slotted selector: ::slotted(foo)] + expected: FAIL + + [Fragment.querySelector: Slotted selector (no matching closing paren): ::slotted(foo] + expected: FAIL + + [Fragment.querySelector: Slotted selector: ::slotted(foo)] + expected: FAIL + + [Fragment.querySelectorAll: Slotted selector: ::slotted(foo)] + expected: FAIL + + [Detached Element.querySelectorAll: Slotted selector: ::slotted(foo)] + expected: FAIL + + [In-document Element.querySelectorAll: Slotted selector (no matching closing paren): ::slotted(foo] + expected: FAIL + + [Document.querySelectorAll: Slotted selector: ::slotted(foo)] + expected: FAIL + + [Fragment.querySelectorAll: Slotted selector (no matching closing paren): ::slotted(foo] + expected: FAIL + + [Document.querySelector: Slotted selector (no matching closing paren): ::slotted(foo] + expected: FAIL + + [In-document Element.querySelectorAll: Slotted selector: ::slotted(foo)] + expected: FAIL + + [In-document Element.querySelector: Slotted selector (no matching closing paren): ::slotted(foo] + expected: FAIL + diff --git a/tests/wpt/metadata/fetch/nosniff/parsing-nosniff.window.js.ini b/tests/wpt/metadata/fetch/nosniff/parsing-nosniff.window.js.ini index 536384f36e1..87c807a49ff 100644 --- a/tests/wpt/metadata/fetch/nosniff/parsing-nosniff.window.js.ini +++ b/tests/wpt/metadata/fetch/nosniff/parsing-nosniff.window.js.ini @@ -11,6 +11,3 @@ [X-Content-Type-Options%3A%20nosniff%0C] expected: FAIL - [X-Content-Type-Options%3A%20%2Cnosniff] - expected: FAIL - diff --git a/tests/wpt/metadata/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-abort/javascript-url-abort-return-value-string.tentative.html.ini b/tests/wpt/metadata/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-abort/javascript-url-abort-return-value-string.tentative.html.ini deleted file mode 100644 index 9bacb9f5c4e..00000000000 --- a/tests/wpt/metadata/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-abort/javascript-url-abort-return-value-string.tentative.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[javascript-url-abort-return-value-string.tentative.html] - [Aborting fetch for javascript:string navigation] - expected: FAIL - diff --git a/tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_2.html.ini b/tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_2.html.ini deleted file mode 100644 index 75d75b4cda2..00000000000 --- a/tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[traverse_the_history_2.html] - [Multiple history traversals, last would be aborted] - expected: FAIL - diff --git a/tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_4.html.ini b/tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_4.html.ini deleted file mode 100644 index 385376c7321..00000000000 --- a/tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[traverse_the_history_4.html] - [Multiple history traversals, last would be aborted] - expected: FAIL - diff --git a/tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini b/tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini deleted file mode 100644 index dc2e45516de..00000000000 --- a/tests/wpt/metadata/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[traverse_the_history_5.html] - [Multiple history traversals, last would be aborted] - expected: FAIL - diff --git a/tests/wpt/metadata/html/browsers/the-window-object/closed-attribute.window.js.ini b/tests/wpt/metadata/html/browsers/the-window-object/closed-attribute.window.js.ini index 0a61dc7e11e..ede7a979848 100644 --- a/tests/wpt/metadata/html/browsers/the-window-object/closed-attribute.window.js.ini +++ b/tests/wpt/metadata/html/browsers/the-window-object/closed-attribute.window.js.ini @@ -1,4 +1,5 @@ [closed-attribute.window.html] + expected: CRASH [closed and cross-site nested browsing context] expected: FAIL diff --git a/tests/wpt/metadata/html/dom/interfaces.https.html.ini b/tests/wpt/metadata/html/dom/interfaces.https.html.ini index de74d336839..0b822e364fb 100644 --- a/tests/wpt/metadata/html/dom/interfaces.https.html.ini +++ b/tests/wpt/metadata/html/dom/interfaces.https.html.ini @@ -9372,6 +9372,18 @@ [HTMLImageElement interface: named constructor without 'new'] expected: FAIL + [HTMLLinkElement interface: attribute imageSizes] + expected: FAIL + + [HTMLLinkElement interface: document.createElement("link") must inherit property "imageSizes" with the proper type] + expected: FAIL + + [HTMLLinkElement interface: document.createElement("link") must inherit property "imageSrcset" with the proper type] + expected: FAIL + + [HTMLLinkElement interface: attribute imageSrcset] + expected: FAIL + [interfaces.https.html?exclude=(Document|Window|HTML.*)] [HTML IDL tests] diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/script-onerror-insertion-point-2.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/script-onerror-insertion-point-2.html.ini new file mode 100644 index 00000000000..178680e5d14 --- /dev/null +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/script-onerror-insertion-point-2.html.ini @@ -0,0 +1,2 @@ +[script-onerror-insertion-point-2.html] + expected: TIMEOUT diff --git a/tests/wpt/metadata/html/syntax/parsing/DOMContentLoaded-defer.html.ini b/tests/wpt/metadata/html/syntax/parsing/DOMContentLoaded-defer.html.ini deleted file mode 100644 index a9677391662..00000000000 --- a/tests/wpt/metadata/html/syntax/parsing/DOMContentLoaded-defer.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[DOMContentLoaded-defer.html] - [The end: DOMContentLoaded and defer scripts] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/meta-referrer/cross-origin/http-http/xhr-request/no-redirect/insecure-protocol.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/meta-referrer/cross-origin/http-http/xhr-request/no-redirect/insecure-protocol.http.html.ini new file mode 100644 index 00000000000..5fb504a15a9 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/meta-referrer/cross-origin/http-http/xhr-request/no-redirect/insecure-protocol.http.html.ini @@ -0,0 +1,2 @@ +[insecure-protocol.http.html] + expected: TIMEOUT diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-fft-scaling.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-fft-scaling.html.ini index 66bd350083b..a56bad443a2 100644 --- a/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-fft-scaling.html.ini +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-fft-scaling.html.ini @@ -1,4 +1,5 @@ [realtimeanalyser-fft-scaling.html] + expected: TIMEOUT [X 2048-point FFT peak position is not equal to 64. Got 0.] expected: FAIL diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 2e3ce214fb3..44be53a4de0 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -1,11 +1,5 @@ { "items": { - "conformancechecker": { - "mozilla/remove_video_iframe.html": [] - }, - "manual": { - "mozilla/remove_video_iframe.html": [] - }, "reftest": { "css/abs-overflow-stackingcontext.html": [ [ @@ -7331,7 +7325,6 @@ {} ] ], - "mozilla/remove_video_iframe.html": [], "mozilla/reparse_style_elements.html": [ [ "mozilla/reparse_style_elements.html", @@ -7633,11 +7626,7 @@ ], {} ] - ], - "mozilla/remove_video_iframe.html": [] - }, - "stub": { - "mozilla/remove_video_iframe.html": [] + ] }, "support": { ".gitignore": [ @@ -10875,7 +10864,6 @@ {} ] ], - "mozilla/remove_video_iframe.html": [], "mozilla/reparse_style_elements_ref.html": [ [ {} @@ -13133,9 +13121,7 @@ "mozilla/globals/entry.worker.js": [ [ "mozilla/globals/entry.worker.html", - { - "script_metadata": [] - } + {} ] ], "mozilla/history.html": [ @@ -13315,9 +13301,7 @@ "mozilla/interfaces.worker.js": [ [ "mozilla/interfaces.worker.html", - { - "script_metadata": [] - } + {} ] ], "mozilla/invalid-this.html": [ @@ -13574,7 +13558,7 @@ ], "mozilla/remove_video_iframe.html": [ [ - "/_mozilla/mozilla/remove_video_iframe.html", + "mozilla/remove_video_iframe.html", {} ] ], @@ -13890,12 +13874,6 @@ {} ] ] - }, - "visual": { - "mozilla/remove_video_iframe.html": [] - }, - "wdspec": { - "mozilla/remove_video_iframe.html": [] } }, "paths": { @@ -21057,5 +21035,5 @@ ] }, "url_base": "/_mozilla/", - "version": 5 + "version": 6 } diff --git a/tests/wpt/web-platform-tests/css/css-contain/contain-size-multicol-001.html b/tests/wpt/web-platform-tests/css/css-contain/contain-size-multicol-001.html index 5c0dba9b7bb..81465c02d61 100644 --- a/tests/wpt/web-platform-tests/css/css-contain/contain-size-multicol-001.html +++ b/tests/wpt/web-platform-tests/css/css-contain/contain-size-multicol-001.html @@ -18,6 +18,7 @@ div { #test { background: green; + contain: size; columns: 2 40px; column-gap: 20px; min-height: 100px; diff --git a/tests/wpt/web-platform-tests/css/css-contain/contain-size-scrollbars-001.html b/tests/wpt/web-platform-tests/css/css-contain/contain-size-scrollbars-001.html index 304e81e5c98..26f0d81da8c 100644 --- a/tests/wpt/web-platform-tests/css/css-contain/contain-size-scrollbars-001.html +++ b/tests/wpt/web-platform-tests/css/css-contain/contain-size-scrollbars-001.html @@ -14,4 +14,4 @@ div { }

This test passes if it has the same output as the reference.

-
+
FAIL
diff --git a/tests/wpt/web-platform-tests/css/css-contain/contain-size-scrollbars-002.html b/tests/wpt/web-platform-tests/css/css-contain/contain-size-scrollbars-002.html new file mode 100644 index 00000000000..4fe1aae744f --- /dev/null +++ b/tests/wpt/web-platform-tests/css/css-contain/contain-size-scrollbars-002.html @@ -0,0 +1,17 @@ + + +CSS Containment Test: Size containment scrollbars + + + + + +

This test passes if it has the same output as the reference.

+
FAIL
diff --git a/tests/wpt/web-platform-tests/css/css-contain/contain-size-scrollbars-003.html b/tests/wpt/web-platform-tests/css/css-contain/contain-size-scrollbars-003.html new file mode 100644 index 00000000000..4684440bdbf --- /dev/null +++ b/tests/wpt/web-platform-tests/css/css-contain/contain-size-scrollbars-003.html @@ -0,0 +1,17 @@ + + +CSS Containment Test: Size containment scrollbars + + + + + +

This test passes if it has the same output as the reference.

+
FAIL
diff --git a/tests/wpt/web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-014.html b/tests/wpt/web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-014.html new file mode 100644 index 00000000000..b130ff5561f --- /dev/null +++ b/tests/wpt/web-platform-tests/css/css-flexbox/flex-minimum-height-flex-items-014.html @@ -0,0 +1,55 @@ + + +CSS Flexbox: min-height: auto with nested flexboxes and justify-content + + + + + + + + +

Test passes if there is a filled green square and no red.

+ +
+
+
+
+
+
+
+ + + + diff --git a/tests/wpt/web-platform-tests/css/css-properties-values-api/registered-property-initial.html b/tests/wpt/web-platform-tests/css/css-properties-values-api/registered-property-initial.html index 17c883a689a..2fa062f310e 100644 --- a/tests/wpt/web-platform-tests/css/css-properties-values-api/registered-property-initial.html +++ b/tests/wpt/web-platform-tests/css/css-properties-values-api/registered-property-initial.html @@ -30,6 +30,10 @@ test_initial_value({ syntax: '', initialValue: 'purple' }, 'rgb(128, 0, 1 test_initial_value({ syntax: '', initialValue: 'rotate(42deg)' }, 'rotate(42deg)'); test_initial_value({ syntax: '', initialValue: 'scale(calc(2 + 2))' }, 'scale(4)'); test_initial_value({ syntax: '', initialValue: 'scale(calc(2 + 1)) translateX(calc(3px + 1px))' }, 'scale(3) translateX(4px)'); +test_initial_value({ syntax: '', initialValue: 'url(a)' }, + `url("${new URL('a', document.baseURI)}")`); +test_initial_value({ syntax: '+', initialValue: 'url(a) url(a)' }, + `url("${new URL('a', document.baseURI)}") url("${new URL('a', document.baseURI)}")`); // Test that the initial value of the custom property 'reg' is successfully // substituted into 'property'. diff --git a/tests/wpt/web-platform-tests/css/css-text/white-space/break-spaces-003.html b/tests/wpt/web-platform-tests/css/css-text/white-space/break-spaces-003.html new file mode 100644 index 00000000000..c0101fd7dec --- /dev/null +++ b/tests/wpt/web-platform-tests/css/css-text/white-space/break-spaces-003.html @@ -0,0 +1,37 @@ + + +CSS Text Test: white-space: break-spaces + + + + + + + + + + +

Test passes if there is a filled green square and no red.

+
XXXX
XXXX
XXXX
XXXX
+
XX X X
+ diff --git a/tests/wpt/web-platform-tests/css/css-values/calc-numbers.html b/tests/wpt/web-platform-tests/css/css-values/calc-numbers.html index e9ade71e22f..995595b8a3e 100644 --- a/tests/wpt/web-platform-tests/css/css-values/calc-numbers.html +++ b/tests/wpt/web-platform-tests/css/css-values/calc-numbers.html @@ -71,7 +71,7 @@ https://chromium.googlesource.com/chromium/src/+/c825d655f6aaf73484f9d56e9012793 verifyComputedStyle("opacity", "initial", "calc(2 / 4)", "0.5", "testing opacity: calc(2 / 4)"); - verifyComputedStyle("tab-size", "12345", "calc(2 / 4)", "1", "testing tab-size: calc(2 / 4)"); + verifyComputedStyle("tab-size", "12345", "calc(2 / 4)", "0.5", "testing tab-size: calc(2 / 4)"); /* 'tab-size' accepts values. */ diff --git a/tests/wpt/web-platform-tests/css/filter-effects/backdrop-filter-clip-rect-ref.html b/tests/wpt/web-platform-tests/css/filter-effects/backdrop-filter-clip-rect-ref.html index d3c1f800e69..9082fa32de3 100644 --- a/tests/wpt/web-platform-tests/css/filter-effects/backdrop-filter-clip-rect-ref.html +++ b/tests/wpt/web-platform-tests/css/filter-effects/backdrop-filter-clip-rect-ref.html @@ -7,8 +7,9 @@

Expected: A green box, color-inverted inside the short, wide box with a
- blue border, and not color-inverted anywhere else. In particular, there should be
- no color inversion inside the tall, narrow box, or anywhere outside that.

+ blue border and rounded corners, and not color-inverted anywhere else. In
+ particular, there should be no color inversion inside the tall, narrow box,
+ or anywhere outside that.

@@ -31,21 +32,22 @@ div { height: 50px; top: 150px; left: 50px; - border: 1px solid blue; + border: 2px solid blue; backdrop-filter: invert(1); + border-radius: 10px 20px 30px 40px; } .menu { width: 100px; height: 150px; - top: 201px; - left: 146px; - border: 1px solid blue; + top: 202px; + left: 147px; + border: 2px solid red; } .menu2 { width: 100px; height: 30px; - top: 119px; - left: 146px; - border: 1px solid blue; + top: 118px; + left: 147px; + border: 2px solid red; } diff --git a/tests/wpt/web-platform-tests/css/filter-effects/backdrop-filter-clip-rect.html b/tests/wpt/web-platform-tests/css/filter-effects/backdrop-filter-clip-rect.html index 2e7e486252f..4fc4b739ddb 100644 --- a/tests/wpt/web-platform-tests/css/filter-effects/backdrop-filter-clip-rect.html +++ b/tests/wpt/web-platform-tests/css/filter-effects/backdrop-filter-clip-rect.html @@ -7,8 +7,9 @@

Expected: A green box, color-inverted inside the short, wide box with a
- blue border, and not color-inverted anywhere else. In particular, there should be
- no color inversion inside the tall, narrow box, or anywhere outside that.

+ blue border and rounded corners, and not color-inverted anywhere else. In
+ particular, there should be no color inversion inside the tall, narrow box,
+ or anywhere outside that.