diff --git a/IndexedDB/META.yml b/IndexedDB/META.yml index 91eccf311..cb193d807 100644 --- a/IndexedDB/META.yml +++ b/IndexedDB/META.yml @@ -3,9 +3,6 @@ links: url: https://bugs.webkit.org/show_bug.cgi?id=149850 results: - test: idlharness.any.sharedworker.html - - url: https://github.com/web-platform-tests/wpt/issues/10706 - results: - - test: keypath-special-identifiers.htm - url: "" label: interop-2024-indexeddb results: @@ -93,10 +90,6 @@ links: - test: idbdatabase-createObjectStore-exception-order.htm - test: idbdatabase-deleteObjectStore-exception-order.htm - test: idbdatabase-transaction-exception-order.html - - test: idbfactory_cmp.htm - - test: idbfactory_cmp2.htm - - test: idbfactory_cmp3.htm - - test: idbfactory_cmp4.htm - test: idbfactory_deleteDatabase.htm - test: idbfactory_deleteDatabase2.htm - test: idbfactory_deleteDatabase3.htm @@ -150,9 +143,6 @@ links: - test: idbobjectstore-getAllKeys-enforcerange.html - test: idbobjectstore-index-finished.html - test: idbobjectstore-query-exception-order.html - - test: idbobjectstore-rename-abort.html - - test: idbobjectstore-rename-errors.html - - test: idbobjectstore-rename-store.html - test: idbobjectstore-request-source.html - test: idbobjectstore-transaction-SameObject.html - test: idbrequest_error.html @@ -161,8 +151,6 @@ links: - test: idbtransaction_abort.htm - test: idbtransaction_objectStoreNames.html - test: idbtransaction-db-SameObject.html - - test: idbtransaction-objectStore-exception-order.html - - test: idbtransaction-objectStore-finished.html - test: idbtransaction-oncomplete.htm - test: idbtransaction.htm - test: idbversionchangeevent.htm @@ -177,11 +165,6 @@ links: - test: key_valid.html - test: key-conversion-exceptions.htm - test: keyorder.htm - - test: keypath_invalid.htm - - test: keypath_maxsize.htm - - test: keypath-exceptions.htm - - test: keypath-special-identifiers.htm - - test: keypath.htm - test: large-requests-abort.html - test: list_ordering.htm - test: name-scopes.html @@ -205,9 +188,6 @@ links: - test: reading-autoincrement-store.any.sharedworker.html - test: reading-autoincrement-store.any.worker.html - test: ready-state-destroyed-execution-context.html - - test: request_bubble-and-capture.htm - - test: request-abort-ordering.html - - test: request-event-ordering.html - test: serialize-sharedarraybuffer-throws.https.html - test: string-list-ordering.htm - test: structured-clone-transaction-state.any.html @@ -256,6 +236,8 @@ links: - test: upgrade-transaction-lifecycle-user-aborted.any.worker.html - test: value_recursive.htm - test: writer-starvation.htm + - test: request-event-ordering.any.js + - test: idbtransaction-objectStore-finished.any.js - product: firefox url: https://bugzilla.mozilla.org/show_bug.cgi?id=1814534 results: @@ -366,11 +348,3 @@ links: subtest: 'Blob: [object Blob]' - test: structured-clone.any.html?101-last subtest: 'File: [object File]' - - test: keypath-special-identifiers.htm - subtest: 'Type: Blob, identifier: size' - - test: keypath-special-identifiers.htm - subtest: 'Type: Blob, identifier: type' - - test: keypath-special-identifiers.htm - subtest: 'Type: File, identifier: name' - - test: keypath-special-identifiers.htm - subtest: 'Type: File, identifier: lastModified' diff --git a/css/css-overflow/parsing/META.yml b/css/css-overflow/parsing/META.yml index 64856b1e7..dd7e0140b 100644 --- a/css/css-overflow/parsing/META.yml +++ b/css/css-overflow/parsing/META.yml @@ -20,7 +20,114 @@ links: results: - test: overflow-clip-margin-computed.html - test: overflow-clip-margin.html - - label: interop-2024-scrollbar + - url: "" + label: interop-2024-scrollbar results: - test: scrollbar-gutter-invalid.html - test: scrollbar-gutter-valid.html + - product: firefox + url: https://bugzilla.mozilla.org/show_bug.cgi?id=1937847 + results: + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(up)" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(down)" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(left)" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(right)" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(block-start)" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(inline-start)" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(inline-end)" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(block-end)" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(up):focus" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(down):focus" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(left):focus" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(right):focus" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(block-start):focus" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(inline-start):focus" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(inline-end):focus" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(block-end):focus" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(up):disabled" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(down):disabled" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(left):disabled" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(right):disabled" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(block-start):disabled" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(inline-start):disabled" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(inline-end):disabled" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(block-end):disabled" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(up):enabled" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(down):enabled" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(left):enabled" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(right):enabled" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(block-start):enabled" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(inline-start):enabled" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(inline-end):enabled" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(block-end):enabled" should be a valid selector' + - test: scroll-markers-computed.html + subtest: Property scroll-marker-group value 'initial' + - test: scroll-markers-computed.html + subtest: Property scroll-marker-group value 'inherit' + - test: scroll-markers-computed.html + subtest: Property scroll-marker-group value 'unset' + - test: scroll-markers-computed.html + subtest: Property scroll-marker-group value 'revert' + - test: scroll-markers-computed.html + subtest: Property scroll-marker-group value 'none' + - test: scroll-markers-computed.html + subtest: Property scroll-marker-group value 'before' + - test: scroll-markers-computed.html + subtest: Property scroll-marker-group value 'after' + - test: scroll-markers-computed.html + subtest: The scroll-marker-group property shows up in CSSStyleDeclaration enumeration + - test: scroll-markers-computed.html + subtest: The scroll-marker-group property shows up in CSSStyleDeclaration.cssText + - test: scroll-markers-valid.html + subtest: e.style['scroll-marker-group'] = "initial" should set the property value + - test: scroll-markers-valid.html + subtest: e.style['scroll-marker-group'] = "inherit" should set the property value + - test: scroll-markers-valid.html + subtest: e.style['scroll-marker-group'] = "unset" should set the property value + - test: scroll-markers-valid.html + subtest: e.style['scroll-marker-group'] = "revert" should set the property value + - test: scroll-markers-valid.html + subtest: e.style['scroll-marker-group'] = "none" should set the property value + - test: scroll-markers-valid.html + subtest: e.style['scroll-marker-group'] = "before" should set the property value + - test: scroll-markers-valid.html + subtest: e.style['scroll-marker-group'] = "after" should set the property value + - product: firefox + url: https://bugzilla.mozilla.org/show_bug.cgi?id=1943055 + results: + - test: scroll-buttons-valid.html + subtest: '"::scroll-button( up)" should be a valid selector' + - test: scroll-buttons-valid.html + subtest: '"::scroll-button(up )" should be a valid selector' diff --git a/css/css-overflow/parsing/parsing/META.yml b/css/css-overflow/parsing/parsing/META.yml deleted file mode 100644 index 6a4819555..000000000 --- a/css/css-overflow/parsing/parsing/META.yml +++ /dev/null @@ -1,107 +0,0 @@ -links: -- product: firefox - results: - - subtest: '"::scroll-button(up)" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(down)" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(left)" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(right)" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(block-start)" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(inline-start)" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(inline-end)" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(block-end)" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(up):focus" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(down):focus" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(left):focus" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(right):focus" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(block-start):focus" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(inline-start):focus" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(inline-end):focus" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(block-end):focus" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(up):disabled" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(down):disabled" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(left):disabled" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(right):disabled" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(block-start):disabled" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(inline-start):disabled" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(inline-end):disabled" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(block-end):disabled" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(up):enabled" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(down):enabled" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(left):enabled" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(right):enabled" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(block-start):enabled" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(inline-start):enabled" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(inline-end):enabled" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(block-end):enabled" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: Property scroll-marker-group value 'initial' - test: scroll-markers-computed.html - - subtest: Property scroll-marker-group value 'inherit' - test: scroll-markers-computed.html - - subtest: Property scroll-marker-group value 'unset' - test: scroll-markers-computed.html - - subtest: Property scroll-marker-group value 'revert' - test: scroll-markers-computed.html - - subtest: Property scroll-marker-group value 'none' - test: scroll-markers-computed.html - - subtest: Property scroll-marker-group value 'before' - test: scroll-markers-computed.html - - subtest: Property scroll-marker-group value 'after' - test: scroll-markers-computed.html - - subtest: The scroll-marker-group property shows up in CSSStyleDeclaration enumeration - test: scroll-markers-computed.html - - subtest: The scroll-marker-group property shows up in CSSStyleDeclaration.cssText - test: scroll-markers-computed.html - - subtest: e.style['scroll-marker-group'] = "initial" should set the property value - test: scroll-markers-valid.html - - subtest: e.style['scroll-marker-group'] = "inherit" should set the property value - test: scroll-markers-valid.html - - subtest: e.style['scroll-marker-group'] = "unset" should set the property value - test: scroll-markers-valid.html - - subtest: e.style['scroll-marker-group'] = "revert" should set the property value - test: scroll-markers-valid.html - - subtest: e.style['scroll-marker-group'] = "none" should set the property value - test: scroll-markers-valid.html - - subtest: e.style['scroll-marker-group'] = "before" should set the property value - test: scroll-markers-valid.html - - subtest: e.style['scroll-marker-group'] = "after" should set the property value - test: scroll-markers-valid.html - url: https://bugzilla.mozilla.org/show_bug.cgi?id=1937847 -- product: firefox - results: - - subtest: '"::scroll-button( up)" should be a valid selector' - test: scroll-buttons-valid.html - - subtest: '"::scroll-button(up )" should be a valid selector' - test: scroll-buttons-valid.html - url: https://bugzilla.mozilla.org/show_bug.cgi?id=1943055 diff --git a/go_test/MANIFEST.json b/go_test/MANIFEST.json index ef5dbee16..f2b11a9fc 100644 --- a/go_test/MANIFEST.json +++ b/go_test/MANIFEST.json @@ -6108,14 +6108,14 @@ }, "parts": { "dom-parts-parseparts-002-crash.tentative.html": [ - "bd2a0b588ba7fc6337727e3a5cb44299412a34b4", + "c352c50349538d2a7b45728d1daa84c226680996", [ null, {} ] ], "dom-parts-parseparts-crash.tentative.html": [ - "e0f7782e23a183ee1a81af3b602ed0daf21c9158", + "ad6649d854086b45a9c8c6d0d02d677396f53ba1", [ null, {} @@ -8936,6 +8936,13 @@ }, "scroll-animations": { "crashtests": { + "clip-path-with-view-timeline.html": [ + "06c12e9bb4a1140d0f52563cff62bd971db30edc", + [ + null, + {} + ] + ], "invalid-animation-range.html": [ "43b23c93b607ac943d0c996f1baffed82dc5fbfe", [ @@ -45929,6 +45936,19 @@ {} ] ], + "border-conflict-style-107.html": [ + "8b1c72d2bc3af7c5a7feab1d44db10c3acca1ae7", + [ + null, + [ + [ + "/css/reference/ref-filled-green-200px-square.html", + "==" + ] + ], + {} + ] + ], "border-dynamic-001.xht": [ "dc73fecbfa648689495586e9baa02e7c3f480ca6", [ @@ -105336,6 +105356,19 @@ {} ] ], + "border-collapse-006.html": [ + "f96c40cf95075703a67e9b13ef5b6f9e4e663ff8", + [ + null, + [ + [ + "/css/reference/ref-filled-green-200px-square.html", + "==" + ] + ], + {} + ] + ], "border-collapse-applies-to-016.xht": [ "f102d6a799b195388f57396024532947e3357303", [ @@ -223481,6 +223514,32 @@ {} ] ], + "scroll-buttons-003.html": [ + "dae822892f556b2778150a78632a01080d62aedc", + [ + null, + [ + [ + "/css/css-overflow/scroll-buttons-001-ref.html", + "==" + ] + ], + {} + ] + ], + "scroll-buttons-004.html": [ + "f1ac00a326ea0a6ae48a1844b14026f99ada0459", + [ + null, + [ + [ + "/css/css-overflow/scroll-buttons-001-ref.html", + "==" + ] + ], + {} + ] + ], "scroll-buttons-disabled-rtl.html": [ "08494066bd71a70bcb3a42780d04a4d0f8cfaf51", [ @@ -223494,6 +223553,19 @@ {} ] ], + "scroll-buttons-disabled-snapping.html": [ + "8f6206a31c29ac05810c786532f4a7a96ea954df", + [ + null, + [ + [ + "/css/css-overflow/scroll-buttons-disabled-snapping-ref.html", + "==" + ] + ], + {} + ] + ], "scroll-buttons-disabled-vertical-ltr.html": [ "41da427cdc6f434c92d230e3418bed23284645fd", [ @@ -227989,6 +228061,19 @@ {} ] ], + "position-sticky-column-reverse-flex.html": [ + "29ed888fc2b943ebef42832eee44cf35b317a72e", + [ + null, + [ + [ + "/css/css-position/sticky/position-sticky-column-reverse-flex-ref.html", + "==" + ] + ], + {} + ] + ], "position-sticky-contained-by-display-table.html": [ "e9c016e9387204d64779c98bd695097e69d62568", [ @@ -234214,7 +234299,7 @@ {} ] ], - "has-slotted-001.tentative.html": [ + "has-slotted-001.html": [ "e750d97a180b5daa6eb0ac18e7178372eeaf96b6", [ null, @@ -234227,7 +234312,7 @@ {} ] ], - "has-slotted-002.tentative.html": [ + "has-slotted-002.html": [ "729f105719b98ac791cf1f7ba9ceae88f38a4b4e", [ null, @@ -234240,7 +234325,7 @@ {} ] ], - "has-slotted-003.tentative.html": [ + "has-slotted-003.html": [ "7578413ff3977094a5ffbcb151498a92ddc4c36d", [ null, @@ -234253,8 +234338,21 @@ {} ] ], - "has-slotted-flattened-001.tentative.html": [ - "0235f99e21f1c9ba0382e7a8936f8f1050a854fe", + "has-slotted-flattened-001.html": [ + "cd6436a7145064db3555b5d316f81a191a0db614", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square-only.html", + "==" + ] + ], + {} + ] + ], + "has-slotted-flattened-002.html": [ + "84e4c63953ed739f7a7d7cbdb619aebaec59dbb0", [ null, [ @@ -234266,8 +234364,8 @@ {} ] ], - "has-slotted-flattened-002.tentative.html": [ - "f37b6217789954240d4577b05bd5669950d72477", + "has-slotted-flattened-003.html": [ + "e16abd7be8917ae368c5e93b0b316cd33bfa78fa", [ null, [ @@ -234279,8 +234377,8 @@ {} ] ], - "has-slotted-flattened-003.tentative.html": [ - "5f007fbd1b0fb4220a2214cb169c93a88dd2029a", + "has-slotted-flattened-004.html": [ + "365aad154dc746c922adce568972025e1f8430b2", [ null, [ @@ -247570,6 +247668,58 @@ ] ], "tentative": { + "border-collapse-spanning-cells-001.html": [ + "47d5c634f8396d674f56a1bd046462201d5ac48a", + [ + null, + [ + [ + "/css/reference/ref-filled-green-200px-square.html", + "==" + ] + ], + {} + ] + ], + "border-collapse-spanning-cells-002.html": [ + "83543b0708bfbcae732d7883bd28f46fe856fa7b", + [ + null, + [ + [ + "/css/reference/ref-filled-green-200px-square.html", + "==" + ] + ], + {} + ] + ], + "border-collapse-spanning-cells-003.html": [ + "9d28d4c730e79e6e858137483eb25d4d4bcde880", + [ + null, + [ + [ + "/css/reference/ref-filled-green-200px-square.html", + "==" + ] + ], + {} + ] + ], + "border-collapse-spanning-cells-004.html": [ + "1eb77891053aba7ce65afd3f4965a3ab1d7d45e3", + [ + null, + [ + [ + "/css/reference/ref-filled-green-200px-square.html", + "==" + ] + ], + {} + ] + ], "padding-percentage.html": [ "67f8009de365a32275232b5c5b008072a0c8fc17", [ @@ -314117,6 +314267,19 @@ {} ] ], + "input-range-zero-inline-size.html": [ + "2779a2e73efa227ed335d2fc3293dddab54023d7", + [ + null, + [ + [ + "/css/css-writing-modes/forms/input-range-zero-inline-size-ref.html", + "==" + ] + ], + {} + ] + ], "meter-appearance-native-horizontal-rtl.optional.html": [ "65bbd653b5c7e2bfdf25595a2504a1a741c348cd", [ @@ -335459,6 +335622,58 @@ ] }, "text": { + "canvas.2d.direction.inherit.canvas.html": [ + "c6eee5d9a8c13b45f603f9d8ac61e71f1349dc8a", + [ + null, + [ + [ + "/html/canvas/element/manual/text/canvas.2d.direction-ref.html", + "==" + ] + ], + {} + ] + ], + "canvas.2d.direction.inherit.disconnected.canvas.html": [ + "0499563763a8eebf6a3900a91814d5b2b70208c1", + [ + null, + [ + [ + "/html/canvas/element/manual/text/canvas.2d.direction-ref.html", + "==" + ] + ], + {} + ] + ], + "canvas.2d.direction.inherit.document.html": [ + "c9a3e3bdfd0a56f4ac929dcd23b4ecf0d283f30d", + [ + null, + [ + [ + "/html/canvas/element/manual/text/canvas.2d.direction-ref.html", + "==" + ] + ], + {} + ] + ], + "canvas.2d.direction.inherit.style.html": [ + "8405f56443ea0b66593c89fb53a15cb6c97e97e6", + [ + null, + [ + [ + "/html/canvas/element/manual/text/canvas.2d.direction-ref.html", + "==" + ] + ], + {} + ] + ], "canvas.2d.disconnected.html": [ "a1715f6663c96289adac6db909035020b6640d1c", [ @@ -339007,6 +339222,60 @@ {} ] ] + }, + "text": { + "canvas.2d.offscreen.direction.html": [ + "422cbac3082687376c390af92c819fb7f021354f", + [ + null, + [ + [ + "/html/canvas/offscreen/manual/text/canvas.2d.offscreen.direction-ref.html", + "==" + ] + ], + {} + ] + ], + "canvas.2d.offscreen.transferred.direction.inherit.document.html": [ + "670a8036eaca17e9cad28992a02985093bd14bb8", + [ + null, + [ + [ + "/html/canvas/offscreen/manual/text/canvas.2d.offscreen.direction-ref.html", + "==" + ] + ], + {} + ] + ], + "canvas.2d.offscreen.transferred.direction.inherit.html": [ + "2e32faf863b1392549220b6984ab473fa4840ace", + [ + null, + [ + [ + "/html/canvas/offscreen/manual/text/canvas.2d.offscreen.direction-ref.html", + "==" + ] + ], + {} + ] + ], + "canvas.2d.offscreen.worker.direction.html": [ + "c35359b5808312cc836dca4c9ae5addaeef3be47", + [ + null, + [ + [ + "/html/canvas/offscreen/manual/text/canvas.2d.offscreen.direction-ref.html", + "==" + ] + ], + {} + ] + ] } }, "reset": { @@ -347766,6 +348035,19 @@ {} ] ], + "dialog-popover-overlay.html": [ + "7fa820e76ff0920562dafa09741ab1b418c15d18", + [ + null, + [ + [ + "/html/semantics/interactive-elements/the-dialog-element/dialog-popover-overlay-ref.html", + "==" + ] + ], + {} + ] + ], "dialogs-with-no-backdrop.html": [ "fec4ba85874e898bd5f4ffc698b5881513346217", [ @@ -363768,7 +364050,7 @@ [] ], "docker.yml": [ - "9b9b471c600dfb44c944bca7c0d612ddd30f7d9b", + "99bb68b9594652dda9329520fd87518061cf025a", [] ], "documentation.yml": [ @@ -430539,6 +430821,10 @@ "8caeea5c1225e8557aa4d0c00f2e01b77a0e2b1d", [] ], + "scroll-buttons-disabled-snapping-ref.html": [ + "7603e0ce1c6db7a39ce356405fcf88dc804f3b27", + [] + ], "scroll-buttons-disabled-vertical-ltr-ref.html": [ "dbc5762ed4e3f57d930d9989d575bb12fd7c5197", [] @@ -432146,6 +432432,10 @@ "ccbeaa8ca7fd8c8dc301542020cc8ccd96d41da7", [] ], + "position-sticky-column-reverse-flex-ref.html": [ + "731c34488aa7bcb32912743c82f45f4e418dc873", + [] + ], "position-sticky-contained-by-display-table-ref.html": [ "32115516ef6c17577a1221d2f33f6d018ee1b368", [] @@ -445970,6 +446260,10 @@ "7fe6db34073b8d3ffe668b5b1012874f1c0a33f4", [] ], + "input-range-zero-inline-size-ref.html": [ + "f5900394ca6517009d5fd84273b4efaf0dae1d4d", + [] + ], "manual": { "support": { "form-controls-slr.png": [ @@ -453690,7 +453984,7 @@ [] ], "syntax-mediakeysession.js": [ - "fac31cbb3e57e9890d83f4c4fb671eaa7de11c3a", + "0c6d3c6c64d4ee68558141b2f8d34f18c4177076", [] ], "syntax-mediakeysystemaccess.js": [ @@ -456222,7 +456516,7 @@ ], "resources": { "helper.js": [ - "5cbb183acf1d7e295ff84d17706c681c634e9b2e", + "502e07aa4b51f9d935aba290c711d7a71803cd91", [] ], "permissions-policy-deferred-fetch.html": [ @@ -456231,13 +456525,37 @@ ] } }, + "quota": { + "README.md": [ + "fc59ea73f4e46d7fc9b92ecc9e755335732bad4d", + [] + ], + "cross-origin-iframe": { + "README.md": [ + "bd802f0b2d2c8d30e97015a8d69804ccac564f5e", + [] + ] + }, + "resources": { + "helper.js": [ + "bd9571c82f58459ec0a9f27d50370bc9ca7913b7", + [] + ] + }, + "same-origin-iframe": { + "README.md": [ + "025422314edc35e6b84f05b63a31b607a7dcd7c0", + [] + ] + } + }, "resources": { "fetch-later-helper.js": [ - "566b3e0a1a4d0d57f857f5972fc99f2bb57e742b", + "ef1d7090a8f5e6f81d0db9572d7d2d4cc8dd7658", [] ], "fetch-later.html": [ - "b569e1a076ac210d87d01b51ded0a8943476eac0", + "b295be116c731c5ceec2d222ecd999fc5342d5c6", [] ], "get_beacon.py": [ @@ -462266,6 +462584,10 @@ ] }, "text": { + "canvas.2d.direction-ref.html": [ + "e7f685244d9a5bbcf159f229bf405c5132287241", + [] + ], "canvas.2d.disconnected-ref.html": [ "b36d29b97f5e3b0065ea13ca008ce0054835efdc", [] @@ -463267,6 +463589,16 @@ [] ] }, + "text": { + "canvas.2d.offscreen.direction-ref.html": [ + "8949caa8486848a4d8f820752e1d73d26e2fc07d", + [] + ], + "text-direction-worker.js": [ + "9375ec16f231ec6f6d7d082fcd1b46ebf72a624f", + [] + ] + }, "the-offscreen-canvas": { "offscreencanvas.transferrable.sw.js": [ "fc7265a48c393566ad8c9fe7b73281e4f5137b21", @@ -463427,7 +463759,7 @@ [] ], "gentestutils.py": [ - "8fa33e3975c821ce085aaf09d8b5af6e4a9b764e", + "ee0385fc70124185d26d16986ceafdb8348955e2", [] ], "gentestutilsunion.py": [ @@ -463513,19 +463845,19 @@ ] }, "templates.yaml": [ - "4ca690e2b42d4a3d5dc3736577bf3b72a61d8949", + "dcef1b85ecf26b951e722704376de44e5532ede6", [] ], "yaml": { "element": { "meta.yaml": [ - "65ef32cb31bfa7091cd5f4961b5ba48d3250b086", + "44db64521d304bfc1d27132e81bd8f3dd3b841a6", [] ] }, "offscreen": { "meta.yaml": [ - "302660959a21fc4c5fceca158634fdd6f6140bc4", + "384992a4824776c53ccb9c0d2c9bd1e89ab3e3c9", [] ] } @@ -464418,6 +464750,10 @@ "b1579add2e033e9dfc6c8bb18f9e523b246326ac", [] ], + "reporting-worker.js": [ + "ff40749cfa6d8bab06b16ed5d9877d4608041a08", + [] + ], "shared-worker-fetch.js.py": [ "bf46cd291d4b955c35082e8f611b772d70267253", [] @@ -464430,6 +464766,10 @@ "00b9e9395a7ec2171b3fee9d75f6ccb1d46ee60f", [] ], + "sw.js": [ + "57f0b41ba5b5ff6318e1e4913dfd13bdb1f237a4", + [] + ], "worker-support.js": [ "349b4eb9117b1c397e656435c8c1adf85964baa8", [] @@ -471945,6 +472285,10 @@ "6ffd72296d8302c71866624b08b1b3213f1b5e4e", [] ], + "dialog-popover-overlay-ref.html": [ + "46581691ffc2e9b69f4902ca9de57b373cc88fc3", + [] + ], "dialogs-with-no-backdrop-ref.html": [ "4b31dc7062e697496f4edfaf98a70c0e794c6245", [] @@ -472267,10 +472611,6 @@ [] ], "resources": { - "popover-hover-hide-common.js": [ - "9f407ef157d8a4f86c2787ed27e73e07dfb3b129", - [] - ], "popover-invoking-attribute.js": [ "d2911647e1520a31a33e1d8ff6bbacab7de5860d", [] @@ -473875,7 +474215,7 @@ "interest-target": { "resources": { "invoker-utils.js": [ - "4261f9c0d32fa2911a3a8ce252246e55a655655f", + "cedc823a5bacaee9812ea0b2edb23b00735b7529", [] ] } @@ -485886,7 +486226,7 @@ [] ], "webxr-test.js": [ - "49938dc3ec1e7609b9bc18e10f10217e6f9c88c3", + "21bbc002dc45c1caae4083f8b851c7ccc8ab674f", [] ], "webxr-test.js.headers": [ @@ -486440,16 +486780,16 @@ "7ac32665e19a0b6c48db80a2c063f3b3e37600ab", [] ], - "sethtml-safety.dat": [ - "ce14d5653c614103789070ac00f79e1971ba89f9", + "sethtml-safety.sub.dat": [ + "4ec50f3ea06bb29bf3e73a31f390a35215a3cd4d", [] ], - "sethtml-tree-construction.dat": [ + "sethtml-tree-construction.sub.dat": [ "c5c30f613134d29030a7dbd8b03ac0f181b630bb", [] ], - "sethtml-unsafety.dat": [ - "cdf17df3b59f0be92ddc26676d7bfe18b0af6f68", + "sethtml-unsafety.sub.dat": [ + "8f3c2dea889a936cdd54a7bdf6edbe69132a7e3f", [] ], "support": { @@ -505199,7 +505539,7 @@ [] ], "require-trusted-types-for-report-only.html.headers": [ - "c6412f8d472fcfd6022b0ae485f52b3d3dedd820", + "8344761bdddf837ef11cc2e1b0285675765fe6ac", [] ], "resources": { @@ -505285,6 +505625,10 @@ "5660deaf1e45fc5d1342baf9054693127c360a64", [] ], + "csp-violations.js": [ + "61b763911f7b50c2b4f7968979ce625334a7c3f4", + [] + ], "event-handler-attributes.mjs": [ "8d54524950b9c09d8e4dccbb369968262c3098fd", [] @@ -505321,10 +505665,6 @@ "41dce761def94a328ac75f05699a6f079e0d0bee", [] ], - "resolve-spv.js": [ - "89e58b2a8b75e0200d145b028d032caa688f32cd", - [] - ], "set-inner-html.js": [ "45053d43e362e223e0ce5e6dffb4da09c0ce3f34", [] @@ -505355,7 +505695,7 @@ [] ], "trusted-types-report-only.html.headers": [ - "857a8b31e86bc395e95913ee521d4fc73109c74c", + "383f05138fe6260ef7ac67186d336f323d3db8f4", [] ], "trusted-types-reporting-check-report.html.sub.headers": [ @@ -508956,7 +509296,7 @@ }, "network": { "__init__.py": [ - "dd0eae49ac1bfba8e4559bdb9d01d885c3cb999d", + "840b8086d1373852dad9c2468736b98a76044b49", [] ], "add_intercept": { @@ -519043,32 +519383,83 @@ {} ] ], - "idbfactory_cmp.htm": [ - "e896743ff6ef4cf8987ded93f9ae48aa5ced0812", + "idbfactory_cmp.any.js": [ + "2fa4b7b6a484c7899d1100a84455eab7dda329de", [ - null, - {} - ] - ], - "idbfactory_cmp2.htm": [ - "68f87333db07f0d1799d0fa2161a025e3f143c84", + "IndexedDB/idbfactory_cmp.any.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IDBFactory.cmp()" + ], + [ + "script", + "resources/support-promises.js" + ] + ] + } + ], [ - null, - {} - ] - ], - "idbfactory_cmp3.htm": [ - "749fd7b8614913d60e2fe1635f5bd89d251f5a77", + "IndexedDB/idbfactory_cmp.any.serviceworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IDBFactory.cmp()" + ], + [ + "script", + "resources/support-promises.js" + ] + ] + } + ], [ - null, - {} - ] - ], - "idbfactory_cmp4.htm": [ - "757e7c239730c30804b40eba3301eb575c4cd58b", + "IndexedDB/idbfactory_cmp.any.sharedworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IDBFactory.cmp()" + ], + [ + "script", + "resources/support-promises.js" + ] + ] + } + ], [ - null, - {} + "IndexedDB/idbfactory_cmp.any.worker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IDBFactory.cmp()" + ], + [ + "script", + "resources/support-promises.js" + ] + ] + } ] ], "idbfactory_deleteDatabase.htm": [ @@ -520582,26 +520973,240 @@ {} ] ], - "idbobjectstore-rename-abort.html": [ - "0a7c54ee58f51927add8ed11aa5817d2b3fdbadd", + "idbobjectstore-rename-abort.any.js": [ + "b285fca78320b5d45f0b7dffe6e2c6d48e17a4ff", [ - null, - {} + "IndexedDB/idbobjectstore-rename-abort.any.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: object store renaming support in aborted transactions" + ], + [ + "script", + "resources/support-promises.js" + ] + ] + } + ], + [ + "IndexedDB/idbobjectstore-rename-abort.any.serviceworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: object store renaming support in aborted transactions" + ], + [ + "script", + "resources/support-promises.js" + ] + ] + } + ], + [ + "IndexedDB/idbobjectstore-rename-abort.any.sharedworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: object store renaming support in aborted transactions" + ], + [ + "script", + "resources/support-promises.js" + ] + ] + } + ], + [ + "IndexedDB/idbobjectstore-rename-abort.any.worker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: object store renaming support in aborted transactions" + ], + [ + "script", + "resources/support-promises.js" + ] + ] + } ] ], - "idbobjectstore-rename-errors.html": [ - "ad2ff9a6577d05029016ec8fbef7fe3acdb74e15", + "idbobjectstore-rename-errors.any.js": [ + "32e52ffa5f8c4982ac30fdf6eb040e11dbc077d0", [ - null, - {} + "IndexedDB/idbobjectstore-rename-errors.any.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: object store renaming error handling" + ], + [ + "script", + "resources/support-promises.js" + ] + ] + } + ], + [ + "IndexedDB/idbobjectstore-rename-errors.any.serviceworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: object store renaming error handling" + ], + [ + "script", + "resources/support-promises.js" + ] + ] + } + ], + [ + "IndexedDB/idbobjectstore-rename-errors.any.sharedworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: object store renaming error handling" + ], + [ + "script", + "resources/support-promises.js" + ] + ] + } + ], + [ + "IndexedDB/idbobjectstore-rename-errors.any.worker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: object store renaming error handling" + ], + [ + "script", + "resources/support-promises.js" + ] + ] + } ] ], - "idbobjectstore-rename-store.html": [ - "97fa2e0c1fee475b006ff36df7d1099c87ac3190", + "idbobjectstore-rename-store.any.js": [ + "5877c045bc3d39a8c161c68aa8c8c7f837584b61", [ - null, + "IndexedDB/idbobjectstore-rename-store.any.html", { - "timeout": "long" + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: object store renaming support" + ], + [ + "script", + "resources/support-promises.js" + ] + ] + } + ], + [ + "IndexedDB/idbobjectstore-rename-store.any.serviceworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: object store renaming support" + ], + [ + "script", + "resources/support-promises.js" + ] + ] + } + ], + [ + "IndexedDB/idbobjectstore-rename-store.any.sharedworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: object store renaming support" + ], + [ + "script", + "resources/support-promises.js" + ] + ] + } + ], + [ + "IndexedDB/idbobjectstore-rename-store.any.worker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: object store renaming support" + ], + [ + "script", + "resources/support-promises.js" + ] + ] } ] ], @@ -521814,18 +522419,162 @@ {} ] ], - "idbtransaction-objectStore-exception-order.html": [ - "9b5c4ac4b94605b0d16d3ff8b98cdf73aa0a6c87", + "idbtransaction-objectStore-exception-order.any.js": [ + "56856fd3134d5f933b14d0ebadbab80bc8dfbea9", [ - null, - {} + "IndexedDB/idbtransaction-objectStore-exception-order.any.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: IDBTransaction objectStore() Exception Ordering" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/idbtransaction-objectStore-exception-order.any.serviceworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: IDBTransaction objectStore() Exception Ordering" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/idbtransaction-objectStore-exception-order.any.sharedworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: IDBTransaction objectStore() Exception Ordering" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/idbtransaction-objectStore-exception-order.any.worker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: IDBTransaction objectStore() Exception Ordering" + ], + [ + "script", + "resources/support.js" + ] + ] + } ] ], - "idbtransaction-objectStore-finished.html": [ - "de2cad51afe1b52fcfca88b8ef590b6b9dbc9a1f", + "idbtransaction-objectStore-finished.any.js": [ + "a5713d5885b2d60aac1d421a37c5014fd40c7f17", [ - null, - {} + "IndexedDB/idbtransaction-objectStore-finished.any.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: IDBTransaction objectStore() when transaction is finished" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/idbtransaction-objectStore-finished.any.serviceworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: IDBTransaction objectStore() when transaction is finished" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/idbtransaction-objectStore-finished.any.sharedworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: IDBTransaction objectStore() when transaction is finished" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/idbtransaction-objectStore-finished.any.worker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: IDBTransaction objectStore() when transaction is finished" + ], + [ + "script", + "resources/support.js" + ] + ] + } ] ], "idbtransaction-oncomplete.htm": [ @@ -522082,40 +522831,398 @@ {} ] ], - "keypath-exceptions.htm": [ - "b0569f9294e2079d5c11bc3d6b5a6a2568302cba", + "keypath-exceptions.any.js": [ + "6e945147829192b854639d3a79616e5bea71c761", [ - null, - {} + "IndexedDB/keypath-exceptions.any.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: Exceptions in extracting keys from values (ES bindings)" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/keypath-exceptions.any.serviceworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: Exceptions in extracting keys from values (ES bindings)" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/keypath-exceptions.any.sharedworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: Exceptions in extracting keys from values (ES bindings)" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/keypath-exceptions.any.worker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: Exceptions in extracting keys from values (ES bindings)" + ], + [ + "script", + "resources/support.js" + ] + ] + } ] ], - "keypath-special-identifiers.htm": [ - "a521ed8bb89c4357fe5bbc0ec1c0737f6ac0c7cf", + "keypath-special-identifiers.any.js": [ + "7bd8114e2d82012f513adb9ba4f174e42af9bbdd", [ - null, - {} + "IndexedDB/keypath-special-identifiers.any.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: Special-cased identifiers in extracting keys from values (ES bindings)" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/keypath-special-identifiers.any.serviceworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: Special-cased identifiers in extracting keys from values (ES bindings)" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/keypath-special-identifiers.any.sharedworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: Special-cased identifiers in extracting keys from values (ES bindings)" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/keypath-special-identifiers.any.worker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: Special-cased identifiers in extracting keys from values (ES bindings)" + ], + [ + "script", + "resources/support.js" + ] + ] + } ] ], - "keypath.htm": [ - "06f5947d35c8d92dcf235e3b21c72ee0dd2eb0dc", + "keypath.any.js": [ + "c47dd72e8729cbbd56b9594ba752197a47e1efac", [ - null, - {} + "IndexedDB/keypath.any.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "Keypath" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/keypath.any.serviceworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "Keypath" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/keypath.any.sharedworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "Keypath" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/keypath.any.worker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "Keypath" + ], + [ + "script", + "resources/support.js" + ] + ] + } ] ], - "keypath_invalid.htm": [ - "6aa33c854ac14447ca922dfab2005a7342a9ac1c", + "keypath_invalid.any.js": [ + "b755c4d16cda1991bf90fadfe44d0277033afbf0", [ - null, - {} + "IndexedDB/keypath_invalid.any.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "Invalid keypath" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/keypath_invalid.any.serviceworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "Invalid keypath" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/keypath_invalid.any.sharedworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "Invalid keypath" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/keypath_invalid.any.worker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "Invalid keypath" + ], + [ + "script", + "resources/support.js" + ] + ] + } ] ], - "keypath_maxsize.htm": [ - "1abbc1403d4681ff287af0d07537ab5ca7924c9b", + "keypath_maxsize.any.js": [ + "e20a9b1d3a9203eab2f4420f28a9abd547fac222", [ - null, + "IndexedDB/keypath_maxsize.any.html", { - "timeout": "long" + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "Keypath" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/keypath_maxsize.any.serviceworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "Keypath" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/keypath_maxsize.any.sharedworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "Keypath" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/keypath_maxsize.any.worker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "Keypath" + ], + [ + "script", + "resources/support.js" + ] + ] } ] ], @@ -522948,29 +524055,309 @@ {} ] ], - "request-abort-ordering.html": [ - "4374d8de7089375e312fe8c40efe4176fc71776f", + "request-abort-ordering.any.js": [ + "e050d327695f08303918d0bfb9eb0fc586f97b05", [ - null, + "IndexedDB/request-abort-ordering.any.html", { - "timeout": "long" + "script_metadata": [ + [ + "title", + "IndexedDB: request abort events are delivered in order" + ], + [ + "global", + "window,worker" + ], + [ + "script", + "resources/support-promises.js" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/request-abort-ordering.any.serviceworker.html", + { + "script_metadata": [ + [ + "title", + "IndexedDB: request abort events are delivered in order" + ], + [ + "global", + "window,worker" + ], + [ + "script", + "resources/support-promises.js" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/request-abort-ordering.any.sharedworker.html", + { + "script_metadata": [ + [ + "title", + "IndexedDB: request abort events are delivered in order" + ], + [ + "global", + "window,worker" + ], + [ + "script", + "resources/support-promises.js" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/request-abort-ordering.any.worker.html", + { + "script_metadata": [ + [ + "title", + "IndexedDB: request abort events are delivered in order" + ], + [ + "global", + "window,worker" + ], + [ + "script", + "resources/support-promises.js" + ], + [ + "script", + "resources/support.js" + ] + ] } ] ], - "request-event-ordering.html": [ - "71eda0dd1dfdc5a54fab4ed764e063936ac0905d", + "request-event-ordering.any.js": [ + "89c45091f1d766ed2961d8dbe0f8d0318df7e406", [ - null, + "IndexedDB/request-event-ordering.any.html", + { + "script_metadata": [ + [ + "title", + "IndexedDB: request result events are delivered in order" + ], + [ + "global", + "window,worker" + ], + [ + "script", + "resources/support-promises.js" + ], + [ + "script", + "resources/support.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "IndexedDB/request-event-ordering.any.serviceworker.html", + { + "script_metadata": [ + [ + "title", + "IndexedDB: request result events are delivered in order" + ], + [ + "global", + "window,worker" + ], + [ + "script", + "resources/support-promises.js" + ], + [ + "script", + "resources/support.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "IndexedDB/request-event-ordering.any.sharedworker.html", { + "script_metadata": [ + [ + "title", + "IndexedDB: request result events are delivered in order" + ], + [ + "global", + "window,worker" + ], + [ + "script", + "resources/support-promises.js" + ], + [ + "script", + "resources/support.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "IndexedDB/request-event-ordering.any.worker.html", + { + "script_metadata": [ + [ + "title", + "IndexedDB: request result events are delivered in order" + ], + [ + "global", + "window,worker" + ], + [ + "script", + "resources/support-promises.js" + ], + [ + "script", + "resources/support.js" + ], + [ + "timeout", + "long" + ] + ], "timeout": "long" } ] ], - "request_bubble-and-capture.htm": [ - "8238e2c9ca140513e365f1619c96c86706d01397", + "request_bubble-and-capture.any.js": [ + "c80d7f5fd5c42bb625a0ba48bbdc995ab5d7eda1", [ - null, - {} + "IndexedDB/request_bubble-and-capture.any.html", + { + "script_metadata": [ + [ + "title", + "Bubbling and capturing of request events" + ], + [ + "global", + "window,worker" + ], + [ + "script", + "resources/support-promises.js" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/request_bubble-and-capture.any.serviceworker.html", + { + "script_metadata": [ + [ + "title", + "Bubbling and capturing of request events" + ], + [ + "global", + "window,worker" + ], + [ + "script", + "resources/support-promises.js" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/request_bubble-and-capture.any.sharedworker.html", + { + "script_metadata": [ + [ + "title", + "Bubbling and capturing of request events" + ], + [ + "global", + "window,worker" + ], + [ + "script", + "resources/support-promises.js" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], + [ + "IndexedDB/request_bubble-and-capture.any.worker.html", + { + "script_metadata": [ + [ + "title", + "Bubbling and capturing of request events" + ], + [ + "global", + "window,worker" + ], + [ + "script", + "resources/support-promises.js" + ], + [ + "script", + "resources/support.js" + ] + ] + } ] ], "serialize-sharedarraybuffer-throws.https.html": [ @@ -534289,7 +535676,7 @@ ] ], "ai_translator_translate.tentative.https.any.js": [ - "896fee9259911dfe5fb188728c405a6cbddca98b", + "a45fb2b621a67d97551957e7a50cfc2e08aee386", [ "ai/translator/ai_translator_translate.tentative.https.any.html", { @@ -542288,7 +543675,7 @@ }, "clear-site-data": { "clear-cache.https.html": [ - "8cdaf2a55271987943dfb25a37d98295068b57b2", + "eab2e5975025afffd8c46011c2446e91f8c5ef92", [ null, { @@ -561777,6 +563164,132 @@ {} ] ], + "animation-trigger-exit-range-end-computed.html": [ + "d2baab5b2a5c23e42c377341ebba82f9fc605072", + [ + null, + {} + ] + ], + "animation-trigger-exit-range-end-invalid.html": [ + "111847151ef6c03db61470c746654e6705884918", + [ + null, + {} + ] + ], + "animation-trigger-exit-range-end-valid.html": [ + "9a41889d3396de0a83a448a99684b011bc7eadd4", + [ + null, + {} + ] + ], + "animation-trigger-exit-range-shorthand.html": [ + "5ddc0682ea8e548ca38a24a6093932c54dd17d3a", + [ + null, + {} + ] + ], + "animation-trigger-exit-range-start-computed.html": [ + "a48e15a578dcbb3e5b0eeab18476242f445d99ae", + [ + null, + {} + ] + ], + "animation-trigger-exit-range-start-invalid.html": [ + "220b8028dd312e154c4b7c63f6aa4264b138ffc5", + [ + null, + {} + ] + ], + "animation-trigger-exit-range-start-valid.html": [ + "11d1adb26f8983d5460a250db1a47113720b8313", + [ + null, + {} + ] + ], + "animation-trigger-range-end-computed.html": [ + "63ee6218f12bdd23992f654a823fe66adb6879c7", + [ + null, + {} + ] + ], + "animation-trigger-range-end-invalid.html": [ + "8d66ac661d5434d650b1fdc299f4019ade53d842", + [ + null, + {} + ] + ], + "animation-trigger-range-end-valid.html": [ + "6d9533e26480929794d488cf66a82c5e22e2fd62", + [ + null, + {} + ] + ], + "animation-trigger-range-shorthand.html": [ + "371a3c70d1bda76c07a1cb1be232639ef35aca52", + [ + null, + {} + ] + ], + "animation-trigger-range-start-computed.html": [ + "7b1f9e37e62f74f6ff53e975db02fa08f4fe2a32", + [ + null, + {} + ] + ], + "animation-trigger-range-start-invalid.html": [ + "6c056d06e9686557643760fb7c42646aaa360620", + [ + null, + {} + ] + ], + "animation-trigger-range-start-valid.html": [ + "d48151b6db07693ee7157b44477be8630905a07a", + [ + null, + {} + ] + ], + "animation-trigger-timeline-parsing.tentative.html": [ + "5d47a1e5e45693b365e863643bf57350ba16a835", + [ + null, + {} + ] + ], + "animation-trigger-type-computed.tentative.html": [ + "073758a28b94fd17326665075bfb884ace73e1a6", + [ + null, + {} + ] + ], + "animation-trigger-type-invalid.tentative.html": [ + "9c669021c736e17fa4fd7f3b70a40eb003eea931", + [ + null, + {} + ] + ], + "animation-trigger-type-valid.tentative.html": [ + "a94e8ec88994e36de12d25703908f0c4a0ea5ad4", + [ + null, + {} + ] + ], "animation-valid.html": [ "e0b54dca2f2655f2da3cd7fa7794cf71d3d7186f", [ @@ -565873,6 +567386,20 @@ {} ] ], + "scroll-state-scrollable-body-001.html": [ + "de2920a755d04ec144fa857b385c806e43de94c3", + [ + null, + {} + ] + ], + "scroll-state-scrollable-body-002.html": [ + "baf300371603257bb478cfbf6d3632f04451021c", + [ + null, + {} + ] + ], "scroll-state-scrollable-change.html": [ "0554b3d3a03754b37e51b80d6c39449a7827a78e", [ @@ -565901,6 +567428,13 @@ {} ] ], + "scroll-state-scrollable-root.html": [ + "bc1c71c186cd61c6effbc9c03f6bea7d93b4ec3d", + [ + null, + {} + ] + ], "scroll-state-scrollable-wm.html": [ "717205f0045869980c4710ac50d0fad35d57eca7", [ @@ -570192,6 +571726,13 @@ {} ] ], + "font-weight-sign-function.html": [ + "d65284fb7a8da07bca74b7c2776da8fb0f4c85d7", + [ + null, + {} + ] + ], "format-specifiers-variations.html": [ "32b8ebed67ebdfd5d10ef374e68d4effb8d9028d", [ @@ -576536,7 +578077,7 @@ ] ], "clip-path-interpolation-shape.html": [ - "763cf00ec1a35e1c24a79b5cef95ffa8f1ab7825", + "6d85c2a06b491bbc54e7cfba6705fd9b6af2098f", [ null, {} @@ -577036,6 +578577,22 @@ } } }, + "css-mixins": { + "at-function-parsing.html": [ + "6ab77c5e4d85340da327606650113261e0ed5300", + [ + null, + {} + ] + ], + "dashed-function-eval.html": [ + "eb706ee3c9919086d006366bd16021ac6e3a2cc9", + [ + null, + {} + ] + ] + }, "css-multicol": { "animation": { "column-count-interpolation.html": [ @@ -577102,6 +578659,27 @@ {} ] ], + "getclientrects-002.html": [ + "7efdef40e5a8dcb4e9ae6d012ec3154d42e3e622", + [ + null, + {} + ] + ], + "getclientrects-003.html": [ + "df97d6648f6ad5b0df0c0760c5f086247a00bd1c", + [ + null, + {} + ] + ], + "getclientrects-004.html": [ + "f2519521e544d1cd5b7d1daec64c8fe18483cb8b", + [ + null, + {} + ] + ], "going-out-of-flow-after-spanner.html": [ "2fe0e42a7522647b7eca4db1e6f710a9975faaa4", [ @@ -577964,43 +579542,41 @@ {} ] ], - "parsing": { - "scroll-buttons-invalid.html": [ - "752aa3c865be5cf2c24c22ab00f97c0b375feb93", - [ - null, - {} - ] - ], - "scroll-buttons-valid.html": [ - "b4e747efadfce0f2492bf740d93fe26b23911bd5", - [ - null, - {} - ] - ], - "scroll-markers-computed.html": [ - "882ed83fe723c6984c588ae34bcdd93fd365fcdc", - [ - null, - {} - ] - ], - "scroll-markers-invalid.html": [ - "5194d5ab72b2f1126fda82dfb2c3126bcf9c6ab5", - [ - null, - {} - ] - ], - "scroll-markers-valid.html": [ - "760efc877288115388018f6d014fcca8d79863b3", - [ - null, - {} - ] + "scroll-buttons-invalid.html": [ + "a7306df84d6bd9695ec389a3dfa58e2c97065fe6", + [ + null, + {} ] - }, + ], + "scroll-buttons-valid.html": [ + "a1af4c89b47b3a0df1da126954cdb9ae16fef39a", + [ + null, + {} + ] + ], + "scroll-markers-computed.html": [ + "882ed83fe723c6984c588ae34bcdd93fd365fcdc", + [ + null, + {} + ] + ], + "scroll-markers-invalid.html": [ + "5194d5ab72b2f1126fda82dfb2c3126bcf9c6ab5", + [ + null, + {} + ] + ], + "scroll-markers-valid.html": [ + "760efc877288115388018f6d014fcca8d79863b3", + [ + null, + {} + ] + ], "scrollbar-gutter-invalid.html": [ "e59790c32eb6767f3a2d9594434f7886f57a532b", [ @@ -578076,6 +579652,24 @@ } ] ], + "scroll-button-hover-remove.html": [ + "af000012b4ec605fb0e30a34e50bc02119a9b925", + [ + null, + { + "testdriver": true + } + ] + ], + "scroll-button-hover.html": [ + "35ea009cee03cdd583651c59c904f5e4d2479de9", + [ + null, + { + "testdriver": true + } + ] + ], "scroll-buttons-activation-with-columns.html": [ "b0b8574ce37eb7d87ce2564a5c5de8409e45fe84", [ @@ -578167,6 +579761,33 @@ } ] ], + "scroll-marker-hover-logical.html": [ + "1b865f77885c79d7e063fd2a9984fb8526b0b93d", + [ + null, + { + "testdriver": true + } + ] + ], + "scroll-marker-hover-remove.html": [ + "03931905eefdf862dd18480b13e298280fb3ea82", + [ + null, + { + "testdriver": true + } + ] + ], + "scroll-marker-hover.html": [ + "12273af2bbaf7656502599fe66e6c80f5f84bff2", + [ + null, + { + "testdriver": true + } + ] + ], "scroll-marker-selection-in-padded-scroller.html": [ "94e84d278f2b53b475e6d072cb6f520916bdb283", [ @@ -580697,7 +582318,7 @@ {} ] ], - "has-slotted-changing-001.tentative.html": [ + "has-slotted-changing-001.html": [ "5c6cce72bb7ccd9cd9b78a76bd83e4b61083adc5", [ null, @@ -580706,7 +582327,7 @@ } ] ], - "has-slotted-changing-002.tentative.html": [ + "has-slotted-changing-002.html": [ "98c15f30c8f0968316331af9cad7521d3e02adb9", [ null, @@ -580751,6 +582372,20 @@ } ] ], + "has-slotted-manual-assignment.html": [ + "02be3861ead826914737aad9deabb3bad43eb416", + [ + null, + {} + ] + ], + "has-slotted-query-selector.html": [ + "88da744a67bab436dcbda3b1c4545d45d1b5848c", + [ + null, + {} + ] + ], "host-context-parsing.html": [ "56055ece63733e8c58c6add661566572356d67aa", [ @@ -586129,7 +587764,7 @@ ] ], "visibility-collapse-rowspan-004-dynamic.html": [ - "e6f65c450f7cf3da4d8f745306065278f9471036", + "c2f1a114fb4333aaef5459989019ee6e8c858bb5", [ null, {} @@ -589775,8 +591410,15 @@ {} ] ], + "after-change-style-inherited-try-fallback.html": [ + "9f359d57e5babe9f7bafff8942968bc108fa817b", + [ + null, + {} + ] + ], "after-change-style-inherited.html": [ - "75570a90a1947496e7171f9f64afd190d2353bb7", + "f80a8a69b004d937f905efa232866686d71002ab", [ null, {} @@ -595713,13 +597355,20 @@ {} ] ], - "pseudo-element-animations.html": [ + "pseudo-element-animations-rerun.html": [ "a7c3247479d01f4044b9033726282037c1b4bc9f", [ null, {} ] ], + "pseudo-element-animations.html": [ + "b5cde702733779cba306e861ee1fe2290fe64a5e", + [ + null, + {} + ] + ], "pseudo-get-computed-style.html": [ "3e971885c398eab3d3a95b6ae16d4704b02ff23f", [ @@ -595973,6 +597622,20 @@ {} ] ], + "input-range-block-size.html": [ + "142a946cf562f3aa02f165277a65f6dcc55f2ed2", + [ + null, + {} + ] + ], + "input-range-inline-size.html": [ + "57068039383a89cae61595446009c383db863ee1", + [ + null, + {} + ] + ], "meter-appearance-native-computed-style.optional.html": [ "446036b73c92734f8d4099b3d9018879bdce1239", [ @@ -598747,6 +600410,13 @@ {} ] ], + "scrollWidthHeight-overflow-visible-negative-margins.html": [ + "26eb41466e4f97d408f966eb8ea116e9e0467a30", + [ + null, + {} + ] + ], "scrollWidthHeight.xht": [ "18930517670c20e2a68b5d6f20a320b60c9eaf83", [ @@ -606434,6 +608104,13 @@ {} ] ], + "MutationObserver-textContent.html": [ + "404cc259340456364e9eb1ef2e5c90a7ff80090c", + [ + null, + {} + ] + ], "Node-appendChild-cereactions-vs-script.window.js": [ "bc0b8ad6dca55d83f1cfb9788e6ff33df96ab22a", [ @@ -606589,7 +608266,7 @@ ] ], "Node-mutation-adoptNode.html": [ - "9c9594c07b22a4ac94b3703f8ab1711b41a759e4", + "812a2e4d3af326c1e73115c6fc50726bc4fc4b23", [ null, {} @@ -607869,49 +609546,49 @@ }, "parts": { "basic-dom-part-declarative-brace-syntax-innerhtml.tentative.html": [ - "932c0a392a36a5c61ae9da72a99855549e7bc882", + "5eb89b6f2e368052d0bb71996ed705e4173116f5", [ null, {} ] ], "basic-dom-part-declarative-brace-syntax.tentative.html": [ - "70fc471bc61204f8dadf1370654f35f121f2348f", + "a4e911391b1680d3c46f7408a40eeb88ace7bc01", [ null, {} ] ], "basic-dom-part-objects.tentative.html": [ - "f2199362c4d734b24d3f5edc4a2a0c8aec5ea32f", + "dffc1fcc2c5b18be5e1dda565082cde7123d4223", [ null, {} ] ], "dom-parts-parseparts-on-body.tentative.html": [ - "542c7b2881aa0456e578325630a8cc302406c266", + "57a7c60064691f1e5dafd8032e7aeb4550ed664e", [ null, {} ] ], "dom-parts-parseparts-on-head.tentative.html": [ - "e65c0d728febd3589a468947d648d83b3722e2dd", + "e170fc026a2c7d4cc0f100b4276ed204e7a7f46e", [ null, {} ] ], "dom-parts-parseparts-on-root.tentative.html": [ - "f3ba3eaf6bf9f118c9eb64c3c930c9977165b76e", + "5cb9a3c0fecb2ce41f0f42102597c82a955bf551", [ null, {} ] ], "dom-parts-valid-node-types.tentative.html": [ - "f9ed167e605ad1e2b6b1d198d1ce44906765604c", + "bb783797f607c71262819b01719478550bd9fd52", [ null, {} @@ -640633,7 +642310,7 @@ ] }, "iframe.tentative.https.window.js": [ - "4f2610863604f0a235524a80f7988212355e5ab9", + "b30156b41b2ac9fc934003a83b1be97f935ef4e8", [ "fetch/fetch-later/iframe.tentative.https.window.html", { @@ -640655,7 +642332,7 @@ ] ], "new-window.tentative.https.window.js": [ - "27922f462665b550e1c5520112051178ef45782b", + "5a64eb596e1b78dfc7e96f8346ecc7e399e8d470", [ "fetch/fetch-later/new-window.tentative.https.window.html", { @@ -640685,7 +642362,7 @@ ], "permissions-policy": { "deferred-fetch-allowed-by-permissions-policy-attribute-redirect.tentative.https.window.js": [ - "707d6d1fa54c10e39187a71bfb06bc987c756ae1", + "13870bc94b0ec7ff3066b94345dc5c163ecfe51b", [ "fetch/fetch-later/permissions-policy/deferred-fetch-allowed-by-permissions-policy-attribute-redirect.tentative.https.window.html", { @@ -640802,7 +642479,7 @@ ] ], "deferred-fetch-default-permissions-policy.tentative.https.window.js": [ - "a4cc45ef6be4f158164b5f222ebcb4b241a138cb", + "4982221952ff980674f459a382858e2726f28ec5", [ "fetch/fetch-later/permissions-policy/deferred-fetch-default-permissions-policy.tentative.https.window.html", { @@ -640841,7 +642518,7 @@ ] ], "deferred-fetch-supported-by-permissions-policy.tentative.window.js": [ - "e89f1edb8567092bcf6146d772a93789e2dbc9f8", + "385b0e054ed172ac778b7df961bfb0ad5f31a434", [ "fetch/fetch-later/permissions-policy/deferred-fetch-supported-by-permissions-policy.tentative.window.html", { @@ -640940,28 +642617,456 @@ ] ] }, - "quota.tentative.https.window.js": [ - "400be4050955a96c96df49f5976cc5a8b43246ce", - [ - "fetch/fetch-later/quota.tentative.https.window.html", - { - "script_metadata": [ - [ - "script", - "/common/get-host-info.sub.js" - ], - [ - "script", - "/common/utils.js" - ], - [ - "script", - "/fetch/fetch-later/resources/fetch-later-helper.js" + "quota": { + "accumulated-oversized-payload.tentative.https.window.js": [ + "6439b392e2a0230a3ff819e4e80b42341dc0c389", + [ + "fetch/fetch-later/quota/accumulated-oversized-payload.tentative.https.window.html", + { + "script_metadata": [ + [ + "script", + "/common/get-host-info.sub.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "/fetch/fetch-later/resources/fetch-later-helper.js" + ], + [ + "script", + "/fetch/fetch-later/quota/resources/helper.js" + ] ] + } + ] + ], + "cross-origin-iframe": { + "accumulated-oversized-payload.tentative.https.window.js": [ + "071a9c600b7a3230f7e72952521bebc695a2a447", + [ + "fetch/fetch-later/quota/cross-origin-iframe/accumulated-oversized-payload.tentative.https.window.html", + { + "script_metadata": [ + [ + "script", + "/common/get-host-info.sub.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "/fetch/fetch-later/resources/fetch-later-helper.js" + ], + [ + "script", + "/fetch/fetch-later/quota/resources/helper.js" + ] + ] + } ] - } + ], + "empty-payload.tentative.https.window.js": [ + "6c7becfacaf45048c69c815940460d1dbe084a67", + [ + "fetch/fetch-later/quota/cross-origin-iframe/empty-payload.tentative.https.window.html", + { + "script_metadata": [ + [ + "script", + "/common/get-host-info.sub.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "/fetch/fetch-later/resources/fetch-later-helper.js" + ] + ] + } + ] + ], + "max-payload.tentative.https.window.js": [ + "480f90988bf552ca915032e3e7f0b60c59cd0604", + [ + "fetch/fetch-later/quota/cross-origin-iframe/max-payload.tentative.https.window.html", + { + "script_metadata": [ + [ + "script", + "/common/get-host-info.sub.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "/fetch/fetch-later/resources/fetch-later-helper.js" + ], + [ + "script", + "/fetch/fetch-later/quota/resources/helper.js" + ] + ] + } + ] + ], + "multiple-iframes.tentative.https.window.js": [ + "3538c73a3966e3a00a513fe958a69df622446232", + [ + "fetch/fetch-later/quota/cross-origin-iframe/multiple-iframes.tentative.https.window.html", + { + "script_metadata": [ + [ + "script", + "/common/get-host-info.sub.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "/fetch/fetch-later/resources/fetch-later-helper.js" + ], + [ + "script", + "/fetch/fetch-later/quota/resources/helper.js" + ] + ] + } + ] + ], + "oversized-payload.tentative.https.window.js": [ + "43a605151342a9825095ed6c20e921a663e741cb", + [ + "fetch/fetch-later/quota/cross-origin-iframe/oversized-payload.tentative.https.window.html", + { + "script_metadata": [ + [ + "script", + "/common/get-host-info.sub.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "/fetch/fetch-later/resources/fetch-later-helper.js" + ], + [ + "script", + "/fetch/fetch-later/quota/resources/helper.js" + ] + ] + } + ] + ], + "small-payload.tentative.https.window.js": [ + "ad73db5516e687b1ade0f1cc3588780f15f2dd30", + [ + "fetch/fetch-later/quota/cross-origin-iframe/small-payload.tentative.https.window.html", + { + "script_metadata": [ + [ + "script", + "/common/get-host-info.sub.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "/fetch/fetch-later/resources/fetch-later-helper.js" + ] + ] + } + ] + ] + }, + "empty-payload.tentative.https.window.js": [ + "c2c4dd50326c0a75b2c82d152995329ccc0cd252", + [ + "fetch/fetch-later/quota/empty-payload.tentative.https.window.html", + { + "script_metadata": [ + [ + "script", + "/common/get-host-info.sub.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "/fetch/fetch-later/resources/fetch-later-helper.js" + ] + ] + } + ] + ], + "max-payload.tentative.https.window.js": [ + "8457060797ac2d140c85af6c657f79389288c356", + [ + "fetch/fetch-later/quota/max-payload.tentative.https.window.html", + { + "script_metadata": [ + [ + "script", + "/common/get-host-info.sub.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "/fetch/fetch-later/resources/fetch-later-helper.js" + ], + [ + "script", + "/fetch/fetch-later/quota/resources/helper.js" + ] + ] + } + ] + ], + "multiple-origins.tentative.https.window.js": [ + "5849068e4d5780a31ad0562854eba818d031af75", + [ + "fetch/fetch-later/quota/multiple-origins.tentative.https.window.html", + { + "script_metadata": [ + [ + "script", + "/common/get-host-info.sub.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "/fetch/fetch-later/resources/fetch-later-helper.js" + ], + [ + "script", + "/fetch/fetch-later/quota/resources/helper.js" + ] + ] + } + ] + ], + "oversized-payload.tentative.https.window.js": [ + "0036d040d8e201d8d621c6615e4e7c49daf45fff", + [ + "fetch/fetch-later/quota/oversized-payload.tentative.https.window.html", + { + "script_metadata": [ + [ + "script", + "/common/get-host-info.sub.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "/fetch/fetch-later/resources/fetch-later-helper.js" + ], + [ + "script", + "/fetch/fetch-later/quota/resources/helper.js" + ] + ] + } + ] + ], + "same-origin-iframe": { + "accumulated-oversized-payload.tentative.https.window.js": [ + "8b894c011ad29c3e984022ec601578bcfc701e2b", + [ + "fetch/fetch-later/quota/same-origin-iframe/accumulated-oversized-payload.tentative.https.window.html", + { + "script_metadata": [ + [ + "script", + "/common/get-host-info.sub.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "/fetch/fetch-later/resources/fetch-later-helper.js" + ], + [ + "script", + "/fetch/fetch-later/quota/resources/helper.js" + ] + ] + } + ] + ], + "empty-payload.tentative.https.window.js": [ + "53cae60047eaefd2b01a3bd45c84239fa3752bf9", + [ + "fetch/fetch-later/quota/same-origin-iframe/empty-payload.tentative.https.window.html", + { + "script_metadata": [ + [ + "script", + "/common/get-host-info.sub.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "/fetch/fetch-later/resources/fetch-later-helper.js" + ] + ] + } + ] + ], + "max-payload.tentative.https.window.js": [ + "9d865eeb5ee55b80aabcc87ebbd579c3787f1ec1", + [ + "fetch/fetch-later/quota/same-origin-iframe/max-payload.tentative.https.window.html", + { + "script_metadata": [ + [ + "script", + "/common/get-host-info.sub.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "/fetch/fetch-later/resources/fetch-later-helper.js" + ], + [ + "script", + "/fetch/fetch-later/quota/resources/helper.js" + ] + ] + } + ] + ], + "multiple-iframes.tentative.https.window.js": [ + "3f46f84a5fc18a1d7fbaca3fdc0a3d7b6a5f2d64", + [ + "fetch/fetch-later/quota/same-origin-iframe/multiple-iframes.tentative.https.window.html", + { + "script_metadata": [ + [ + "script", + "/common/get-host-info.sub.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "/fetch/fetch-later/resources/fetch-later-helper.js" + ], + [ + "script", + "/fetch/fetch-later/quota/resources/helper.js" + ] + ] + } + ] + ], + "oversized-payload.tentative.https.window.js": [ + "d71b87190cea15f8e439129f844bab107235237a", + [ + "fetch/fetch-later/quota/same-origin-iframe/oversized-payload.tentative.https.window.html", + { + "script_metadata": [ + [ + "script", + "/common/get-host-info.sub.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "/fetch/fetch-later/resources/fetch-later-helper.js" + ], + [ + "script", + "/fetch/fetch-later/quota/resources/helper.js" + ] + ] + } + ] + ], + "small-payload.tentative.https.window.js": [ + "2b20a6fc62965e0d4d8ad5a4014aeb6679653584", + [ + "fetch/fetch-later/quota/same-origin-iframe/small-payload.tentative.https.window.html", + { + "script_metadata": [ + [ + "script", + "/common/get-host-info.sub.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "/fetch/fetch-later/resources/fetch-later-helper.js" + ] + ] + } + ] + ] + }, + "small-payload.tentative.https.window.js": [ + "862ca09affdb49c7e461cf9bdfc833b9c2ce09f9", + [ + "fetch/fetch-later/quota/small-payload.tentative.https.window.html", + { + "script_metadata": [ + [ + "script", + "/common/get-host-info.sub.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "/fetch/fetch-later/resources/fetch-later-helper.js" + ] + ] + } + ] ] - ], + }, "send-on-deactivate-with-background-sync.tentative.https.window.js": [ "881bdd23f9371ac684b4aa58c2be23ac402cf4fe", [ @@ -646528,74 +648633,225 @@ ], [ "variant", - "?30-35" - ] - ], - "timeout": "long" - } - ], - [ - "fledge/tentative/auction-config-passed-to-worklets.https.window.html?30-35", - { - "script_metadata": [ - [ - "script", - "/resources/testdriver.js" - ], - [ - "script", - "/resources/testdriver-vendor.js" - ], - [ - "script", - "/common/utils.js" - ], - [ - "script", - "resources/fledge-util.sub.js" - ], - [ - "script", - "/common/subset-tests.js" - ], - [ - "timeout", - "long" + "?30-35" + ] + ], + "timeout": "long" + } + ], + [ + "fledge/tentative/auction-config-passed-to-worklets.https.window.html?30-35", + { + "script_metadata": [ + [ + "script", + "/resources/testdriver.js" + ], + [ + "script", + "/resources/testdriver-vendor.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "resources/fledge-util.sub.js" + ], + [ + "script", + "/common/subset-tests.js" + ], + [ + "timeout", + "long" + ], + [ + "variant", + "?1-5" + ], + [ + "variant", + "?6-10" + ], + [ + "variant", + "?11-15" + ], + [ + "variant", + "?16-20" + ], + [ + "variant", + "?21-25" + ], + [ + "variant", + "?26-30" + ], + [ + "variant", + "?30-35" + ] + ], + "timeout": "long" + } + ], + [ + "fledge/tentative/auction-config-passed-to-worklets.https.window.html?6-10", + { + "script_metadata": [ + [ + "script", + "/resources/testdriver.js" + ], + [ + "script", + "/resources/testdriver-vendor.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "resources/fledge-util.sub.js" + ], + [ + "script", + "/common/subset-tests.js" + ], + [ + "timeout", + "long" + ], + [ + "variant", + "?1-5" + ], + [ + "variant", + "?6-10" + ], + [ + "variant", + "?11-15" + ], + [ + "variant", + "?16-20" + ], + [ + "variant", + "?21-25" + ], + [ + "variant", + "?26-30" + ], + [ + "variant", + "?30-35" + ] + ], + "timeout": "long" + } + ] + ], + "auction-config.https.window.js": [ + "50b9cb9e9e6b071604522268fc1113a7f1a8a662", + [ + "fledge/tentative/auction-config.https.window.html?1-5", + { + "script_metadata": [ + [ + "script", + "/resources/testdriver.js" + ], + [ + "script", + "/resources/testdriver-vendor.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "resources/fledge-util.sub.js" + ], + [ + "script", + "/common/subset-tests.js" + ], + [ + "timeout", + "long" + ], + [ + "variant", + "?1-5" + ], + [ + "variant", + "?6-10" + ], + [ + "variant", + "?11-15" + ], + [ + "variant", + "?16-20" + ], + [ + "variant", + "?21-25" + ], + [ + "variant", + "?26-30" + ], + [ + "variant", + "?31-35" ], [ "variant", - "?1-5" + "?36-40" ], [ "variant", - "?6-10" + "?40-45" ], [ "variant", - "?11-15" + "?46-50" ], [ "variant", - "?16-20" + "?51-55" ], [ "variant", - "?21-25" + "?56-60" ], [ "variant", - "?26-30" + "?61-65" ], [ "variant", - "?30-35" + "?66-last" ] ], "timeout": "long" } ], [ - "fledge/tentative/auction-config-passed-to-worklets.https.window.html?6-10", + "fledge/tentative/auction-config.https.window.html?11-15", { "script_metadata": [ [ @@ -646648,17 +648904,42 @@ ], [ "variant", - "?30-35" + "?31-35" + ], + [ + "variant", + "?36-40" + ], + [ + "variant", + "?40-45" + ], + [ + "variant", + "?46-50" + ], + [ + "variant", + "?51-55" + ], + [ + "variant", + "?56-60" + ], + [ + "variant", + "?61-65" + ], + [ + "variant", + "?66-last" ] ], "timeout": "long" } - ] - ], - "auction-config.https.window.js": [ - "50b9cb9e9e6b071604522268fc1113a7f1a8a662", + ], [ - "fledge/tentative/auction-config.https.window.html?1-5", + "fledge/tentative/auction-config.https.window.html?16-20", { "script_metadata": [ [ @@ -646746,7 +649027,7 @@ } ], [ - "fledge/tentative/auction-config.https.window.html?11-15", + "fledge/tentative/auction-config.https.window.html?21-25", { "script_metadata": [ [ @@ -646834,7 +649115,7 @@ } ], [ - "fledge/tentative/auction-config.https.window.html?16-20", + "fledge/tentative/auction-config.https.window.html?26-30", { "script_metadata": [ [ @@ -646922,7 +649203,7 @@ } ], [ - "fledge/tentative/auction-config.https.window.html?21-25", + "fledge/tentative/auction-config.https.window.html?31-35", { "script_metadata": [ [ @@ -647010,7 +649291,7 @@ } ], [ - "fledge/tentative/auction-config.https.window.html?26-30", + "fledge/tentative/auction-config.https.window.html?36-40", { "script_metadata": [ [ @@ -647098,7 +649379,7 @@ } ], [ - "fledge/tentative/auction-config.https.window.html?31-35", + "fledge/tentative/auction-config.https.window.html?40-45", { "script_metadata": [ [ @@ -647186,7 +649467,7 @@ } ], [ - "fledge/tentative/auction-config.https.window.html?36-40", + "fledge/tentative/auction-config.https.window.html?46-50", { "script_metadata": [ [ @@ -647274,7 +649555,7 @@ } ], [ - "fledge/tentative/auction-config.https.window.html?40-45", + "fledge/tentative/auction-config.https.window.html?51-55", { "script_metadata": [ [ @@ -647362,7 +649643,7 @@ } ], [ - "fledge/tentative/auction-config.https.window.html?46-50", + "fledge/tentative/auction-config.https.window.html?56-60", { "script_metadata": [ [ @@ -647450,7 +649731,7 @@ } ], [ - "fledge/tentative/auction-config.https.window.html?51-55", + "fledge/tentative/auction-config.https.window.html?6-10", { "script_metadata": [ [ @@ -647538,7 +649819,7 @@ } ], [ - "fledge/tentative/auction-config.https.window.html?56-60", + "fledge/tentative/auction-config.https.window.html?61-65", { "script_metadata": [ [ @@ -647626,7 +649907,7 @@ } ], [ - "fledge/tentative/auction-config.https.window.html?6-10", + "fledge/tentative/auction-config.https.window.html?66-last", { "script_metadata": [ [ @@ -647712,9 +649993,12 @@ ], "timeout": "long" } - ], + ] + ], + "clear-origin-joined-ad-interest-groups.https.window.js": [ + "097978a7858523c759a70ac9843baec8eee65dc4", [ - "fledge/tentative/auction-config.https.window.html?61-65", + "fledge/tentative/clear-origin-joined-ad-interest-groups.https.window.html?1-4", { "script_metadata": [ [ @@ -647743,66 +650027,26 @@ ], [ "variant", - "?1-5" - ], - [ - "variant", - "?6-10" - ], - [ - "variant", - "?11-15" - ], - [ - "variant", - "?16-20" - ], - [ - "variant", - "?21-25" - ], - [ - "variant", - "?26-30" - ], - [ - "variant", - "?31-35" - ], - [ - "variant", - "?36-40" - ], - [ - "variant", - "?40-45" - ], - [ - "variant", - "?46-50" - ], - [ - "variant", - "?51-55" + "?1-4" ], [ "variant", - "?56-60" + "?5-8" ], [ "variant", - "?61-65" + "?9-12" ], [ "variant", - "?66-last" + "?13-last" ] ], "timeout": "long" } ], [ - "fledge/tentative/auction-config.https.window.html?66-last", + "fledge/tentative/clear-origin-joined-ad-interest-groups.https.window.html?13-last", { "script_metadata": [ [ @@ -647831,69 +650075,74 @@ ], [ "variant", - "?1-5" + "?1-4" ], [ "variant", - "?6-10" + "?5-8" ], [ "variant", - "?11-15" + "?9-12" ], [ "variant", - "?16-20" - ], + "?13-last" + ] + ], + "timeout": "long" + } + ], + [ + "fledge/tentative/clear-origin-joined-ad-interest-groups.https.window.html?5-8", + { + "script_metadata": [ [ - "variant", - "?21-25" + "script", + "/resources/testdriver.js" ], [ - "variant", - "?26-30" + "script", + "/resources/testdriver-vendor.js" ], [ - "variant", - "?31-35" + "script", + "/common/utils.js" ], [ - "variant", - "?36-40" + "script", + "resources/fledge-util.sub.js" ], [ - "variant", - "?40-45" + "script", + "/common/subset-tests.js" ], [ - "variant", - "?46-50" + "timeout", + "long" ], [ "variant", - "?51-55" + "?1-4" ], [ "variant", - "?56-60" + "?5-8" ], [ "variant", - "?61-65" + "?9-12" ], [ "variant", - "?66-last" + "?13-last" ] ], "timeout": "long" } - ] - ], - "clear-origin-joined-ad-interest-groups.https.window.js": [ - "097978a7858523c759a70ac9843baec8eee65dc4", + ], [ - "fledge/tentative/clear-origin-joined-ad-interest-groups.https.window.html?1-4", + "fledge/tentative/clear-origin-joined-ad-interest-groups.https.window.html?9-12", { "script_metadata": [ [ @@ -647939,9 +650188,12 @@ ], "timeout": "long" } - ], + ] + ], + "component-ads.https.window.js": [ + "6fec80102bb94da42a4fffa6bb3f5d5d8ded7d33", [ - "fledge/tentative/clear-origin-joined-ad-interest-groups.https.window.html?13-last", + "fledge/tentative/component-ads.https.window.html?1-5", { "script_metadata": [ [ @@ -647958,11 +650210,11 @@ ], [ "script", - "resources/fledge-util.sub.js" + "/common/subset-tests.js" ], [ "script", - "/common/subset-tests.js" + "resources/fledge-util.sub.js" ], [ "timeout", @@ -647970,26 +650222,26 @@ ], [ "variant", - "?1-4" + "?1-5" ], [ "variant", - "?5-8" + "?6-10" ], [ "variant", - "?9-12" + "?11-15" ], [ "variant", - "?13-last" + "?16-last" ] ], "timeout": "long" } ], [ - "fledge/tentative/clear-origin-joined-ad-interest-groups.https.window.html?5-8", + "fledge/tentative/component-ads.https.window.html?11-15", { "script_metadata": [ [ @@ -648006,11 +650258,11 @@ ], [ "script", - "resources/fledge-util.sub.js" + "/common/subset-tests.js" ], [ "script", - "/common/subset-tests.js" + "resources/fledge-util.sub.js" ], [ "timeout", @@ -648018,26 +650270,26 @@ ], [ "variant", - "?1-4" + "?1-5" ], [ "variant", - "?5-8" + "?6-10" ], [ "variant", - "?9-12" + "?11-15" ], [ "variant", - "?13-last" + "?16-last" ] ], "timeout": "long" } ], [ - "fledge/tentative/clear-origin-joined-ad-interest-groups.https.window.html?9-12", + "fledge/tentative/component-ads.https.window.html?16-last", { "script_metadata": [ [ @@ -648054,11 +650306,11 @@ ], [ "script", - "resources/fledge-util.sub.js" + "/common/subset-tests.js" ], [ "script", - "/common/subset-tests.js" + "resources/fledge-util.sub.js" ], [ "timeout", @@ -648066,29 +650318,26 @@ ], [ "variant", - "?1-4" + "?1-5" ], [ "variant", - "?5-8" + "?6-10" ], [ "variant", - "?9-12" + "?11-15" ], [ "variant", - "?13-last" + "?16-last" ] ], "timeout": "long" } - ] - ], - "component-ads.https.window.js": [ - "6fec80102bb94da42a4fffa6bb3f5d5d8ded7d33", + ], [ - "fledge/tentative/component-ads.https.window.html?1-5", + "fledge/tentative/component-ads.https.window.html?6-10", { "script_metadata": [ [ @@ -648134,9 +650383,12 @@ ], "timeout": "long" } - ], + ] + ], + "component-auction.https.window.js": [ + "054ad8c742ef92f1314211b4252704eca8b96860", [ - "fledge/tentative/component-ads.https.window.html?11-15", + "fledge/tentative/component-auction.https.window.html?1-5", { "script_metadata": [ [ @@ -648184,7 +650436,7 @@ } ], [ - "fledge/tentative/component-ads.https.window.html?16-last", + "fledge/tentative/component-auction.https.window.html?11-15", { "script_metadata": [ [ @@ -648232,7 +650484,7 @@ } ], [ - "fledge/tentative/component-ads.https.window.html?6-10", + "fledge/tentative/component-auction.https.window.html?16-last", { "script_metadata": [ [ @@ -648278,12 +650530,9 @@ ], "timeout": "long" } - ] - ], - "component-auction.https.window.js": [ - "054ad8c742ef92f1314211b4252704eca8b96860", + ], [ - "fledge/tentative/component-auction.https.window.html?1-5", + "fledge/tentative/component-auction.https.window.html?6-10", { "script_metadata": [ [ @@ -648329,9 +650578,12 @@ ], "timeout": "long" } - ], + ] + ], + "cross-origin.https.window.js": [ + "9669f2790bcfa492a5419c9f7f16d39b12da0f2c", [ - "fledge/tentative/component-auction.https.window.html?11-15", + "fledge/tentative/cross-origin.https.window.html?1-4", { "script_metadata": [ [ @@ -648360,26 +650612,26 @@ ], [ "variant", - "?1-5" + "?1-4" ], [ "variant", - "?6-10" + "?5-8" ], [ "variant", - "?11-15" + "?9-12" ], [ "variant", - "?16-last" + "?13-last" ] ], "timeout": "long" } ], [ - "fledge/tentative/component-auction.https.window.html?16-last", + "fledge/tentative/cross-origin.https.window.html?13-last", { "script_metadata": [ [ @@ -648408,26 +650660,26 @@ ], [ "variant", - "?1-5" + "?1-4" ], [ "variant", - "?6-10" + "?5-8" ], [ "variant", - "?11-15" + "?9-12" ], [ "variant", - "?16-last" + "?13-last" ] ], "timeout": "long" } ], [ - "fledge/tentative/component-auction.https.window.html?6-10", + "fledge/tentative/cross-origin.https.window.html?5-8", { "script_metadata": [ [ @@ -648456,29 +650708,26 @@ ], [ "variant", - "?1-5" + "?1-4" ], [ "variant", - "?6-10" + "?5-8" ], [ "variant", - "?11-15" + "?9-12" ], [ "variant", - "?16-last" + "?13-last" ] ], "timeout": "long" } - ] - ], - "cross-origin.https.window.js": [ - "9669f2790bcfa492a5419c9f7f16d39b12da0f2c", + ], [ - "fledge/tentative/cross-origin.https.window.html?1-4", + "fledge/tentative/cross-origin.https.window.html?9-12", { "script_metadata": [ [ @@ -648524,9 +650773,12 @@ ], "timeout": "long" } - ], + ] + ], + "currency.https.window.js": [ + "f1b2bba87340340fdf04b5d4c065fe06707f53a1", [ - "fledge/tentative/cross-origin.https.window.html?13-last", + "fledge/tentative/currency.https.window.html?1-4", { "script_metadata": [ [ @@ -648543,11 +650795,11 @@ ], [ "script", - "/common/subset-tests.js" + "resources/fledge-util.sub.js" ], [ "script", - "resources/fledge-util.sub.js" + "/common/subset-tests.js" ], [ "timeout", @@ -648567,14 +650819,34 @@ ], [ "variant", - "?13-last" + "?13-16" + ], + [ + "variant", + "?17-20" + ], + [ + "variant", + "?21-24" + ], + [ + "variant", + "?25-28" + ], + [ + "variant", + "?29-32" + ], + [ + "variant", + "?33-last" ] ], "timeout": "long" } ], [ - "fledge/tentative/cross-origin.https.window.html?5-8", + "fledge/tentative/currency.https.window.html?13-16", { "script_metadata": [ [ @@ -648591,11 +650863,11 @@ ], [ "script", - "/common/subset-tests.js" + "resources/fledge-util.sub.js" ], [ "script", - "resources/fledge-util.sub.js" + "/common/subset-tests.js" ], [ "timeout", @@ -648615,14 +650887,34 @@ ], [ "variant", - "?13-last" + "?13-16" + ], + [ + "variant", + "?17-20" + ], + [ + "variant", + "?21-24" + ], + [ + "variant", + "?25-28" + ], + [ + "variant", + "?29-32" + ], + [ + "variant", + "?33-last" ] ], "timeout": "long" } ], [ - "fledge/tentative/cross-origin.https.window.html?9-12", + "fledge/tentative/currency.https.window.html?17-20", { "script_metadata": [ [ @@ -648639,11 +650931,11 @@ ], [ "script", - "/common/subset-tests.js" + "resources/fledge-util.sub.js" ], [ "script", - "resources/fledge-util.sub.js" + "/common/subset-tests.js" ], [ "timeout", @@ -648663,17 +650955,34 @@ ], [ "variant", - "?13-last" + "?13-16" + ], + [ + "variant", + "?17-20" + ], + [ + "variant", + "?21-24" + ], + [ + "variant", + "?25-28" + ], + [ + "variant", + "?29-32" + ], + [ + "variant", + "?33-last" ] ], "timeout": "long" } - ] - ], - "currency.https.window.js": [ - "f1b2bba87340340fdf04b5d4c065fe06707f53a1", + ], [ - "fledge/tentative/currency.https.window.html?1-4", + "fledge/tentative/currency.https.window.html?21-24", { "script_metadata": [ [ @@ -648741,7 +651050,7 @@ } ], [ - "fledge/tentative/currency.https.window.html?13-16", + "fledge/tentative/currency.https.window.html?25-28", { "script_metadata": [ [ @@ -648809,7 +651118,7 @@ } ], [ - "fledge/tentative/currency.https.window.html?17-20", + "fledge/tentative/currency.https.window.html?29-32", { "script_metadata": [ [ @@ -648877,7 +651186,7 @@ } ], [ - "fledge/tentative/currency.https.window.html?21-24", + "fledge/tentative/currency.https.window.html?33-last", { "script_metadata": [ [ @@ -648945,7 +651254,7 @@ } ], [ - "fledge/tentative/currency.https.window.html?25-28", + "fledge/tentative/currency.https.window.html?5-8", { "script_metadata": [ [ @@ -649013,7 +651322,7 @@ } ], [ - "fledge/tentative/currency.https.window.html?29-32", + "fledge/tentative/currency.https.window.html?9-12", { "script_metadata": [ [ @@ -649079,9 +651388,108 @@ ], "timeout": "long" } + ] + ], + "deprecated-render-url-replacements.https.window.js": [ + "75377ca7aa348486fad8ed589e7d947f2dcb3b64", + [ + "fledge/tentative/deprecated-render-url-replacements.https.window.html?1-5", + { + "script_metadata": [ + [ + "script", + "/resources/testdriver.js" + ], + [ + "script", + "/resources/testdriver-vendor.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "resources/fledge-util.sub.js" + ], + [ + "script", + "/common/subset-tests.js" + ], + [ + "timeout", + "long" + ], + [ + "variant", + "?1-5" + ], + [ + "variant", + "?6-10" + ], + [ + "variant", + "?11-15" + ], + [ + "variant", + "?16-last" + ] + ], + "timeout": "long" + } ], [ - "fledge/tentative/currency.https.window.html?33-last", + "fledge/tentative/deprecated-render-url-replacements.https.window.html?11-15", + { + "script_metadata": [ + [ + "script", + "/resources/testdriver.js" + ], + [ + "script", + "/resources/testdriver-vendor.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "resources/fledge-util.sub.js" + ], + [ + "script", + "/common/subset-tests.js" + ], + [ + "timeout", + "long" + ], + [ + "variant", + "?1-5" + ], + [ + "variant", + "?6-10" + ], + [ + "variant", + "?11-15" + ], + [ + "variant", + "?16-last" + ] + ], + "timeout": "long" + } + ], + [ + "fledge/tentative/deprecated-render-url-replacements.https.window.html?16-last", { "script_metadata": [ [ @@ -649110,46 +651518,26 @@ ], [ "variant", - "?1-4" - ], - [ - "variant", - "?5-8" - ], - [ - "variant", - "?9-12" - ], - [ - "variant", - "?13-16" - ], - [ - "variant", - "?17-20" - ], - [ - "variant", - "?21-24" + "?1-5" ], [ "variant", - "?25-28" + "?6-10" ], [ "variant", - "?29-32" + "?11-15" ], [ "variant", - "?33-last" + "?16-last" ] ], "timeout": "long" } ], [ - "fledge/tentative/currency.https.window.html?5-8", + "fledge/tentative/deprecated-render-url-replacements.https.window.html?6-10", { "script_metadata": [ [ @@ -649178,46 +651566,29 @@ ], [ "variant", - "?1-4" - ], - [ - "variant", - "?5-8" - ], - [ - "variant", - "?9-12" - ], - [ - "variant", - "?13-16" - ], - [ - "variant", - "?17-20" - ], - [ - "variant", - "?21-24" + "?1-5" ], [ "variant", - "?25-28" + "?6-10" ], [ "variant", - "?29-32" + "?11-15" ], [ "variant", - "?33-last" + "?16-last" ] ], "timeout": "long" } - ], + ] + ], + "direct-from-seller-signals.https.window.js": [ + "3f58b2c8ad541da98b1345bc7db3994d8ed5340e", [ - "fledge/tentative/currency.https.window.html?9-12", + "fledge/tentative/direct-from-seller-signals.https.window.html?1-4", { "script_metadata": [ [ @@ -649278,17 +651649,14 @@ ], [ "variant", - "?33-last" + "?33-36" ] ], "timeout": "long" } - ] - ], - "deprecated-render-url-replacements.https.window.js": [ - "75377ca7aa348486fad8ed589e7d947f2dcb3b64", + ], [ - "fledge/tentative/deprecated-render-url-replacements.https.window.html?1-5", + "fledge/tentative/direct-from-seller-signals.https.window.html?13-16", { "script_metadata": [ [ @@ -649317,74 +651685,46 @@ ], [ "variant", - "?1-5" + "?1-4" ], [ "variant", - "?6-10" + "?5-8" ], [ "variant", - "?11-15" + "?9-12" ], [ "variant", - "?16-last" - ] - ], - "timeout": "long" - } - ], - [ - "fledge/tentative/deprecated-render-url-replacements.https.window.html?11-15", - { - "script_metadata": [ - [ - "script", - "/resources/testdriver.js" - ], - [ - "script", - "/resources/testdriver-vendor.js" - ], - [ - "script", - "/common/utils.js" - ], - [ - "script", - "resources/fledge-util.sub.js" - ], - [ - "script", - "/common/subset-tests.js" + "?13-16" ], [ - "timeout", - "long" + "variant", + "?17-20" ], [ "variant", - "?1-5" + "?21-24" ], [ "variant", - "?6-10" + "?25-28" ], [ "variant", - "?11-15" + "?29-32" ], [ "variant", - "?16-last" + "?33-36" ] ], "timeout": "long" } ], [ - "fledge/tentative/deprecated-render-url-replacements.https.window.html?16-last", + "fledge/tentative/direct-from-seller-signals.https.window.html?17-20", { "script_metadata": [ [ @@ -649413,77 +651753,46 @@ ], [ "variant", - "?1-5" + "?1-4" ], [ "variant", - "?6-10" + "?5-8" ], [ "variant", - "?11-15" + "?9-12" ], [ "variant", - "?16-last" - ] - ], - "timeout": "long" - } - ], - [ - "fledge/tentative/deprecated-render-url-replacements.https.window.html?6-10", - { - "script_metadata": [ - [ - "script", - "/resources/testdriver.js" - ], - [ - "script", - "/resources/testdriver-vendor.js" - ], - [ - "script", - "/common/utils.js" - ], - [ - "script", - "resources/fledge-util.sub.js" - ], - [ - "script", - "/common/subset-tests.js" + "?13-16" ], [ - "timeout", - "long" + "variant", + "?17-20" ], [ "variant", - "?1-5" + "?21-24" ], [ "variant", - "?6-10" + "?25-28" ], [ "variant", - "?11-15" + "?29-32" ], [ "variant", - "?16-last" + "?33-36" ] ], "timeout": "long" } - ] - ], - "direct-from-seller-signals.https.window.js": [ - "3f58b2c8ad541da98b1345bc7db3994d8ed5340e", + ], [ - "fledge/tentative/direct-from-seller-signals.https.window.html?1-4", + "fledge/tentative/direct-from-seller-signals.https.window.html?21-24", { "script_metadata": [ [ @@ -649551,7 +651860,7 @@ } ], [ - "fledge/tentative/direct-from-seller-signals.https.window.html?13-16", + "fledge/tentative/direct-from-seller-signals.https.window.html?25-28", { "script_metadata": [ [ @@ -649619,7 +651928,7 @@ } ], [ - "fledge/tentative/direct-from-seller-signals.https.window.html?17-20", + "fledge/tentative/direct-from-seller-signals.https.window.html?29-32", { "script_metadata": [ [ @@ -649687,7 +651996,7 @@ } ], [ - "fledge/tentative/direct-from-seller-signals.https.window.html?21-24", + "fledge/tentative/direct-from-seller-signals.https.window.html?33-36", { "script_metadata": [ [ @@ -649755,7 +652064,7 @@ } ], [ - "fledge/tentative/direct-from-seller-signals.https.window.html?25-28", + "fledge/tentative/direct-from-seller-signals.https.window.html?5-8", { "script_metadata": [ [ @@ -649823,7 +652132,7 @@ } ], [ - "fledge/tentative/direct-from-seller-signals.https.window.html?29-32", + "fledge/tentative/direct-from-seller-signals.https.window.html?9-12", { "script_metadata": [ [ @@ -649889,9 +652198,26 @@ ], "timeout": "long" } - ], + ] + ], + "fetch-ad-auction-headers-insecure-context.tentative.http.html": [ + "d3bdb8017579414aee39ad672519ff029f9d0827", [ - "fledge/tentative/direct-from-seller-signals.https.window.html?33-36", + null, + {} + ] + ], + "fetch-ad-auction-headers.tentative.https.html": [ + "7b2a2c2ba4a2f037874a0647180a4eb7e06e772d", + [ + null, + {} + ] + ], + "generate-bid-browser-signals.https.window.js": [ + "44a5f2841101296e3dc840b7662bf301e379664e", + [ + "fledge/tentative/generate-bid-browser-signals.https.window.html?1-4", { "script_metadata": [ [ @@ -649948,18 +652274,14 @@ ], [ "variant", - "?29-32" - ], - [ - "variant", - "?33-36" + "?29-last" ] ], "timeout": "long" } ], [ - "fledge/tentative/direct-from-seller-signals.https.window.html?5-8", + "fledge/tentative/generate-bid-browser-signals.https.window.html?13-16", { "script_metadata": [ [ @@ -650016,18 +652338,14 @@ ], [ "variant", - "?29-32" - ], - [ - "variant", - "?33-36" + "?29-last" ] ], "timeout": "long" } ], [ - "fledge/tentative/direct-from-seller-signals.https.window.html?9-12", + "fledge/tentative/generate-bid-browser-signals.https.window.html?17-20", { "script_metadata": [ [ @@ -650084,35 +652402,14 @@ ], [ "variant", - "?29-32" - ], - [ - "variant", - "?33-36" + "?29-last" ] ], "timeout": "long" } - ] - ], - "fetch-ad-auction-headers-insecure-context.tentative.http.html": [ - "d3bdb8017579414aee39ad672519ff029f9d0827", - [ - null, - {} - ] - ], - "fetch-ad-auction-headers.tentative.https.html": [ - "7b2a2c2ba4a2f037874a0647180a4eb7e06e772d", - [ - null, - {} - ] - ], - "generate-bid-browser-signals.https.window.js": [ - "44a5f2841101296e3dc840b7662bf301e379664e", + ], [ - "fledge/tentative/generate-bid-browser-signals.https.window.html?1-4", + "fledge/tentative/generate-bid-browser-signals.https.window.html?21-24", { "script_metadata": [ [ @@ -650176,7 +652473,7 @@ } ], [ - "fledge/tentative/generate-bid-browser-signals.https.window.html?13-16", + "fledge/tentative/generate-bid-browser-signals.https.window.html?25-28", { "script_metadata": [ [ @@ -650240,7 +652537,7 @@ } ], [ - "fledge/tentative/generate-bid-browser-signals.https.window.html?17-20", + "fledge/tentative/generate-bid-browser-signals.https.window.html?29-last", { "script_metadata": [ [ @@ -650304,7 +652601,7 @@ } ], [ - "fledge/tentative/generate-bid-browser-signals.https.window.html?21-24", + "fledge/tentative/generate-bid-browser-signals.https.window.html?5-8", { "script_metadata": [ [ @@ -650368,7 +652665,7 @@ } ], [ - "fledge/tentative/generate-bid-browser-signals.https.window.html?25-28", + "fledge/tentative/generate-bid-browser-signals.https.window.html?9-12", { "script_metadata": [ [ @@ -650430,9 +652727,12 @@ ], "timeout": "long" } - ], + ] + ], + "get-interest-group-auction-data.https.window.js": [ + "da48a843dc5a5a8eeefaae95a8fedbc00e3939dc", [ - "fledge/tentative/generate-bid-browser-signals.https.window.html?29-last", + "fledge/tentative/get-interest-group-auction-data.https.window.html?1-4", { "script_metadata": [ [ @@ -650449,67 +652749,7 @@ ], [ "script", - "resources/fledge-util.sub.js" - ], - [ - "script", - "/common/subset-tests.js" - ], - [ - "timeout", - "long" - ], - [ - "variant", - "?1-4" - ], - [ - "variant", - "?5-8" - ], - [ - "variant", - "?9-12" - ], - [ - "variant", - "?13-16" - ], - [ - "variant", - "?17-20" - ], - [ - "variant", - "?21-24" - ], - [ - "variant", - "?25-28" - ], - [ - "variant", - "?29-last" - ] - ], - "timeout": "long" - } - ], - [ - "fledge/tentative/generate-bid-browser-signals.https.window.html?5-8", - { - "script_metadata": [ - [ - "script", - "/resources/testdriver.js" - ], - [ - "script", - "/resources/testdriver-vendor.js" - ], - [ - "script", - "/common/utils.js" + "resources/ba-fledge-util.sub.js" ], [ "script", @@ -650517,67 +652757,7 @@ ], [ "script", - "/common/subset-tests.js" - ], - [ - "timeout", - "long" - ], - [ - "variant", - "?1-4" - ], - [ - "variant", - "?5-8" - ], - [ - "variant", - "?9-12" - ], - [ - "variant", - "?13-16" - ], - [ - "variant", - "?17-20" - ], - [ - "variant", - "?21-24" - ], - [ - "variant", - "?25-28" - ], - [ - "variant", - "?29-last" - ] - ], - "timeout": "long" - } - ], - [ - "fledge/tentative/generate-bid-browser-signals.https.window.html?9-12", - { - "script_metadata": [ - [ - "script", - "/resources/testdriver.js" - ], - [ - "script", - "/resources/testdriver-vendor.js" - ], - [ - "script", - "/common/utils.js" - ], - [ - "script", - "resources/fledge-util.sub.js" + "third_party/cbor-js/cbor.js" ], [ "script", @@ -650605,29 +652785,14 @@ ], [ "variant", - "?17-20" - ], - [ - "variant", - "?21-24" - ], - [ - "variant", - "?25-28" - ], - [ - "variant", - "?29-last" + "?17-last" ] ], "timeout": "long" } - ] - ], - "get-interest-group-auction-data.https.window.js": [ - "205391d21ffdc39ab5bfc6ca3352fe9a5930b041", + ], [ - "fledge/tentative/get-interest-group-auction-data.https.window.html?1-4", + "fledge/tentative/get-interest-group-auction-data.https.window.html?13-16", { "script_metadata": [ [ @@ -650677,13 +652842,17 @@ [ "variant", "?13-16" + ], + [ + "variant", + "?17-last" ] ], "timeout": "long" } ], [ - "fledge/tentative/get-interest-group-auction-data.https.window.html?13-16", + "fledge/tentative/get-interest-group-auction-data.https.window.html?17-last", { "script_metadata": [ [ @@ -650733,6 +652902,10 @@ [ "variant", "?13-16" + ], + [ + "variant", + "?17-last" ] ], "timeout": "long" @@ -650789,6 +652962,10 @@ [ "variant", "?13-16" + ], + [ + "variant", + "?17-last" ] ], "timeout": "long" @@ -650845,6 +653022,10 @@ [ "variant", "?13-16" + ], + [ + "variant", + "?17-last" ] ], "timeout": "long" @@ -672579,84 +674760,84 @@ }, "compositing": { "2d.composite.canvas.clear.html": [ - "fbb7adbbb92c563a47a404a638fddf0f58265db1", + "9bcac1f3bfcb7745462631ea6df1bd5c2a6ab297", [ null, {} ] ], "2d.composite.canvas.copy.html": [ - "a769d1fa61c94ffb007d92913fd86ee6098d3b22", + "fad9701dfbf07f35cf43c0e9e1affa80fc1a9772", [ null, {} ] ], "2d.composite.canvas.destination-atop.html": [ - "c285bfe3893f6f853be58e46b0da8416412e962b", + "b6f6f745a35f5bcaa1b301c37c860e1d7e849a58", [ null, {} ] ], "2d.composite.canvas.destination-in.html": [ - "7089c30a0d7a84312c258dc1703b0dd605142e74", + "b370cd8e6d8be0adb994a07d5805786553e72b3b", [ null, {} ] ], "2d.composite.canvas.destination-out.html": [ - "75db37c67f6d96082090253dd40591e1f8f30025", + "c5c13b498002e190a87524474d9f9122e0f4b65f", [ null, {} ] ], "2d.composite.canvas.destination-over.html": [ - "af0e0488a2a6409af79b9a1c0764a80c8ff358fb", + "186a9676170c77928225e6d47650cf0e224bc582", [ null, {} ] ], "2d.composite.canvas.lighter.html": [ - "9dfb7592ab93599700adb3cf15714fb87c6d9876", + "622e0d1bdaab93f9afb771e5d1853ce85ea49013", [ null, {} ] ], "2d.composite.canvas.source-atop.html": [ - "120cd64ce7ae8b08174f7ecfef1259ed17734f6e", + "fe990661fa5eb97e02114b84816d943b92f3858c", [ null, {} ] ], "2d.composite.canvas.source-in.html": [ - "342413686d68b9e92c1751548dfc16c86e90af61", + "15679fefa272f056a1f39b6523e2c8d530d092fd", [ null, {} ] ], "2d.composite.canvas.source-out.html": [ - "f82e45775cf2c016501987bf1d1c27d7dd4c8c1a", + "2728477500ec0f539699ebf571429fc99841ef4e", [ null, {} ] ], "2d.composite.canvas.source-over.html": [ - "44b30c0fdd8089fb6aab3abb7f05dba069bf99be", + "3f8bfc3db912ac6203e98c533a489e6b5ac99818", [ null, {} ] ], "2d.composite.canvas.xor.html": [ - "b55a605ea4fb3436a234f41147a7650dc30341d8", + "ba0a3575c4fc5afbc33dcca7b0f581e52a042f7b", [ null, {} @@ -672810,84 +674991,84 @@ ] ], "2d.composite.image.clear.html": [ - "1a562e27404100a2abbd11559a8d54f563d5f812", + "94e6dad1fbaf4d7fef3b57a20d9e9b56d010d7bf", [ null, {} ] ], "2d.composite.image.copy.html": [ - "809b8e37bb41972716d4c2ab10c61a8ec871142c", + "2e0e7f22d51cc41a644af5a7e069e5d89bca1aff", [ null, {} ] ], "2d.composite.image.destination-atop.html": [ - "b23f9fab42b5f133439fdae4953aace0a11ccc1f", + "c2869e315c3c83fddc793019476c625f37487dbd", [ null, {} ] ], "2d.composite.image.destination-in.html": [ - "707d3e17536ea356ed4b1b48f041c10b5d2cfab2", + "e5c0065ec84db64763351913defe8df28728770c", [ null, {} ] ], "2d.composite.image.destination-out.html": [ - "7bbc3c14c29ef5a1467769213b663af579db7a9f", + "878d52134c067e15c613a9641f4fe016e75c555c", [ null, {} ] ], "2d.composite.image.destination-over.html": [ - "88290edf8e93606e5625600199b80c331e4a819d", + "2918a7d7cb64a6876d726f36907de0d6b0efb311", [ null, {} ] ], "2d.composite.image.lighter.html": [ - "c5f35859c77bff2e346b08d87fb47393ec42554b", + "7f299a97b0b78847dcc91850419e411b5a2b4e8c", [ null, {} ] ], "2d.composite.image.source-atop.html": [ - "204365b2453b5d9c1e44875cc9556b1b9a7d9a00", + "6d83a674cf3999c7228fd4aa6a7eeb216d869b9b", [ null, {} ] ], "2d.composite.image.source-in.html": [ - "c14a5d31b13df1daaadcf541c82078992cb641d3", + "c3c0428d3456c14e22887af432821ef05b94a1a6", [ null, {} ] ], "2d.composite.image.source-out.html": [ - "ccc1b0b5b5e6cd65c6ed53ef02d467855937ad22", + "8a0db7b95ed03da6d61e619db6631c22365645c7", [ null, {} ] ], "2d.composite.image.source-over.html": [ - "e9250a351498c8ab56c2ee0ed43668332339aefb", + "5380a1d4a0bf28697e2e4eb96f5c595394941d73", [ null, {} ] ], "2d.composite.image.xor.html": [ - "df435be55ab2156afe28d165b616c77f3623317c", + "6c7bf9f026b0239fe0f7e3c57e52d66f0d4b1a6f", [ null, {} @@ -673160,35 +675341,35 @@ ] ], "2d.composite.uncovered.image.copy.html": [ - "4f8ade8a8ad1af41ec35d76a3b13581412300cd9", + "245b7ecd7a08dfa0114a566a09147fa61b9124a6", [ null, {} ] ], "2d.composite.uncovered.image.destination-atop.html": [ - "d728a4f2fedd096a6fe649f71fec7f5737f04256", + "3e624ce23e0f711cab574c11060aee9a8abcf264", [ null, {} ] ], "2d.composite.uncovered.image.destination-in.html": [ - "644be0bdb4cd1f5952728efe7ccdbc798ab7a3c0", + "cc6019c7157cb8c3226975aa2a02210752cfd46b", [ null, {} ] ], "2d.composite.uncovered.image.source-in.html": [ - "8828c42fe2036d754dffb319646894fba47551f4", + "791e2f877d8d35b5fafd88253e615291de178a97", [ null, {} ] ], "2d.composite.uncovered.image.source-out.html": [ - "7bb4734be41a1422a79453ea63053ec394ac0d02", + "794fa254abfb24e794590425df38bd9118b9e6b1", [ null, {} @@ -673230,35 +675411,35 @@ ] ], "2d.composite.uncovered.pattern.copy.html": [ - "9dd5d0bc6b0b54c361afdab69de9cbb52c305fbe", + "4d9ccf0df50e6f4a2f7bd3b3b5e498ac1b83dca1", [ null, {} ] ], "2d.composite.uncovered.pattern.destination-atop.html": [ - "a0637ffb54d8a81768ded3cc14345fdb39a19d43", + "f15587a449d1f02d65cb885c7d7d67e177d986da", [ null, {} ] ], "2d.composite.uncovered.pattern.destination-in.html": [ - "ed65ba9a05716c55f7e42764f4749b7bfcae7973", + "4a9387c6a4aef8050729affe326e52d3f17bd02b", [ null, {} ] ], "2d.composite.uncovered.pattern.source-in.html": [ - "cc42f36d59f260f08e342c97e6e373d1d4e98687", + "edb578c023876f8ee59bde8b10eeb77b509e9ecf", [ null, {} ] ], "2d.composite.uncovered.pattern.source-out.html": [ - "b192208e5fde9494dc3e87b3edf2a9d640300f81", + "4b1b7ca83fdf8ec2b225861668babc4da93a232c", [ null, {} @@ -680714,168 +682895,168 @@ }, "compositing": { "2d.composite.canvas.clear.html": [ - "72dc4bb6947142060f299f02bc4c53dc342b3b49", + "b17173a0b8952ae8d293c273d85e67b7ac3c3115", [ null, {} ] ], "2d.composite.canvas.clear.worker.js": [ - "2f9fb92da1e9d222482fce249e53307f5c7de8a0", + "d2c449e096195d04ab5dd3e43c499de5d71c82ac", [ "html/canvas/offscreen/compositing/2d.composite.canvas.clear.worker.html", {} ] ], "2d.composite.canvas.copy.html": [ - "cfc5a33de1b7c79bbdaba8679c4978d82e5ab809", + "884544199584dfb14f6fb9a27345e2ff94848c2b", [ null, {} ] ], "2d.composite.canvas.copy.worker.js": [ - "5b071665ce4fb3ae83d357199bd2f082fc79cd88", + "9362cbb7ddb00c151f923b5e025c7f608bd65aa8", [ "html/canvas/offscreen/compositing/2d.composite.canvas.copy.worker.html", {} ] ], "2d.composite.canvas.destination-atop.html": [ - "3a1f86c8ed966501848a1d3624cf2435517c5233", + "e26a39290084983540f9915ddf4bccd6478081d0", [ null, {} ] ], "2d.composite.canvas.destination-atop.worker.js": [ - "58828619a32383a43ecd0691c1823abcdc34478c", + "76774a4f85df4d9bd27effeb71ec6574524fefef", [ "html/canvas/offscreen/compositing/2d.composite.canvas.destination-atop.worker.html", {} ] ], "2d.composite.canvas.destination-in.html": [ - "c8480a961dc7bd831d76c913cdee0a0d0d5b1e01", + "dfb57444b3187f60256d0af29e3e2570f6bde87c", [ null, {} ] ], "2d.composite.canvas.destination-in.worker.js": [ - "4e2ec058ecabac7a0bb22c008cb75c4ed135a692", + "597e4f074aeb7dc9793e5d22016fcbef73476c69", [ "html/canvas/offscreen/compositing/2d.composite.canvas.destination-in.worker.html", {} ] ], "2d.composite.canvas.destination-out.html": [ - "f35bc25e419833fa92bd8e7be31b42507612de77", + "76b5b08c04c28a28204b864cd378c682a943ceed", [ null, {} ] ], "2d.composite.canvas.destination-out.worker.js": [ - "bc7be056a1d63d3fcc7c09b3debb9930facc8b15", + "bcb134ed40be14d20026d8ddacfca7f0dff3c463", [ "html/canvas/offscreen/compositing/2d.composite.canvas.destination-out.worker.html", {} ] ], "2d.composite.canvas.destination-over.html": [ - "676b43608d99a80c3c2eb4315bd448d6bbb1b6e1", + "0df9dc542e21dcd33eea9b3a2bf5ec696d5c5b49", [ null, {} ] ], "2d.composite.canvas.destination-over.worker.js": [ - "c1d15a0959189c62bd418993c5db8cbe83b52d3b", + "1bd55fac506e13862ed46e833a398980a447c0c9", [ "html/canvas/offscreen/compositing/2d.composite.canvas.destination-over.worker.html", {} ] ], "2d.composite.canvas.lighter.html": [ - "4c913506faf252410c1351f43b874fe0261b421c", + "798221d01a92a6522e5773a486d86b8caa35f70d", [ null, {} ] ], "2d.composite.canvas.lighter.worker.js": [ - "df494f22d333e5fd7cd420c4040126d78c8d2f71", + "6cb3c64820eaab3d9a390c720d3935d7ed4f2bbc", [ "html/canvas/offscreen/compositing/2d.composite.canvas.lighter.worker.html", {} ] ], "2d.composite.canvas.source-atop.html": [ - "f6e03874001a320bb15a77b2f41df788077b1b67", + "72f08fde6748c14144fee55eb58a6369eedb4907", [ null, {} ] ], "2d.composite.canvas.source-atop.worker.js": [ - "781a89c1b6ca5752b865f644ef5eec8f62b50291", + "74a2050ca168a649e33ece7e570712d3042e416d", [ "html/canvas/offscreen/compositing/2d.composite.canvas.source-atop.worker.html", {} ] ], "2d.composite.canvas.source-in.html": [ - "ea7acd8bbbc4e9255c657e126723d3fac5765091", + "2b8fafa7b446fecff6314195cdf888fbc86ac90c", [ null, {} ] ], "2d.composite.canvas.source-in.worker.js": [ - "484399acfccf2e3ad96a6f642ced3151e1ffec9d", + "f9e63d57874bc0488b9d5606a80e548eb3d8a538", [ "html/canvas/offscreen/compositing/2d.composite.canvas.source-in.worker.html", {} ] ], "2d.composite.canvas.source-out.html": [ - "7b2de941de1712c1f0f8321720b668e40c37fc2f", + "185ed298d6ebc0cd8f0677e65ad404e9676fd56d", [ null, {} ] ], "2d.composite.canvas.source-out.worker.js": [ - "d0d6cc12e95301705e68eb53b8a35c33bdd07822", + "300926c9cd427b77b4e595d8e929aa9baa62a617", [ "html/canvas/offscreen/compositing/2d.composite.canvas.source-out.worker.html", {} ] ], "2d.composite.canvas.source-over.html": [ - "fe833737eefd6c3b940bfc358e982d992e250db4", + "f37338b66250aab80066703509b2f936a028f5e1", [ null, {} ] ], "2d.composite.canvas.source-over.worker.js": [ - "848fbf3beccc89a85d9febc99f930818075ea112", + "dbbec70c5f0093298880fe4daad5e9981a9afe09", [ "html/canvas/offscreen/compositing/2d.composite.canvas.source-over.worker.html", {} ] ], "2d.composite.canvas.xor.html": [ - "d89e6de267fb7fbc0f551312192f63fdae248d8f", + "db1af5399cdda30674c5350536c8096c73ce22d8", [ null, {} ] ], "2d.composite.canvas.xor.worker.js": [ - "250bba4baccfaf08fd249b694c107ee742790794", + "b6e33df894ce626b94d88b7713452aac333a1cc4", [ "html/canvas/offscreen/compositing/2d.composite.canvas.xor.worker.html", {} @@ -681176,168 +683357,168 @@ ] ], "2d.composite.image.clear.html": [ - "2582a6bfaf0c729d5d06cf2553522513de33e364", + "cf7720a1701536bc624464c9a1406a887189ff1f", [ null, {} ] ], "2d.composite.image.clear.worker.js": [ - "f152cee739b5b5e37ab9921c7679a1268d1d0816", + "e60b521f6a93ef03c138d96b757145eee1b24b74", [ "html/canvas/offscreen/compositing/2d.composite.image.clear.worker.html", {} ] ], "2d.composite.image.copy.html": [ - "d0fe687a1df6d9d911a4995ecc561756a035b8e3", + "9645e2ada2d782e64511a51a7bb6585f3fb6de2a", [ null, {} ] ], "2d.composite.image.copy.worker.js": [ - "05ccab1711632032501996d648656ac9de6aae0c", + "a6b90d892e8e0de58605b11d174a2c661e12d220", [ "html/canvas/offscreen/compositing/2d.composite.image.copy.worker.html", {} ] ], "2d.composite.image.destination-atop.html": [ - "78d352ea6e532678e4f0f6c34de7fb1b02ffcaf7", + "100921a4ab3e5dfcd7a54e0aa5a3ec0f9594a671", [ null, {} ] ], "2d.composite.image.destination-atop.worker.js": [ - "43648142d50c6f27b5c110599a6b5ea3a6878bd7", + "99962b16fc4d806f1780042c8cb84e0d25f69dc6", [ "html/canvas/offscreen/compositing/2d.composite.image.destination-atop.worker.html", {} ] ], "2d.composite.image.destination-in.html": [ - "8f8e188a950bd34a1a817891c7aeb9bbf5504e46", + "b81df3e2efa988d1c107d41f160306ebabe00962", [ null, {} ] ], "2d.composite.image.destination-in.worker.js": [ - "2787237c569cff871385e97ee36b9449670726ad", + "39d11f567f562caec49a4dd6312d189f1bca2a30", [ "html/canvas/offscreen/compositing/2d.composite.image.destination-in.worker.html", {} ] ], "2d.composite.image.destination-out.html": [ - "410a019ec7a53438342468b91181fe716a1a2101", + "76c028129876f8f44eb48adfa085f8547ebbe9a2", [ null, {} ] ], "2d.composite.image.destination-out.worker.js": [ - "e030f533a051c449883fd85bc6eb04b6639e6da3", + "843652a86b813cf352cfb45c72f058b48382b84e", [ "html/canvas/offscreen/compositing/2d.composite.image.destination-out.worker.html", {} ] ], "2d.composite.image.destination-over.html": [ - "c9e33da8855ad6bdaf543b36c988cee52be44e4f", + "e17fe382f9e0557845107e2a043c253c337642a0", [ null, {} ] ], "2d.composite.image.destination-over.worker.js": [ - "964df4ae8bc022cfdc2bd64c99106d086f6d9f09", + "3bb9d4ee37213662cf1517f4f63975ec7bee82d1", [ "html/canvas/offscreen/compositing/2d.composite.image.destination-over.worker.html", {} ] ], "2d.composite.image.lighter.html": [ - "15176dc36665b16d11ba4147ac8d8f3c8ce3ee59", + "ebe4eda9ec518ba4ab3146d63c0b5e7ce34f1417", [ null, {} ] ], "2d.composite.image.lighter.worker.js": [ - "f3828b6411d8a7b318844a60dbe9f0376de99f38", + "d361064a1ce43f561061e741c3b084a6b5076997", [ "html/canvas/offscreen/compositing/2d.composite.image.lighter.worker.html", {} ] ], "2d.composite.image.source-atop.html": [ - "9d8b850972e999a008760e038a00ace8a10e67f3", + "19b42105f7edb245005ac8909569a61a086c28b9", [ null, {} ] ], "2d.composite.image.source-atop.worker.js": [ - "7b1618e3f96c67d0c77c5f0e6421868204ec93b1", + "067bbfa682e6940f4be3e889d9037abc72597b7a", [ "html/canvas/offscreen/compositing/2d.composite.image.source-atop.worker.html", {} ] ], "2d.composite.image.source-in.html": [ - "1d63fc17df12d95df7d7583a9e3c505e9185bc25", + "5fd392ec754989b78115d6b692dec816f809e90a", [ null, {} ] ], "2d.composite.image.source-in.worker.js": [ - "9accfb35c465e541adfe07d1054aa8f530d8ecab", + "7b5ffbc63277859d94c1f5096d4fb94b16ff3e21", [ "html/canvas/offscreen/compositing/2d.composite.image.source-in.worker.html", {} ] ], "2d.composite.image.source-out.html": [ - "5ab29d018f0c458b1083963c0bcac995082adb1d", + "38b23d9b1524da5cb200bfdebfc5d82348bf30f8", [ null, {} ] ], "2d.composite.image.source-out.worker.js": [ - "8e8d9116bb1b1d286925df83db85ec2d5e562555", + "fe785a5e24af5b58a94b8391172e3b79ad932b19", [ "html/canvas/offscreen/compositing/2d.composite.image.source-out.worker.html", {} ] ], "2d.composite.image.source-over.html": [ - "55ad292bf39631001075fc0cccd6218a5f73a62d", + "5371724d488d1bc3efc4f2a1b8340ee66da9da78", [ null, {} ] ], "2d.composite.image.source-over.worker.js": [ - "679aa19ef9820aa626309da5ef3bc1607e3455a2", + "a9304b305efdab3950e202b63656e3e74f6f656e", [ "html/canvas/offscreen/compositing/2d.composite.image.source-over.worker.html", {} ] ], "2d.composite.image.xor.html": [ - "edc42d5b0575d39a97db281ac3f86b650426dea3", + "f0a28e24fe906979eace75f2072cdffaa442fe5d", [ null, {} ] ], "2d.composite.image.xor.worker.js": [ - "83a04928b5d417677bdfdcfacf6123828b2b852f", + "c8822bc98f5ad930f8cf56f9ff2a5a80d10399d6", [ "html/canvas/offscreen/compositing/2d.composite.image.xor.worker.html", {} @@ -681886,70 +684067,70 @@ ] ], "2d.composite.uncovered.image.copy.html": [ - "4311bb390031347f5e3054d4b07f3b343bf5aa25", + "cf0ff7ecbb14cb8bb302469823134f1e3e9ef184", [ null, {} ] ], "2d.composite.uncovered.image.copy.worker.js": [ - "0e56b4f71d499b2935def0be81c8eaaada71c517", + "a2588c338682926f4ff70c41d2420a497785f492", [ "html/canvas/offscreen/compositing/2d.composite.uncovered.image.copy.worker.html", {} ] ], "2d.composite.uncovered.image.destination-atop.html": [ - "6453ff3c572409c90d6b76ecb44752f5900ff6e4", + "cf588f08617c816d3225cbba2f1d38db60785170", [ null, {} ] ], "2d.composite.uncovered.image.destination-atop.worker.js": [ - "4c4a0a4c951fa5942df538532f103e8024ea878c", + "d220d0e9b9424f0ccff7f13dfcfc647f86d3f0bc", [ "html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-atop.worker.html", {} ] ], "2d.composite.uncovered.image.destination-in.html": [ - "aebd6f86d816a10c88d8738c1456d3e7d82593c1", + "7a9fa65e397c140d4586b323e37fa824818f8525", [ null, {} ] ], "2d.composite.uncovered.image.destination-in.worker.js": [ - "af1dc50c9bbde88c2c68e4bde209b3a9d8ab4588", + "e605dd9fcc69023ab30dfbed1b8cc054fb385a21", [ "html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-in.worker.html", {} ] ], "2d.composite.uncovered.image.source-in.html": [ - "95d23038a8bdffcdcc754138808eff9716d4c913", + "0b1c7ac29d21d6b5c408e1bb6c8f0915d7a59803", [ null, {} ] ], "2d.composite.uncovered.image.source-in.worker.js": [ - "490ce4d0012de3b0d4d8cf3fc57e3846c6b95fce", + "1e8b877dffa87eabb01592342d6262d33d5586de", [ "html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-in.worker.html", {} ] ], "2d.composite.uncovered.image.source-out.html": [ - "573ab8acdb034eba8769cda8c2a637051ffc92a7", + "35b89af55c2cd7246434a18d60b0a5a69f6b0560", [ null, {} ] ], "2d.composite.uncovered.image.source-out.worker.js": [ - "3647e34574be8619f860e5e52ccc56ec65cb62c9", + "d42c271dc5cebcf54113058ae7486812ebcc153b", [ "html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-out.worker.html", {} @@ -682026,70 +684207,70 @@ ] ], "2d.composite.uncovered.pattern.copy.html": [ - "bf15282f873800598d0992d3a3e1961e5ea16825", + "e9a0d85d95258e0cb71f724060c90a05046e8b11", [ null, {} ] ], "2d.composite.uncovered.pattern.copy.worker.js": [ - "a5944be695407a8c9273b7099398110073386e96", + "bd59189e6d3784e29b5b3b8474a2314437582bbf", [ "html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.copy.worker.html", {} ] ], "2d.composite.uncovered.pattern.destination-atop.html": [ - "015d6b6c8d161713f360596e8e010a4ae92594e3", + "a2250a897202589d0196981bde6bcc92cb099389", [ null, {} ] ], "2d.composite.uncovered.pattern.destination-atop.worker.js": [ - "c34c748059ae242f8c27b534d142545d0d30cac7", + "17ebb53db00f94e6a4acc37824c32e4edc03cb50", [ "html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-atop.worker.html", {} ] ], "2d.composite.uncovered.pattern.destination-in.html": [ - "2747f851a5b2589fa962df6e5da5d90fc9047359", + "558e14aab0b7b31b2ffad26f75ee39fbb7bf75e1", [ null, {} ] ], "2d.composite.uncovered.pattern.destination-in.worker.js": [ - "10042455a79632322abe36fa34f6beb1f7fe957d", + "62ae7f569d7dc7e605f3aefb3d0eefcb62924c31", [ "html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-in.worker.html", {} ] ], "2d.composite.uncovered.pattern.source-in.html": [ - "edcd6bf6a2b64b43166b280e6f5e95693fec06b7", + "63b432c065d320fe1a2680b66a1be1868e345a2f", [ null, {} ] ], "2d.composite.uncovered.pattern.source-in.worker.js": [ - "c658da8c991f8695b681af07737ca458df41f40c", + "03a3b2f072f3db6af67a946b6bed4508f1a7b0ae", [ "html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-in.worker.html", {} ] ], "2d.composite.uncovered.pattern.source-out.html": [ - "35e7b589ea92754c0560a27a89f2dc98b0e227c4", + "a714dc648ce66c62694ff19c382d700f6b97026b", [ null, {} ] ], "2d.composite.uncovered.pattern.source-out.worker.js": [ - "86baf476febad997d6a63e654d192cfe122d01dd", + "0fff24429130136285845d4772cde864a86e9beb", [ "html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-out.worker.html", {} @@ -698755,7 +700936,7 @@ ] ], "reporting-subresource-corp.tentative.https.html": [ - "0530956080bb3d027fc1f88ed23572f0e7b9ba02", + "6be3c35ad7ab749f52c4cd20d348bea21dfad448", [ null, { @@ -699381,7 +701562,7 @@ ] ], "dir-auto-dynamic-changes.window.js": [ - "26dd584869f5976678ea1b35ba1a981ebf034844", + "bb58548754c8ba83893a392f18f39dd46b33b20c", [ "html/dom/elements/global-attributes/dir-auto-dynamic-changes.window.html", { @@ -707492,7 +709673,7 @@ ] ], "toBlob-cross-realm-callback-report-exception.html": [ - "393170baad8a1a93b5d89b6f505d45c40e85a8a2", + "cbf060d4d0c6e2d7b1c57fbf7bccd849fef3e2ca", [ null, {} @@ -713981,13 +716162,6 @@ } ] ], - "popover-css-properties.tentative.html": [ - "93d388b02b533f8e8719ef8a9b54293f45a5cffd", - [ - null, - {} - ] - ], "popover-document-open.html": [ "80ac86acedab246d5ceff8b54d57feb7e957d642", [ @@ -714003,7 +716177,7 @@ ] ], "popover-focus-2.html": [ - "552c8d8206b7b682f422bc8a5e2017f66983d198", + "5fc8e7adf9804027a6a5a87bec15cd4a5c26b99f", [ null, { @@ -714031,55 +716205,6 @@ } ] ], - "popover-hover-hang.tentative.html": [ - "7868fa71a55b2e5be6fc07a68de43f341e53b31f", - [ - null, - { - "testdriver": true - } - ] - ], - "popover-hover-hide-hide.tentative.html": [ - "57ca5723de562cc97b886e1410119596eefee313", - [ - null, - { - "testdriver": true, - "timeout": "long" - } - ] - ], - "popover-hover-hide-hover.tentative.html": [ - "d0036c0fe7b14b619a0c6562caf53713a478f6a7", - [ - null, - { - "testdriver": true, - "timeout": "long" - } - ] - ], - "popover-hover-hide-show.tentative.html": [ - "7b3fa2b30238df6e5f464b39bb246e7bef6ac241", - [ - null, - { - "testdriver": true, - "timeout": "long" - } - ] - ], - "popover-hover-hide-toggle.tentative.html": [ - "d6d4079e7e02be9cf6f6efde435fe4f1d0678d57", - [ - null, - { - "testdriver": true, - "timeout": "long" - } - ] - ], "popover-invoker-reset.html": [ "bfc79fd629171606b5d5d9a4224522e4bb4137ef", [ @@ -714277,16 +716402,6 @@ {} ] ], - "popover-target-action-hover.tentative.html": [ - "b03ec78ebf12e49775bf0636c78a803d97a1c19d", - [ - null, - { - "testdriver": true, - "timeout": "long" - } - ] - ], "popover-target-element-disabled.html": [ "d5c951768c083aa0fea3c6d473c9a370f386f31b", [ @@ -719024,14 +721139,14 @@ }, "interest-target": { "interestelement-interface.tentative.html": [ - "bc68dc54577f445d399ad2cc364cd4c02cb4d16d", + "a6b38bba95c537139d8faa060ad57b58715fa01e", [ null, {} ] ], "interestevent-dispatch-shadow.tentative.html": [ - "9911357e94dd403a9b97b04ef7cf8eb8162ced50", + "146f7fb5ec4e301dce0f08391950f1ae44011f04", [ null, { @@ -719040,7 +721155,7 @@ ] ], "interestevent-interface.tentative.html": [ - "9ed95a6a0289831c1c5dc2b6530e389a1a6c48ce", + "b5b4193f1da5c4cf28b6a4e6d1a4cdd3504c44c4", [ null, { @@ -719049,7 +721164,7 @@ ] ], "interesttarget-anchor-event-dispatch.tentative.html": [ - "88a54c21f83bb144c2f9d8263e1159d7e7261f65", + "931ea1cfdef7823ec4a96517207fb213369c204d", [ null, { @@ -719058,7 +721173,7 @@ ] ], "interesttarget-area-event-dispatch.tentative.html": [ - "5573235082617a9dd10bd253d0ed25b772adc551", + "eadc8fb1759a38c041579fc2c9b671c8eb6633eb", [ null, { @@ -719066,8 +721181,18 @@ } ] ], + "interesttarget-basic-delays.tentative.html": [ + "eb5d9b6a855aad4be2a6008fd4f3918a9fe85fb3", + [ + null, + { + "testdriver": true, + "timeout": "long" + } + ] + ], "interesttarget-button-event-dispatch.tentative.html": [ - "a9d68bb03fdd5476e776e1ecfbe0facfbccccbe7", + "6057f4ca60fe260b6572b7b54c993210731d86ae", [ null, { @@ -719075,8 +721200,25 @@ } ] ], + "interesttarget-css-properties.tentative.html": [ + "b91614b163c88f301b5c2198f568286044ee4f9c", + [ + null, + {} + ] + ], + "interesttarget-hide-delay.tentative.html": [ + "a1499b83752e0dae25db30cedeec1dd128eac632", + [ + null, + { + "testdriver": true, + "timeout": "long" + } + ] + ], "interesttarget-on-popover-behavior.tentative.html": [ - "cbb5e4014eed14a6da35219de02f9d46aa7b9643", + "40027f0cccceab1a8f1c0dc32bb941d9547446ab", [ null, { @@ -719084,8 +721226,18 @@ } ] ], + "interesttarget-show-delay.tentative.html": [ + "599d61f91a8c2849bd2a549b1d86878405380f39", + [ + null, + { + "testdriver": true, + "timeout": "long" + } + ] + ], "interesttarget-svg-a-event-dispatch.tentative.html": [ - "8208c8d56af9ddc95ceb401d411c14c76f20747f", + "31a59f5c281fdda5497edd6256ac556b282cf6de", [ null, { @@ -733712,7 +735864,14 @@ ] ] } - } + }, + "waiting-for-audio.html": [ + "e76c6e97b906e776ea76d8f4c66b6790a238b0f0", + [ + null, + {} + ] + ] }, "mediacapture-extensions": { "GUM-backgroundBlur.https.html": [ @@ -763477,14 +765636,14 @@ ] ], "sethtml-safety.tentative.html": [ - "d7a10c0477be80773f63d491e04db620d4d8b180", + "8a7f3ac64d97d40d75d378816b698215ebaa2bcd", [ null, {} ] ], "sethtml-tree-construction.tentative.html": [ - "bae406ef703346adaf31790f84c030b25acc2cae", + "5c693dbf3c90dc59c9a9a3ac0281fc1f33f36d85", [ null, {} @@ -795154,7 +797313,7 @@ ] ], "TrustedTypePolicyFactory-createPolicy-cspTests-none.html": [ - "badaf989eb74978f0ac6d3ca173ed0a64fcbc585", + "a75b50f8f002e2398cf072f3a9ad4e42bc4e31ff", [ null, {} @@ -795168,7 +797327,7 @@ ] ], "TrustedTypePolicyFactory-createPolicy-cspTests.html": [ - "979de1e8145cb730cd646163a0d1166fc5777105", + "f84634a1408d20c99ea2fbe4b96b8bb580e4a65d", [ null, {} @@ -795575,14 +797734,14 @@ ] ], "require-trusted-types-for-report-only.html": [ - "25b4440ef4117010bb7da7c8f3ad87f01d3bf55f", + "0b1d141fb3ac149b8d77677d21dd849923d6fbc5", [ null, {} ] ], "require-trusted-types-for.html": [ - "b0dcd9cc930024f51fbfb2c522fe04a9ddcdb9e5", + "c6dfbcbfb4871d2bb87b5590524cc3503fdc479d", [ null, {} @@ -795631,21 +797790,21 @@ ] ], "trusted-types-eval-reporting-no-unsafe-eval.html": [ - "92604c96718a01abef60e1186e68334c8537b0f7", + "5e2087a1c6b8273b0640ad647d777633ec6c4133", [ null, {} ] ], "trusted-types-eval-reporting-report-only.html": [ - "a81f5a45789389e9d08ec16262ec878e51682179", + "226db176bd8d03a7674a2f1fa4360d4049e15f23", [ null, {} ] ], "trusted-types-eval-reporting.html": [ - "e7c7245f9e415e08a0d327a4b7b17effebdfd555", + "2fc889549ec28e2e0ee1a8d7e44fd438a7289585", [ null, {} @@ -795673,7 +797832,7 @@ ] ], "trusted-types-report-only.html": [ - "fcb77841163d9a09774497d2b8588f85c2a42b06", + "f4386f832f43f57b82c52edc5e7dbe16308b6255", [ null, {} @@ -795687,7 +797846,7 @@ ] ], "trusted-types-reporting.html": [ - "96c9dd72813a7b480e65374144f63e6ad487ea4e", + "2ea5855e054637c4abc03ae7a468cfeccf035047", [ null, { @@ -795696,21 +797855,21 @@ ] ], "trusted-types-source-file-path.html": [ - "6e87c25a7f0998a2117de2f73f4adc3df9b024b5", + "edb1d5d68e9331a6c46a2bb0b733bff8751b1914", [ null, {} ] ], "trusted-types-svg-script-set-href.html": [ - "e437df360db5ec1866a84b6fa8a528bc32c04ab8", + "f339ba119a1b6bfa5368007db13cb338c368bd90", [ null, {} ] ], "trusted-types-svg-script.html": [ - "2fca03906ab3a4d5ab8bd9c9914601bb8fdad386", + "4fc3b710eb620c752ab50386ded8c16c75b5060f", [ null, {} @@ -819868,7 +822027,7 @@ ] ], "image-decoder.https.any.js": [ - "78eea763aaae2d1801946673c31ccdace0011a2e", + "1b3fabbfc4ae1879f816b01dac2c771d2cec2a69", [ "webcodecs/image-decoder.https.any.html", { @@ -819901,7 +822060,7 @@ ] ], "per-frame-qp-encoding.https.any.js": [ - "c4c49d81e55bab3a4a9009a8970aeea6224cdd5c", + "3669edc630bc4c008c42642c415e1775047cbd5c", [ "webcodecs/per-frame-qp-encoding.https.any.html?av1", { @@ -826713,7 +828872,7 @@ ] ], "arg_min_max.https.any.js": [ - "27425c9f35f5dfb30ed4dee173128e10ddb2e974", + "d047582ce7b56165bb456a245b59f51161d8b685", [ "webnn/conformance_tests/arg_min_max.https.any.html?cpu", { @@ -860185,7 +862344,7 @@ ] ], "RTCRtpTransceiver-setCodecPreferences.html": [ - "b3129b49869fec05f351ff3403f785eb2fe1fcc3", + "407e855edbd2b05c88e1163ed76bb953e47eabda", [ null, {} @@ -860595,7 +862754,7 @@ ] ], "h264-unidirectional-codec-offer.https.html": [ - "08640e1f62f9b2bc39b6fd387b95ee6282bcdb08", + "708d59e52423dae56f05ca04f913938831ac3844", [ null, {} @@ -906477,7 +908636,7 @@ }, "context_destroyed": { "context_destroyed.py": [ - "17f7acf2f9b68911b1c9fb2cf882918edf894a6a", + "ac964b67687805fa53d75e97e1cdc8f24c718479", [ null, {} @@ -907180,7 +909339,7 @@ ] ], "files.py": [ - "df91861752cf4cdc3ff267535d939b0127ca2994", + "8ebc8eafebab52b2189be10d0e4f3a6fc66fc857", [ null, {} @@ -907204,7 +909363,7 @@ ] ], "navigation.py": [ - "bced811a66ec4baf6e3f68e140fd5bdb105b4f5c", + "a16e2c52a617aedc2d86fa2922870d363c456294", [ null, {} @@ -907249,7 +909408,7 @@ ] ], "stacktrace.py": [ - "f9aab697bd802cdcb84e83933fd7a2139ed7c031", + "cd7c8434e772dd4f71516215123e021809f8479d", [ null, {} @@ -907311,7 +909470,7 @@ }, "auth_required": { "auth_required.py": [ - "89fbb09fd54d4079b5a1f2795b792b8fccabeacf", + "96cecdf6b2a82352f69dee38b6796aa6dd079b8e", [ null, {} @@ -907327,7 +909486,7 @@ }, "before_request_sent": { "before_request_sent.py": [ - "ebc3bf8fa86b2fec02737d23f1cd04a71d90321f", + "1449ec00bb1342385d7b834fc21a46d0497f362d", [ null, {} @@ -907490,7 +909649,7 @@ }, "fetch_error": { "fetch_error.py": [ - "6beb33f7d69a189cd92d9e9ca371002e2b68369c", + "bdb66722ce9d231d0214d177f107a1dd3c5288cd", [ null, {} @@ -907570,7 +909729,7 @@ }, "response_completed": { "response_completed.py": [ - "812df763bd680f8a7c934edfd1518f688b4e7d40", + "127416d8de41740b2b7199c93d1256f110c28ecb", [ null, {} @@ -907586,7 +909745,7 @@ }, "response_started": { "response_started.py": [ - "25f1179f07af86920cdbd2ed1a236c95f5aff9b8", + "6ab3e1c3cace1069705f2bf979e843315ec39ca9", [ null, {} @@ -908059,7 +910218,7 @@ ] ], "subscription_id.py": [ - "36a57111f6d503aad3467162c2db102a5608a89d", + "d0e869e52d7e2c9dac1e2b3aacf3fb7ab6ddbfb8", [ null, {} @@ -908082,7 +910241,14 @@ ] ], "invalid.py": [ - "0b13e949673c198f89aba72388b4230cd8bc0a5b", + "3d532c8f28c6e5885a62cd17ae2d2e82cb47aaa8", + [ + null, + {} + ] + ], + "subscriptions.py": [ + "b79621ff5a1cac9d5f3bb50eedb4e1f2429f5e15", [ null, {} diff --git a/go_test/WPT_SHA.json b/go_test/WPT_SHA.json index aff3e3d3f..4d30ad9a5 100644 --- a/go_test/WPT_SHA.json +++ b/go_test/WPT_SHA.json @@ -1 +1 @@ -8f3f629756d7351867a8be36d5f217608b9adc61 \ No newline at end of file +f5776117fed74721c00ce34c898658a1c3dcb207 \ No newline at end of file diff --git a/html/semantics/popovers/META.yml b/html/semantics/popovers/META.yml index 8b679c173..a0022d2fa 100644 --- a/html/semantics/popovers/META.yml +++ b/html/semantics/popovers/META.yml @@ -1829,192 +1829,8 @@ links: subtest: Popover focus returns when popover is hidden by invoker - test: popover-focus.html subtest: 'Popover corner cases test: Opening dialogs as popovers which have autofocus should focus the dialog.' - - test: popover-hover-hide-hide.tentative.html - subtest: Test the harness - - test: popover-hover-hide-hide.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=auto, invoker=button, popovertargetaction=hide - - test: popover-hover-hide-hide.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=auto, invoker=button, popovertargetaction=hide - - test: popover-hover-hide-hide.tentative.html - subtest: The popover-hide-delay causes a popover to be hidden after a delay, popover=hint, invoker=button, popovertargetaction=hide - - test: popover-hover-hide-hide.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=hint, invoker=button, popovertargetaction=hide - - test: popover-hover-hide-hide.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=hint, invoker=button, popovertargetaction=hide - - test: popover-hover-hide-hide.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=manual, invoker=button, popovertargetaction=hide - - test: popover-hover-hide-hide.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=auto, invoker=input, popovertargetaction=hide - - test: popover-hover-hide-hide.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=auto, invoker=input, popovertargetaction=hide - - test: popover-hover-hide-hide.tentative.html - subtest: The popover-hide-delay causes a popover to be hidden after a delay, popover=hint, invoker=input, popovertargetaction=hide - - test: popover-hover-hide-hide.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=hint, invoker=input, popovertargetaction=hide - - test: popover-hover-hide-hide.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=hint, invoker=input, popovertargetaction=hide - - test: popover-hover-hide-hide.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=manual, invoker=input, popovertargetaction=hide - - test: popover-hover-hide-hover.tentative.html - subtest: Test the harness - - test: popover-hover-hide-show.tentative.html - subtest: Test the harness - - test: popover-hover-hide-show.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=auto, invoker=button, popovertargetaction=show - - test: popover-hover-hide-show.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=auto, invoker=button, popovertargetaction=show - - test: popover-hover-hide-show.tentative.html - subtest: The popover-hide-delay causes a popover to be hidden after a delay, popover=hint, invoker=button, popovertargetaction=show - - test: popover-hover-hide-show.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=hint, invoker=button, popovertargetaction=show - - test: popover-hover-hide-show.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=hint, invoker=button, popovertargetaction=show - - test: popover-hover-hide-show.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=auto, invoker=input, popovertargetaction=show - - test: popover-hover-hide-show.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=auto, invoker=input, popovertargetaction=show - - test: popover-hover-hide-show.tentative.html - subtest: The popover-hide-delay causes a popover to be hidden after a delay, popover=hint, invoker=input, popovertargetaction=show - - test: popover-hover-hide-show.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=hint, invoker=input, popovertargetaction=show - - test: popover-hover-hide-show.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=hint, invoker=input, popovertargetaction=show - - test: popover-hover-hide-toggle.tentative.html - subtest: Test the harness - - test: popover-hover-hide-toggle.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=auto, invoker=button, popovertargetaction=toggle - - test: popover-hover-hide-toggle.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=auto, invoker=button, popovertargetaction=toggle - - test: popover-hover-hide-toggle.tentative.html - subtest: The popover-hide-delay causes a popover to be hidden after a delay, popover=hint, invoker=button, popovertargetaction=toggle - - test: popover-hover-hide-toggle.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=hint, invoker=button, popovertargetaction=toggle - - test: popover-hover-hide-toggle.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=hint, invoker=button, popovertargetaction=toggle - - test: popover-hover-hide-toggle.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=manual, invoker=button, popovertargetaction=toggle - - test: popover-hover-hide-toggle.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=auto, invoker=input, popovertargetaction=toggle - - test: popover-hover-hide-toggle.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=auto, invoker=input, popovertargetaction=toggle - - test: popover-hover-hide-toggle.tentative.html - subtest: The popover-hide-delay causes a popover to be hidden after a delay, popover=hint, invoker=input, popovertargetaction=toggle - - test: popover-hover-hide-toggle.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=hint, invoker=input, popovertargetaction=toggle - - test: popover-hover-hide-toggle.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=hint, invoker=input, popovertargetaction=toggle - - test: popover-hover-hide-toggle.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=manual, invoker=input, popovertargetaction=toggle - test: popover-invoker-reset.html subtest: Invoker gets reset appropriately - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover shows a popover with popover=auto, invokerType=plain - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover should also allow click activation, for popover=auto, invokerType=plain - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover popover-show-delay is respected (popover=auto, invokerType=plain) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when popover is already showing (popover=auto, invokerType=plain) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when popover is moved out of the document (popover=auto, invokerType=plain) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when target changes (popover=auto, invokerType=plain) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover shows a popover with popover=auto, invokerType=nested - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover should also allow click activation, for popover=auto, invokerType=nested - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover popover-show-delay is respected (popover=auto, invokerType=nested) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when popover is already showing (popover=auto, invokerType=nested) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when popover is moved out of the document (popover=auto, invokerType=nested) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when target changes (popover=auto, invokerType=nested) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover shows a popover with popover=auto, invokerType=nested-offset - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover should also allow click activation, for popover=auto, invokerType=nested-offset - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover popover-show-delay is respected (popover=auto, invokerType=nested-offset) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when popover is already showing (popover=auto, invokerType=nested-offset) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when popover is moved out of the document (popover=auto, invokerType=nested-offset) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when target changes (popover=auto, invokerType=nested-offset) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover shows a popover with popover=hint, invokerType=plain - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover should also allow click activation, for popover=hint, invokerType=plain - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover popover-show-delay is respected (popover=hint, invokerType=plain) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when popover is already showing (popover=hint, invokerType=plain) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when popover is moved out of the document (popover=hint, invokerType=plain) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when target changes (popover=hint, invokerType=plain) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover shows a popover with popover=hint, invokerType=nested - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover should also allow click activation, for popover=hint, invokerType=nested - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover popover-show-delay is respected (popover=hint, invokerType=nested) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when popover is already showing (popover=hint, invokerType=nested) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when popover is moved out of the document (popover=hint, invokerType=nested) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when target changes (popover=hint, invokerType=nested) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover shows a popover with popover=hint, invokerType=nested-offset - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover should also allow click activation, for popover=hint, invokerType=nested-offset - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover popover-show-delay is respected (popover=hint, invokerType=nested-offset) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when popover is already showing (popover=hint, invokerType=nested-offset) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when popover is moved out of the document (popover=hint, invokerType=nested-offset) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when target changes (popover=hint, invokerType=nested-offset) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover shows a popover with popover=manual, invokerType=plain - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover should also allow click activation, for popover=manual, invokerType=plain - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover popover-show-delay is respected (popover=manual, invokerType=plain) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when popover is already showing (popover=manual, invokerType=plain) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when popover is moved out of the document (popover=manual, invokerType=plain) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when target changes (popover=manual, invokerType=plain) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover shows a popover with popover=manual, invokerType=nested - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover should also allow click activation, for popover=manual, invokerType=nested - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover popover-show-delay is respected (popover=manual, invokerType=nested) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when popover is already showing (popover=manual, invokerType=nested) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when popover is moved out of the document (popover=manual, invokerType=nested) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when target changes (popover=manual, invokerType=nested) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover shows a popover with popover=manual, invokerType=nested-offset - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover should also allow click activation, for popover=manual, invokerType=nested-offset - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover popover-show-delay is respected (popover=manual, invokerType=nested-offset) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when popover is already showing (popover=manual, invokerType=nested-offset) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when popover is moved out of the document (popover=manual, invokerType=nested-offset) - - test: popover-target-action-hover.tentative.html - subtest: popovertargetaction=hover does nothing when target changes (popover=manual, invokerType=nested-offset) - product: firefox url: https://bugzilla.mozilla.org/show_bug.cgi?id=1840032 results: @@ -2049,74 +1865,6 @@ links: subtest: 'Popover corner cases test: Opening dialogs as popovers should use dialog initial focus algorithm.' - test: popover-focus.html subtest: 'Popover button click focus test: Opening dialogs as popovers which have autofocus should focus the dialog.' - - test: popover-hover-hide-hide.tentative.html - subtest: The popover-hide-delay causes a popover to be hidden after a delay, popover=manual, invoker=button, popovertargetaction=hide - - test: popover-hover-hide-hide.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=manual, invoker=button, popovertargetaction=hide - - test: popover-hover-hide-hide.tentative.html - subtest: The popover-hide-delay causes a popover to be hidden after a delay, popover=auto, invoker=input, popovertargetaction=hide - - test: popover-hover-hide-hide.tentative.html - subtest: The popover-hide-delay causes a popover to be hidden after a delay, popover=manual, invoker=input, popovertargetaction=hide - - test: popover-hover-hide-hide.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=manual, invoker=input, popovertargetaction=hide - - test: popover-hover-hide-hover.tentative.html - subtest: The popover-hide-delay causes a popover to be hidden after a delay, popover=auto, invoker=button, popovertargetaction=hover - - test: popover-hover-hide-hover.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=auto, invoker=button, popovertargetaction=hover - - test: popover-hover-hide-hover.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=auto, invoker=button, popovertargetaction=hover - - test: popover-hover-hide-hover.tentative.html - subtest: The popover-hide-delay causes a popover to be hidden after a delay, popover=hint, invoker=button, popovertargetaction=hover - - test: popover-hover-hide-hover.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=hint, invoker=button, popovertargetaction=hover - - test: popover-hover-hide-hover.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=hint, invoker=button, popovertargetaction=hover - - test: popover-hover-hide-hover.tentative.html - subtest: The popover-hide-delay causes a popover to be hidden after a delay, popover=manual, invoker=button, popovertargetaction=hover - - test: popover-hover-hide-hover.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=manual, invoker=button, popovertargetaction=hover - - test: popover-hover-hide-hover.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=manual, invoker=button, popovertargetaction=hover - - test: popover-hover-hide-hover.tentative.html - subtest: The popover-hide-delay causes a popover to be hidden after a delay, popover=auto, invoker=input, popovertargetaction=hover - - test: popover-hover-hide-hover.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=auto, invoker=input, popovertargetaction=hover - - test: popover-hover-hide-hover.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=auto, invoker=input, popovertargetaction=hover - - test: popover-hover-hide-hover.tentative.html - subtest: The popover-hide-delay causes a popover to be hidden after a delay, popover=hint, invoker=input, popovertargetaction=hover - - test: popover-hover-hide-hover.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=hint, invoker=input, popovertargetaction=hover - - test: popover-hover-hide-hover.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=hint, invoker=input, popovertargetaction=hover - - test: popover-hover-hide-hover.tentative.html - subtest: The popover-hide-delay causes a popover to be hidden after a delay, popover=manual, invoker=input, popovertargetaction=hover - - test: popover-hover-hide-hover.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=manual, invoker=input, popovertargetaction=hover - - test: popover-hover-hide-hover.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=manual, invoker=input, popovertargetaction=hover - - test: popover-hover-hide-show.tentative.html - subtest: The popover-hide-delay causes a popover to be hidden after a delay, popover=auto, invoker=button, popovertargetaction=show - - test: popover-hover-hide-show.tentative.html - subtest: The popover-hide-delay causes a popover to be hidden after a delay, popover=manual, invoker=button, popovertargetaction=show - - test: popover-hover-hide-show.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=manual, invoker=button, popovertargetaction=show - - test: popover-hover-hide-show.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=manual, invoker=button, popovertargetaction=show - - test: popover-hover-hide-show.tentative.html - subtest: hovering the popover keeps it from being hidden, popover=manual, invoker=input, popovertargetaction=show - - test: popover-hover-hide-show.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=manual, invoker=input, popovertargetaction=show - - test: popover-hover-hide-toggle.tentative.html - subtest: The popover-hide-delay causes a popover to be hidden after a delay, popover=auto, invoker=button, popovertargetaction=toggle - - test: popover-hover-hide-toggle.tentative.html - subtest: The popover-hide-delay causes a popover to be hidden after a delay, popover=manual, invoker=button, popovertargetaction=toggle - - test: popover-hover-hide-toggle.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=manual, invoker=button, popovertargetaction=toggle - - test: popover-hover-hide-toggle.tentative.html - subtest: The popover-hide-delay causes a popover to be hidden after a delay, popover=auto, invoker=input, popovertargetaction=toggle - - test: popover-hover-hide-toggle.tentative.html - subtest: hovering an invoking element keeps the popover from being hidden, popover=manual, invoker=input, popovertargetaction=toggle - test: popover-light-dismiss.html subtest: Popovers close on pointerup, not pointerdown - test: popover-light-dismiss.html @@ -2237,19 +1985,11 @@ links: - product: firefox url: https://bugzilla.mozilla.org/show_bug.cgi?id=1867743 results: - - test: popover-hover-hide-show.tentative.html - - test: popover-hover-hide-toggle.tentative.html - - test: popover-hover-hide-hide.tentative.html - - test: popover-hover-hide-hover.tentative.html - test: popover-light-dismiss-hint.html - test: popover-types-with-hints.html - test: popover-invoking-attribute-hint.html - product: safari url: https://bugs.webkit.org/show_bug.cgi?id=275048 results: - - test: popover-hover-hide-hide.tentative.html - - test: popover-hover-hide-hover.tentative.html - - test: popover-hover-hide-show.tentative.html - - test: popover-hover-hide-toggle.tentative.html - test: popover-light-dismiss-hint.html - test: popover-invoking-attribute-hint.html