diff --git a/IndexedDB/META.yml b/IndexedDB/META.yml index 91eccf311..6d8dfb5d9 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: idbtransaction-objectStore-finished.any.js + - test: request-event-ordering.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..01269f783 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-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-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-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..5ee187406 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, {} @@ -45929,6 +45929,19 @@ {} ] ], + "border-conflict-style-107.html": [ + "8b1c72d2bc3af7c5a7feab1d44db10c3acca1ae7", + [ + null, + [ + [ + "/css/reference/ref-filled-green-200px-square.html", + "==" + ] + ], + {} + ] + ], "border-dynamic-001.xht": [ "dc73fecbfa648689495586e9baa02e7c3f480ca6", [ @@ -105336,6 +105349,19 @@ {} ] ], + "border-collapse-006.html": [ + "f96c40cf95075703a67e9b13ef5b6f9e4e663ff8", + [ + null, + [ + [ + "/css/reference/ref-filled-green-200px-square.html", + "==" + ] + ], + {} + ] + ], "border-collapse-applies-to-016.xht": [ "f102d6a799b195388f57396024532947e3357303", [ @@ -223481,6 +223507,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 +223546,19 @@ {} ] ], + "scroll-buttons-disabled-snapping.html": [ + "8f6206a31c29ac05810c786532f4a7a96ea954df", + [ + null, + [ + [ + "/css/css-overflow/scroll-buttons-disabled-snapping-ref.html", + "==" + ] + ], + {} + ] + ], "scroll-buttons-disabled-vertical-ltr.html": [ "41da427cdc6f434c92d230e3418bed23284645fd", [ @@ -234214,7 +234279,7 @@ {} ] ], - "has-slotted-001.tentative.html": [ + "has-slotted-001.html": [ "e750d97a180b5daa6eb0ac18e7178372eeaf96b6", [ null, @@ -234227,7 +234292,7 @@ {} ] ], - "has-slotted-002.tentative.html": [ + "has-slotted-002.html": [ "729f105719b98ac791cf1f7ba9ceae88f38a4b4e", [ null, @@ -234240,7 +234305,7 @@ {} ] ], - "has-slotted-003.tentative.html": [ + "has-slotted-003.html": [ "7578413ff3977094a5ffbcb151498a92ddc4c36d", [ null, @@ -234253,8 +234318,8 @@ {} ] ], - "has-slotted-flattened-001.tentative.html": [ - "0235f99e21f1c9ba0382e7a8936f8f1050a854fe", + "has-slotted-flattened-001.html": [ + "cd6436a7145064db3555b5d316f81a191a0db614", [ null, [ @@ -234266,8 +234331,8 @@ {} ] ], - "has-slotted-flattened-002.tentative.html": [ - "f37b6217789954240d4577b05bd5669950d72477", + "has-slotted-flattened-002.html": [ + "84e4c63953ed739f7a7d7cbdb619aebaec59dbb0", [ null, [ @@ -234279,8 +234344,21 @@ {} ] ], - "has-slotted-flattened-003.tentative.html": [ - "5f007fbd1b0fb4220a2214cb169c93a88dd2029a", + "has-slotted-flattened-003.html": [ + "e16abd7be8917ae368c5e93b0b316cd33bfa78fa", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square-only.html", + "==" + ] + ], + {} + ] + ], + "has-slotted-flattened-004.html": [ + "365aad154dc746c922adce568972025e1f8430b2", [ null, [ @@ -314117,6 +314195,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 +335550,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 +339150,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 +347963,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 +363978,7 @@ [] ], "docker.yml": [ - "9b9b471c600dfb44c944bca7c0d612ddd30f7d9b", + "99bb68b9594652dda9329520fd87518061cf025a", [] ], "documentation.yml": [ @@ -430539,6 +430749,10 @@ "8caeea5c1225e8557aa4d0c00f2e01b77a0e2b1d", [] ], + "scroll-buttons-disabled-snapping-ref.html": [ + "7603e0ce1c6db7a39ce356405fcf88dc804f3b27", + [] + ], "scroll-buttons-disabled-vertical-ltr-ref.html": [ "dbc5762ed4e3f57d930d9989d575bb12fd7c5197", [] @@ -445970,6 +446184,10 @@ "7fe6db34073b8d3ffe668b5b1012874f1c0a33f4", [] ], + "input-range-zero-inline-size-ref.html": [ + "f5900394ca6517009d5fd84273b4efaf0dae1d4d", + [] + ], "manual": { "support": { "form-controls-slr.png": [ @@ -462266,6 +462484,10 @@ ] }, "text": { + "canvas.2d.direction-ref.html": [ + "e7f685244d9a5bbcf159f229bf405c5132287241", + [] + ], "canvas.2d.disconnected-ref.html": [ "b36d29b97f5e3b0065ea13ca008ce0054835efdc", [] @@ -463267,6 +463489,16 @@ [] ] }, + "text": { + "canvas.2d.offscreen.direction-ref.html": [ + "8949caa8486848a4d8f820752e1d73d26e2fc07d", + [] + ], + "text-direction-worker.js": [ + "9375ec16f231ec6f6d7d082fcd1b46ebf72a624f", + [] + ] + }, "the-offscreen-canvas": { "offscreencanvas.transferrable.sw.js": [ "fc7265a48c393566ad8c9fe7b73281e4f5137b21", @@ -464430,6 +464662,10 @@ "00b9e9395a7ec2171b3fee9d75f6ccb1d46ee60f", [] ], + "sw.js": [ + "57f0b41ba5b5ff6318e1e4913dfd13bdb1f237a4", + [] + ], "worker-support.js": [ "349b4eb9117b1c397e656435c8c1adf85964baa8", [] @@ -471945,6 +472181,10 @@ "6ffd72296d8302c71866624b08b1b3213f1b5e4e", [] ], + "dialog-popover-overlay-ref.html": [ + "46581691ffc2e9b69f4902ca9de57b373cc88fc3", + [] + ], "dialogs-with-no-backdrop-ref.html": [ "4b31dc7062e697496f4edfaf98a70c0e794c6245", [] @@ -472267,10 +472507,6 @@ [] ], "resources": { - "popover-hover-hide-common.js": [ - "9f407ef157d8a4f86c2787ed27e73e07dfb3b129", - [] - ], "popover-invoking-attribute.js": [ "d2911647e1520a31a33e1d8ff6bbacab7de5860d", [] @@ -473875,7 +474111,7 @@ "interest-target": { "resources": { "invoker-utils.js": [ - "4261f9c0d32fa2911a3a8ce252246e55a655655f", + "cedc823a5bacaee9812ea0b2edb23b00735b7529", [] ] } @@ -486440,16 +486676,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 +505435,7 @@ [] ], "require-trusted-types-for-report-only.html.headers": [ - "c6412f8d472fcfd6022b0ae485f52b3d3dedd820", + "8344761bdddf837ef11cc2e1b0285675765fe6ac", [] ], "resources": { @@ -505285,6 +505521,10 @@ "5660deaf1e45fc5d1342baf9054693127c360a64", [] ], + "csp-violations.js": [ + "f77dc5627191545e3eb9bcddf2c8e0790166867d", + [] + ], "event-handler-attributes.mjs": [ "8d54524950b9c09d8e4dccbb369968262c3098fd", [] @@ -505321,10 +505561,6 @@ "41dce761def94a328ac75f05699a6f079e0d0bee", [] ], - "resolve-spv.js": [ - "89e58b2a8b75e0200d145b028d032caa688f32cd", - [] - ], "set-inner-html.js": [ "45053d43e362e223e0ce5e6dffb4da09c0ce3f34", [] @@ -505355,7 +505591,7 @@ [] ], "trusted-types-report-only.html.headers": [ - "857a8b31e86bc395e95913ee521d4fc73109c74c", + "383f05138fe6260ef7ac67186d336f323d3db8f4", [] ], "trusted-types-reporting-check-report.html.sub.headers": [ @@ -508956,7 +509192,7 @@ }, "network": { "__init__.py": [ - "dd0eae49ac1bfba8e4559bdb9d01d885c3cb999d", + "840b8086d1373852dad9c2468736b98a76044b49", [] ], "add_intercept": { @@ -519043,32 +519279,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 +520869,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 +522315,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 +522727,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 +523951,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 +535572,7 @@ ] ], "ai_translator_translate.tentative.https.any.js": [ - "896fee9259911dfe5fb188728c405a6cbddca98b", + "060c6f146294b1d9a59d3a824d4ec9d077d23fa8", [ "ai/translator/ai_translator_translate.tentative.https.any.html", { @@ -542288,7 +543571,7 @@ }, "clear-site-data": { "clear-cache.https.html": [ - "8cdaf2a55271987943dfb25a37d98295068b57b2", + "eab2e5975025afffd8c46011c2446e91f8c5ef92", [ null, { @@ -561777,6 +563060,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 +567282,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 +567324,13 @@ {} ] ], + "scroll-state-scrollable-root.html": [ + "bc1c71c186cd61c6effbc9c03f6bea7d93b4ec3d", + [ + null, + {} + ] + ], "scroll-state-scrollable-wm.html": [ "717205f0045869980c4710ac50d0fad35d57eca7", [ @@ -570192,6 +571622,13 @@ {} ] ], + "font-weight-sign-function.html": [ + "d65284fb7a8da07bca74b7c2776da8fb0f4c85d7", + [ + null, + {} + ] + ], "format-specifiers-variations.html": [ "32b8ebed67ebdfd5d10ef374e68d4effb8d9028d", [ @@ -576536,7 +577973,7 @@ ] ], "clip-path-interpolation-shape.html": [ - "763cf00ec1a35e1c24a79b5cef95ffa8f1ab7825", + "6d85c2a06b491bbc54e7cfba6705fd9b6af2098f", [ null, {} @@ -577036,6 +578473,22 @@ } } }, + "css-mixins": { + "at-function-parsing.html": [ + "6ab77c5e4d85340da327606650113261e0ed5300", + [ + null, + {} + ] + ], + "dashed-function-eval.html": [ + "eb706ee3c9919086d006366bd16021ac6e3a2cc9", + [ + null, + {} + ] + ] + }, "css-multicol": { "animation": { "column-count-interpolation.html": [ @@ -577102,6 +578555,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 +579438,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 +579548,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 +579657,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 +582214,7 @@ {} ] ], - "has-slotted-changing-001.tentative.html": [ + "has-slotted-changing-001.html": [ "5c6cce72bb7ccd9cd9b78a76bd83e4b61083adc5", [ null, @@ -580706,7 +582223,7 @@ } ] ], - "has-slotted-changing-002.tentative.html": [ + "has-slotted-changing-002.html": [ "98c15f30c8f0968316331af9cad7521d3e02adb9", [ null, @@ -580751,6 +582268,20 @@ } ] ], + "has-slotted-manual-assignment.html": [ + "02be3861ead826914737aad9deabb3bad43eb416", + [ + null, + {} + ] + ], + "has-slotted-query-selector.html": [ + "88da744a67bab436dcbda3b1c4545d45d1b5848c", + [ + null, + {} + ] + ], "host-context-parsing.html": [ "56055ece63733e8c58c6add661566572356d67aa", [ @@ -586129,7 +587660,7 @@ ] ], "visibility-collapse-rowspan-004-dynamic.html": [ - "e6f65c450f7cf3da4d8f745306065278f9471036", + "c2f1a114fb4333aaef5459989019ee6e8c858bb5", [ null, {} @@ -589776,7 +591307,7 @@ ] ], "after-change-style-inherited.html": [ - "75570a90a1947496e7171f9f64afd190d2353bb7", + "f80a8a69b004d937f905efa232866686d71002ab", [ null, {} @@ -595713,13 +597244,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 +597511,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 +600299,13 @@ {} ] ], + "scrollWidthHeight-overflow-visible-negative-margins.html": [ + "26eb41466e4f97d408f966eb8ea116e9e0467a30", + [ + null, + {} + ] + ], "scrollWidthHeight.xht": [ "18930517670c20e2a68b5d6f20a320b60c9eaf83", [ @@ -606434,6 +607993,13 @@ {} ] ], + "MutationObserver-textContent.html": [ + "404cc259340456364e9eb1ef2e5c90a7ff80090c", + [ + null, + {} + ] + ], "Node-appendChild-cereactions-vs-script.window.js": [ "bc0b8ad6dca55d83f1cfb9788e6ff33df96ab22a", [ @@ -606589,7 +608155,7 @@ ] ], "Node-mutation-adoptNode.html": [ - "9c9594c07b22a4ac94b3703f8ab1711b41a759e4", + "812a2e4d3af326c1e73115c6fc50726bc4fc4b23", [ null, {} @@ -607869,49 +609435,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, {} @@ -649823,7 +651389,143 @@ } ], [ - "fledge/tentative/direct-from-seller-signals.https.window.html?29-32", + "fledge/tentative/direct-from-seller-signals.https.window.html?29-32", + { + "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-4" + ], + [ + "variant", + "?5-8" + ], + [ + "variant", + "?9-12" + ], + [ + "variant", + "?13-16" + ], + [ + "variant", + "?17-20" + ], + [ + "variant", + "?21-24" + ], + [ + "variant", + "?25-28" + ], + [ + "variant", + "?29-32" + ], + [ + "variant", + "?33-36" + ] + ], + "timeout": "long" + } + ], + [ + "fledge/tentative/direct-from-seller-signals.https.window.html?33-36", + { + "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-4" + ], + [ + "variant", + "?5-8" + ], + [ + "variant", + "?9-12" + ], + [ + "variant", + "?13-16" + ], + [ + "variant", + "?17-20" + ], + [ + "variant", + "?21-24" + ], + [ + "variant", + "?25-28" + ], + [ + "variant", + "?29-32" + ], + [ + "variant", + "?33-36" + ] + ], + "timeout": "long" + } + ], + [ + "fledge/tentative/direct-from-seller-signals.https.window.html?5-8", { "script_metadata": [ [ @@ -649891,7 +651593,7 @@ } ], [ - "fledge/tentative/direct-from-seller-signals.https.window.html?33-36", + "fledge/tentative/direct-from-seller-signals.https.window.html?9-12", { "script_metadata": [ [ @@ -649957,9 +651659,26 @@ ], "timeout": "long" } - ], + ] + ], + "fetch-ad-auction-headers-insecure-context.tentative.http.html": [ + "d3bdb8017579414aee39ad672519ff029f9d0827", [ - "fledge/tentative/direct-from-seller-signals.https.window.html?5-8", + 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": [ [ @@ -650016,18 +651735,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?13-16", { "script_metadata": [ [ @@ -650084,35 +651799,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?17-20", { "script_metadata": [ [ @@ -650176,7 +651870,7 @@ } ], [ - "fledge/tentative/generate-bid-browser-signals.https.window.html?13-16", + "fledge/tentative/generate-bid-browser-signals.https.window.html?21-24", { "script_metadata": [ [ @@ -650240,7 +651934,7 @@ } ], [ - "fledge/tentative/generate-bid-browser-signals.https.window.html?17-20", + "fledge/tentative/generate-bid-browser-signals.https.window.html?25-28", { "script_metadata": [ [ @@ -650304,7 +651998,7 @@ } ], [ - "fledge/tentative/generate-bid-browser-signals.https.window.html?21-24", + "fledge/tentative/generate-bid-browser-signals.https.window.html?29-last", { "script_metadata": [ [ @@ -650368,7 +652062,7 @@ } ], [ - "fledge/tentative/generate-bid-browser-signals.https.window.html?25-28", + "fledge/tentative/generate-bid-browser-signals.https.window.html?5-8", { "script_metadata": [ [ @@ -650432,7 +652126,7 @@ } ], [ - "fledge/tentative/generate-bid-browser-signals.https.window.html?29-last", + "fledge/tentative/generate-bid-browser-signals.https.window.html?9-12", { "script_metadata": [ [ @@ -650494,9 +652188,12 @@ ], "timeout": "long" } - ], + ] + ], + "get-interest-group-auction-data.https.window.js": [ + "da48a843dc5a5a8eeefaae95a8fedbc00e3939dc", [ - "fledge/tentative/generate-bid-browser-signals.https.window.html?5-8", + "fledge/tentative/get-interest-group-auction-data.https.window.html?1-4", { "script_metadata": [ [ @@ -650513,71 +652210,15 @@ ], [ "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?9-12", - { - "script_metadata": [ - [ - "script", - "/resources/testdriver.js" - ], - [ - "script", - "/resources/testdriver-vendor.js" + "resources/ba-fledge-util.sub.js" ], [ "script", - "/common/utils.js" + "resources/fledge-util.sub.js" ], [ "script", - "resources/fledge-util.sub.js" + "third_party/cbor-js/cbor.js" ], [ "script", @@ -650605,29 +652246,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 +652303,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 +652363,10 @@ [ "variant", "?13-16" + ], + [ + "variant", + "?17-last" ] ], "timeout": "long" @@ -650789,6 +652423,10 @@ [ "variant", "?13-16" + ], + [ + "variant", + "?17-last" ] ], "timeout": "long" @@ -650845,6 +652483,10 @@ [ "variant", "?13-16" + ], + [ + "variant", + "?17-last" ] ], "timeout": "long" @@ -698755,7 +700397,7 @@ ] ], "reporting-subresource-corp.tentative.https.html": [ - "0530956080bb3d027fc1f88ed23572f0e7b9ba02", + "e9861e9f851a070118b91350dbf91f24b9a57669", [ null, { @@ -699381,7 +701023,7 @@ ] ], "dir-auto-dynamic-changes.window.js": [ - "26dd584869f5976678ea1b35ba1a981ebf034844", + "bb58548754c8ba83893a392f18f39dd46b33b20c", [ "html/dom/elements/global-attributes/dir-auto-dynamic-changes.window.html", { @@ -707492,7 +709134,7 @@ ] ], "toBlob-cross-realm-callback-report-exception.html": [ - "393170baad8a1a93b5d89b6f505d45c40e85a8a2", + "cbf060d4d0c6e2d7b1c57fbf7bccd849fef3e2ca", [ null, {} @@ -713981,13 +715623,6 @@ } ] ], - "popover-css-properties.tentative.html": [ - "93d388b02b533f8e8719ef8a9b54293f45a5cffd", - [ - null, - {} - ] - ], "popover-document-open.html": [ "80ac86acedab246d5ceff8b54d57feb7e957d642", [ @@ -714003,7 +715638,7 @@ ] ], "popover-focus-2.html": [ - "552c8d8206b7b682f422bc8a5e2017f66983d198", + "5fc8e7adf9804027a6a5a87bec15cd4a5c26b99f", [ null, { @@ -714031,55 +715666,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 +715863,6 @@ {} ] ], - "popover-target-action-hover.tentative.html": [ - "b03ec78ebf12e49775bf0636c78a803d97a1c19d", - [ - null, - { - "testdriver": true, - "timeout": "long" - } - ] - ], "popover-target-element-disabled.html": [ "d5c951768c083aa0fea3c6d473c9a370f386f31b", [ @@ -719024,14 +720600,14 @@ }, "interest-target": { "interestelement-interface.tentative.html": [ - "bc68dc54577f445d399ad2cc364cd4c02cb4d16d", + "a6b38bba95c537139d8faa060ad57b58715fa01e", [ null, {} ] ], "interestevent-dispatch-shadow.tentative.html": [ - "9911357e94dd403a9b97b04ef7cf8eb8162ced50", + "146f7fb5ec4e301dce0f08391950f1ae44011f04", [ null, { @@ -719040,7 +720616,7 @@ ] ], "interestevent-interface.tentative.html": [ - "9ed95a6a0289831c1c5dc2b6530e389a1a6c48ce", + "b5b4193f1da5c4cf28b6a4e6d1a4cdd3504c44c4", [ null, { @@ -719049,7 +720625,7 @@ ] ], "interesttarget-anchor-event-dispatch.tentative.html": [ - "88a54c21f83bb144c2f9d8263e1159d7e7261f65", + "931ea1cfdef7823ec4a96517207fb213369c204d", [ null, { @@ -719058,7 +720634,7 @@ ] ], "interesttarget-area-event-dispatch.tentative.html": [ - "5573235082617a9dd10bd253d0ed25b772adc551", + "eadc8fb1759a38c041579fc2c9b671c8eb6633eb", [ null, { @@ -719066,8 +720642,18 @@ } ] ], + "interesttarget-basic-delays.tentative.html": [ + "eb5d9b6a855aad4be2a6008fd4f3918a9fe85fb3", + [ + null, + { + "testdriver": true, + "timeout": "long" + } + ] + ], "interesttarget-button-event-dispatch.tentative.html": [ - "a9d68bb03fdd5476e776e1ecfbe0facfbccccbe7", + "6057f4ca60fe260b6572b7b54c993210731d86ae", [ null, { @@ -719075,8 +720661,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 +720687,18 @@ } ] ], + "interesttarget-show-delay.tentative.html": [ + "599d61f91a8c2849bd2a549b1d86878405380f39", + [ + null, + { + "testdriver": true, + "timeout": "long" + } + ] + ], "interesttarget-svg-a-event-dispatch.tentative.html": [ - "8208c8d56af9ddc95ceb401d411c14c76f20747f", + "31a59f5c281fdda5497edd6256ac556b282cf6de", [ null, { @@ -733712,7 +735325,14 @@ ] ] } - } + }, + "waiting-for-audio.html": [ + "e76c6e97b906e776ea76d8f4c66b6790a238b0f0", + [ + null, + {} + ] + ] }, "mediacapture-extensions": { "GUM-backgroundBlur.https.html": [ @@ -763477,14 +765097,14 @@ ] ], "sethtml-safety.tentative.html": [ - "d7a10c0477be80773f63d491e04db620d4d8b180", + "8a7f3ac64d97d40d75d378816b698215ebaa2bcd", [ null, {} ] ], "sethtml-tree-construction.tentative.html": [ - "bae406ef703346adaf31790f84c030b25acc2cae", + "5c693dbf3c90dc59c9a9a3ac0281fc1f33f36d85", [ null, {} @@ -795154,7 +796774,7 @@ ] ], "TrustedTypePolicyFactory-createPolicy-cspTests-none.html": [ - "badaf989eb74978f0ac6d3ca173ed0a64fcbc585", + "7e67f2bbb70f82a0c55681525202df7b4229a71b", [ null, {} @@ -795168,7 +796788,7 @@ ] ], "TrustedTypePolicyFactory-createPolicy-cspTests.html": [ - "979de1e8145cb730cd646163a0d1166fc5777105", + "0a43d2171ccda85391b021aadb3b99d1576d0b2e", [ null, {} @@ -795575,14 +797195,14 @@ ] ], "require-trusted-types-for-report-only.html": [ - "25b4440ef4117010bb7da7c8f3ad87f01d3bf55f", + "0b1d141fb3ac149b8d77677d21dd849923d6fbc5", [ null, {} ] ], "require-trusted-types-for.html": [ - "b0dcd9cc930024f51fbfb2c522fe04a9ddcdb9e5", + "c6dfbcbfb4871d2bb87b5590524cc3503fdc479d", [ null, {} @@ -795631,21 +797251,21 @@ ] ], "trusted-types-eval-reporting-no-unsafe-eval.html": [ - "92604c96718a01abef60e1186e68334c8537b0f7", + "2a917507735b1e6dc53302a2dcae6b576dfa0e98", [ null, {} ] ], "trusted-types-eval-reporting-report-only.html": [ - "a81f5a45789389e9d08ec16262ec878e51682179", + "b0cc65c0884310bfaad72dcca65a198838ec0c7e", [ null, {} ] ], "trusted-types-eval-reporting.html": [ - "e7c7245f9e415e08a0d327a4b7b17effebdfd555", + "0fa7ed2be80f3c35d84955eed7534e47daf705f2", [ null, {} @@ -795673,7 +797293,7 @@ ] ], "trusted-types-report-only.html": [ - "fcb77841163d9a09774497d2b8588f85c2a42b06", + "f4386f832f43f57b82c52edc5e7dbe16308b6255", [ null, {} @@ -795687,7 +797307,7 @@ ] ], "trusted-types-reporting.html": [ - "96c9dd72813a7b480e65374144f63e6ad487ea4e", + "f1d0b14ee0497197b8667c8c0c2b9e995490001b", [ null, { @@ -795696,21 +797316,21 @@ ] ], "trusted-types-source-file-path.html": [ - "6e87c25a7f0998a2117de2f73f4adc3df9b024b5", + "871c267d581db7c977597f8012c60be32e4ad8fa", [ null, {} ] ], "trusted-types-svg-script-set-href.html": [ - "e437df360db5ec1866a84b6fa8a528bc32c04ab8", + "2dd7e163894f3122163f5a9797bdee3ddea51595", [ null, {} ] ], "trusted-types-svg-script.html": [ - "2fca03906ab3a4d5ab8bd9c9914601bb8fdad386", + "ac8d714f56a0969c918e1144697e5bc5853719ed", [ null, {} @@ -819901,7 +821521,7 @@ ] ], "per-frame-qp-encoding.https.any.js": [ - "c4c49d81e55bab3a4a9009a8970aeea6224cdd5c", + "3669edc630bc4c008c42642c415e1775047cbd5c", [ "webcodecs/per-frame-qp-encoding.https.any.html?av1", { @@ -826713,7 +828333,7 @@ ] ], "arg_min_max.https.any.js": [ - "27425c9f35f5dfb30ed4dee173128e10ddb2e974", + "d047582ce7b56165bb456a245b59f51161d8b685", [ "webnn/conformance_tests/arg_min_max.https.any.html?cpu", { @@ -860185,7 +861805,7 @@ ] ], "RTCRtpTransceiver-setCodecPreferences.html": [ - "b3129b49869fec05f351ff3403f785eb2fe1fcc3", + "407e855edbd2b05c88e1163ed76bb953e47eabda", [ null, {} @@ -906477,7 +908097,7 @@ }, "context_destroyed": { "context_destroyed.py": [ - "17f7acf2f9b68911b1c9fb2cf882918edf894a6a", + "ac964b67687805fa53d75e97e1cdc8f24c718479", [ null, {} @@ -907180,7 +908800,7 @@ ] ], "files.py": [ - "df91861752cf4cdc3ff267535d939b0127ca2994", + "8ebc8eafebab52b2189be10d0e4f3a6fc66fc857", [ null, {} @@ -907204,7 +908824,7 @@ ] ], "navigation.py": [ - "bced811a66ec4baf6e3f68e140fd5bdb105b4f5c", + "a16e2c52a617aedc2d86fa2922870d363c456294", [ null, {} @@ -907249,7 +908869,7 @@ ] ], "stacktrace.py": [ - "f9aab697bd802cdcb84e83933fd7a2139ed7c031", + "cd7c8434e772dd4f71516215123e021809f8479d", [ null, {} @@ -907311,7 +908931,7 @@ }, "auth_required": { "auth_required.py": [ - "89fbb09fd54d4079b5a1f2795b792b8fccabeacf", + "96cecdf6b2a82352f69dee38b6796aa6dd079b8e", [ null, {} @@ -907327,7 +908947,7 @@ }, "before_request_sent": { "before_request_sent.py": [ - "ebc3bf8fa86b2fec02737d23f1cd04a71d90321f", + "1449ec00bb1342385d7b834fc21a46d0497f362d", [ null, {} @@ -907490,7 +909110,7 @@ }, "fetch_error": { "fetch_error.py": [ - "6beb33f7d69a189cd92d9e9ca371002e2b68369c", + "bdb66722ce9d231d0214d177f107a1dd3c5288cd", [ null, {} @@ -907570,7 +909190,7 @@ }, "response_completed": { "response_completed.py": [ - "812df763bd680f8a7c934edfd1518f688b4e7d40", + "127416d8de41740b2b7199c93d1256f110c28ecb", [ null, {} @@ -907586,7 +909206,7 @@ }, "response_started": { "response_started.py": [ - "25f1179f07af86920cdbd2ed1a236c95f5aff9b8", + "6ab3e1c3cace1069705f2bf979e843315ec39ca9", [ null, {} diff --git a/go_test/WPT_SHA.json b/go_test/WPT_SHA.json index aff3e3d3f..3f6eb6b3c 100644 --- a/go_test/WPT_SHA.json +++ b/go_test/WPT_SHA.json @@ -1 +1 @@ -8f3f629756d7351867a8be36d5f217608b9adc61 \ No newline at end of file +eb0b0b82d4c080b78d8568fa352c17cb007b27ae \ 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