From 13a47f35eb9edbee60b60ff940cfa67d08f227f0 Mon Sep 17 00:00:00 2001 From: wptmetadata-bot Date: Thu, 21 May 2026 16:11:17 +0000 Subject: [PATCH 1/2] Run curl -s -S https://wpt.fyi/api/manifest?sha=latest >> go_test/MANIFEST.json --- css/css-flexbox/balance/META.yml | 64 +- css/css-sizing/responsive-iframe/META.yml | 42 +- go_test/MANIFEST.json | 5468 +++++++++++++++++++-- go_test/WPT_SHA.json | 2 +- 4 files changed, 4986 insertions(+), 590 deletions(-) diff --git a/css/css-flexbox/balance/META.yml b/css/css-flexbox/balance/META.yml index 800de0d94..a73978225 100644 --- a/css/css-flexbox/balance/META.yml +++ b/css/css-flexbox/balance/META.yml @@ -1,5 +1,6 @@ links: - product: firefox + url: https://bugzilla.mozilla.org/show_bug.cgi?id=2038513 results: - test: balance-001.html - test: balance-002.html @@ -19,39 +20,38 @@ links: - test: balance-min-line-count-003.html - test: balance-min-line-count-004.html - test: balance-min-line-count-005.html - - test: balance-negative-margin.html - test: balance-percentage-size-001.html - test: balance-percentage-size-002.html - - subtest: Property flex-line-count value '1' - test: flex-line-count-computed.html - - subtest: Property flex-line-count value '2' - test: flex-line-count-computed.html - - subtest: Property flex-line-count value 'round(up, calc(7/2))' - test: flex-line-count-computed.html - - subtest: e.style['flex-line-count'] = "1" should set the property value - test: flex-line-count-valid.html - - subtest: e.style['flex-line-count'] = "2" should set the property value - test: flex-line-count-valid.html - - subtest: Property flex-wrap value 'balance' - test: flex-wrap-computed.html - - subtest: Property flex-wrap value 'wrap balance' - test: flex-wrap-computed.html - - subtest: Property flex-wrap value 'wrap-reverse balance' - test: flex-wrap-computed.html - - subtest: Property flex-wrap value 'balance wrap' - test: flex-wrap-computed.html - - subtest: Property flex-wrap value 'balance wrap-reverse' - test: flex-wrap-computed.html - - subtest: e.style['flex-wrap'] = "balance" should set the property value - test: flex-wrap-valid.html - - subtest: e.style['flex-wrap'] = "wrap balance" should set the property value - test: flex-wrap-valid.html - - subtest: e.style['flex-wrap'] = "wrap-reverse balance" should set the property + - test: flex-line-count-computed.html + subtest: Property flex-line-count value '1' + - test: flex-line-count-computed.html + subtest: Property flex-line-count value '2' + - test: flex-line-count-computed.html + subtest: Property flex-line-count value 'round(up, calc(7/2))' + - test: flex-line-count-valid.html + subtest: e.style['flex-line-count'] = "1" should set the property value + - test: flex-line-count-valid.html + subtest: e.style['flex-line-count'] = "2" should set the property value + - test: flex-wrap-computed.html + subtest: Property flex-wrap value 'balance' + - test: flex-wrap-computed.html + subtest: Property flex-wrap value 'wrap balance' + - test: flex-wrap-computed.html + subtest: Property flex-wrap value 'wrap-reverse balance' + - test: flex-wrap-computed.html + subtest: Property flex-wrap value 'balance wrap' + - test: flex-wrap-computed.html + subtest: Property flex-wrap value 'balance wrap-reverse' + - test: flex-wrap-valid.html + subtest: e.style['flex-wrap'] = "balance" should set the property value + - test: flex-wrap-valid.html + subtest: e.style['flex-wrap'] = "wrap balance" should set the property value + - test: flex-wrap-valid.html + subtest: e.style['flex-wrap'] = "wrap-reverse balance" should set the property value - test: flex-wrap-valid.html - - subtest: e.style['flex-wrap'] = "balance wrap" should set the property value - test: flex-wrap-valid.html - - subtest: e.style['flex-wrap'] = "balance wrap-reverse" should set the property + - test: flex-wrap-valid.html + subtest: e.style['flex-wrap'] = "balance wrap" should set the property value + - test: flex-wrap-valid.html + subtest: e.style['flex-wrap'] = "balance wrap-reverse" should set the property value - test: flex-wrap-valid.html - url: https://bugzilla.mozilla.org/show_bug.cgi?id=2038513 + - test: balance-negative-margin-001.html diff --git a/css/css-sizing/responsive-iframe/META.yml b/css/css-sizing/responsive-iframe/META.yml index 096f8f431..b179ccfb7 100644 --- a/css/css-sizing/responsive-iframe/META.yml +++ b/css/css-sizing/responsive-iframe/META.yml @@ -1,30 +1,30 @@ links: - product: firefox - results: - - subtest: Measure target with value=content-height and wm=undefined - test: responsive-iframe-value.tentative.html?value=content-height,300,200 - - subtest: Measure target with value=content-width and wm=undefined - test: responsive-iframe-value.tentative.html?value=content-width,400,150 - - subtest: Measure target with value=content-inline-size and wm=vertical-rl - test: responsive-iframe-value.tentative.html?value=content-inline-size,300,200,vertical-rl - - subtest: Measure target with value=content-inline-size and wm=undefined - test: responsive-iframe-value.tentative.html?value=content-inline-size,400,150 - - subtest: Measure target with value=content-block-size and wm=vertical-rl - test: responsive-iframe-value.tentative.html?value=content-block-size,400,150,vertical-rl - - subtest: Measure target with value=content-block-size and wm=undefined - test: responsive-iframe-value.tentative.html?value=content-block-size,300,200 url: https://bugzilla.mozilla.org/show_bug.cgi?id=2020881 -- product: firefox results: - - test: responsive-iframe-dynamic-remove.tentative.html + - test: responsive-iframe-value.tentative.html?value=content-height,300,200 + subtest: Measure target with value=content-height and wm=undefined + - test: responsive-iframe-value.tentative.html?value=content-width,400,150 + subtest: Measure target with value=content-width and wm=undefined + - test: responsive-iframe-value.tentative.html?value=content-inline-size,300,200,vertical-rl + subtest: Measure target with value=content-inline-size and wm=vertical-rl + - test: responsive-iframe-value.tentative.html?value=content-inline-size,400,150 + subtest: Measure target with value=content-inline-size and wm=undefined + - test: responsive-iframe-value.tentative.html?value=content-block-size,400,150,vertical-rl + subtest: Measure target with value=content-block-size and wm=vertical-rl + - test: responsive-iframe-value.tentative.html?value=content-block-size,300,200 + subtest: Measure target with value=content-block-size and wm=undefined +- product: firefox url: https://bugzilla.mozilla.org/show_bug.cgi?id=2031952 + results: + - test: responsive-iframe-dynamic-remove.html - product: firefox + url: https://bugzilla.mozilla.org/show_bug.cgi?id=2033704 results: - - test: responsive-iframe-meta-after-head.tentative.html - url: https://bugzilla.mozilla.org/show_bug.cgi?id=2031970 + - test: responsive-iframe-dom-content-loaded.html + - test: responsive-iframe-dom-content-loaded.html + subtest: '`DOMContentLoaded` triggers resizing' - product: firefox + url: https://bugzilla.mozilla.org/show_bug.cgi?id=2031970 results: - - test: responsive-iframe-dom-content-loaded.tentative.html - - subtest: '`DOMContentLoaded` triggers resizing' - test: responsive-iframe-dom-content-loaded.tentative.html - url: https://bugzilla.mozilla.org/show_bug.cgi?id=2033704 + - test: responsive-iframe-meta-after-head.html diff --git a/go_test/MANIFEST.json b/go_test/MANIFEST.json index 0ad25e445..99106228f 100644 --- a/go_test/MANIFEST.json +++ b/go_test/MANIFEST.json @@ -1353,6 +1353,20 @@ {} ] ], + "break-before-broken-leading-float-001-crash.html": [ + "bdc8658427ee31cfa9e489cfa4ed60b282bc38d4", + [ + null, + {} + ] + ], + "break-before-broken-leading-float-002-crash.html": [ + "9aaa50c7c4649af40697f081609544c77aad6bbc", + [ + null, + {} + ] + ], "break-before-float-after-line-after-floats-crash.html": [ "9066cd77ecdc74037b9e75016fe0ec5975e399b0", [ @@ -2269,6 +2283,13 @@ {} ] ], + "container-query-nested-oof-invalidation-crash.html": [ + "b279ff48d2351fbb742224e3e75315ba9a55f49d", + [ + null, + {} + ] + ], "container-type-change-chrome-legacy-crash.html": [ "d49b2ae8e6546d3bee94c9cd5a84eca9e19bde0b", [ @@ -3924,6 +3945,15 @@ {} ] ] + }, + "crashtests": { + "clip-path-shape-arc-animation-crash.html": [ + "1884265f851d65c2548721c7e2d966e25ae9a46f", + [ + null, + {} + ] + ] } }, "mask-image": { @@ -4877,6 +4907,20 @@ {} ] ], + "flex-grid-item-insert-001-crash.html": [ + "bd27f4f608c955c81e2011b0ba94f2750b38ad76", + [ + null, + {} + ] + ], + "flex-grid-item-insert-002-crash.html": [ + "e81cae1d327fcccada2447b88268e59f18d0bf81", + [ + null, + {} + ] + ], "img-alt-as-multicol-crash.html": [ "95b8de96e0126567a745886481d86e6b36f93f8b", [ @@ -5285,6 +5329,13 @@ ] ] }, + "scrollbar-gutter-zero-width-crash.html": [ + "7f1fce431d9a1e9c56098f25393dd5930a87a095", + [ + null, + {} + ] + ], "shrink-to-fit-auto-overflow-relayout-crash.html": [ "c0f0214ee186a0b13787f6f86bd199e7d6df7ac0", [ @@ -5445,6 +5496,13 @@ ] ], "sticky": { + "position-sticky-continuation-crash.html": [ + "9ffe0b15d6e67857f4304bb022b3aea800609065", + [ + null, + {} + ] + ], "position-sticky-details-crash.html": [ "65b7ea488070d4631fe602a8cd55a2e87776cef9", [ @@ -5452,6 +5510,13 @@ {} ] ], + "position-sticky-ib-split-crash.html": [ + "01bca982ceafd82d34ffbab6e7ab3c5846ae8c24", + [ + null, + {} + ] + ], "position-sticky-ib-split-execcommand-crash.html": [ "d0430af9a7d0d53de32c7898eb7e6a22b3914247", [ @@ -6339,6 +6404,15 @@ ] } }, + "text-fit": { + "columns-crash.html": [ + "35658fcdc3ce8cbc68d8139d41af7276ed76dbcf", + [ + null, + {} + ] + ] + }, "text-indent": { "text-indent-long-line-crash.html": [ "9b5e07983784e63a0d6828323a56ad4e874fa6c3", @@ -6451,6 +6525,13 @@ null, {} ] + ], + "text-decoration-skip-spaces-atomic-inline-crash.html": [ + "758eba04ff8d3d4bf4f9eb017600d30444370794", + [ + null, + {} + ] ] }, "css-transforms": { @@ -11205,6 +11286,13 @@ {} ] ], + "mtd-blockify-children.html": [ + "354f5e3aec457c16d61d603384ca41af3cd1c984", + [ + null, + {} + ] + ], "multicol-inside-ms.html": [ "b7d481e1fb73c8af4f8fb74250b02cd82e3f7496", [ @@ -11275,6 +11363,13 @@ {} ] ], + "potentially-reset-focus-no-document-element-crash.html": [ + "5e075892ebf880a8f253f3643463e4a3688e2004", + [ + null, + {} + ] + ], "signal-abort-replaceState-crash.html": [ "1d4de94bf9e48b23f0409d7433a4e352ccdfa301", [ @@ -11364,6 +11459,13 @@ } }, "crashtests": { + "change-timeline-from-finite-to-monotonic-crash.html": [ + "592d481201c4c091cad628a13a1b9286a7a2952e", + [ + null, + {} + ] + ], "clip-path-with-view-timeline.html": [ "06c12e9bb4a1140d0f52563cff62bd971db30edc", [ @@ -12620,6 +12722,13 @@ {} ] ], + "xslt-mutation-crash.xhtml": [ + "cd20c54a17c71253918ca7e40dc8ca365d5ab0ff", + [ + null, + {} + ] + ], "xslt-type-confusion-crash.html": [ "d2b753b309170eb36ccb0b9af676b5d416a8f539", [ @@ -13997,13 +14106,6 @@ ] }, "display-override-member": { - "display-override-member-app-region-window-controls-overlay-manual.tentative.html": [ - "c802ba67fa4d89ae19d1d2dd52f0b57fcc7a832d", - [ - null, - {} - ] - ], "display-override-member-css-environment-variables-window-controls-overlay-manual.tentative.html": [ "a49b4f6f9853c3f824347e64b9d2e6b318b4a39e", [ @@ -14059,6 +14161,13 @@ null, {} ] + ], + "display-override-member-window-drag-window-controls-overlay-manual.tentative.html": [ + "944e00d7e7efced47166be17ef818ad4632a9a2b", + [ + null, + {} + ] ] }, "file_handlers-member": { @@ -41800,6 +41909,21 @@ {} ] ] + }, + "svg": { + "svg-inline-without-scripting.html": [ + "119bd0dea1008fa7e6b487fc33420705851ef2c7", + [ + null, + [ + [ + "/content-security-policy/svg/resources/svg-inline-without-scripting-without-csp.html", + "==" + ] + ], + {} + ] + ] } }, "contenteditable": { @@ -91015,6 +91139,19 @@ {} ] ], + "video-controls-paint-order.html": [ + "25eb3135feec608c27864ce3a1fa35a6b0e49a20", + [ + null, + [ + [ + "/css/CSS2/normal-flow/video-paint-order-ref.html", + "==" + ] + ], + {} + ] + ], "video-paint-order.html": [ "5c259606bec8da31d001430a9405e273328f1fb1", [ @@ -134451,7 +134588,7 @@ ] ], "background-gradient-interpolation-002.html": [ - "44d1a5a5a1d0be8e64b91767da80656285d1832c", + "a8608700dd0bdae2e01662318a2a41e522558bb6", [ null, [ @@ -134464,7 +134601,7 @@ ] ], "background-gradient-interpolation-003.html": [ - "32446b5e4e85554482b04718a1f1733d387f9a85", + "df995c0970d4b08cd099e4fb966b914026454bf0", [ null, [ @@ -144024,6 +144161,19 @@ } ] ], + "border-shape-polygon-miter-limit.html": [ + "a27e1eb04b5566f4df2f090a803ec29520e07037", + [ + null, + [ + [ + "/css/css-borders/border-shape/border-shape-polygon-miter-limit-ref.html", + "==" + ] + ], + {} + ] + ], "border-shape-shadow-blur.html": [ "783a4ae01ea4b7c35fc46697419e7bc57d40ecd0", [ @@ -144697,6 +144847,19 @@ } ] ], + "corner-shorthand-rendering.html": [ + "bbba8f3872f991459672890823f0ccea2e33371d", + [ + null, + [ + [ + "/css/css-borders/corner-shape/corner-shorthand-rendering-ref.html", + "==" + ] + ], + {} + ] + ], "render-corner-shape.html": [ "57c4a354ecb27f2f97c6eaf87aab02642d4c14e8", [ @@ -171866,6 +172029,19 @@ {} ] ], + "attr-case-sensitivity-004.html": [ + "4c62be3dd7d9633a6bb6182df70078085369fd0a", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square.xht", + "==" + ] + ], + {} + ] + ], "attr-chained-pseudo-001.html": [ "986fc47f891c8941d4895b45e0b1f8ccedef11c9", [ @@ -173247,7 +173423,7 @@ ] ], "disclosure-styles.html": [ - "e33b4cc2ac6769cd14929248c5b10d91d23524be", + "632071ad49d33ceed05030867bf5ec7e8679e07d", [ null, [ @@ -180179,6 +180355,123 @@ {} ] ], + "balance-complex.html": [ + "f8440513a468ff06bb3c737fb9048042cc215201", + [ + null, + [ + [ + "/css/css-flexbox/balance/balance-complex-ref.html", + "==" + ] + ], + {} + ] + ], + "balance-dynamic-001.html": [ + "7e35570c8b7f0de5bb243c201e2ffdcfd8971454", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square.xht", + "==" + ] + ], + {} + ] + ], + "balance-dynamic-002.html": [ + "cdbb09a9fc400ef901b8d76db3ac664281e17cdc", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square.xht", + "==" + ] + ], + {} + ] + ], + "balance-dynamic-003.html": [ + "8bda3a6083b014ccb37493a92bd3b247b14191b9", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square.xht", + "==" + ] + ], + {} + ] + ], + "balance-dynamic-004.html": [ + "c6f2c56a5ec4842bd5dd15a22cd9cd44b15033d6", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square.xht", + "==" + ] + ], + {} + ] + ], + "balance-dynamic-005.html": [ + "47823281f9071e1a0f044bc3104ad72b68a911b2", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square.xht", + "==" + ] + ], + {} + ] + ], + "balance-dynamic-006.html": [ + "adea5a5c44f7c1ca24c49b4a4584abc532d99cb1", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square.xht", + "==" + ] + ], + {} + ] + ], + "balance-dynamic-007.html": [ + "1d96e0e3c9196a6033632ee83c880cd945e5d806", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square.xht", + "==" + ] + ], + {} + ] + ], + "balance-flex-grow.html": [ + "06a941301edd762bbb463bc47f6c3f29f5bd7349", + [ + null, + [ + [ + "/css/css-flexbox/balance/balance-flex-grow-ref.html", + "==" + ] + ], + {} + ] + ], "balance-line-count-intrinsic-001.html": [ "05b1eeea4c2ba1d76fb40e1bac1cf6a9fbc17317", [ @@ -180335,7 +180628,46 @@ {} ] ], - "balance-negative-margin.html": [ + "balance-min-line-count-006.html": [ + "ea6699344649feea2cc5b8ba635e872c9318baab", + [ + null, + [ + [ + "/css/css-flexbox/balance/balance-min-line-count-006-ref.html", + "==" + ] + ], + {} + ] + ], + "balance-min-line-count-007.html": [ + "88d1e6f7fa0f3394521bf7f54d1bed8bd3cdcafd", + [ + null, + [ + [ + "/css/css-flexbox/balance/balance-min-line-count-007-ref.html", + "==" + ] + ], + {} + ] + ], + "balance-min-line-count-008.html": [ + "65d810d51fb5d8f6a1ab6b71731a4e091fffa4ca", + [ + null, + [ + [ + "/css/css-flexbox/balance/balance-min-line-count-008-ref.html", + "==" + ] + ], + {} + ] + ], + "balance-negative-margin-001.html": [ "e3f8a4dbcb645ded13ec1cb3b7ecd1d8eb4cab51", [ null, @@ -180373,6 +180705,71 @@ ], {} ] + ], + "balance-start-bias-001.html": [ + "887572ee324d3a696c1dd9fcb1d6ada6c953c5e7", + [ + null, + [ + [ + "/css/css-flexbox/balance/balance-start-bias-001-ref.html", + "==" + ] + ], + {} + ] + ], + "balance-start-bias-002.html": [ + "5596557f02f206ca6323842c180566465f3f5e19", + [ + null, + [ + [ + "/css/css-flexbox/balance/balance-start-bias-002-ref.html", + "==" + ] + ], + {} + ] + ], + "balance-start-bias-003.html": [ + "0ba0cbc7df246e8a9d8e35b65139d09675e4ba9a", + [ + null, + [ + [ + "/css/css-flexbox/balance/balance-start-bias-003-ref.html", + "==" + ] + ], + {} + ] + ], + "balance-zero-size.html": [ + "e97e8d00ec193abed58fa0cfe4e466fe994c3553", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square.xht", + "==" + ] + ], + {} + ] + ], + "webkit-box-no-balance.html": [ + "4b827c60a4ad3881ee28cf2788c143ed3e7c5b6b", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square.xht", + "==" + ] + ], + {} + ] ] }, "baseline-outside-flex-item.html": [ @@ -182000,6 +182397,19 @@ {} ] ], + "flex-grow-009.html": [ + "27fcd824c233802996fcef9041cee2e4344e570f", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square-only.html", + "==" + ] + ], + {} + ] + ], "flex-height-min-content.html": [ "f719d1f66ae5903c83f112130fa6073d777480ec", [ @@ -200390,6 +200800,19 @@ {} ] ], + "multicol-gap-decorations-040.html": [ + "aadc178b43e76a780303c62d6b8b50ba03a55f7a", + [ + null, + [ + [ + "/css/css-gaps/multicol/multicol-gap-decorations-040-ref.html", + "==" + ] + ], + {} + ] + ], "multicol-gap-decorations-direction-inset.html": [ "133dcc8f2c5f8053efdff8df188de0e71735f0f7", [ @@ -202084,6 +202507,19 @@ {} ] ], + "positioned-grid-items-026.html": [ + "94e5c6fbefce76922ae47a4cd03c358a21adabf8", + [ + null, + [ + [ + "/css/css-grid/abspos/positioned-grid-items-026-ref.html", + "==" + ] + ], + {} + ] + ], "positioned-grid-items-negative-indices-001.html": [ "f723b2486c14bf993bfaf8bf4639f79fbac18e97", [ @@ -207040,6 +207476,19 @@ {} ] ], + "column-grid-lanes-out-of-flow-004.html": [ + "8d6ceec60848d99aaecec7b9086c3e3be87bb419", + [ + null, + [ + [ + "/css/css-grid/grid-lanes/abspos/column-grid-lanes-out-of-flow-004-ref.html", + "==" + ] + ], + {} + ] + ], "column-grid-lanes-positioned-item-dynamic-change.html": [ "2b278261cb40899259055cf4bb3eeb77dbb33330", [ @@ -209655,6 +210104,47 @@ ] ] }, + "invalidation": { + "grid-lanes-direction-dynamic-change-001.html": [ + "be2b4cc647233cea82e5279d371372e6b4ca0d29", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square-only.html", + "==" + ] + ], + {} + ] + ], + "grid-lanes-pack-dynamic-change.html": [ + "461ef1b4607cc06a1de8058f45a3b3f776037602", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square-only.html", + "==" + ] + ], + {} + ] + ], + "grid-lanes-reorder-child-dynamic-change.html": [ + "cdbb23daee096ec48842fc9f4147304bda95b504", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square-only.html", + "==" + ] + ], + {} + ] + ] + }, "item-placement": { "column-auto-placement-001.html": [ "bac29d35522c96300317e40b3935d0618cd9debc", @@ -211340,6 +211830,32 @@ {} ] ], + "column-auto-track-sizing-001.html": [ + "0a753d5e8e1a4d22d479fe3a8a3f40663df29a00", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square.xht", + "==" + ] + ], + {} + ] + ], + "column-auto-track-sizing-002.html": [ + "a06a903cc2b7adec7c71fd49d6dd04a1ddb945a4", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square.xht", + "==" + ] + ], + {} + ] + ], "column-subgrid-extra-margin-001.html": [ "fcd9d3f195a110b8866f0c0bf4f61f5b8ddc08ad", [ @@ -211406,12 +211922,51 @@ ] ], "column-subgrid-extra-margin-006.html": [ - "0953838de1dd778cfd8d3f16627132e6205a3488", + "6f67f5e96e99f0d85b0b88fcfae9c633c103a043", [ null, [ [ - "/css/reference/ref-filled-green-100px-square.xht", + "/css/css-grid/grid-lanes/subgrid/grid-subgridded-to-grid-lanes/track-sizing/column-subgrid-extra-margin-006-ref.html", + "==" + ] + ], + {} + ] + ], + "column-subgrid-extra-margin-007.html": [ + "3a25cb5db8a2f329be5c6a35b502fba8e31d0996", + [ + null, + [ + [ + "/css/css-grid/grid-lanes/subgrid/grid-subgridded-to-grid-lanes/track-sizing/column-subgrid-extra-margin-006-ref.html", + "==" + ] + ], + {} + ] + ], + "column-subgrid-extra-margin-008.html": [ + "efd8867ef72de65d88cd8bc125efdc1eb8f5aab8", + [ + null, + [ + [ + "/css/css-grid/grid-lanes/subgrid/grid-subgridded-to-grid-lanes/track-sizing/column-subgrid-extra-margin-006-ref.html", + "==" + ] + ], + {} + ] + ], + "column-subgrid-extra-margin-009.html": [ + "a263d2e51eff84d2c274f7fd9b9e30599fa0f688", + [ + null, + [ + [ + "/css/css-grid/grid-lanes/subgrid/grid-subgridded-to-grid-lanes/track-sizing/column-subgrid-extra-margin-009-ref.html", "==" ] ], @@ -211574,6 +212129,32 @@ {} ] ], + "row-auto-track-sizing-001.html": [ + "d2024815febeabd772554336b9f921d7896f83f7", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square.xht", + "==" + ] + ], + {} + ] + ], + "row-auto-track-sizing-002.html": [ + "fb7a7d128f8473eed66333ff0cb204daeaa7a76e", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square.xht", + "==" + ] + ], + {} + ] + ], "row-subgrid-extra-margin-001.html": [ "8a6fd6c875fead411c7dda28a9a91846a1cc21d2", [ @@ -211640,12 +212221,51 @@ ] ], "row-subgrid-extra-margin-006.html": [ - "7ac9db320d7e2a48b46c76125a5d8e22e09ca682", + "8fa739d227a45d2b4a8fb6fbdd433aaef209d166", [ null, [ [ - "/css/reference/ref-filled-green-100px-square.xht", + "/css/css-grid/grid-lanes/subgrid/grid-subgridded-to-grid-lanes/track-sizing/row-subgrid-extra-margin-006-ref.html", + "==" + ] + ], + {} + ] + ], + "row-subgrid-extra-margin-007.html": [ + "01984cfc4a31d5ef9f033b1dceac40dc9fa1b3b6", + [ + null, + [ + [ + "/css/css-grid/grid-lanes/subgrid/grid-subgridded-to-grid-lanes/track-sizing/row-subgrid-extra-margin-006-ref.html", + "==" + ] + ], + {} + ] + ], + "row-subgrid-extra-margin-008.html": [ + "7fadd2653dffe63eae734cfc630c599febd75ed1", + [ + null, + [ + [ + "/css/css-grid/grid-lanes/subgrid/grid-subgridded-to-grid-lanes/track-sizing/row-subgrid-extra-margin-006-ref.html", + "==" + ] + ], + {} + ] + ], + "row-subgrid-extra-margin-009.html": [ + "f31f30e4119042a47cd51228a23e8d8b4ef2cd53", + [ + null, + [ + [ + "/css/css-grid/grid-lanes/subgrid/grid-subgridded-to-grid-lanes/track-sizing/row-subgrid-extra-margin-009-ref.html", "==" ] ], @@ -215859,6 +216479,32 @@ {} ] ], + "replaced-element-percentage-height-in-grid-nested-in-flex-001.html": [ + "b6858003a368d8c9175b1b1c32320bc0985dd513", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square-only.html", + "==" + ] + ], + {} + ] + ], + "replaced-element-percentage-height-in-grid-nested-in-flex-002.html": [ + "2820f556a4033244bd42022dfb5849d97e8bd5de", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square-only.html", + "==" + ] + ], + {} + ] + ], "stretch-grid-item-button-overflow.html": [ "0b86a7e9ac9ca874c3b4a3121cec61f3ec40a766", [ @@ -221506,6 +222152,45 @@ {} ] ], + "image-color-basic.html": [ + "de0afba8538c4c3ddb0bc57ca92e02d38126a281", + [ + null, + [ + [ + "/css/css-images/image-color-basic-ref.html", + "==" + ] + ], + {} + ] + ], + "image-color-cross-fade.html": [ + "aa4db68328719ff788ac8371a05b9fdc3ff0ef8e", + [ + null, + [ + [ + "/css/css-images/image-color-cross-fade-ref.html", + "==" + ] + ], + {} + ] + ], + "image-color-layered.html": [ + "a3e1615474a87265b8fdfe30825678c044dcf4a4", + [ + null, + [ + [ + "/css/css-images/image-color-layered-ref.html", + "==" + ] + ], + {} + ] + ], "image-light-dark.html": [ "586a8c6702054d5bdddc964e5e327457d019ad62", [ @@ -226649,6 +227334,592 @@ ] }, "css-inline": { + "alignment-baseline": { + "alignment-baseline-horizontal-001.html": [ + "c6878fe8f53258c501bac2a619dbd192e0220306", + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-001.html?class=alphabetic", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-001-ref.html?class=alphabetic", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-001.html?class=baseline", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-001-ref.html?class=baseline", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-001.html?class=central", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-001-ref.html?class=central", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-001.html?class=hanging", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-001-ref.html?class=hanging", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-001.html?class=ideographic", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-001-ref.html?class=ideographic", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-001.html?class=mathematical", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-001-ref.html?class=mathematical", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-001.html?class=middle", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-001-ref.html?class=middle", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-001.html?class=text-bottom", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-001-ref.html?class=text-bottom", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-001.html?class=text-top", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-001-ref.html?class=text-top", + "==" + ] + ], + {} + ] + ], + "alignment-baseline-horizontal-002.html": [ + "3059bbe011699b2591d42f3db798f326785c9d7b", + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-002.html?class=alphabetic", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-002-ref.html?class=alphabetic", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-002.html?class=baseline", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-002-ref.html?class=baseline", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-002.html?class=central", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-002-ref.html?class=central", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-002.html?class=hanging", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-002-ref.html?class=hanging", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-002.html?class=ideographic", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-002-ref.html?class=ideographic", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-002.html?class=mathematical", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-002-ref.html?class=mathematical", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-002.html?class=middle", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-002-ref.html?class=middle", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-002.html?class=text-bottom", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-002-ref.html?class=text-bottom", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-002.html?class=text-top", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-002-ref.html?class=text-top", + "==" + ] + ], + {} + ] + ], + "alignment-baseline-horizontal-003.html": [ + "35f245afff9f81131d9fb313132b352c40a269b6", + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-003.html?class=alphabetic", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-003-ref.html?class=alphabetic", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-003.html?class=baseline", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-003-ref.html?class=baseline", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-003.html?class=central", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-003-ref.html?class=central", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-003.html?class=hanging", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-003-ref.html?class=hanging", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-003.html?class=ideographic", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-003-ref.html?class=ideographic", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-003.html?class=mathematical", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-003-ref.html?class=mathematical", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-003.html?class=middle", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-003-ref.html?class=middle", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-003.html?class=text-bottom", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-003-ref.html?class=text-bottom", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-horizontal-003.html?class=text-top", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-horizontal-003-ref.html?class=text-top", + "==" + ] + ], + {} + ] + ], + "alignment-baseline-nested-001.html": [ + "4204ebe60054fc89f9493d426ee4f1759e0a4d01", + [ + null, + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-nested-001-ref.html", + "==" + ] + ], + {} + ] + ], + "alignment-baseline-nested-002.html": [ + "2eb917add5de704f1112b97c3f8304c69804c25f", + [ + null, + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-nested-002-ref.html", + "==" + ] + ], + {} + ] + ], + "alignment-baseline-vertical-rl-001.html": [ + "60e2f8d8937ad37609f53aea4b1555da5f3ea8df", + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-001.html?class=alphabetic", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-001-ref.html?class=alphabetic", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-001.html?class=baseline", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-001-ref.html?class=baseline", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-001.html?class=central", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-001-ref.html?class=central", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-001.html?class=hanging", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-001-ref.html?class=hanging", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-001.html?class=ideographic", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-001-ref.html?class=ideographic", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-001.html?class=mathematical", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-001-ref.html?class=mathematical", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-001.html?class=middle", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-001-ref.html?class=middle", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-001.html?class=text-bottom", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-001-ref.html?class=text-bottom", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-001.html?class=text-top", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-001-ref.html?class=text-top", + "==" + ] + ], + {} + ] + ], + "alignment-baseline-vertical-rl-002.html": [ + "0b3bcec427d54fc151fca75d08387ace0c170061", + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-002.html?class=alphabetic", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-002-ref.html?class=alphabetic", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-002.html?class=baseline", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-002-ref.html?class=baseline", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-002.html?class=central", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-002-ref.html?class=central", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-002.html?class=hanging", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-002-ref.html?class=hanging", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-002.html?class=ideographic", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-002-ref.html?class=ideographic", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-002.html?class=mathematical", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-002-ref.html?class=mathematical", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-002.html?class=middle", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-002-ref.html?class=middle", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-002.html?class=text-bottom", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-002-ref.html?class=text-bottom", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-002.html?class=text-top", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-002-ref.html?class=text-top", + "==" + ] + ], + {} + ] + ], + "alignment-baseline-vertical-rl-003.html": [ + "a56b4ed2bd988270efbb326ed64a0b25dbbf8fd2", + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-003.html?class=alphabetic", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-003-ref.html?class=alphabetic", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-003.html?class=baseline", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-003-ref.html?class=baseline", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-003.html?class=central", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-003-ref.html?class=central", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-003.html?class=hanging", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-003-ref.html?class=hanging", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-003.html?class=ideographic", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-003-ref.html?class=ideographic", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-003.html?class=mathematical", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-003-ref.html?class=mathematical", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-003.html?class=middle", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-003-ref.html?class=middle", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-003.html?class=text-bottom", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-003-ref.html?class=text-bottom", + "==" + ] + ], + {} + ], + [ + "css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-003.html?class=text-top", + [ + [ + "/css/css-inline/alignment-baseline/alignment-baseline-vertical-rl-003-ref.html?class=text-top", + "==" + ] + ], + {} + ] + ] + }, "baseline-shift": { "baseline-shift-bottom-svg.html": [ "04c1b48025ecc2fe0389728ffe0574f3f2021d45", @@ -228612,6 +229883,19 @@ {} ] ], + "text-box-trim-list-001.html": [ + "938ba059860127561b61b7f96f1b18ceef6f5430", + [ + null, + [ + [ + "/css/css-inline/text-box-trim/text-box-trim-list-001-ref.html", + "==" + ] + ], + {} + ] + ], "text-box-trim-multicol-001.html": [ "494bf69e001101d69bc393abb2ee2ba383ed8e9a", [ @@ -234430,6 +235714,19 @@ {} ] ], + "clip-path-shape-arc-interpolation.html": [ + "92670e4ea90a3883ea4a6c613635b9accd0b1d19", + [ + null, + [ + [ + "/css/css-masking/clip-path/animations/clip-path-shape-arc-interpolation-ref.html", + "==" + ] + ], + {} + ] + ], "clip-path-shape-interpolation-001.html": [ "dae7f24d37cb39b34728664a2d854dfd53bc8c48", [ @@ -234482,6 +235779,19 @@ {} ] ], + "clip-path-shape-transition-with-zoom.html": [ + "da6190702e0061db35ac49474de26291509fe2c6", + [ + null, + [ + [ + "/css/css-masking/clip-path/animations/clip-path-shape-transition-with-zoom-ref.html", + "==" + ] + ], + {} + ] + ], "clip-path-transition-allow-discrete-shape.html": [ "16f7ec3fbbfd5532ece6f537f5efa2dba868c3b7", [ @@ -235007,7 +236317,7 @@ ] ], "clip-path-circle-closest-corner.html": [ - "79e57b1cb6a32dfc455d69d5fee6e69a5aa9ef93", + "56493d99bd1552c0b2d96cc2a96b1378052b770d", [ null, [ @@ -235023,7 +236333,7 @@ [ [ 0, - 40 + 60 ], [ 0, @@ -235036,7 +236346,7 @@ ] ], "clip-path-circle-farthest-corner.html": [ - "9d4eeaecc71f6f7a93ec8f074cf79a199f7db4c5", + "bf95b785d1f05e9aecc2720724ed98e4cd0cd626", [ null, [ @@ -235052,7 +236362,7 @@ [ [ 0, - 40 + 60 ], [ 0, @@ -235543,7 +236853,7 @@ ] ], "clip-path-ellipse-closest-farthest-corner.html": [ - "aba7f6e0b554f7294b6965c11729607729e3a1bb", + "2638d9b2b2c424b0088382ec5f79463d9307976d", [ null, [ @@ -235559,11 +236869,11 @@ [ [ 0, - 1 + 120 ], [ 0, - 300 + 1500 ] ] ] @@ -238968,7 +240278,7 @@ ] ], "backdrop-filter-mask-image-while-loading.html": [ - "c46f99e64e8ac4515e6a5ff520f6d1dae415b243", + "9b046830e3222536555ef4044259e308fd1500a7", [ null, [ @@ -239033,7 +240343,7 @@ ] ], "mask-clip-1.html": [ - "9c1448439e6c227094176c3245060738b707426b", + "c2ae866a496edf9b2c5040dd6977c23d24c20b41", [ null, [ @@ -239059,7 +240369,7 @@ ] ], "mask-clip-3.html": [ - "d79baa3b5e8edb5561c48d3fb6f14efb7e329848", + "8794b890616348e7fdfc7441e03fd0041bd9cd12", [ null, [ @@ -239124,7 +240434,7 @@ ] ], "mask-clip-8.html": [ - "924920ffacafcfdf3cb71732389ccb768ba60d94", + "ddbedfcf7f12d498eb682aa82d6633f179d3b0d4", [ null, [ @@ -239137,7 +240447,7 @@ ] ], "mask-composite-1a.html": [ - "795e52b8ae8df95243997c7d327b114522f8ff1f", + "f9f647797b21d46234244d73e23a7b0826c4f812", [ null, [ @@ -239150,7 +240460,7 @@ ] ], "mask-composite-1b.html": [ - "be158c923bd9a4185fc57ffc69d2f6f34f1e514f", + "6426da486cad5bbd84fe4913c25285ab0dfe534d", [ null, [ @@ -239176,7 +240486,7 @@ ] ], "mask-composite-1d.html": [ - "efd26ecb3d151e1f460f494d17bc62431293b566", + "206642e415f2d96f8d189fecfa863f2bd1b31743", [ null, [ @@ -239189,7 +240499,7 @@ ] ], "mask-composite-2a.html": [ - "7db800814c4c0593d08e3c8b22b9b26ee3418e1b", + "a3587e478f5944c7ea6d4f1c84e51b79b7069644", [ null, [ @@ -239202,7 +240512,7 @@ ] ], "mask-composite-2b.html": [ - "3fd983fb11a134e2e7ff9dd9e4c7fe6132073b85", + "12fc5d971ebf5e58f26f81dc620cb6dea627b53b", [ null, [ @@ -239228,7 +240538,7 @@ ] ], "mask-composite-2d.html": [ - "feb70df05154ac1b498086802a78fac4eab346a6", + "66c73e5ede4e2512df56cc78e7f416515e484d82", [ null, [ @@ -239241,7 +240551,7 @@ ] ], "mask-image-1a.html": [ - "62e00660a3503f6c7d30cbf8cbdb963794bf009f", + "aa38bc43809a9b1a9cdd9ad4ff669a8000cdcf02", [ null, [ @@ -239254,7 +240564,7 @@ ] ], "mask-image-1b.html": [ - "9bf74102f9cf06c816f51b0878a9d20c5767c1a1", + "7be5358b344f0daaeaecdad43168a77fdd4bca7a", [ null, [ @@ -239622,7 +240932,7 @@ ] ], "mask-image-6.html": [ - "3132efb0475b5e9b6025bb8900cdafa795b6e7ca", + "77ba5e5c6d8eb4e52e57e7fe17bf9b61f8451813", [ null, [ @@ -239826,7 +241136,7 @@ ] ], "mask-image-svg-loading-error.html": [ - "342a96164f5045c8d6fd1a4dc603a89b94873147", + "baacc473de475c24909d9be02ed17ba7144886cc", [ null, [ @@ -239904,7 +241214,7 @@ ] ], "mask-mode-a.html": [ - "d69ca24ee4d9bff815b0f2d36d54fa4d6ca972f8", + "54139b066bf965cfa64b9f048378164d0b8ea4d5", [ null, [ @@ -239933,7 +241243,7 @@ ] ], "mask-mode-b.html": [ - "961411d7185544d5f8fb9490f434cc935ff09e49", + "5860129d8e67de57ff22f2b37706a7385b2b1e81", [ null, [ @@ -240049,7 +241359,7 @@ ] ], "mask-mode-luminance-with-mask-size.html": [ - "8979857e13ada288152cb5d3d701ed4e68cd716f", + "47e7d00a5b4a1ebc5bebe16f31a7dc4615df074c", [ null, [ @@ -240136,7 +241446,7 @@ ] ], "mask-opacity-1a.html": [ - "91823717942154ec7ab276b99de8b74d99be2d04", + "924d2724047b640a239bea5a64c3de86c0758749", [ null, [ @@ -240165,7 +241475,7 @@ ] ], "mask-opacity-1b.html": [ - "681ec360ae2575be3e4f264284494f411df71f6b", + "cae6feb2898dd553446b402f734ea2ac08e45e43", [ null, [ @@ -240252,7 +241562,7 @@ ] ], "mask-opacity-1e.html": [ - "ad7aa8829e5f250385088449f9cf58916203fb98", + "a02d2ecc44ddf25d6895a40e06f5dbff7d10bed4", [ null, [ @@ -240261,7 +241571,23 @@ "==" ] ], - {} + { + "fuzzy": [ + [ + null, + [ + [ + 0, + 1 + ], + [ + 0, + 5000 + ] + ] + ] + ] + } ] ], "mask-origin-1.html": [ @@ -240772,7 +242098,7 @@ ] ], "mask-size-percent-percent-stretch.html": [ - "69f89b8a984fb8bf3fa99e03ecc65d6a6b5bab58", + "cc93a070427f79dc590009897df81e4257d83767", [ null, [ @@ -247705,6 +249031,19 @@ {} ] ], + "dynamic-visible-to-clip-002.html": [ + "18b6205aca295d35c5e349dc6032963b336d4d29", + [ + null, + [ + [ + "/css/css-overflow/dynamic-visible-to-clip-002-ref.html", + "==" + ] + ], + {} + ] + ], "float-with-relpos-and-transform.html": [ "6024b7261750e0c5dc4a681dccee2ab72b83abca", [ @@ -248834,6 +250173,32 @@ {} ] ], + "line-clamp-041.html": [ + "375169f50327734ae9c100a7cd1e9a7caed96af3", + [ + null, + [ + [ + "/css/css-overflow/line-clamp/reference/line-clamp-041-ref.html", + "==" + ] + ], + {} + ] + ], + "line-clamp-042.html": [ + "632578170db87071da7868d41aa07507284def21", + [ + null, + [ + [ + "/css/css-overflow/line-clamp/reference/webkit-line-clamp-005-ref.html", + "==" + ] + ], + {} + ] + ], "line-clamp-auto-001.html": [ "02d8479736d4d6fd7e26df53611624e7a75d0989", [ @@ -259387,6 +260752,19 @@ {} ] ], + "first-letter-c0.tentative.html": [ + "8a71aa37d9fa3d336caf9d054558e7c869ae486a", + [ + null, + [ + [ + "/css/css-pseudo/first-letter-c0.tentative-ref.html", + "==" + ] + ], + {} + ] + ], "first-letter-capitalize-supplementary-char.html": [ "1c3ac8c20c8e8fde0cc2dd26073ff0b65a2e0ca2", [ @@ -259647,6 +261025,19 @@ {} ] ], + "first-letter-trailing-punctuation.html": [ + "7052c3a56c04750025d27a0166883cf4eb27c3d0", + [ + null, + [ + [ + "/css/css-pseudo/first-letter-trailing-punctuation-ref.html", + "==" + ] + ], + {} + ] + ], "first-letter-width-2.html": [ "e7d01afe47291b507179ca4f984e710d06ee526e", [ @@ -268040,7 +269431,7 @@ ] ], "shape-image-004.html": [ - "117f3a8e2cc87673c9b93e98c57d8b4178815443", + "5871d82bfd7fda8906842f31bd8bd9544a2aa016", [ null, [ @@ -268131,7 +269522,7 @@ ] ], "shape-image-011.html": [ - "a1286f07bc8eb7b2d41d3fff02d073ca87fe0ca0", + "3c8a38e3065bd26def157308198a6e906e6aa6fb", [ null, [ @@ -268222,7 +269613,7 @@ ] ], "shape-image-018.html": [ - "d94a2a9d9243c4eb59d2bb2a375ccf5e92867bd6", + "1493884d94e29cf75f7016e210b02270a8fd2cd0", [ null, [ @@ -277195,7 +278586,7 @@ ] ], "responsive-iframe": { - "responsive-iframe-cross-origin-no-match-element.sub.tentative.html": [ + "responsive-iframe-cross-origin-no-match-element.sub.html": [ "41091f854ea242123709ff55840b16a269cced16", [ null, @@ -277208,7 +278599,7 @@ {} ] ], - "responsive-iframe-cross-origin-not-embedded-sized.sub.tentative.html": [ + "responsive-iframe-cross-origin-not-embedded-sized.sub.html": [ "27e0ffdb56012719e4ed0b032220c5d0363b2d41", [ null, @@ -277221,7 +278612,7 @@ {} ] ], - "responsive-iframe-cross-origin.sub.tentative.html": [ + "responsive-iframe-cross-origin.sub.html": [ "3b7146a2d66c0a9e7af65b808dc9341490455372", [ null, @@ -277234,7 +278625,7 @@ {} ] ], - "responsive-iframe-dynamic-append.tentative.html": [ + "responsive-iframe-dynamic-append.html": [ "25e0fdb05fb032f84b428e939bbcd9d477e1f1d6", [ null, @@ -277247,7 +278638,20 @@ {} ] ], - "responsive-iframe-dynamic-remove.tentative.html": [ + "responsive-iframe-dynamic-name-change.html": [ + "17f7bfdf0fc34beb451d6945d9d7c7e227e96bfb", + [ + null, + [ + [ + "/css/css-sizing/responsive-iframe/responsive-iframe-unsized-ref.html", + "==" + ] + ], + {} + ] + ], + "responsive-iframe-dynamic-remove.html": [ "618cee920e8a8c825a5163cf73c4cbbcf449b1f5", [ null, @@ -277260,7 +278664,7 @@ {} ] ], - "responsive-iframe-dynamic-write.tentative.html": [ + "responsive-iframe-dynamic-write.html": [ "a43978155c15b8f5d2db64946042081ffd62967a", [ null, @@ -277273,7 +278677,7 @@ {} ] ], - "responsive-iframe-meta-after-head.tentative.html": [ + "responsive-iframe-meta-after-head.html": [ "b7bf85e3459f51935169e068ea09a53bee904e5a", [ null, @@ -277286,7 +278690,7 @@ {} ] ], - "responsive-iframe-meta-in-body.tentative.html": [ + "responsive-iframe-meta-in-body.html": [ "9d762c36c0993cd699eb3001aaf2291a1f13240e", [ null, @@ -277312,7 +278716,7 @@ {} ] ], - "responsive-iframe-not-embedded-sized.tentative.html": [ + "responsive-iframe-not-embedded-sized.html": [ "e13fbd32449d0587ed361b5f51ab9e5d6956b122", [ null, @@ -277325,7 +278729,7 @@ {} ] ], - "responsive-iframe-request-resize.tentative.html": [ + "responsive-iframe-request-resize.html": [ "3a4974f66147df994cb8fa54440ed6758ba74f91", [ null, @@ -277338,7 +278742,7 @@ {} ] ], - "responsive-iframe.tentative.html": [ + "responsive-iframe.html": [ "c4971d0f7d7f7b1a02994eea7d018e947f79186b", [ null, @@ -278543,6 +279947,32 @@ {} ] ], + "collapsed-border-large-rowgroup-001.html": [ + "807773dd1d0cc9dfadca2133dafc63ec3e605530", + [ + null, + [ + [ + "/css/css-tables/collapsed-border-large-rowgroup-001-ref.html", + "==" + ] + ], + {} + ] + ], + "collapsed-border-large-rowgroup-002.html": [ + "bf7c95fcdba9832905e673a2274d1dd141aa929c", + [ + null, + [ + [ + "/css/css-tables/collapsed-border-large-rowgroup-002-ref.html", + "==" + ] + ], + {} + ] + ], "collapsed-border-paint-phase-001.html": [ "9c45eb7136ed0ca2047d637de8c56a74dc55d3e2", [ @@ -290100,6 +291530,19 @@ ] }, "text-fit": { + "background-image.html": [ + "bdcff5809d7476320b000a302541fbbc416921fc", + [ + null, + [ + [ + "/css/css-text/text-fit/background-image-ref.html", + "==" + ] + ], + {} + ] + ], "grow-consistent.html": [ "cf8301fadd44a19db9ec8365b74a3afd03183157", [ @@ -290256,13 +291699,65 @@ {} ] ], - "text-decoration.html": [ - "29789aa75bc31cdac62bd8c6a60fbd7c6a6433f5", + "text-decoration-skip-ink.html": [ + "3f6c2fef57bca64306b0dfc2a8bf285c62f07b77", + [ + null, + [ + [ + "/css/css-text/text-fit/text-decoration-skip-ink-ref.html", + "==" + ] + ], + {} + ] + ], + "text-decoration-thickness.html": [ + "1ab25a3ddf57ba6b56281295eea4990bb4100e49", + [ + null, + [ + [ + "/css/css-text/text-fit/text-decoration-thickness-ref.html", + "==" + ] + ], + {} + ] + ], + "text-emphasis.html": [ + "94f0d1975886734388f0981d7728f6aafcb89860", + [ + null, + [ + [ + "/css/css-text/text-fit/text-emphasis-ref.html", + "==" + ] + ], + {} + ] + ], + "text-underline-offset.html": [ + "14e94c977b42fcf2b67eb4a43965957c249e17b2", + [ + null, + [ + [ + "/css/css-text/text-fit/text-underline-offset-ref.html", + "==" + ] + ], + {} + ] + ], + "vertical-align.html": [ + "9d164fb6bf76ba0e14ccc9f05c4e75d46662a8a2", [ null, [ [ - "/css/css-text/text-fit/text-decoration-ref.html", + "/css/css-text/text-fit/vertical-align-ref.html", "==" ] ], @@ -330584,6 +332079,19 @@ {} ] ], + "attr-dynamic-marker-content.html": [ + "ee53754187669740a7ead97b8d49e8e06e53d35d", + [ + null, + [ + [ + "/css/css-values/attr-style-sharing-5-ref.html", + "==" + ] + ], + {} + ] + ], "attr-in-max.html": [ "456ff4faccd087dd1f18a632972427c66b8d20b9", [ @@ -330805,6 +332313,19 @@ {} ] ], + "attr-style-sharing-5.html": [ + "ae66eca0a279db792671eb6d1edc963a9053d33f", + [ + null, + [ + [ + "/css/css-values/attr-style-sharing-5-ref.html", + "==" + ] + ], + {} + ] + ], "calc-background-image-gradient-1.html": [ "f7d39be8d3d2d682e5f3fc4e77290d88b5591bf1", [ @@ -333291,6 +334812,19 @@ {} ] ], + "registered-property-light-dark.html": [ + "e2c0b28138d5b5ffc37733b74339ecd180879aaa", + [ + null, + [ + [ + "/css/reference/ref-filled-green-100px-square-only.html", + "==" + ] + ], + {} + ] + ], "variable-declaration-01.html": [ "8c3ff421cf3bc1ebfabefa326eaec93c1cd33e37", [ @@ -358708,6 +360242,19 @@ {} ] ], + "style-attr-clone.html": [ + "aece703e05f3fdef5d48374959f24909e8fd2515", + [ + null, + [ + [ + "/css/cssom/style-attr-clone-ref.html", + "==" + ] + ], + {} + ] + ], "stylesheet-replacedata-dynamic.html": [ "3ee5937c9591189f80d36a315272107fae720805", [ @@ -363330,6 +364877,35 @@ {} ] ], + "tainting-css-dropshadow-currentcolor.html": [ + "e3d59004b879a90e644d6a406b86d35e1341a5cc", + [ + null, + [ + [ + "/css/filter-effects/reference/tainting-css-dropshadow-currentcolor-ref.html", + "==" + ] + ], + { + "fuzzy": [ + [ + null, + [ + [ + 0, + 32 + ], + [ + 32, + 32 + ] + ] + ] + ] + } + ] + ], "tainting-feblend-001.html": [ "416f57849a479e01e2f70a489b92fc4f8bf0ecff", [ @@ -373840,6 +375416,334 @@ ] ] }, + "draw-element-image": { + "css-backdrop-filter-and-mask.tentative.html": [ + "70e532f93b2babf241c231e3bd138ce8bf908856", + [ + null, + [ + [ + "/html/canvas/element/manual/draw-element-image/css-backdrop-filter-and-mask-ref.html", + "==" + ] + ], + { + "fuzzy": [ + [ + null, + [ + [ + 1, + 1 + ], + [ + 0, + 3900 + ] + ] + ] + ] + } + ] + ], + "css-backdrop-filter-image.tentative.html": [ + "3165c124719dd48d13828eda3e50fd93959f145a", + [ + null, + [ + [ + "/html/canvas/element/manual/draw-element-image/css-filter-image-ref.html", + "==" + ] + ], + {} + ] + ], + "css-backdrop-filter-on-div.tentative.html": [ + "25c6ec11bcb2197a433e6f47d6f114251b8846a1", + [ + null, + [ + [ + "/html/canvas/element/manual/draw-element-image/css-backdrop-filter-on-div-ref.html", + "==" + ] + ], + {} + ] + ], + "css-backdrop-filter-with-sibling.tentative.html": [ + "f37b736fab8a3a65d4ca5e03863c81bae7693700", + [ + null, + [ + [ + "/html/canvas/element/manual/draw-element-image/css-backdrop-filter-with-sibling-ref.html", + "==" + ] + ], + {} + ] + ], + "css-backdrop-filter.tentative.html": [ + "04f674e7e94b14b2fa0b1c72d95c2e521a370a0e", + [ + null, + [ + [ + "/html/canvas/element/manual/draw-element-image/css-backdrop-filter-ref.html", + "==" + ] + ], + {} + ] + ], + "css-blend-mode-over-both.tentative.html": [ + "fb1efd71c93c021639be8b1eb3f2f4279d1f0cd8", + [ + null, + [ + [ + "/html/canvas/element/manual/draw-element-image/css-blend-mode-over-both-ref.html", + "==" + ] + ], + {} + ] + ], + "css-blend-mode-over-content.tentative.html": [ + "0ab06f08e9317d0c5456f77bcda5b823bb12139e", + [ + null, + [ + [ + "/html/canvas/element/manual/draw-element-image/css-blend-mode-ref.html", + "==" + ] + ], + {} + ] + ], + "css-blend-mode.tentative.html": [ + "ab67d779b9f51b3e15cca609f94466b48bfd896d", + [ + null, + [ + [ + "/html/canvas/element/manual/draw-element-image/css-blend-mode-ref.html", + "==" + ] + ], + {} + ] + ], + "css-blur-filter-on-div.tentative.html": [ + "6c8b981c51085e03b4edb74aa259ee9826ed0186", + [ + null, + [ + [ + "/html/canvas/element/manual/draw-element-image/css-blur-filter-on-div-ref.html", + "==" + ] + ], + {} + ] + ], + "css-clip-path-on-div.tentative.html": [ + "a8756376c6cd2e38415657e35921bf700d9ad781", + [ + null, + [ + [ + "/html/canvas/element/manual/draw-element-image/css-clip-path-on-div-ref.html", + "==" + ] + ], + { + "fuzzy": [ + [ + null, + [ + [ + 0, + 1 + ], + [ + 0, + 2 + ] + ] + ] + ] + } + ] + ], + "css-filter-image.tentative.html": [ + "10ee3c22eb9fa51077849525e3b280f8ac945e74", + [ + null, + [ + [ + "/html/canvas/element/manual/draw-element-image/css-filter-image-ref.html", + "==" + ] + ], + {} + ] + ], + "css-filter-on-div.tentative.html": [ + "c12ceb2b7af1c25e0b6f6e1ce8a4e89e014ab146", + [ + null, + [ + [ + "/html/canvas/element/manual/draw-element-image/css-filter-on-div-ref.html", + "==" + ] + ], + {} + ] + ], + "css-filter-reference-on-div.tentative.html": [ + "073ddb956639812cc3ca809c378eb7d96b6f34a6", + [ + null, + [ + [ + "/html/canvas/element/manual/draw-element-image/css-filter-reference-on-div-ref.html", + "==" + ] + ], + {} + ] + ], + "css-mask-on-div.tentative.html": [ + "8cf2fc7de442f135451bb6256584b013e00beafe", + [ + null, + [ + [ + "/html/canvas/element/manual/draw-element-image/css-mask-on-div-ref.html", + "==" + ] + ], + { + "fuzzy": [ + [ + null, + [ + [ + 0, + 1 + ], + [ + 0, + 10000 + ] + ] + ] + ] + } + ] + ], + "css-opacity-on-div.tentative.html": [ + "708f63424cf823ad1920e56201b4c5368217a5ba", + [ + null, + [ + [ + "/html/canvas/element/manual/draw-element-image/css-opacity-on-div-ref.html", + "==" + ] + ], + { + "fuzzy": [ + [ + null, + [ + [ + 0, + 1 + ], + [ + 0, + 10000 + ] + ] + ] + ] + } + ] + ], + "css-transform-on-div.tentative.html": [ + "e2ba4738e2f5b4d0db6d7158149f974dc443a3e5", + [ + null, + [ + [ + "/html/canvas/element/manual/draw-element-image/css-transform-on-div-ref.html", + "==" + ] + ], + {} + ] + ], + "privacy": { + "selection-alone-with-decorations-painted.tentative.html": [ + "67a2abb92eb653d5ab1187f32eba509e594d2bb1", + [ + null, + [ + [ + "/html/canvas/element/manual/draw-element-image/privacy/selection-alone-with-decorations-painted-ref.html", + "==" + ] + ], + {} + ] + ], + "selection-colors-default.tentative.html": [ + "907ab1fd309fe77e140423d23705c5f39d1ca88d", + [ + null, + [ + [ + "/html/canvas/element/manual/draw-element-image/privacy/selection-colors-default-ref.html", + "==" + ] + ], + {} + ] + ], + "selection-painted-overlay-path.tentative.html": [ + "f844f80c3d2e0ce3174be28e328276c9eddf99f2", + [ + null, + [ + [ + "/html/canvas/element/manual/draw-element-image/privacy/selection-painted-overlay-path-ref.html", + "==" + ] + ], + {} + ] + ], + "target-text-ignored-overlay-path.tentative.html": [ + "e218010c36b094ad494a4f8d03ae422c8c4619e5", + [ + null, + [ + [ + "/html/canvas/element/manual/draw-element-image/privacy/target-text-ignored-overlay-path-ref.html", + "==" + ] + ], + {} + ] + ] + } + }, "drawing-images-to-the-canvas": { "drawimage_canvas_self.html": [ "83cf53583ce12716fec3bef5ce483efc4506bfbb", @@ -385309,6 +387213,19 @@ {} ] ], + "select-label-appearance.html": [ + "4bf83567505b651d017d372e8a5cb561a1daf11a", + [ + null, + [ + [ + "/html/rendering/widgets/the-select-element/select-label-appearance-ref.html", + "==" + ] + ], + {} + ] + ], "select-size-001.html": [ "ad4055415d526f0e2d2d25fed5c0c152cdda8c78", [ @@ -387952,6 +389869,19 @@ } ] ], + "select-single-base-appearance-rendering.html": [ + "34673361843fc146d5c21e54a752f72e3c51877b", + [ + null, + [ + [ + "/html/semantics/forms/the-select-element/customizable-select/select-single-base-appearance-rendering-ref.html", + "==" + ] + ], + {} + ] + ], "select-size-multiple-new-content.html": [ "ba45cc1a148c8ea4cf9f56e737e344a382da286a", [ @@ -388178,7 +390108,7 @@ ] }, "filterable-select": { - "filterable-select-appearance.html": [ + "filterable-select-appearance.tentative.html": [ "383223dc802db824f02bae063cbd288b1fae5f8b", [ null, @@ -396474,6 +398404,19 @@ {} ] ], + "hdr-alpha-reftest.html": [ + "90c50ec37d49cad95366c491ef4894ecc6d8bd44", + [ + null, + [ + [ + "/jpegxl/hdr-alpha-reftest-ref.html", + "==" + ] + ], + {} + ] + ], "html-embed-object-iframe.html": [ "a4fc7f549de5c92d642ea34da5608ed4a1c76bff", [ @@ -396672,6 +398615,19 @@ {} ] ], + "sdr-alpha-reftest.html": [ + "5e7dc266f87beed6318d797e447822b743268694", + [ + null, + [ + [ + "/jpegxl/sdr-alpha-reftest-ref.html", + "==" + ] + ], + {} + ] + ], "smallest-valid-reftest.html": [ "2fcf7e9b28616eed4c55afcc6f46898f937b88a5", [ @@ -400387,6 +402343,19 @@ {} ] ], + "non-mathml-children-in-annotation.tentative.html": [ + "0ca7383496054cfc29104aadbbf790208594bd50", + [ + null, + [ + [ + "/mathml/relations/text-and-math/non-mathml-children-in-annotation.tentative-ref.html", + "==" + ] + ], + {} + ] + ], "use-typo-metrics-1.html": [ "1af8fdfde16ae9ec3d85aa7abf325536baed31f7", [ @@ -401610,7 +403579,7 @@ ] ], "animation-with-root-scroller.html": [ - "6ba1a22445f83c58f156599cec22665329a5d8e9", + "ba27f8a84f92c884e62f95750cb1b9b61b8b2846", [ null, [ @@ -407708,8 +409677,21 @@ {} ] ], + "svg-filter-render-cross-origin-frame-in-cross-origin-frame.tentative.sub.https.html": [ + "6388eb64da6689e0b6948a1c86e52734a75a6f80", + [ + null, + [ + [ + "/svg/styling/svg-filter-render-cross-origin-frame-in-cross-origin-frame-ref.tentative.html", + "==" + ] + ], + {} + ] + ], "svg-filter-render-cross-origin-frame-in-same-origin-frame.tentative.https.html": [ - "1f2aa4aa8aa93adfc5954f61b5834b904ade8965", + "baa3d93f3558203fc15c7a4ee93e4be26cbf215d", [ null, [ @@ -407722,12 +409704,12 @@ ] ], "svg-filter-render-cross-origin-frame.tentative.sub.https.html": [ - "8bd318d663a538b6f583e950eaa196533b95a8a5", + "325c6eb409fa07d0e786e802e0dd75f48ea0664f", [ null, [ [ - "/svg/styling/svg-filter-render-cross-origin-frame-ref.tentative.sub.html", + "/svg/styling/svg-filter-render-cross-origin-frame-ref.tentative.html", "==" ] ], @@ -407735,12 +409717,38 @@ ] ], "svg-filter-render-cross-origin-navigation-in-srcdoc-frame.tentative.sub.https.html": [ - "c88f92e20024a1d558ab4e4eb60edff8dd6f549f", + "8d7d66c6008e58d89fa7c2642743a3f3c98ade03", + [ + null, + [ + [ + "/svg/styling/svg-filter-render-cross-origin-navigation-in-srcdoc-frame-ref.tentative.html", + "==" + ] + ], + {} + ] + ], + "svg-filter-render-same-origin-frame-in-cross-origin-frame.tentative.sub.https.html": [ + "1676700266ee2148117942eb60db3d3b2153359a", + [ + null, + [ + [ + "/svg/styling/svg-filter-render-same-origin-frame-in-cross-origin-frame-ref.tentative.html", + "==" + ] + ], + {} + ] + ], + "svg-filter-render-same-origin-frame-in-same-origin-frame.tentative.https.html": [ + "621d4402a05452d7c3d2696351e8d2cf0b406a20", [ null, [ [ - "/svg/styling/svg-filter-render-cross-origin-navigation-in-srcdoc-frame-ref.tentative.sub.html", + "/svg/styling/svg-filter-render-same-origin-frame-in-same-origin-frame-ref.tentative.html", "==" ] ], @@ -407748,7 +409756,7 @@ ] ], "svg-filter-render-same-origin-frame-reload-as-sandbox.tentative.https.html": [ - "3f6fed6ed8e3f1edc10d7f2137f56e72195f3fc7", + "69d70b5ad8889d1dc72ce23f2ac6f36ea693b885", [ null, [ @@ -407761,7 +409769,7 @@ ] ], "svg-filter-render-same-origin-frame.tentative.https.html": [ - "e1518e6dd958c77abf9c34c772fcd40aed694e8a", + "6d8e466899bbedbc6cd8dfb8eae12196e6405eb3", [ null, [ @@ -407774,7 +409782,7 @@ ] ], "svg-filter-render-sandbox-frame.tentative.https.html": [ - "c4cdf31e7e4d355ea1ba8f4137faaa5c46d9f7c4", + "ef0bd77dea4f72fee831b728145216b9b39bef08", [ null, [ @@ -407786,8 +409794,21 @@ {} ] ], + "svg-filter-render-srcdoc-frame.tentative.https.html": [ + "f73ec5107687a8951cd0249b4eb6141fe5d866ea", + [ + null, + [ + [ + "/svg/styling/svg-filter-render-srcdoc-frame-ref.tentative.html", + "==" + ] + ], + {} + ] + ], "svg-filter-render-web-plugin.tentative.https.html": [ - "40e28e03aee6c102b670367dbaee800b7ce4e4a8", + "30629e87e1a80f9569903a66bd37352df999458d", [ null, [ @@ -412664,7 +414685,7 @@ ] }, "CODEOWNERS": [ - "cd4acba50d2b1129d2ff09bf06e54b93feb952bb", + "e3c96f734209640be6a184c96974451f03af4445", [] ], "CODE_OF_CONDUCT.md": [ @@ -413058,11 +415079,11 @@ [] ], "ML-KEM_importKey.js": [ - "ad2f75048556e4e3f0e1618d5a1afda642b411c7", + "d9257ac698250529a0475800ffac9045e3d84c82", [] ], "ML-KEM_importKey_fixtures.js": [ - "1c25d37614e92e6455194c15e971175fd35b1373", + "f3a5f6687dc5e199d434e8f381e1e8249e35fea3", [] ], "ec_importKey_failures_fixtures.js": [ @@ -413090,6 +415111,12 @@ [] ] }, + "serialization": { + "serialization.js": [ + "a9444032503268c6e28f734e95f57892be89784a", + [] + ] + }, "sign_verify": { "ecdsa.js": [ "cc13b1bd9c3cae79afb1b170726ea541752e44ba", @@ -414988,18 +417015,10 @@ [] ], "display-override-member-media-feature-service-worker.js": [ - "02818dc6650f78cc388872ffb47cb0d3d3e143af", + "5002c9c252c48552f0bcffe60e64defbe8e99209", [] ], "resources": { - "display-override-member-app-region-window-controls-overlay.webmanifest": [ - "a5f3af06b7ecd50db5822cba2980a01aa665db09", - [] - ], - "display-override-member-app-region-window-controls-overlay.webmanifest.headers": [ - "2bab061d43ab9e533b0160ca506231939886cd89", - [] - ], "display-override-member-css-environment-variables-window-controls-overlay.webmanifest": [ "ebfc0a0bd93f3c32f74ba9c25e814515355bff31", [] @@ -415068,6 +417087,14 @@ "2bab061d43ab9e533b0160ca506231939886cd89", [] ], + "display-override-member-window-drag-window-controls-overlay.webmanifest": [ + "9cdaeccd0b0d9ba586900be1336f5aa9d10361a0", + [] + ], + "display-override-member-window-drag-window-controls-overlay.webmanifest.headers": [ + "2bab061d43ab9e533b0160ca506231939886cd89", + [] + ], "icon.png": [ "637cc8daf463d1fcebe14cadb7d5eae90a5b67fe", [] @@ -416110,7 +418137,7 @@ }, "resources": { "bluetooth-fake-devices.js": [ - "c503bf790c4b4a14405eb566383666539dabdda5", + "37e126dffb68b9734bae2bbf4b26143c1951af54", [] ], "bluetooth-scanning-helpers.js": [ @@ -435899,6 +437926,14 @@ "e732664139dce6764e8e557a330d9a11301be7bf", [] ], + "link_header_prefetch_as_document_allow.sub.window.js.sub.headers": [ + "f1392eb74c16e33bef2dd3cd769ead9202c17175", + [] + ], + "link_header_prefetch_as_document_deny.sub.window.js.sub.headers": [ + "1f05fda92196f6990ee75d5ab116a5f1a8edd60c", + [] + ], "link_header_prefetch_deny.sub.window.js.sub.headers": [ "c087a6b5f3ea8832e0b8add072d470c47760b5cb", [] @@ -435919,6 +437954,10 @@ "05a5826807caadfce5e11a2f43123d12803b5380", [] ], + "link_rel_prefetch_as_document.sub.window.js.sub.headers": [ + "289e99d77ee0ae2e99d369dd07b6e2106fee83e6", + [] + ], "link_rel_preload.sub.window.js.sub.headers": [ "05a5826807caadfce5e11a2f43123d12803b5380", [] @@ -438107,6 +440146,12 @@ "0f3f281d9020b7235f22f8f0a73705117217631e", [] ], + "resources": { + "svg-inline-without-scripting-without-csp.html": [ + "adca8fac61236a2b800357c4f4f98df3c8756a1e", + [] + ] + }, "scripted.svg": [ "5482831fa85969621a286e161ed7ecd035f75c2a", [] @@ -457968,7 +460013,7 @@ [] ], "background-gradient-interpolation-002-notref.html": [ - "672dd42e8cc9dd9fd2443815eb5c785d48874531", + "85c7162ff21b0c27913923be2c0f1b01b6ffb59f", [] ], "background-image-centered-ref.html": [ @@ -459952,6 +461997,10 @@ "cc482e344e2a0716b4a527f273115a0d19d2d4b8", [] ], + "border-shape-polygon-miter-limit-ref.html": [ + "4d3dcf16bdbde02fec32715f4f8bb0390d390f07", + [] + ], "border-shape-shadow-blur-ref.html": [ "2f367dbe0252ccc19bb7b3fe517a97d4d52ff073", [] @@ -460060,6 +462109,10 @@ "4576240ef3288a954c9a627cbafd640eacd95444", [] ], + "corner-shorthand-rendering-ref.html": [ + "fced03e81809353552ae94a9c007598a3abcba2c", + [] + ], "render-corner-shape-ref.html": [ "d43106f2786dfb7563516bc003cc99b7c661e180", [] @@ -463417,7 +465470,7 @@ [] ], "disclosure-styles-ref.html": [ - "d9191d6e542d2f9072a3ba03a9f612c7c241cb2a", + "fed2fde3dbdb11bc3eba996241f3aa8e9fba5e29", [] ], "empty-string-symbol-notref.html": [ @@ -464702,6 +466755,14 @@ "98de8e1494afb72964bd27d3f36e91d2bc15b16f", [] ], + "balance-complex-ref.html": [ + "b47e15322d4820d2e47b25aaa27be397fd0a44a3", + [] + ], + "balance-flex-grow-ref.html": [ + "30effc538e69b3b1b02785cf6c3c23ed69fddda5", + [] + ], "balance-min-line-count-003-ref.html": [ "43cd49b7fd01cdf5c8bd24e36d17b28dca998fe4", [] @@ -464714,6 +466775,18 @@ "3c700ae9953a8175648c48a9f7864f1ca6a29fe6", [] ], + "balance-min-line-count-006-ref.html": [ + "196d6c20c1eb4ab2c45996a284b940ce30161276", + [] + ], + "balance-min-line-count-007-ref.html": [ + "347bc7762b29c11d634f26de22f80b9a2581f596", + [] + ], + "balance-min-line-count-008-ref.html": [ + "1ee76df2ffe3469084dc7ddaae894bfa45416753", + [] + ], "balance-percentage-size-001-ref.html": [ "a1730c132273df05f26a05ed705505ec813d76b9", [] @@ -464721,6 +466794,18 @@ "balance-percentage-size-002-ref.html": [ "3a1a4c38d3ec855c789af55284df179c00b8be6a", [] + ], + "balance-start-bias-001-ref.html": [ + "b3b3ca59c14a50a989b3f4efc6c365f504654878", + [] + ], + "balance-start-bias-002-ref.html": [ + "1b078dc520d5aa4591148320f3ca338b570e86c2", + [] + ], + "balance-start-bias-003-ref.html": [ + "3778d707777b20a002afff04ebb2846a602d06b0", + [] ] }, "break-nested-float-in-flex-item-print-ref.html": [ @@ -474785,11 +476870,11 @@ [] ], "flex-gap-decorations-017-ref.html": [ - "a9f2333f14a25b723a46d3a4fd3a8c23bce31f95", + "fc3caf618cd810e25385b4b8cf0385f3609cdaae", [] ], "flex-gap-decorations-018-ref.html": [ - "88cfb9cf94a7e193b0cbb9b39060bb86a4a12eb9", + "a41f3103780c9cb9946468629f030f5729e9c922", [] ], "flex-gap-decorations-020-ref.html": [ @@ -475227,11 +477312,11 @@ [] ], "grid-gap-decorations-020-ref.html": [ - "6f31b5a09fc8717d5fcee2f67b7e765d1b9ba2a4", + "9790cbc2b2fd60df7667ea79e4eb298f34f36869", [] ], "grid-gap-decorations-021-ref.html": [ - "de36d206606d1dd324ee2eb458a840eedb81e140", + "1f7e7450aa2525f7c9d6ba6d7818a407a7dc7ba7", [] ], "grid-gap-decorations-023-ref.html": [ @@ -475720,6 +477805,10 @@ "32fe64710c667782b2e25a20a1d7f051b9d34b51", [] ], + "multicol-gap-decorations-040-ref.html": [ + "e04f7a40c2181204477e97f2f2c5282b94011f0d", + [] + ], "multicol-gap-decorations-direction-inset-ref.html": [ "6042faa402b64292b6dc3a65712f383c9fa0be4f", [] @@ -476202,6 +478291,10 @@ "b9e30e42863b159507a26918f2ca11c7b5f85514", [] ], + "positioned-grid-items-026-ref.html": [ + "33b1e55747a60f9ddcbefe1e963bde8a5b14123a", + [] + ], "positioned-grid-items-negative-indices-001-ref.html": [ "2bbc3a95136e0e61191ec10fe5ff1ca901e799b9", [] @@ -476717,6 +478810,10 @@ "a9218014ca0fa646bf30d25b3cbba1ce14e49091", [] ], + "column-grid-lanes-out-of-flow-004-ref.html": [ + "33b1e55747a60f9ddcbefe1e963bde8a5b14123a", + [] + ], "column-grid-lanes-positioned-item-dynamic-change-ref.html": [ "ab7661d01af86de9bb9f1170c0373cf4eeee4e4f", [] @@ -477963,8 +480060,16 @@ "5bb308cbe67365e597b70303538b53ac1a19597a", [] ], + "column-subgrid-extra-margin-006-ref.html": [ + "695c0d11af7b7aafe1e02c7d12f772e106a9fa03", + [] + ], + "column-subgrid-extra-margin-009-ref.html": [ + "6fb777cc2f5a7f26c32967ea3e772e03d06a4dc3", + [] + ], "grid-lanes-subgrid-flex-ref.html": [ - "b82c9fd98b024561a48d43cfaafe10bf4c083027", + "c101500ab012cecc2a1af40fcbfaf5be000a9ba9", [] ], "grid-lanes-subgrid-intrinsic-sizing-ref.html": [ @@ -477990,6 +480095,14 @@ "row-subgrid-extra-margin-004-ref.html": [ "33ac12d6dad57661a919779b9d93aca8b106906b", [] + ], + "row-subgrid-extra-margin-006-ref.html": [ + "26fcadcca70332db2b6d1fc917e79ec0069d5dec", + [] + ], + "row-subgrid-extra-margin-009-ref.html": [ + "42e93189a627de9f898cff600ce2849309042176", + [] ] } } @@ -479869,6 +481982,18 @@ "9f52476b2a62b46c9af2510a10d1108ae062215a", [] ], + "image-color-basic-ref.html": [ + "b118d40965c6991245954f9206db536c1f060752", + [] + ], + "image-color-cross-fade-ref.html": [ + "0b18d6b91d4084eb4146c9bbddcf3d2d3b04d9ad", + [] + ], + "image-color-layered-ref.html": [ + "4aebc12bb55e5f735aaaa08ac926b45bbe764ec9", + [] + ], "image-light-dark-ref.html": [ "5757999b79898dbb23c44fa282a0964c97cb7706", [] @@ -480865,6 +482990,50 @@ "5e79078ff7c4e418e6666ec02d2ad80594b6fda0", [] ], + "alignment-baseline": { + "WEB_FEATURES.yml": [ + "d686fac7ace0aef3fb32081ac28853f045a1832d", + [] + ], + "alignment-baseline-horizontal-001-ref.html": [ + "e7eb37fdf67c56396fce2a1aa7ad73043556d663", + [] + ], + "alignment-baseline-horizontal-002-ref.html": [ + "4492b4efc16a1230dc3620506fe7ee666749bf2a", + [] + ], + "alignment-baseline-horizontal-003-ref.html": [ + "5aaa121326c038b8a542000363e1797dd6d47d87", + [] + ], + "alignment-baseline-nested-001-ref.html": [ + "32380dae89935e7b23fd8c0f2098a5d166d6787f", + [] + ], + "alignment-baseline-nested-002-ref.html": [ + "ab5ba1291208386fe60df1a21670899b5d0cb8ea", + [] + ], + "alignment-baseline-vertical-rl-001-ref.html": [ + "25801028e25782508ff66eb90214a88edf924647", + [] + ], + "alignment-baseline-vertical-rl-002-ref.html": [ + "19bd2eb253ba99240ac586f486f409d22f73e478", + [] + ], + "alignment-baseline-vertical-rl-003-ref.html": [ + "6e85f75ea0bd79d9230496c3a12504b102140d46", + [] + ], + "support": { + "variant-class.js": [ + "86d46464254d44b567750dac35c12b886685ae66", + [] + ] + } + }, "animation": { "WEB_FEATURES.yml": [ "f60178287003435204548621238986b540e68893", @@ -481338,6 +483507,10 @@ "046d17c02df93eaeaf145fcb17cc5abe8fd03921", [] ], + "text-box-trim-list-001-ref.html": [ + "1018344be1d7488358bd83e4a4dd597ae9f961cc", + [] + ], "text-box-trim-multicol-001-ref.html": [ "9228b865ea66a7a7b8320af98981fea300f62912", [] @@ -482437,6 +484610,14 @@ "7e0d2a54266f3855dbc8e8e87167a06ea0cc323b", [] ], + "clip-path-shape-arc-interpolation-ref.html": [ + "c9749c69ec13e0b7d1cea83aa43af63b73f3aaf5", + [] + ], + "clip-path-shape-transition-with-zoom-ref.html": [ + "de0697f9967ce72570fa7c78a5f79eea54f65c69", + [] + ], "clip-path-transition-ref.html": [ "af164c30f06808c3394cf3210ca13bc41792d53c", [] @@ -482919,15 +485100,15 @@ [] ], "mask-clip-8-ref.html": [ - "d7276bd66449f181b368a16866d216b8fbe44bf8", + "a0ff904ae9ef22ebac7d6341872ca7ef8f0360a4", [] ], "mask-composite-1-ref.html": [ - "9249622cc4652b22e8dd205b05fde95b046ef11f", + "4da4ad7b549b1afef605df0e45d617804ce21981", [] ], "mask-composite-2-ref.html": [ - "cbf91daad9ae8d32e4f2738430a038f227bdcd23", + "5c7537d7e08f440c9a6f3fa5fc9c44025da6f5fb", [] ], "mask-image-1-ref.html": [ @@ -482947,7 +485128,7 @@ [] ], "mask-image-6-ref.html": [ - "d85e075fd4c33c5e454800bfc8a8b62dfe8708aa", + "443fdcb8328ae1526d0d2c3963f76f320e34eda9", [] ], "mask-image-after-backdrop-filter-removal-ref.html": [ @@ -482983,7 +485164,7 @@ [] ], "mask-mode-ref.html": [ - "0f7dbd571fe155a57ff2d15e5dfc50f0dacd61ed", + "a6a26040f007979e6d0ddc332b518e6d7b5a9f62", [] ], "mask-mode-to-mask-type-ref.html": [ @@ -483125,34 +485306,10 @@ "a68a1fa5b53d38bfafbdc9c73025abe810f75783", [] ], - "blue-100x100.png": [ - "3b72d5ce53c07b68fe508bb57aa61a933dbda768", - [] - ], - "blue-100x100.svg": [ - "38cae60fc0a951ab506b1181574530caf602eecb", - [] - ], - "blue-100x50-transparent-100x50.png": [ - "65b1e88a560e4901b97013529f7afc9a0a82818c", - [] - ], - "blue-100x50-transparent-100x50.svg": [ - "459f21d5cf6c6e3941f4638307b3cc1333cf48a8", - [] - ], "blue-luminance-100x100.svg": [ "5b79155b66b3cfd6af74d1c6abc80aba8b23b27d", [] ], - "green-100x100.png": [ - "d65838b7f02b830e2fc05b7e20fee2e2d7ebd45d", - [] - ], - "green-100x100.svg": [ - "87fd691a01446fab30fd546136de4359758dfbe2", - [] - ], "green-luminance-100x100.svg": [ "795bd7e5c9a65e651cb8d985f2bb18019d42f64c", [] @@ -483173,25 +485330,9 @@ "cab55923d32ddb9525cb81a12d8035b1bf51bb4c", [] ], - "red-100x100.png": [ - "43b8e542a924441a4028d8e3e888bdde82d831e3", - [] - ], - "red-100x100.svg": [ - "0ba285bf00d1c68d851c262c8626d12ea618db06", - [] - ], "red-luminance-100x100.svg": [ "05075f52102e773cc9a4630316b44ed49a9bfbde", [] - ], - "transparent-100x50-blue-100x50.png": [ - "f451746654636fdc56b6fdc307ff2f2d12e09b3c", - [] - ], - "transparent-100x50-blue-100x50.svg": [ - "658aed9f1e8ec47b704efedfd5524ec575cd1051", - [] ] } }, @@ -484475,6 +486616,10 @@ "ebd2d860cec74ba0d535637934aca8dadf90571d", [] ], + "dynamic-visible-to-clip-002-ref.html": [ + "359a6e7dc9199eb4bf1462cfd35e513610ccf0f7", + [] + ], "incremental-scroll-002-ref.html": [ "ea6f5575278c86e9ad0dc63ad9ef31fc77b25538", [] @@ -484677,6 +486822,10 @@ "6539eacb51a2d9f237fdba0b72ff4471051476b0", [] ], + "line-clamp-041-ref.html": [ + "1a42019d786934aa56f10140db02863b83c4848e", + [] + ], "line-clamp-auto-002-ref.html": [ "fe0a8dbd588a8a56c8ac0488713a061ef83474f9", [] @@ -487529,6 +489678,10 @@ "5c777f1a92e373042ffbfeb5604cc665013663f7", [] ], + "first-letter-c0.tentative-ref.html": [ + "e00cfdd3ff144becb2cce4a4b99b0617d9035485", + [] + ], "first-letter-capitalize-supplementary-char-ref.html": [ "ab4af86502ea4112b49740da18302499f744c4f2", [] @@ -487593,6 +489746,10 @@ "82c5074fd26aa2dc35c9c8fa77dd3bf1099c5f88", [] ], + "first-letter-trailing-punctuation-ref.html": [ + "d8322dca25e86eaaeb752ad84726ddbf0b4167e3", + [] + ], "first-letter-width-2-ref.html": [ "67fe00ca79030554f19be7100ccb505dc273e300", [] @@ -488756,7 +490913,7 @@ [] ], "ruby-overhang-spaces-011-ref.html": [ - "48043bd11d4bec5e83048b23692bfa7cd815cfc4", + "45fc388d7c0203ffdabdc2e1b1f91faa65eb28fc", [] ], "ruby-overhang-spaces-012-ref.html": [ @@ -489603,7 +491760,7 @@ }, "reference": { "shape-image-000-ref.html": [ - "a5752dc1be893d909b6d27074113cfa583075ddf", + "7e6fb57678c5629be42860bf5745fe8ef9a7df34", [] ], "shape-image-001-ref.html": [ @@ -489680,14 +491837,6 @@ "f221a3d39beb4826a28e640813922bf9b4997a82", [] ], - "left-half-rectangle-50.png": [ - "c64fd71dc19de212271646307862f4d7fc38b581", - [] - ], - "left-half-rectangle-50.svg": [ - "d0109053eb9adb4292738c130ee88f5bbab00159", - [] - ], "left-half-rectangle-70.png": [ "39f44b5d36f45b1eb6dc40dadf772712aa2fa493", [] @@ -490735,6 +492884,10 @@ "cd018147519cc9c9bb38298641e3a832f40438b2", [] ], + "iframe-contents-dynamic-name-change.html": [ + "4e5fe430ad6982020a9cdb4f807867bd7d63b60f", + [] + ], "iframe-contents-dynamic-remove.html": [ "c12b4db8ef4b4d6a23cebe0aae63184984d9f3d4", [] @@ -491327,6 +493480,14 @@ "ab9d83927458d5b9881b07bc7fd8a1d31e471b33", [] ], + "collapsed-border-large-rowgroup-001-ref.html": [ + "28cab678e5b54c40f842b379ce23314c6b74d551", + [] + ], + "collapsed-border-large-rowgroup-002-ref.html": [ + "eec2c0632fee406983104031a6f8a283993899b7", + [] + ], "collapsed-border-partial-invalidation-001-ref.html": [ "a3705965fe4470f25cb98c331f148b8b93fd22fc", [] @@ -494232,6 +496393,10 @@ } }, "text-fit": { + "background-image-ref.html": [ + "20bc96099d38c4af11e70cdc22df25287a7ce9af", + [] + ], "grow-consistent-ref.html": [ "a7f5e93138769a5515372fa8cf293c3ffa47b4d3", [] @@ -494241,11 +496406,11 @@ [] ], "grow-per-line-all-line-height-ref.html": [ - "cad68c01e3b118dc85da8c27d3325c658eb621a3", + "f758d10fd08770d6fbee3e12c54c4dcf882a4a33", [] ], "grow-per-line-all-ref.html": [ - "bdd84812d44f4011250b7304d7aa2585fe86276d", + "2bc5949885b6cbef4c7189940043c6dd80d200cc", [] ], "grow-per-line-ref.html": [ @@ -494280,10 +496445,26 @@ "9d98ced5a66d7f1f3a4152dfee54d32be55e3df7", [] ], - "text-decoration-ref.html": [ + "text-decoration-skip-ink-ref.html": [ + "fcd5a36894fd190b710717a0df7bd1ef15f2751f", + [] + ], + "text-decoration-thickness-ref.html": [ "346708177747b6ab79312bbe264473dabe366f96", [] ], + "text-emphasis-ref.html": [ + "dec1ef463ced5805826a1a7c7f2c3dc837972913", + [] + ], + "text-underline-offset-ref.html": [ + "59f3c4bd8961d283f438577882383166729e0b71", + [] + ], + "vertical-align-ref.html": [ + "cff75f064ffaf8c9999a542ad5dbcb11174d2f17", + [] + ], "writing-mode-ref.html": [ "87321f9908115a1c38d33db7ad1a676f05f91573", [] @@ -500411,6 +502592,10 @@ "6b53f386896d64534ee2e740b1cb8b6d57f57f9d", [] ], + "attr-style-sharing-5-ref.html": [ + "5d5b61a03ff7afe4f3c499b52ea6fb86bf1cdc7f", + [] + ], "calc-background-image-gradient-1-ref.html": [ "d4b529b964b030fc47fdb947e6644d5bacaa1485", [] @@ -504157,7 +506342,7 @@ [] ], "WidthTest-Regular.otf": [ - "06b1d3c0253fde79a9ff941a40bc2cf37d31aff0", + "bf141b08ff5375bd16e01a39ac5af1b6290975bc", [] ], "bg-red-1col-2row-320x320.png": [ @@ -505149,6 +507334,10 @@ "74e580747083b3e9ff8d48876c08b83ddaa8d5cb", [] ], + "style-attr-clone-ref.html": [ + "d40c50c7365bafdb32918e9ff72a41d512ce8f8f", + [] + ], "stylesheet-replacedata-dynamic-ref.html": [ "bc9cadebf15d720e9c89b8072c0ef36eca962343", [] @@ -506453,6 +508642,10 @@ "svg-relative-urls-002-ref.html": [ "344ee53e032e1bd588e971e16af2af5d0a6bcf41", [] + ], + "tainting-css-dropshadow-currentcolor-ref.html": [ + "c7ccf04a152b5286938b839344fc286387944541", + [] ] }, "resources": { @@ -515758,7 +517951,7 @@ [] ], "baseline-diagnostic-font.css": [ - "7a7db0c088757d1c68c24d13516673962b73ce33", + "3f02fb998c08b2afece6ff716ffa879b0c1145a9", [] ] }, @@ -516530,7 +518723,7 @@ [] ], "FileSystemBaseHandle-isSameEntry.js": [ - "425aa3ce2b2331e3cf452bf29f0e577f4b6313e1", + "dbe881fcbf71a067c3e65b481015763f8959b6aa", [] ], "FileSystemBaseHandle-postMessage-BroadcastChannel.js": [ @@ -520457,6 +522650,126 @@ [] ] }, + "draw-element-image": { + "css-backdrop-filter-and-mask-ref.html": [ + "9e8bbd9ad59955e14c520570f7b64394a70c1b82", + [] + ], + "css-backdrop-filter-image-ref.html": [ + "9309b9f1c6e849cdde6631ee329556776421be3e", + [] + ], + "css-backdrop-filter-on-div-ref.html": [ + "f57ae96d9dab8f3a01ea88b54c765e11121c2393", + [] + ], + "css-backdrop-filter-ref.html": [ + "3142ec7d72a996621fcd91dfe3f0afa0bb8105db", + [] + ], + "css-backdrop-filter-with-sibling-ref.html": [ + "c45120dcf6407ae6ae856f57f8d7effce8f15e24", + [] + ], + "css-blend-mode-over-both-ref.html": [ + "25ed72675463b929dbee2d51bfdb6f93feec10fc", + [] + ], + "css-blend-mode-ref.html": [ + "c18f8018881dabb0eea8e10a76cc3d77c9959cac", + [] + ], + "css-blur-filter-on-div-ref.html": [ + "03ffeeadf0c8d91796c2c889a451c45387cdae4e", + [] + ], + "css-clip-path-on-div-ref.html": [ + "5117ae00f83ecadeb04ff0efd057ad973c4b9cfc", + [] + ], + "css-filter-image-ref.html": [ + "9309b9f1c6e849cdde6631ee329556776421be3e", + [] + ], + "css-filter-on-div-ref.html": [ + "59ae9b180c788347c95e2731c06f1e20f0710076", + [] + ], + "css-filter-reference-on-div-ref.html": [ + "3685daedd35eaae696cede9132e76d76798feba3", + [] + ], + "css-mask-on-div-ref.html": [ + "84cd6b6a3a2edf5abe3ecad53a0abd6d9a010368", + [] + ], + "css-opacity-on-div-ref.html": [ + "ad2ebfa897bbafd95281d24a45fec2e13f5a2220", + [] + ], + "css-transform-on-div-ref.html": [ + "03152e4acd6e346176e2087e3af820742889a4d2", + [] + ], + "privacy": { + "selection-alone-with-decorations-painted-ref.html": [ + "352f91ce472029358102cd68c2662c792e5cd0a3", + [] + ], + "selection-colors-default-ref.html": [ + "e53766ef4f6c8f63715e02c2a05956304b4baf44", + [] + ], + "selection-painted-overlay-path-ref.html": [ + "785cfb49a963f033c13304e905ac0e4b5674511a", + [] + ], + "support": { + "iframe-blue.html": [ + "0d92704f91855dc0719b5279adc5c8ac5a7ed4b6", + [] + ], + "sandboxed-iframe-red.html": [ + "883c2bef70f0b50080b0b839f86e25b0abaeb23e", + [] + ], + "sandboxed-iframe-red.html.headers": [ + "0368ae01896a2cadb6019ab2c1eb5346d9c3b764", + [] + ], + "subframe-with-canvas-background-png-images.https.sub.html": [ + "8d76601f1936c4f5ca5d67e74cea137f5c3ba9b4", + [] + ], + "subframe-with-canvas-html-images.https.sub.html": [ + "4098173948c32b89cd766e4a9a414e884825c63d", + [] + ], + "subframe-with-canvas-iframe.https.sub.html": [ + "8cb7a0e565fb34f5372e70fed22effa086d2c061", + [] + ] + }, + "target-text-ignored-overlay-path-ref.html": [ + "f2255ce67b3ca1798d1543187e4a2aa703acd84d", + [] + ] + }, + "resources": { + "iframe-subframe-green.html": [ + "9e2b6fc18570bc88ebe16115c64e0b29534a13cc", + [] + ], + "iframe-subframe-red.html": [ + "883c2bef70f0b50080b0b839f86e25b0abaeb23e", + [] + ], + "left-half-mask-50.svg": [ + "426826460c482baf4a84f1157ee81023edd40110", + [] + ] + } + }, "drawing-images-to-the-canvas": { "WEB_FEATURES.yml": [ "3403cef5d69cdf8e961ee8a32c9dab00a6a0019e", @@ -522083,12 +524396,16 @@ [] ], "canvas-tests.js": [ - "c6e28732838119e71f920dc2eacf43af41dafb4a", + "4f7a67073d6929375c4aad61f06f820ac2055f1b", [] ], "canvas-tests.js.headers": [ "6805c323df5a975231648b830e33ce183c3cbbd3", [] + ], + "wait-for-canvas-paint.js": [ + "e66740f138a956035a6ab35b33b95e79d94df173", + [] ] }, "tools": { @@ -523633,7 +525950,7 @@ [] ], "template-for.xhtml": [ - "e33aaab4237d582d205ec268696ce252b969663b", + "c1ba8a2974980405f659b7120f3275569c6b611e", [] ] } @@ -528399,6 +530716,10 @@ "7a3dd1d50d528bcb1de2f49ce7d80b5f177a4b40", [] ], + "select-label-appearance-ref.html": [ + "622909c0eef0e1731892b1700978cb3dd0358da5", + [] + ], "select-size-ref.html": [ "fc3b3be6e55d23d56b33589511bcb3ee982ed289", [] @@ -528408,7 +530729,7 @@ }, "resources": { "common.js": [ - "6f8ae7b3436d16908313b65356edd657c45907ac", + "a1822115fe5fda22c6165cf0e467d12abf71ae76", [] ] }, @@ -530620,6 +532941,10 @@ "3782d1757e6b94e154bb0c9ce19d9ef29601981c", [] ], + "select-single-base-appearance-rendering-ref.html": [ + "76464ff0bba22351c7829f0db138a9db5a0c4f56", + [] + ], "select-size-multiple-new-content-ref.html": [ "dccff7311d1c8c425ca4a199c5fb1e4ed6181a6e", [] @@ -536030,6 +538355,22 @@ "6dbee091749fb6d70d62f3914d75cba432b55b5a", [] ], + "blue-100x100.png": [ + "3b72d5ce53c07b68fe508bb57aa61a933dbda768", + [] + ], + "blue-100x100.svg": [ + "38cae60fc0a951ab506b1181574530caf602eecb", + [] + ], + "blue-100x50-transparent-100x50.png": [ + "65b1e88a560e4901b97013529f7afc9a0a82818c", + [] + ], + "blue-100x50-transparent-100x50.svg": [ + "459f21d5cf6c6e3941f4638307b3cc1333cf48a8", + [] + ], "blue-area.png": [ "570ae0f2bf763698e16a917565ee62a397bc2f54", [] @@ -536054,6 +538395,10 @@ "2ff648a04905f9090df637f2140c1c092cc3a247", [] ], + "checkerboard.svg": [ + "b3acb9fe29abcec28c4b490e6bb722e8bee063dd", + [] + ], "clear-100x50.png": [ "eeedd0ff05889ffd4468bf19a2e8e9e0a094201c", [] @@ -536092,6 +538437,14 @@ "0342e4a38425886d5fa9159fcfaa9a06093937e3", [] ], + "green-100x100.png": [ + "d65838b7f02b830e2fc05b7e20fee2e2d7ebd45d", + [] + ], + "green-100x100.svg": [ + "87fd691a01446fab30fd546136de4359758dfbe2", + [] + ], "green-100x50.png": [ "2733836c998fa919d9f6880fd96a32026e82ca2c", [] @@ -536164,6 +538517,14 @@ "66464b77575e882aaf79edba88c3e6fc507e3625", [] ], + "left-half-rectangle-50.png": [ + "c64fd71dc19de212271646307862f4d7fc38b581", + [] + ], + "left-half-rectangle-50.svg": [ + "d0109053eb9adb4292738c130ee88f5bbab00159", + [] + ], "movie_300_frame_0.png": [ "b712825093805d1052b01047b1dbb102f0af8f0f", [] @@ -536188,6 +538549,14 @@ "8b7ff388b8811952953eb75c10efef8f9c9ceef6", [] ], + "red-100x100.png": [ + "43b8e542a924441a4028d8e3e888bdde82d831e3", + [] + ], + "red-100x100.svg": [ + "0ba285bf00d1c68d851c262c8626d12ea618db06", + [] + ], "red-16x16.png": [ "9038fef784dacafdcfdce03fb12b90647bb52d2e", [] @@ -536232,6 +538601,14 @@ "0643e6e70bda9bbd61b31adf954fbd3e5b220ad0", [] ], + "transparent-100x50-blue-100x50.png": [ + "f451746654636fdc56b6fdc307ff2f2d12e09b3c", + [] + ], + "transparent-100x50-blue-100x50.svg": [ + "658aed9f1e8ec47b704efedfd5524ec575cd1051", + [] + ], "transparent.png": [ "2b498699a80d9189af3aad09ae9e530fe23ab069", [] @@ -538395,7 +540772,7 @@ [] ], "usermedia-element.tentative.idl": [ - "a590773ef8a73d062a9ffe4863acb5a54594c8d1", + "17aa2dd72834841ba6183c317a5630f8bb1ac65e", [] ], "vibration.idl": [ @@ -538852,6 +541229,10 @@ "cf2a9a5ef403c4415fe74bf8fae2c7bd2d3ba24c", [] ], + "hdr-alpha-reftest-ref.html": [ + "26e0d3dac0ba2a06c6f74230c6b102ed1be349e4", + [] + ], "html-embed-object-iframe-ref.html": [ "acaa6a238497686ca164dbed17cde78ad0359dc0", [] @@ -539045,6 +541426,14 @@ "c5def3bbe5f2de1cfed122c6709c8807a92e227f", [] ], + "hdr_alpha.jxl": [ + "68226864c8b81fef4facad21f9c602e1d5d1d8c9", + [] + ], + "hdr_alpha.png": [ + "320c0f4843bc913f3a838e1b87c7e8e19ea6fc96", + [] + ], "hdr_hlg_test.jxl": [ "c7a1f342d7c39bf4f376a93ef888cfc45ad22158", [] @@ -539129,6 +541518,14 @@ "3cf484d968fff55fb51cfe6c4b24a386bde21c6f", [] ], + "sdr_alpha.jxl": [ + "9982d7295dc3a9a5480a38a7b0e16bf11f38eec0", + [] + ], + "sdr_alpha.png": [ + "37c22d64e65ba3916125b7017923dc11aed13be5", + [] + ], "smallest_valid.jxl": [ "615989a5ca12529c5a5566d73f0b9ba5a2364f2c", [] @@ -539154,6 +541551,10 @@ [] ] }, + "sdr-alpha-reftest-ref.html": [ + "2b22c7a2984ee76528b2a987018ccbb94b91db99", + [] + ], "smallest-valid-reftest-ref.html": [ "1c72b20dc82bb9f8f309da2273393b5a117bef81", [] @@ -539376,7 +541777,7 @@ } }, "lint.ignore": [ - "4a7406b02ffd7a8ba1a5b90c44a266e1cf3b6d0d", + "411f3d876f03c4065aa85035df7bb07cba07c991", [] ], "loading": { @@ -539641,6 +542042,10 @@ "410479cdcf11be75d456b93cc86e137763ecadef", [] ], + "double-bound-script.js": [ + "412ab9bc1803c623eb9b7b640170a39a3f9aa71e", + [] + ], "event-generates-loaf.js": [ "af67218282195f145dee0bff987833ff76a717af", [] @@ -539682,7 +542087,7 @@ [] ], "utils.js": [ - "fd75eaff3ffba1a3c54b5ccc943bdde6d3a17d75", + "17fb3d0af78eae566731a728d9be7404eec5d61d", [] ] } @@ -540824,6 +543229,10 @@ "5c295152ba0039dcd06c11074f471d652c7269a4", [] ], + "non-mathml-children-in-annotation.tentative-ref.html": [ + "2c869561ef0c97fd56d260b827cebc6d9fc474d5", + [] + ], "use-typo-metrics-1-ref.html": [ "3f7f7640458639ab0b548489e04b63f98cdad40b", [] @@ -548142,7 +550551,7 @@ [] ], "animation-with-root-scroller-ref.html": [ - "58435be6312cb06f936117c631679663c4ed2b07", + "dfa17a230b871a7677c5faac1c2b83ae3b1b88de", [] ], "custom-property-ref.html": [ @@ -554979,11 +557388,15 @@ [] ], "svg-filter-render-cross-origin-iframe.sub.html": [ - "6c26cf90d24ac4ba8d99395c683ec4ec1dc3b137", + "9fc8d3c8db40a5256de7f246e6b77717e1ad7849", [] ], "svg-filter-render-iframe.html": [ - "e29630d6f0fe437e1e5934f8a8738b048c234ec7", + "01b722588e15ab8363615fd97b7d5097250c9647", + [] + ], + "svg-filter-render-same-origin-iframe.sub.html": [ + "149e6ebfd2a9149f1f195d386240251ac42177d8", [] ], "svg-filter-render-util.js": [ @@ -554991,32 +557404,48 @@ [] ] }, + "svg-filter-render-cross-origin-frame-in-cross-origin-frame-ref.tentative.html": [ + "7dff3a48a22d5442f654a864c8ada3e87f39e55b", + [] + ], "svg-filter-render-cross-origin-frame-in-same-origin-frame-ref.tentative.html": [ - "660b8b90ee90314e62e3df2750d437430b07a65c", + "2e683e45ae6eeb9cf2c74af1c4a222f3dc4e0dbb", + [] + ], + "svg-filter-render-cross-origin-frame-ref.tentative.html": [ + "9389a6167f9f1dc38ebf5d2414f41b1fc0cbd629", [] ], - "svg-filter-render-cross-origin-frame-ref.tentative.sub.html": [ - "a54aabc2520c85da8d5283055c02fd043590ea9b", + "svg-filter-render-cross-origin-navigation-in-srcdoc-frame-ref.tentative.html": [ + "349fcf8d0cd59cb5df8da1fb0095d596fa3ae2e1", [] ], - "svg-filter-render-cross-origin-navigation-in-srcdoc-frame-ref.tentative.sub.html": [ - "ec4a5e91e3fb485f2bfbad9390565acd8153c1d8", + "svg-filter-render-same-origin-frame-in-cross-origin-frame-ref.tentative.html": [ + "2dd612bff8180636e3fc6f122963f60b7eab3b2f", + [] + ], + "svg-filter-render-same-origin-frame-in-same-origin-frame-ref.tentative.html": [ + "90423c4055b32e9e37d6a9b8c87c5a092eb05f83", [] ], "svg-filter-render-same-origin-frame-ref.tentative.html": [ - "a68b2434b5f9c3013e6172f0b68279c8f7a87a78", + "d1d499c382595e8d2295fb69f462a3b081834ce1", [] ], "svg-filter-render-same-origin-frame-reload-as-sandbox-ref.tentative.html": [ - "7ca90c426b548ada466599dba2dc472ca58d8b7a", + "8622f5e03996360dd0d894aa3faefb55be7e99f2", [] ], "svg-filter-render-sandbox-frame-ref.tentative.html": [ - "16575f040baec42397aeec7175a84fe3de65d910", + "81b3e644f008dc92c3574c655375abcba98a9e5e", + [] + ], + "svg-filter-render-srcdoc-frame-ref.tentative.html": [ + "b81cf3d21cce77b1e53c30210eebeca7ba8891e6", [] ], "svg-filter-render-web-plugin-ref.tentative.html": [ - "d9174ceeea30f3ceab5106b0c73f851d3aa255f1", + "427a435a14ec56a65f646a86c58df83785461812", [] ], "use-element-selector-ref.html": [ @@ -568815,7 +571244,7 @@ [] ], "server.py": [ - "142cb64702abeea5e4699ec6e41fd1a175f78887", + "9692e2582692de25af25deef3c2b85a20a519ecd", [] ], "sslutils": { @@ -570504,7 +572933,7 @@ [] ], "type-subtyping.wast.js": [ - "76aa8c50a93085bf492cff3c695332468f8d72c1", + "89f2db0f039ed7cc24e3a1850a5b0af47133f112", [] ] }, @@ -570514,11 +572943,11 @@ ], "harness": { "async_index.js": [ - "5418624a5660ddacd745e9dbb6b60c9254520ca2", + "0bf70df8477007e9d6332bc32a8ca38cd9f5442f", [] ], "sync_index.js": [ - "0785ae020bf7d5752eb3c1384bf5237821c1681f", + "a56e5e36d679f4b390544dd9d8f3e5d43e88c31e", [] ], "testharness.css": [ @@ -571623,6 +574052,86 @@ ] }, "serialization": { + "memory": { + "messageport-via-sharedworker-success.tentative.https.html.headers": [ + "63b60e490f47f4db77d33d7a4ca2f5b9a4181de8", + [] + ], + "resources": { + "dedicated-worker-port-failure.js": [ + "aaec19a96a5ca9a2380c77948cf3ef1d433f3be9", + [] + ], + "dedicated-worker-port-failure.js.headers": [ + "6604450991a122e3e241e40b1b9e0516c525389d", + [] + ], + "echo-worker.js": [ + "cbbde8a73c8c2a63cc97cbe2b6cd7c6d81585b5c", + [] + ], + "shared-memory-iframe.html": [ + "f997d1620a525174b83c8a8430a44c39d17c30fc", + [] + ], + "shared-memory-iframe.html.headers": [ + "4e798cd9f5d3f756df077a43ce9a1a6f9b41fd28", + [] + ], + "shared-memory-worker.js": [ + "64fb3e468bd9ee51044430dbbd20ec2f7ccd2589", + [] + ], + "shared-memory-worker.js.headers": [ + "6604450991a122e3e241e40b1b9e0516c525389d", + [] + ], + "sharedworker-port-bouncer.js": [ + "98aa5cabed4b27bee9816df484cec7b9982a17b8", + [] + ], + "sharedworker-port-bouncer.js.headers": [ + "6604450991a122e3e241e40b1b9e0516c525389d", + [] + ], + "sharedworker-receive-memory.js": [ + "28631d85c513d23b5593bce96dd714fcd0cf418a", + [] + ], + "sharedworker-receive-memory.js.headers": [ + "6604450991a122e3e241e40b1b9e0516c525389d", + [] + ], + "sharedworker-send-memory.js": [ + "5bff58b519741d95fcf11361fd608050219489e1", + [] + ], + "sharedworker-send-memory.js.headers": [ + "6604450991a122e3e241e40b1b9e0516c525389d", + [] + ], + "sharedworker-spawn-dedicated.js": [ + "0f8acdc4de15ac1e166e842117b94aa52080c061", + [] + ], + "sharedworker-spawn-dedicated.js.headers": [ + "6604450991a122e3e241e40b1b9e0516c525389d", + [] + ] + }, + "window-nested-dedicated-worker-failure.tentative.https.html.headers": [ + "63b60e490f47f4db77d33d7a4ca2f5b9a4181de8", + [] + ], + "window-sharedworker-failure.tentative.https.html.headers": [ + "63b60e490f47f4db77d33d7a4ca2f5b9a4181de8", + [] + ], + "window-success.tentative.https.html.headers": [ + "63b60e490f47f4db77d33d7a4ca2f5b9a4181de8", + [] + ] + }, "module": { "incrementer.wasm": [ "47afcdef2a2812acccecd0f203d30d3023593f3d", @@ -572844,7 +575353,7 @@ [] ], "rendersizehint-testing.js": [ - "857afc5476cb34a2e3a172b298da50a3adfd8493", + "296cb63b329eb2cf056a43af11b1e96b21855fed", [] ], "rms-utils.js": [ @@ -573069,6 +575578,10 @@ "93894842fcf01a68dd73dbbc72950ae2fcba26ca", [] ], + "rendersizehint-processor.js": [ + "966096475e290861d477220249ca1a9fcde32739", + [] + ], "sharedarraybuffer-processor.js": [ "2ccacccd4bb0a4d289ddccd9cafa4e29a0484730", [] @@ -573318,6 +575831,10 @@ "89681db88506de3c2ddfbe7f9d07ee64ae822057", [] ], + "animated-zero-delay.gif": [ + "1cbc4158db0c75b456fe323aaeb4dda5d4a9d4fa", + [] + ], "audio-data.crossOriginIsolated.https.any.js.headers": [ "5f8621ef83660c66f0d037ea28fafefb558140f1", [] @@ -575349,6 +577866,12 @@ [] ] } + }, + "resources": { + "helpers.js": [ + "bf524948b095274bc7055c00844fb664b85c0fb3", + [] + ] } }, "webmessaging": { @@ -580715,6 +583238,14 @@ "163002d0d09b1f629611562d1bc79863013e4ae6", [] ], + "xslt-mutation-crash-import.xsl": [ + "e3d28506c3554b2f82c2d7e167606099b64e25c2", + [] + ], + "xslt-mutation-crash-slow.xsl": [ + "c2247993a5781bfa56e9e1299da0072664ad4adf", + [] + ], "xslt-type-confusion.xml": [ "35110f99637629afdef08f82530dc402054ebea0", [] @@ -1057038,8 +1059569,33 @@ } ] ], + "Blob-constructor-endings.any.js": [ + "1057818328e56784dcabfc3053bc9dc5aac8a507", + [ + "FileAPI/blob/Blob-constructor-endings.any.html", + { + "script_metadata": [ + [ + "title", + "Blob constructor: endings option" + ] + ] + } + ], + [ + "FileAPI/blob/Blob-constructor-endings.any.worker.html", + { + "script_metadata": [ + [ + "title", + "Blob constructor: endings option" + ] + ] + } + ] + ], "Blob-constructor-endings.html": [ - "04edd2a303b1359d7f00c154c9b109df3610a1c6", + "a395ad78d2eef3099fef0149b0f6461b490f7762", [ null, {} @@ -1057282,8 +1059838,33 @@ ] }, "file": { + "File-constructor-endings.any.js": [ + "ac0c0a45a658cb35493a21ec00c7172ea475ed3f", + [ + "FileAPI/file/File-constructor-endings.any.html", + { + "script_metadata": [ + [ + "title", + "File constructor: endings option" + ] + ] + } + ], + [ + "FileAPI/file/File-constructor-endings.any.worker.html", + { + "script_metadata": [ + [ + "title", + "File constructor: endings option" + ] + ] + } + ] + ], "File-constructor-endings.html": [ - "1282b6c5ac2c790803eea11ad74183ae8d78bd07", + "ffbc9867e9b96c2a7d3d98eff11fadf8398abd9b", [ null, {} @@ -1058654,7 +1061235,7 @@ ] ], "clone-before-keypath-eval.any.js": [ - "aeaf21b781b29b067a79f2a4f2bc20ac995a0e33", + "817c488d956e44421e4cb1c1c08bf64ccb1da015", [ "IndexedDB/clone-before-keypath-eval.any.html", { @@ -1085237,6 +1087818,787 @@ ] ] }, + "serialization": { + "aes-cbc.https.any.js": [ + "840566639cd799ff86d95a19a6acacc23d07e365", + [ + "WebCryptoAPI/serialization/aes-cbc.https.any.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ], + [ + "WebCryptoAPI/serialization/aes-cbc.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ] + ], + "aes-ctr.https.any.js": [ + "3b3fb6822043f3f8b1532d1c74113bf3b20055f0", + [ + "WebCryptoAPI/serialization/aes-ctr.https.any.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ], + [ + "WebCryptoAPI/serialization/aes-ctr.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ] + ], + "aes-gcm.https.any.js": [ + "b54eba677b965ba37309376492be6202e28da075", + [ + "WebCryptoAPI/serialization/aes-gcm.https.any.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ], + [ + "WebCryptoAPI/serialization/aes-gcm.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ] + ], + "aes-kw.https.any.js": [ + "9948dce9b395e7c8a3f93a10af614221f1f557ee", + [ + "WebCryptoAPI/serialization/aes-kw.https.any.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ], + [ + "WebCryptoAPI/serialization/aes-kw.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ] + ], + "aes-ocb.tentative.https.any.js": [ + "33b814410c3ff4a7e3b2279e933f2e3f16c69364", + [ + "WebCryptoAPI/serialization/aes-ocb.tentative.https.any.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ], + [ + "WebCryptoAPI/serialization/aes-ocb.tentative.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ] + ], + "chacha20-poly1305.tentative.https.any.js": [ + "aaaa24a0b662bccc775980c8defa6c44ad02f02d", + [ + "WebCryptoAPI/serialization/chacha20-poly1305.tentative.https.any.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ], + [ + "WebCryptoAPI/serialization/chacha20-poly1305.tentative.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ] + ], + "ecdh.https.any.js": [ + "17df8a87ba6ffb67f6b80152dfad44747cd2f35e", + [ + "WebCryptoAPI/serialization/ecdh.https.any.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ], + [ + "WebCryptoAPI/serialization/ecdh.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ] + ], + "ecdsa.https.any.js": [ + "679dc066f53193d29d554b2375246f00cf4a92b9", + [ + "WebCryptoAPI/serialization/ecdsa.https.any.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ], + [ + "WebCryptoAPI/serialization/ecdsa.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ] + ], + "ed25519.https.any.js": [ + "831e91725b6bae562cd5ee8a3bdb9aaffb33bf0f", + [ + "WebCryptoAPI/serialization/ed25519.https.any.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ], + [ + "WebCryptoAPI/serialization/ed25519.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ] + ], + "ed448.tentative.https.any.js": [ + "4abe56285689b8b899268b02a3a14d69f72957e4", + [ + "WebCryptoAPI/serialization/ed448.tentative.https.any.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ], + [ + "WebCryptoAPI/serialization/ed448.tentative.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ] + ], + "hmac.https.any.js": [ + "99efea6bcaa996cd00535cf1b5456b66cf5cc07a", + [ + "WebCryptoAPI/serialization/hmac.https.any.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ], + [ + "WebCryptoAPI/serialization/hmac.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ] + ], + "kmac.tentative.https.any.js": [ + "645d16bec776fb87b6d31c59d7e3242718064d5e", + [ + "WebCryptoAPI/serialization/kmac.tentative.https.any.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ], + [ + "WebCryptoAPI/serialization/kmac.tentative.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ] + ], + "mldsa.tentative.https.any.js": [ + "3f61248b3d9e49194bf984dbdd2563f110c2b5a9", + [ + "WebCryptoAPI/serialization/mldsa.tentative.https.any.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ], + [ + "WebCryptoAPI/serialization/mldsa.tentative.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ] + ], + "mlkem.tentative.https.any.js": [ + "62a210f0cda218cf61073993026eb02fb0e4a8ce", + [ + "WebCryptoAPI/serialization/mlkem.tentative.https.any.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ], + [ + "WebCryptoAPI/serialization/mlkem.tentative.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ] + ], + "rsa-oaep.https.any.js": [ + "42469307155d504de6ce865be4dab29b0d37160a", + [ + "WebCryptoAPI/serialization/rsa-oaep.https.any.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ], + [ + "WebCryptoAPI/serialization/rsa-oaep.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ] + ], + "rsa-pss.https.any.js": [ + "a1255b7638bc37f3f227edc8c24d78835076a8fd", + [ + "WebCryptoAPI/serialization/rsa-pss.https.any.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ], + [ + "WebCryptoAPI/serialization/rsa-pss.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ] + ], + "rsassa-pkcs1-v1_5.https.any.js": [ + "051eb87e07856e9b03b45b5ea42812fa789ebd8f", + [ + "WebCryptoAPI/serialization/rsassa-pkcs1-v1_5.https.any.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ], + [ + "WebCryptoAPI/serialization/rsassa-pkcs1-v1_5.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ] + ], + "x25519.https.any.js": [ + "618bf29ebfe206169c84de2ee86aa96c32ae7381", + [ + "WebCryptoAPI/serialization/x25519.https.any.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ], + [ + "WebCryptoAPI/serialization/x25519.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ] + ], + "x448.tentative.https.any.js": [ + "cafc00144a3ce7b6c4476f3fdd6484cf124b7dab", + [ + "WebCryptoAPI/serialization/x448.tentative.https.any.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ], + [ + "WebCryptoAPI/serialization/x448.tentative.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "WebCryptoAPI: CryptoKey serialization" + ], + [ + "script", + "../util/helpers.js" + ], + [ + "script", + "serialization.js" + ] + ] + } + ] + ] + }, "sign_verify": { "ecdsa.https.any.js": [ "3f1e2e5ea9d8a7ae6954c993a08ea927ea13c4fb", @@ -1090182,6 +1093544,40 @@ ] ] }, + "audio-session": { + "audiosession-default-values.https.html": [ + "9be2a161d2b383beb7e1b4869eb7fa41d35ad4de", + [ + null, + {} + ] + ], + "audiosession-type-setter.https.html": [ + "b8eb01b67792022f1e8763d2606b65671e68612a", + [ + null, + {} + ] + ], + "idlharness.window.js": [ + "90d9ec83c2001f998479910f6949b9d9d9ffbff0", + [ + "audio-session/idlharness.window.html", + { + "script_metadata": [ + [ + "script", + "/resources/WebIDLParser.js" + ], + [ + "script", + "/resources/idlharness.js" + ] + ] + } + ] + ] + }, "autoplay-policy-detection": { "autoplaypolicy.html": [ "d09143690be557cf311129a7eaafb102d63d688e", @@ -1099091,6 +1102487,13 @@ {} ] ], + "webkit-scrollbar-parse.html": [ + "f15dd53df9579bc9fb92e7601d6213663d555f20", + [ + null, + {} + ] + ], "webkit-text-fill-color-currentColor.html": [ "9b89781f9fa0ebdcb97651c5abd73d755bd9ea48", [ @@ -1101908,6 +1105311,47 @@ } ] ], + "link_header_prefetch_as_document_allow.sub.window.js": [ + "d90644644a6e788a5acaa03737d4fec17495fe9e", + [ + "connection-allowlist/tentative/link_header_prefetch_as_document_allow.sub.window.html", + { + "script_metadata": [ + [ + "script", + "/common/utils.js" + ], + [ + "script", + "resources/utils.js" + ] + ] + } + ] + ], + "link_header_prefetch_as_document_deny.sub.window.js": [ + "e1dd713a619d8da5e4a1a7898154f6be2aab5c4e", + [ + "connection-allowlist/tentative/link_header_prefetch_as_document_deny.sub.window.html", + { + "script_metadata": [ + [ + "script", + "/common/utils.js" + ], + [ + "script", + "resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], "link_header_prefetch_deny.sub.window.js": [ "b464981239375397c769292f875e7b92798aed97", [ @@ -1102026,6 +1105470,33 @@ } ] ], + "link_rel_prefetch_as_document.sub.window.js": [ + "25fcb73f23e84fce22cc7a822fc7a6e6b7ee56bd", + [ + "connection-allowlist/tentative/link_rel_prefetch_as_document.sub.window.html", + { + "script_metadata": [ + [ + "script", + "/common/get-host-info.sub.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], "link_rel_preload.sub.window.js": [ "a526284c4b965bf3abc721c49ad84c5c9bc6b813", [ @@ -1102280,7 +1105751,7 @@ ] ], "subresource-blocking.sub.window.js": [ - "bee0e8b8d60bd10d12cd1364673d82d6093fb1d9", + "8dec3e78777ab8d675409aebafdfa5568cbc3b68", [ "connection-allowlist/tentative/subresource-blocking.sub.window.html", { @@ -1106592,6 +1110063,13 @@ {} ] ], + "img-src-none-blocks-css-background-image.html": [ + "2cef188e28979d21edceba4b175636c8c2ac622c", + [ + null, + {} + ] + ], "img-src-none-blocks-data-uri.html": [ "8b9032afcefbbde533edf094a87a5cd9039a24fe", [ @@ -1112581,6 +1116059,13 @@ null, {} ] + ], + "video-controls-hit-test-order.html": [ + "bc2cf1e3e562f054634788175c54ee5b52401ef6", + [ + null, + {} + ] ] }, "positioning": { @@ -1117940,6 +1121425,27 @@ ] ], "corner-shape": { + "corner-block-start-computed.html": [ + "54018fbc9c86809950ba5771849f4a0c671c8153", + [ + null, + {} + ] + ], + "corner-block-start-valid.html": [ + "571b203b4e83bb0ef61e906e8c6ed2df654fef85", + [ + null, + {} + ] + ], + "corner-block-start-writing-modes.html": [ + "7a060d278e075c30f852556d9068128540ae2c0c", + [ + null, + {} + ] + ], "corner-computed.html": [ "02dfd92c4ab0d308f36e81efb19dbcb5da7f790f", [ @@ -1118003,6 +1121509,41 @@ {} ] ], + "corner-top-computed.html": [ + "12254a1a2937a3babae37bb6c060d241142eb50a", + [ + null, + {} + ] + ], + "corner-top-left-computed.html": [ + "55f7b46a31deb42c32617def5d6e1fb5010ab204", + [ + null, + {} + ] + ], + "corner-top-left-invalid.html": [ + "9507750b3a0402e511c49eb29b4e5d7cc84d3205", + [ + null, + {} + ] + ], + "corner-top-left-valid.html": [ + "c3efd5bf39ac3f0288d42a9d6d7980ebd1902364", + [ + null, + {} + ] + ], + "corner-top-valid.html": [ + "7a6a3f16199edb6dbb70a3875a1fd0d56256507a", + [ + null, + {} + ] + ], "corner-valid.html": [ "d601c83c8b64bd581ab7d0501435337c90390916", [ @@ -1122745,7 +1126286,7 @@ ] ], "content-valid.html": [ - "097bf66f62b2151eedf33bc94616110ad77bb71d", + "80bb54f8dcb35e6dfcf7e30c475e0d30555dedde", [ null, {} @@ -1124125,8 +1127666,15 @@ ] }, "balance": { + "balance-negative-margin-002.html": [ + "4dafba3fee1714b140f3b76d8c24b0e039281b74", + [ + null, + {} + ] + ], "flex-line-count-computed.html": [ - "9c3813b41244cb99240b1c86e908dc9d38b9ccc3", + "479f33e87ea3195bb22a5068a0675db8bd550842", [ null, {} @@ -1125798,6 +1129346,13 @@ {} ] ], + "position-relative-percentage-top-005.html": [ + "000e9c641b0aa2c11191bff4f3f2efddf6c89f02", + [ + null, + {} + ] + ], "position-relative-stretch-height-001.html": [ "da0be0d175337c5bd1036b544749e8cb4013fc59", [ @@ -1130698,6 +1134253,13 @@ }, "grid-lanes": { "animation": { + "flow-tolerance-interpolation.html": [ + "5a0108ceb633f4de6eb2463f50dbbb018ba91586", + [ + null, + {} + ] + ], "grid-template-columns-interpolation.html": [ "23d0aa4609cdd0692848f33dcbce5e7ea77157db", [ @@ -1130729,6 +1134291,71 @@ ] ] }, + "invalidation": { + "grid-lanes-add-child-dynamic-change.html": [ + "ead737d139708027a06cff018b73e6a1d3449a5e", + [ + null, + {} + ] + ], + "grid-lanes-change-intrinsic-size-with-auto-repeat-tracks-001.html": [ + "563d5092975a7ecf752a4b6720f3c02922a1fe86", + [ + null, + {} + ] + ], + "grid-lanes-column-tracks-recompute-child-positions-001.html": [ + "c03ae22c1ffe67d7f069a846abd2a10d107eee76", + [ + null, + {} + ] + ], + "grid-lanes-direction-dynamic-change-002.html": [ + "cf44d7d360ecbccd79978d567be97a0380a1e792", + [ + null, + {} + ] + ], + "grid-lanes-direction-dynamic-change-003.html": [ + "691ec45d7011ae1456b35f518b612ecc9a2a072a", + [ + null, + {} + ] + ], + "grid-lanes-grid-template-columns-changes-001.html": [ + "fafd3637214977a20c471fff4480bb6d865f7b6e", + [ + null, + {} + ] + ], + "grid-lanes-grid-template-rows-changes-001.html": [ + "11a49bfc155d0e13a2739db4ee5d7205be029f0f", + [ + null, + {} + ] + ], + "grid-lanes-remove-child-dynamic-change.html": [ + "40409d1850c0c11fe768c8875025743a011e3403", + [ + null, + {} + ] + ], + "grid-lanes-row-tracks-recompute-child-positions-001.html": [ + "33337528c9bfa5ab7c2371b844dc4fabac3b3015", + [ + null, + {} + ] + ] + }, "items": { "column-automatic-minimum-for-auto.html": [ "b2664c533534796e751064f28eef90a6c14480d1", @@ -1130951,7 +1134578,23 @@ null, {} ] - ] + ], + "grid-subgridded-to-grid-lanes": { + "grid-lanes-column-subgrid-computed.html": [ + "e79265a725419e0b81db866a282cb0882876b89e", + [ + null, + {} + ] + ], + "grid-lanes-row-subgrid-computed.html": [ + "71cf839212d4af6e781db88ae5c18a88fee864bb", + [ + null, + {} + ] + ] + } } }, "track-sizing": { @@ -1132034,6 +1135677,13 @@ {} ] ], + "grid-template-computed-invalid-subgrid.html": [ + "25c903c1ac65442667d6fa44c79ef22a5e45e2d9", + [ + null, + {} + ] + ], "grid-template-computed-nogrid.html": [ "1f37ce860acfd3eeec3f00dcd09819e00b15a5b9", [ @@ -1132781,21 +1136431,21 @@ ], "parsing": { "alignment-baseline-computed.html": [ - "408b7717940dcc122e254d03722765d1a2640963", + "e168da1809f745c9a62cbb8236b9789f016d1d58", [ null, {} ] ], "alignment-baseline-invalid.html": [ - "8ba251f0697106fb52c66212864864f2e5b35d00", + "fc5c4a3e6bc05e37923d67f4ce96af7bfb99ce22", [ null, {} ] ], "alignment-baseline-valid.html": [ - "c5fb59c6d44e82a7d29c64a5aaf6bf0023860a77", + "b73885fdbd87d50f87dcfd2edd571bbead1e96fe", [ null, {} @@ -1133182,7 +1136832,7 @@ ] ], "counter-increment-valid.html": [ - "0187622339d853af062f30fc71cf38f0c982bb7b", + "557290f87005e84f77c0bb31902c95502a84809b", [ null, {} @@ -1133203,7 +1136853,7 @@ ] ], "counter-reset-valid.html": [ - "4e462919edbe01d52d3b8d2f30a75729f3c46ee7", + "55c9f5e4e394804e73d1f3ed81314fddcd41eaa3", [ null, {} @@ -1133224,7 +1136874,7 @@ ] ], "counter-set-valid.html": [ - "f7f1c661296a6b66c0ad7d0c4cdffd9f2d843fb5", + "e985fcae149fa676f9677770136c74e157dadd88", [ null, {} @@ -1135519,6 +1139169,13 @@ {} ] ], + "hit-test-border-radius-and-perspective-projection.html": [ + "227288e591f5d576977f553b44984f3066d24a47", + [ + null, + {} + ] + ], "hit-test-border-radius-and-perspective.html": [ "c4ec39b81c0d0f7f3349995bfdf32d63ea534c34", [ @@ -1135527,14 +1139184,14 @@ ] ], "hit-test-stacking-context-parent-border-radius.html": [ - "7e0820f0b5730c053e0dfb9aa5fb9af3cc3aeac0", + "00176783f2126a47e4afb811785a91ddb36178db", [ null, {} ] ], "inheritance.html": [ - "abac63abb3274744508c99adef9587768b5d964d", + "e817ffd771ebb6ff99ab9a5ab709ac784a77c0a8", [ null, {} @@ -1135720,6 +1139377,13 @@ {} ] ], + "getComputedStyle-scroll-button.html": [ + "2bc156e9b6469134ceb8419caee16bd206f68cc3", + [ + null, + {} + ] + ], "line-clamp-invalid.html": [ "36665f7d9bb63a82e40e3a590599f8502da561e3", [ @@ -1135735,14 +1139399,14 @@ ] ], "max-lines-invalid.html": [ - "8b6da0dcb89693dec8f4eb533e01713e800267f0", + "5fa973650be66090b9065721d922d974fbb4dd7b", [ null, {} ] ], "max-lines-valid.html": [ - "431eb5b457367b26414fd9ee89f92aff6de4b130", + "11cf13d03b02e452ba638cf337358c2463e6124d", [ null, {} @@ -1135783,6 +1139447,27 @@ {} ] ], + "scroll-axis-lock-computed.html": [ + "6b14cd9165d074eed1515507cb14e7e3d6bac54b", + [ + null, + {} + ] + ], + "scroll-axis-lock-invalid.html": [ + "00e5b920a8b4da4e94a1cd10ee7a191586b1197c", + [ + null, + {} + ] + ], + "scroll-axis-lock-valid.html": [ + "0a67bba52b2bd2cfc835886b97629a14519dc40f", + [ + null, + {} + ] + ], "scroll-buttons-invalid.html": [ "a7306df84d6bd9695ec389a3dfa58e2c97065fe6", [ @@ -1142201,6 +1145886,13 @@ {} ] ], + "path-function-computed-collision.html": [ + "4ffd83a33103b277c3b22c2642ab65d5fcf6e108", + [ + null, + {} + ] + ], "path-function-computed.html": [ "e6ed3734ce4f5375af592ef0653c8fe8a380f07b", [ @@ -1143797,14 +1147489,14 @@ ], "responsive-iframe": { "parsing": { - "frame-sizing-computed.tentative.html": [ + "frame-sizing-computed.html": [ "65e5b17389fb6d570c3c6c2df484e726e0e63bed", [ null, {} ] ], - "frame-sizing-valid.tentative.html": [ + "frame-sizing-valid.html": [ "bd3cd81e1c49854ad1a08bdb358d59373bfb963b", [ null, @@ -1143812,73 +1147504,73 @@ ] ] }, - "responsive-iframe-dom-content-loaded.tentative.html": [ + "responsive-iframe-dom-content-loaded.html": [ "13d8f4b81cebdaf57cc0066ed4211f73f9bee6dd", [ null, {} ] ], - "responsive-iframe-icb.tentative.html": [ + "responsive-iframe-icb.html": [ "1fe95f67084e630e84fe1657d440f05dfa2098ec", [ null, {} ] ], - "responsive-iframe-navigation-unsized.tentative.html": [ + "responsive-iframe-navigation-unsized.html": [ "93fdab5b569d65b6c4ecc903093d5afba7949f87", [ - "css/css-sizing/responsive-iframe/responsive-iframe-navigation-unsized.tentative.html?origin=cross", + "css/css-sizing/responsive-iframe/responsive-iframe-navigation-unsized.html?origin=cross", {} ], [ - "css/css-sizing/responsive-iframe/responsive-iframe-navigation-unsized.tentative.html?origin=same", + "css/css-sizing/responsive-iframe/responsive-iframe-navigation-unsized.html?origin=same", {} ] ], - "responsive-iframe-navigation.tentative.html": [ + "responsive-iframe-navigation.html": [ "d6412fb81477a8e8a943c4d876738dda15413ddc", [ null, {} ] ], - "responsive-iframe-request-resize-error.tentative.html": [ + "responsive-iframe-request-resize-error.html": [ "e2a019b5868115cfcd74bd72abe181c84482663c", [ null, {} ] ], - "responsive-iframe-value.tentative.html": [ + "responsive-iframe-value.html": [ "6d4c0a3eca28354aad4123f9ed770d9a5a926005", [ - "css/css-sizing/responsive-iframe/responsive-iframe-value.tentative.html?value=,300,150", + "css/css-sizing/responsive-iframe/responsive-iframe-value.html?value=,300,150", {} ], [ - "css/css-sizing/responsive-iframe/responsive-iframe-value.tentative.html?value=content-block-size,300,200", + "css/css-sizing/responsive-iframe/responsive-iframe-value.html?value=content-block-size,300,200", {} ], [ - "css/css-sizing/responsive-iframe/responsive-iframe-value.tentative.html?value=content-block-size,400,150,vertical-rl", + "css/css-sizing/responsive-iframe/responsive-iframe-value.html?value=content-block-size,400,150,vertical-rl", {} ], [ - "css/css-sizing/responsive-iframe/responsive-iframe-value.tentative.html?value=content-height,300,200", + "css/css-sizing/responsive-iframe/responsive-iframe-value.html?value=content-height,300,200", {} ], [ - "css/css-sizing/responsive-iframe/responsive-iframe-value.tentative.html?value=content-inline-size,300,200,vertical-rl", + "css/css-sizing/responsive-iframe/responsive-iframe-value.html?value=content-inline-size,300,200,vertical-rl", {} ], [ - "css/css-sizing/responsive-iframe/responsive-iframe-value.tentative.html?value=content-inline-size,400,150", + "css/css-sizing/responsive-iframe/responsive-iframe-value.html?value=content-inline-size,400,150", {} ], [ - "css/css-sizing/responsive-iframe/responsive-iframe-value.tentative.html?value=content-width,400,150", + "css/css-sizing/responsive-iframe/responsive-iframe-value.html?value=content-width,400,150", {} ] ] @@ -1147690,7 +1151382,7 @@ }, "text-fit": { "hittest.html": [ - "162a20ab5fca4e86d91706045cb3a05ee488529a", + "b1faa9c1c2bc1d04c55c884665e8fde96217d401", [ null, { @@ -1147698,6 +1151390,13 @@ } ] ], + "line-height.html": [ + "ad2235ab0e894ff406d0a4660a5190187646d954", + [ + null, + {} + ] + ], "text-autospace.html": [ "2cdf3efa26492c54aa1a96ef1f57b9c43f480654", [ @@ -1150822,7 +1154521,7 @@ ] ], "alignment-baseline.html": [ - "aab4a6a5c30b00be831173887230b58c59f8cc09", + "c17fb548fd2ecf3adf723a350d91f936c8acd47a", [ null, {} @@ -1150990,7 +1154689,7 @@ ] ], "baseline-shift.html": [ - "c8e90b74c8d50b145b2aafcbf749a7482faea734", + "c4aab2e456f1791ece87fa0dfb9016ed3ba8d6c9", [ null, {} @@ -1151816,7 +1155515,7 @@ ] ], "offset-rotate.html": [ - "c91e27c13c5c62b28333a6d96b7f560f78a273c8", + "5519cbd6b073e23dddffa48d77d81610c2f349dc", [ null, {} @@ -1153377,7 +1157076,7 @@ ] ], "attr-all-types.html": [ - "5e417a730daf0e7fa91d4382359f6b6e6db62ba4", + "77c9247445e9ebb86ab4029b43ce22c13c180b09", [ null, {} @@ -1154479,7 +1158178,7 @@ ] ], "random-serialize.tentative.html": [ - "743b3a5620c1f6b399386a3c3dda62ec28155c9b", + "07fcfa3d4052065e0595269b7b5b01aa49c7b439", [ null, {} @@ -1156468,6 +1160167,13 @@ } ] ], + "transition-in-removed-iframe.html": [ + "d9fe14a6420fa80bbd9281f5febb099ef1986751", + [ + null, + {} + ] + ], "transition-skipped-after-animation-started.html": [ "a6bd29b6f85966224e60bcc6a8b73d933c3d71f8", [ @@ -1158522,7 +1162228,7 @@ ] ], "serialize-values.html": [ - "f1a49565e7e35909c58da3fac1a8e4a9a89a6a41", + "071becc9669e9576ccb793f9ab4c631d2ea221a5", [ null, {} @@ -1158859,6 +1162565,13 @@ {} ] ], + "element-scroll-promise-after-removal.html": [ + "83efdb0dcd4d0a739ac483c430778f53327378bf", + [ + null, + {} + ] + ], "element-scroll-promise-interruption.html": [ "4f94221f667f38806cd241e437d7e08f691fe408", [ @@ -1160777,6 +1164490,13 @@ {} ] ], + "display-state.tentative.html": [ + "0cc54c25fdef1b30db21dbf4766f53dc998846d1", + [ + null, + {} + ] + ], "dynamic-range.html": [ "75b3015b8e76298767c19dfbaf775a53c8d9b706", [ @@ -1160938,6 +1164658,13 @@ {} ] ], + "resizable.tentative.html": [ + "3c6648002f05b6936405f5d2309ce1d83603ac54", + [ + null, + {} + ] + ], "scripting.html": [ "de047cb463cff5c1d8af268f1e08908c9684fe8c", [ @@ -1162385,6 +1166112,13 @@ {} ] ], + "has-in-is-non-subject-compound.html": [ + "4ab895ee8a1e01cc9aaaa5a58664626571067214", + [ + null, + {} + ] + ], "has-in-parent-position.html": [ "4690e6929f5415e1b24f1f1507afd40c1dceb88c", [ @@ -1171288,7 +1175022,7 @@ ] ], "edit-context-input.tentative.html": [ - "ea0eebc76986244d083a12d0d0aaeea216935062", + "b06ad7da0539113667c245c0842ab1650d41cad2", [ null, { @@ -1221216,9 +1224950,65 @@ null, {} ] + ], + "forced-colors-mode-61.html": [ + "cd663077bfe42abadce00cc2c16329efaf292659", + [ + null, + {} + ] ] }, "fs": { + "FileSystemBaseHandle-IndexedDB-deferred-deserialization.https.any.js": [ + "c1f29a5805706ffc9d49252471b08c57ccc266bc", + [ + "fs/FileSystemBaseHandle-IndexedDB-deferred-deserialization.https.any.html", + { + "script_metadata": [ + [ + "script", + "resources/test-helpers.js" + ], + [ + "script", + "resources/sandboxed-fs-test-helpers.js" + ], + [ + "script", + "resources/messaging-helpers.js" + ], + [ + "script", + "/IndexedDB/resources/support-promises.js" + ] + ] + } + ], + [ + "fs/FileSystemBaseHandle-IndexedDB-deferred-deserialization.https.any.worker.html", + { + "script_metadata": [ + [ + "script", + "resources/test-helpers.js" + ], + [ + "script", + "resources/sandboxed-fs-test-helpers.js" + ], + [ + "script", + "resources/messaging-helpers.js" + ], + [ + "script", + "/IndexedDB/resources/support-promises.js" + ] + ] + } + ] + ], "FileSystemBaseHandle-IndexedDB.https.any.js": [ "9e67fe88028210eba24cbc18ddcd40027acca492", [ @@ -1237946,6 +1241736,324 @@ ] ] }, + "draw-element-image": { + "hit-test": { + "elementsFromPoint-no-layoutsubtree.tentative.html": [ + "3167f7225bf4b02432ae7e43d29c8f92f842021d", + [ + null, + {} + ] + ], + "elementsFromPoint.tentative.html": [ + "a84dee3d8beb508eaff6d0117ef624db4603646e", + [ + null, + {} + ] + ], + "low-dpi-hit-test.tentative.html": [ + "d43e5475a38391b3468bc72a1756a7eb763ae5eb", + [ + null, + { + "testdriver": true + } + ] + ], + "selection.tentative.html": [ + "fa037ca99d682169f2819672698343057fd14edb", + [ + null, + { + "testdriver": true + } + ] + ], + "z-index.tentative.html": [ + "e41a3b5c05ee4beb7ed614c5ff3414e06c6ccd95", + [ + null, + {} + ] + ] + }, + "privacy": { + "backdrop-filter-png-images-ignored.tentative.https.sub.html": [ + "57f43475eb2f5afb9a4ef04e0929357cc62ba289", + [ + null, + {} + ] + ], + "background-png-images-ignored.tentative.https.sub.html": [ + "990a0225220e43085c95bc5fd3e88a083cda739e", + [ + null, + {} + ] + ], + "background-svg-images-ignored.tentative.https.sub.html": [ + "3fab7c17cebf2a4064c02d88ca3f1250db37b242", + [ + null, + {} + ] + ], + "border-png-images-ignored.tentative.https.sub.html": [ + "edba3969f9eca6c30bc2e4d0770cc62794e45924", + [ + null, + {} + ] + ], + "border-svg-images-ignored.tentative.https.sub.html": [ + "46a5dc67aa7d93f47d2bf081f2d01fa51a1851c1", + [ + null, + {} + ] + ], + "box-mask-png-ignored.tentative.https.sub.html": [ + "16eff24ff3cde8960d97b9a33f8c4c46d8e17012", + [ + null, + {} + ] + ], + "box-mask-svg-ignored.tentative.https.sub.html": [ + "5453d9aba9d0af93fe5c2c2b7ba59f4a7d8a83f9", + [ + null, + {} + ] + ], + "box-reflect-images-ignored.tentative.https.sub.html": [ + "f779460e47df677d3647624e4a1ae9b98e1e5b22", + [ + null, + {} + ] + ], + "embed-image-ignored.tentative.https.sub.html": [ + "4febbce8eef2fd25d3291497bb892fd682525596", + [ + null, + {} + ] + ], + "filtered-div-multi-filters-ignored.tentative.https.sub.html": [ + "e1c61de74d2f5eef1399699eba212bf6e679398d", + [ + null, + {} + ] + ], + "filtered-div-ref-external-svg-ignored.tentative.https.sub.html": [ + "df3d112897ba0b81251e95c3cd93164e361a3abd", + [ + null, + {} + ] + ], + "filtered-div-ref-svg-feimage-ignored.tentative.https.sub.html": [ + "a23b5e070ed97e52e702016e19cd7189ca1f09a4", + [ + null, + {} + ] + ], + "filtered-div-ref-svg-feimage-svg-ignored.tentative.https.sub.html": [ + "9dfde110eac0f0ce80d916b2d3e81b42a7e26cdc", + [ + null, + {} + ] + ], + "filtered-div-ref-svg-mixed-ignored.tentative.https.sub.html": [ + "e37eada9adde2ba5d47a630b68a1f4b043edb917", + [ + null, + {} + ] + ], + "filtered-svg-ref-svg-feimage-ignored.tentative.https.sub.html": [ + "c7b2e383da6d3cfe8707e2d6b5899f948c9e2cda", + [ + null, + {} + ] + ], + "filtered-svg-ref-svg-feimage-svg-ignored.tentative.https.sub.html": [ + "5d42bb85e34e3630603b79c87a0194d14814c85a", + [ + null, + {} + ] + ], + "fragment-mask-png-ignored.tentative.https.sub.html": [ + "4099f5402f153e81835862c254ede307fa5afdb5", + [ + null, + {} + ] + ], + "fragment-mask-svg-ignored.tentative.https.sub.html": [ + "70b2c28be9d91ed65fc5eaa3bbde686a32dffda1", + [ + null, + {} + ] + ], + "html-images-cors-allowed.tentative.https.sub.html": [ + "800da35f1d4f602e2d45af2ad1648ee90258ba67", + [ + null, + {} + ] + ], + "html-images-ignored.tentative.https.sub.html": [ + "c0b2dcbb1b2e08613f239907fe55816d840ad785", + [ + null, + {} + ] + ], + "iframe-sandbox-ignored.tentative.https.sub.html": [ + "492766fbf9763a8f22137c0c382a830e195e5d80", + [ + null, + {} + ] + ], + "iframes-ignored.tentative.https.sub.html": [ + "39c38e13f8b0597b16933b39240d824d440f9410", + [ + null, + {} + ] + ], + "nested-tainted-canvas-ignored.tentative.https.sub.html": [ + "cbadbdab1dbb2e76d7d8eea09e0df1ed376571c5", + [ + null, + {} + ] + ], + "object-image-ignored.tentative.https.sub.html": [ + "128d78f4f8c25ee2b151719c54ad0a88802848ba", + [ + null, + {} + ] + ], + "picture-images-ignored.tentative.https.sub.html": [ + "070d0cd575507ab77c19db56ed672899fdbf6e9c", + [ + null, + {} + ] + ], + "scrollbar-thumb-images-ignored.tentative.https.sub.html": [ + "3eab5ca115a580c49bf4d6de10d02543b6aba131", + [ + null, + {} + ] + ], + "shape-image-png-ignored.tentative.https.sub.html": [ + "7bb3b43eee9f1758ba81902240888bf155321759", + [ + null, + {} + ] + ], + "shape-image-svg-ignored.tentative.https.sub.html": [ + "76007e702ecd8c4cc95d26249356a6a3ef685a67", + [ + null, + {} + ] + ], + "subframe-cross-origin-background-image.tentative.https.sub.html": [ + "9abc56f049e17358a3535a009feb6f5192dbe22f", + [ + null, + {} + ] + ], + "subframe-cross-origin-frame.tentative.https.sub.html": [ + "6c82794eabd828f5a1cf0137f5195e8ff37b4bfc", + [ + null, + {} + ] + ], + "subframe-cross-origin-html-images.tentative.https.sub.html": [ + "d79c5517c6dd5d3992a4087eab1317b55c5a5263", + [ + null, + {} + ] + ], + "svg-images-ignored.tentative.https.sub.html": [ + "fe9d902e7ae4485a056aad792b5818569d109c82", + [ + null, + {} + ] + ], + "svg-pattern-cross-origin-image.tentative.https.sub.html": [ + "39ed61699ad055cbcc32d99bceb13b2355b52f00", + [ + null, + {} + ] + ], + "svg-use-ignored.tentative.https.sub.html": [ + "da296f0cfbf895b7f18c053f62d05895c75194ee", + [ + null, + {} + ] + ], + "video-ignored.tentative.https.sub.html": [ + "5372756abded7fe7c880413bea779d006d17d664", + [ + null, + {} + ] + ], + "visited-link-color-ignored.tentative.html": [ + "5a149b293967ae8ca22691ddc50941ad752278b8", + [ + null, + {} + ] + ], + "visited-link-currentcolor-ignored.tentative.html": [ + "d4d94d15f8b885fe46ed4f764581e7880538d6a3", + [ + null, + {} + ] + ], + "visited-link-decoration-color-ignored.tentative.html": [ + "a215f0a6366beb935c2c833175c6c59f01ebf2a2", + [ + null, + {} + ] + ], + "visited-link-svg-fill-stroke-color-ignored.tentative.html": [ + "b56e98768bd962f3fbfc02c1aa3bc107232b0054", + [ + null, + {} + ] + ] + } + }, "drawing-images-to-the-canvas": { "drawimage_canvas.html": [ "36bd085136d85ec74ec2d69dbb3f6630d4c78f03", @@ -1262522,7 +1266630,7 @@ "partial-updates": { "tentative": { "processing-instruction-attributes.html": [ - "142980b14198cc2459e28066432905247a89ad76", + "f5145134bddb847c7d726fc4c8da29ed56cb96b6", [ null, {} @@ -1262592,7 +1266700,7 @@ ] ], "template-for-ignores-case.html": [ - "5a892a581a5889649f8da7f7c0cebf80d7740f02", + "2df9752158e2c7a2949b41fb5577fed0095a0815", [ null, {} @@ -1262669,7 +1266777,7 @@ ] ], "template-for-multiple-cases.html": [ - "b6a1bae5870266d5750426141e3a0d856d619e3f", + "a3b61a6020b1a6a1b33fd545b04fd277fbbbcf28", [ null, {} @@ -1262683,7 +1266791,7 @@ ] ], "template-for-mutation-records.html": [ - "9b82bd696b3d74b2997e1618e18cfef932f444c5", + "e4304b3ccb44cc11fad5cd221b50970c5e99bf8d", [ null, {} @@ -1262718,7 +1266826,7 @@ ] ], "template-for-preserves-case-for-dom-inserted.html": [ - "bc7905e62c229652c8cbbc332abc68191951368d", + "19927e7663104fa0e512b0c99a3a9dd43ef6bd05", [ null, {} @@ -1262753,7 +1266861,7 @@ ] ], "template-for-sanitization.html": [ - "d47374cca6a9e4eefc970e892c77d6a3c529497b", + "ffc9395f3ccf2edf6edbe64e93a69c66f7d8777e", [ null, {} @@ -1262795,14 +1266903,14 @@ ] ], "template-for-shadow-root.html": [ - "428555d61532a49a399849526648e0221b1221b6", + "eb346f1e1bfe71ce80bfad004d2c6cdaed9b6e17", [ null, {} ] ], "template-for-shadow.html": [ - "bc26d4d26c3a5ef3931830ddaa73d8e08bf1817b", + "8017e97918796c26ff0fee4dc055f5abbeb5c942", [ null, {} @@ -1265425,7 +1269533,7 @@ ] ], "window-failure.https.html": [ - "203a9f637fe61a2367fd4b58523af601401991be", + "523f88d7ad8075d1cb7e171fb54bfdec10cd7da8", [ null, {} @@ -1266392,7 +1270500,7 @@ "focusgroup": { "tentative": { "ax-role-inference-children.html": [ - "2eb8b2d01888eb5202557e1209c5e3c4dbf5b492", + "56ec952c43d95e473e56029af77349df422913a7", [ null, { @@ -1267535,7 +1271643,7 @@ }, "processing-model": { "focus-fixup-rule-one-no-dialogs.html": [ - "5471e8e9ec1ccfd3b75b20dbd7bf22ebb6518c32", + "7a26c2205294732f8e19adf21d78d312a58273b0", [ null, {} @@ -1267665,6 +1271773,15 @@ ] ] }, + "sequential-focus-navigation-starting-point.html": [ + "07479053b6e4143efece7807119587d549d3ecde", + [ + null, + { + "testdriver": true + } + ] + ], "setSequentialFocusStartingPoint.tentative.html": [ "a7c7506b13b636297cf5a026358457a062d86b3f", [ @@ -1269055,7 +1273172,7 @@ ] }, "field-sizing-input-number.html": [ - "6056f9320a5e0b39e33e07a4363ed3252603e5ea", + "6015a5b27162da0affb092cd1e9ccff89647b629", [ null, {} @@ -1269466,14 +1273583,14 @@ ] ], "link-rel-attribute-tokenization.html": [ - "32a0ae767c277c16cf9d86f06904a377e220ee92", + "a522cb095faeab0397a73170b0b304afe033480c", [ null, {} ] ], "link-rel-attribute.html": [ - "14d06227ac862be169c2c1745fd6ec8913836394", + "c44efcd9f93b307989b5cb601efffba5d5a3023d", [ null, {} @@ -1270383,7 +1274500,7 @@ ] ], "event_volumechange.html": [ - "cff6cd16602e528f05dff2b3f61ebdefd6bbb4a4", + "e2f6f4e2dfb34628650b4191a26e5d50c543d593", [ null, {} @@ -1278129,7 +1282246,7 @@ ] ], "select-keyboard-behavior.optional.html": [ - "1fd5685311a53c30d4515cf950c5037963d96849", + "12a666892073f885b97e24bd422ee1a58ec1a89e", [ null, { @@ -1280572,10 +1284689,10 @@ } ] ], - "idlharness.tentative.window.js": [ + "idlharness.tentative.https.window.js": [ "6da1cb148b240ee49d97add91bd5f54a87ac3a38", [ - "html/semantics/permission-element/geolocation-element/idlharness.tentative.window.html", + "html/semantics/permission-element/geolocation-element/idlharness.tentative.https.window.html", { "script_metadata": [ [ @@ -1280796,7 +1284913,7 @@ } ] ], - "type-supported-feature-detect.tentative.html": [ + "type-supported-feature-detect.tentative.https.html": [ "571539cd5de91ba296d22d70f2cf628abf81ff95", [ null, @@ -1280804,10 +1284921,10 @@ ] ], "usermedia": { - "idlharness.tentative.window.js": [ + "idlharness.tentative.https.window.js": [ "3d8e4168be32ab0a0a6c58bb27e6880b55132066", [ - "html/semantics/permission-element/usermedia/idlharness.tentative.window.html", + "html/semantics/permission-element/usermedia/idlharness.tentative.https.window.html", { "script_metadata": [ [ @@ -1280854,7 +1284971,7 @@ } ] ], - "onstream-attribute.html": [ + "onstream-attribute.https.html": [ "2ea4805b865b01ab6cfc599e9842d3539445c4aa", [ null, @@ -1280889,7 +1285006,7 @@ } ] ], - "usermedia-error-attribute.html": [ + "usermedia-error-attribute.https.html": [ "7e7e3f3d772951648ab390dd5a7ef6fe4876014c", [ null, @@ -1280913,6 +1285030,13 @@ "testdriver": true } ] + ], + "usermedia-secure-context.html": [ + "d59268eade772aea860afbfdcd3f108e99ecc247", + [ + null, + {} + ] ] } }, @@ -1289594,7 +1293718,7 @@ ] ], "navigation-state-reset-sameorigin.html": [ - "c240f96b2c3da884c0dcbe706c4064fa4544b9ef", + "2e79ad270f9ee6955f49e3c4ce70ae426ca3c7d6", [ null, { @@ -1290231,7 +1294355,7 @@ ] ], "module-delayed.html": [ - "acdeab59ff4a992abe3abec32ecd0e8c4e72d94e", + "ace2f6040d846015db638b72d522c52abd8bfae9", [ null, {} @@ -1290245,7 +1294369,7 @@ ] ], "module-static-import-delayed.html": [ - "a6e003907f64fee09731fe711dc5f5b1eccb7727", + "5f27a3ffdfaba482e68526cff228ea17403d7f52", [ null, {} @@ -1290259,7 +1294383,7 @@ ] ], "module-tla-delayed.html": [ - "5fa821660088182ceeeff50ff9aa5ab347970ffe", + "e4fb5835f5f06932e48f0e59c9281481a6bd39e5", [ null, {} @@ -1290930,7 +1295054,7 @@ }, "the-innerhtml-property": { "innerhtml-and-xml-namespaces.svg": [ - "06ab1cc11b7bc1b47f207ec321eec22f9655faee", + "1e95d6961278173f8b13d2ea15bfdd808fb52bd5", [ null, {} @@ -1295773,6 +1299897,13 @@ ] ], "v2": { + "3d-transform-occlusion-2.html": [ + "9d182dca9c73c4e0bc6821f741365362408f35ab", + [ + null, + {} + ] + ], "3d-transform-occlusion.html": [ "e71615213fe75a82d0dfa28fe57b3713457070d6", [ @@ -1295780,6 +1299911,13 @@ {} ] ], + "3d-transform-overflow-control-occlusion.html": [ + "fc1163cd6b16164e1df24ef7efd13bb0cf28a52a", + [ + null, + {} + ] + ], "animated-occlusion.html": [ "fa69733b9fb100c3014885aef3e797c574984a99", [ @@ -1295801,6 +1299939,20 @@ {} ] ], + "border-radius-shadow-occlusion-replaced.html": [ + "e9432b2b4281a50aeb1b94ae39e5925758eba257", + [ + null, + {} + ] + ], + "border-radius-shadow-occlusion.html": [ + "659a270d10995fb5161b3ccc7d846bb25a022543", + [ + null, + {} + ] + ], "box-reflect.html": [ "41e072a587c9502c6ced30e80921ef6538a562c0", [ @@ -1298856,6 +1303008,15 @@ } ] ], + "loaf-bound-function-opaque-sanitization.html": [ + "772b0b2d0902b0547953e96abd3e658df144346b", + [ + null, + { + "timeout": "long" + } + ] + ], "loaf-buffered.html": [ "1a07036b157a93f1f4c099a8cd5c0917d71424e0", [ @@ -1301942,7 +1306103,7 @@ ] ], "mediasource-duration.html": [ - "b4619da38b9f960fe1af1f9e890cde746fc2301e", + "25e614d8d244a1660326d5b20bc62d44eff7ae04", [ null, {} @@ -1309270,7 +1313431,7 @@ ] ], "entry-after-detach.html": [ - "69c52d140983bc2a781706b13a3c7c1c3bc05bb7", + "a7adb8a7d1cfe8ce1c22c792c182e57d3665c2d1", [ null, {} @@ -1337278,7 +1341439,7 @@ ] ], "animation-trigger-multiple-triggers.tentative.html": [ - "5dc19f492191b29ae186add5d7bd1c0498d91879", + "5039beae7ea83e0156e1f3ddd918c9e2c432fa74", [ null, {} @@ -1339293,6 +1343454,13 @@ null, {} ] + ], + "move-by-character.html": [ + "58b8ca79dbd400cbaaa6dfed9e3cf8efb08a3c4a", + [ + null, + {} + ] ] }, "canvas-click.html": [ @@ -1339802,6 +1343970,15 @@ } ] ], + "selection-focused-element-becomes-nonfocusable.html": [ + "ae4d744c65f3c1dfc74040cfdb942efec2037462", + [ + null, + { + "testdriver": true + } + ] + ], "selection-modify-extend-word-generated-content.html": [ "035b128042554c1e1e53014a7548980d1ee480f4", [ @@ -1345478,6 +1349655,15 @@ {} ] ], + "touch-event-retargeting-leak.html": [ + "a9dc9324a49852144980b77976b685ae1fd712b3", + [ + null, + { + "testdriver": true + } + ] + ], "untriaged": { "elements-and-dom-objects": { "extensions-to-element-interface": { @@ -1347430,6 +1351616,15 @@ } ] ], + "modify-non-aggregating-node.html": [ + "c72f607fce58a98355b7429f1691bb8173ed04ba", + [ + null, + { + "testdriver": true + } + ] + ], "navigation-api-precommit-handler.html": [ "025153d0d1de38c8de29c63b609e33eefe1b7411", [ @@ -1351465,7 +1355660,7 @@ ] ], "performance-speculations-navigations.tentative.https.html": [ - "90dbc52e04447f800c8f833b8964e78ecbd716f4", + "c2f56253fcb53c5d372ea5f8293efb29f410f91e", [ null, {} @@ -1356138,10 +1360333,10 @@ {} ] ], - "owning-type-message-port.any.js": [ + "owning-type-message-port.tentative.any.js": [ "e9961ce042256acad6ac94cb558d57e7dd3464d5", [ - "streams/readable-streams/owning-type-message-port.any.html", + "streams/readable-streams/owning-type-message-port.tentative.any.html", { "script_metadata": [ [ @@ -1356160,7 +1360355,7 @@ } ], [ - "streams/readable-streams/owning-type-message-port.any.serviceworker.html", + "streams/readable-streams/owning-type-message-port.tentative.any.serviceworker.html", { "script_metadata": [ [ @@ -1356179,7 +1360374,7 @@ } ], [ - "streams/readable-streams/owning-type-message-port.any.sharedworker.html", + "streams/readable-streams/owning-type-message-port.tentative.any.sharedworker.html", { "script_metadata": [ [ @@ -1356198,7 +1360393,7 @@ } ], [ - "streams/readable-streams/owning-type-message-port.any.worker.html", + "streams/readable-streams/owning-type-message-port.tentative.any.worker.html", { "script_metadata": [ [ @@ -1356217,10 +1360412,10 @@ } ] ], - "owning-type-video-frame.any.js": [ + "owning-type-video-frame.tentative.any.js": [ "ec01fda0b3c737326e8ca7cd78101ca062eab58b", [ - "streams/readable-streams/owning-type-video-frame.any.html", + "streams/readable-streams/owning-type-video-frame.tentative.any.html", { "script_metadata": [ [ @@ -1356239,7 +1360434,7 @@ } ], [ - "streams/readable-streams/owning-type-video-frame.any.serviceworker.html", + "streams/readable-streams/owning-type-video-frame.tentative.any.serviceworker.html", { "script_metadata": [ [ @@ -1356258,7 +1360453,7 @@ } ], [ - "streams/readable-streams/owning-type-video-frame.any.sharedworker.html", + "streams/readable-streams/owning-type-video-frame.tentative.any.sharedworker.html", { "script_metadata": [ [ @@ -1356277,7 +1360472,7 @@ } ], [ - "streams/readable-streams/owning-type-video-frame.any.worker.html", + "streams/readable-streams/owning-type-video-frame.tentative.any.worker.html", { "script_metadata": [ [ @@ -1356296,10 +1360491,10 @@ } ] ], - "owning-type.any.js": [ + "owning-type.tentative.any.js": [ "27a3dda894e4d6e2b71524f1f6ae87a71fbdfdcd", [ - "streams/readable-streams/owning-type.any.html", + "streams/readable-streams/owning-type.tentative.any.html", { "script_metadata": [ [ @@ -1356318,7 +1360513,7 @@ } ], [ - "streams/readable-streams/owning-type.any.serviceworker.html", + "streams/readable-streams/owning-type.tentative.any.serviceworker.html", { "script_metadata": [ [ @@ -1356337,7 +1360532,7 @@ } ], [ - "streams/readable-streams/owning-type.any.sharedworker.html", + "streams/readable-streams/owning-type.tentative.any.sharedworker.html", { "script_metadata": [ [ @@ -1356356,7 +1360551,7 @@ } ], [ - "streams/readable-streams/owning-type.any.worker.html", + "streams/readable-streams/owning-type.tentative.any.worker.html", { "script_metadata": [ [ @@ -1358568,7 +1362763,7 @@ }, "subapps": { "add-error.tentative.https.html": [ - "defe4743c6ab290683af9b57f193508c5743c4e0", + "7f5d41299f144a7f58734277128969b2b7bd5991", [ null, { @@ -1359726,6 +1363921,13 @@ {} ] ], + "animate-path-from-to-accumulate-sum-empty-base.html": [ + "ee838cb7b4d0a8c83eb1e0b5c0b2935f2061121d", + [ + null, + {} + ] + ], "animate-path-from-to-animation-additive.tentative.html": [ "884878eda4bbe61c4b832eab474cacf0dad0f370", [ @@ -1363175,6 +1367377,13 @@ {} ] ], + "getcharnumatposition-zoomed.html": [ + "b8ed1cbc0f9138c00e39f40c71f7b0f9c1c01e23", + [ + null, + {} + ] + ], "getcharnumatposition.html": [ "f24d734983eda3c44bc3dde87586c7ba6152d976", [ @@ -1363182,8 +1367391,22 @@ {} ] ], + "getextentofchar-zoomed.html": [ + "63c4fa8863d53ac307f314740590c531a42f2620", + [ + null, + {} + ] + ], "getextentofchar.html": [ - "222fcd34a1d80889a701e467a45abb4884f3e156", + "821fdc7f736d4637964c145b3097df8bb3da77ae", + [ + null, + {} + ] + ], + "getnumberofchars.html": [ + "910b205398379ddb2a10c26080cc600c3403e8fb", [ null, {} @@ -1363211,7 +1367434,7 @@ ] ], "getstartpositionofchar.html": [ - "ab0c7ebbaef297c50465b5bcb1a550e4869cac0c", + "84308ae4775a6838d90adcdd162a57eedd32be01", [ null, {} @@ -1363285,7 +1367508,7 @@ ], "elements": { "SVGGeometryElement-rect.svg": [ - "6be31b155d986816cfb6b9a93756c60d7e08bcf2", + "b46b6dcc7a0fdcccefc0ffd72fadb594c8efdac0", [ null, {} @@ -1363560,14 +1367783,14 @@ ] ], "SVGGeometryElement.isPointInFill-01.svg": [ - "5f916e936e3861c5980d9d95f0ee69698efd44a7", + "54ec7e8068a01273da6d9b3c90a556f4de3d2744", [ null, {} ] ], "SVGGeometryElement.isPointInStroke-01.svg": [ - "db9728fc778d6ba1aaface6db70fbdf5ba981a54", + "6ce511582d91ff8e4abc7af7c9ec1339c987797d", [ null, {} @@ -1363623,7 +1367846,7 @@ ] ], "SVGGraphicsElement.getBBox-05.html": [ - "af25641d68455b145673cf6253a1ccc0aa4d65c4", + "9354a2b6c6d93ec50e05dcb88bf02e4741a64c29", [ null, {} @@ -1363657,6 +1367880,13 @@ {} ] ], + "SVGGraphicsElement.getBBox-10.html": [ + "e4db72f5261122f4a7d5a74bf3d830b87c3ec19d", + [ + null, + {} + ] + ], "SVGGraphicsElement.getCTM-empty-viewBox.html": [ "6032b22bb3a9105fb3d4bd65b6a46c302b166e3f", [ @@ -1370577,6 +1374807,35 @@ } ] ], + "aria-actions": { + "aria-actions-host-accname-excludes-target.tentative.html": [ + "01a91a5938a4618659f2660c07c4a4483eecb3d5", + [ + null, + { + "testdriver": true + } + ] + ], + "aria-actions-host-accname-multiple-targets.tentative.html": [ + "0bc97dc97d68fc428d08a979f4b519f2b5606645", + [ + null, + { + "testdriver": true + } + ] + ], + "aria-actions-target-accname-from-aria-label.tentative.html": [ + "aedd6573342501efe4514e74620aebd7452671b3", + [ + null, + { + "testdriver": true + } + ] + ] + }, "checked": { "checked.tentative.html": [ "a21c8101eb5c2c67f47e81dc8bdc196658cb77ab", @@ -1376692,6 +1380951,90 @@ ] ] }, + "memory": { + "clone-error.tentative.https.any.js": [ + "1bb9758532772094a2b31795a667f42d4b08da9e", + [ + "wasm/serialization/memory/clone-error.tentative.https.any.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ] + ] + } + ], + [ + "wasm/serialization/memory/clone-error.tentative.https.any.serviceworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ] + ] + } + ], + [ + "wasm/serialization/memory/clone-error.tentative.https.any.sharedworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ] + ] + } + ], + [ + "wasm/serialization/memory/clone-error.tentative.https.any.worker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ] + ] + } + ] + ], + "messageport-via-sharedworker-success.tentative.https.html": [ + "051dd1ab7eab472ad6d431df5cc675e20a8b06e9", + [ + null, + {} + ] + ], + "no-transferring.tentative.html": [ + "6cbeaaa7966eeb283771e8a5e5806a4568790db5", + [ + null, + {} + ] + ], + "window-nested-dedicated-worker-failure.tentative.https.html": [ + "e2431d5b42c4cc5997182e6809be0a6b3e1d1de5", + [ + null, + {} + ] + ], + "window-sharedworker-failure.tentative.https.html": [ + "782e70199a7e9e440b645e5996a788e74d9a1423", + [ + null, + {} + ] + ], + "window-success.tentative.https.html": [ + "ca43a5b48e8d6c281c231a52c58d82ccc634a0d8", + [ + null, + {} + ] + ] + }, "module": { "broadcastchannel-success-and-failure.html": [ "0d11cc595be2d16ad795be8199ed2ae7abe79974", @@ -1382050,7 +1386393,7 @@ ] ], "audiobuffersource-duration-loop-playbackrate.html": [ - "0cf8e7d976e91bfb448fd8b32d09f77aa0fd1c9e", + "048fc67445aed4adb0edb11087b39dc0cc0896a7", [ null, {} @@ -1382077,6 +1386420,13 @@ {} ] ], + "audiobuffersource-loop-short-duration.html": [ + "82271fbe50c07e54d73c3a5091c0785a3971931d", + [ + null, + {} + ] + ], "audiobuffersource-multi-channels.html": [ "d830070d670b64a8544fd4acd87b72d2d35a799e", [ @@ -1382248,21 +1386598,21 @@ ] ], "audiocontext-sinkid-constructor.https.html": [ - "6e1bdb22d52f3da2f57c10103291575af2695faa", + "7f04146900c6759d739f95ea021086981a88c912", [ null, {} ] ], "audiocontext-sinkid-setsinkid.https.html": [ - "61d2586bfb7d43a406fc661d31806c85c96904b0", + "38ea9dd927898aa024871d1d643ef0a8e356cbe6", [ null, {} ] ], "audiocontext-sinkid-state-change.https.html": [ - "d9369e3347c2d645c68bb790c09ae35dcb80abde", + "ac58db2ba03519b5fb088f5940fad228c4591f10", [ null, {} @@ -1382817,6 +1387167,13 @@ {} ] ], + "audioworklet-rendersizehint.https.html": [ + "1be72f1e019ece0f2a8c88a3b16beb54474cd520", + [ + null, + {} + ] + ], "audioworklet-suspend.https.html": [ "685546aeb5e2f96e77e9c88cec19946f2b0fcb16", [ @@ -1384085,7 +1388442,7 @@ ] ], "getclientcapabilities.https.html": [ - "b28ffacd13bcd0ef64ace170b9e8dd738098bcd9", + "b9a529221202f2e94885ed6ce8c93d971da916e5", [ null, { @@ -1387708,320 +1392065,345 @@ ], "timeout": "long" } - ], + ], + [ + "webcodecs/full-cycle-test.https.any.worker.html?vp9_444_p1", + { + "script_metadata": [ + [ + "timeout", + "long" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "/webcodecs/video-encoder-utils.js" + ], + [ + "variant", + "?av1" + ], + [ + "variant", + "?av1_444_high" + ], + [ + "variant", + "?vp8" + ], + [ + "variant", + "?vp9_p0" + ], + [ + "variant", + "?vp9_p2" + ], + [ + "variant", + "?vp9_444_p1" + ], + [ + "variant", + "?vp9_444_p3" + ], + [ + "variant", + "?h264_avc" + ], + [ + "variant", + "?h264_annexb" + ], + [ + "variant", + "?h265_hevc" + ], + [ + "variant", + "?h265_annexb" + ] + ], + "timeout": "long" + } + ], + [ + "webcodecs/full-cycle-test.https.any.worker.html?vp9_444_p3", + { + "script_metadata": [ + [ + "timeout", + "long" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "/webcodecs/video-encoder-utils.js" + ], + [ + "variant", + "?av1" + ], + [ + "variant", + "?av1_444_high" + ], + [ + "variant", + "?vp8" + ], + [ + "variant", + "?vp9_p0" + ], + [ + "variant", + "?vp9_p2" + ], + [ + "variant", + "?vp9_444_p1" + ], + [ + "variant", + "?vp9_444_p3" + ], + [ + "variant", + "?h264_avc" + ], + [ + "variant", + "?h264_annexb" + ], + [ + "variant", + "?h265_hevc" + ], + [ + "variant", + "?h265_annexb" + ] + ], + "timeout": "long" + } + ], + [ + "webcodecs/full-cycle-test.https.any.worker.html?vp9_p0", + { + "script_metadata": [ + [ + "timeout", + "long" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "/webcodecs/video-encoder-utils.js" + ], + [ + "variant", + "?av1" + ], + [ + "variant", + "?av1_444_high" + ], + [ + "variant", + "?vp8" + ], + [ + "variant", + "?vp9_p0" + ], + [ + "variant", + "?vp9_p2" + ], + [ + "variant", + "?vp9_444_p1" + ], + [ + "variant", + "?vp9_444_p3" + ], + [ + "variant", + "?h264_avc" + ], + [ + "variant", + "?h264_annexb" + ], + [ + "variant", + "?h265_hevc" + ], + [ + "variant", + "?h265_annexb" + ] + ], + "timeout": "long" + } + ], + [ + "webcodecs/full-cycle-test.https.any.worker.html?vp9_p2", + { + "script_metadata": [ + [ + "timeout", + "long" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "/webcodecs/video-encoder-utils.js" + ], + [ + "variant", + "?av1" + ], + [ + "variant", + "?av1_444_high" + ], + [ + "variant", + "?vp8" + ], + [ + "variant", + "?vp9_p0" + ], + [ + "variant", + "?vp9_p2" + ], + [ + "variant", + "?vp9_444_p1" + ], + [ + "variant", + "?vp9_444_p3" + ], + [ + "variant", + "?h264_avc" + ], + [ + "variant", + "?h264_annexb" + ], + [ + "variant", + "?h265_hevc" + ], + [ + "variant", + "?h265_annexb" + ] + ], + "timeout": "long" + } + ] + ], + "idlharness.https.any.js": [ + "f1ed92a15983192b02a11e118d5d0b78b9bcb579", [ - "webcodecs/full-cycle-test.https.any.worker.html?vp9_444_p1", + "webcodecs/idlharness.https.any.html", { "script_metadata": [ - [ - "timeout", - "long" - ], [ "global", "window,dedicatedworker" ], [ "script", - "/webcodecs/video-encoder-utils.js" - ], - [ - "variant", - "?av1" - ], - [ - "variant", - "?av1_444_high" - ], - [ - "variant", - "?vp8" - ], - [ - "variant", - "?vp9_p0" - ], - [ - "variant", - "?vp9_p2" - ], - [ - "variant", - "?vp9_444_p1" - ], - [ - "variant", - "?vp9_444_p3" - ], - [ - "variant", - "?h264_avc" + "/resources/WebIDLParser.js" ], [ - "variant", - "?h264_annexb" + "script", + "/resources/idlharness.js" ], [ - "variant", - "?h265_hevc" + "script", + "./utils.js" ], - [ - "variant", - "?h265_annexb" - ] - ], - "timeout": "long" - } - ], - [ - "webcodecs/full-cycle-test.https.any.worker.html?vp9_444_p3", - { - "script_metadata": [ [ "timeout", "long" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "/webcodecs/video-encoder-utils.js" - ], - [ - "variant", - "?av1" - ], - [ - "variant", - "?av1_444_high" - ], - [ - "variant", - "?vp8" - ], - [ - "variant", - "?vp9_p0" - ], - [ - "variant", - "?vp9_p2" - ], - [ - "variant", - "?vp9_444_p1" - ], - [ - "variant", - "?vp9_444_p3" - ], - [ - "variant", - "?h264_avc" - ], - [ - "variant", - "?h264_annexb" - ], - [ - "variant", - "?h265_hevc" - ], - [ - "variant", - "?h265_annexb" ] ], "timeout": "long" } ], [ - "webcodecs/full-cycle-test.https.any.worker.html?vp9_p0", + "webcodecs/idlharness.https.any.worker.html", { "script_metadata": [ - [ - "timeout", - "long" - ], [ "global", "window,dedicatedworker" ], [ "script", - "/webcodecs/video-encoder-utils.js" - ], - [ - "variant", - "?av1" - ], - [ - "variant", - "?av1_444_high" - ], - [ - "variant", - "?vp8" - ], - [ - "variant", - "?vp9_p0" - ], - [ - "variant", - "?vp9_p2" - ], - [ - "variant", - "?vp9_444_p1" - ], - [ - "variant", - "?vp9_444_p3" - ], - [ - "variant", - "?h264_avc" + "/resources/WebIDLParser.js" ], [ - "variant", - "?h264_annexb" + "script", + "/resources/idlharness.js" ], [ - "variant", - "?h265_hevc" + "script", + "./utils.js" ], - [ - "variant", - "?h265_annexb" - ] - ], - "timeout": "long" - } - ], - [ - "webcodecs/full-cycle-test.https.any.worker.html?vp9_p2", - { - "script_metadata": [ [ "timeout", "long" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "/webcodecs/video-encoder-utils.js" - ], - [ - "variant", - "?av1" - ], - [ - "variant", - "?av1_444_high" - ], - [ - "variant", - "?vp8" - ], - [ - "variant", - "?vp9_p0" - ], - [ - "variant", - "?vp9_p2" - ], - [ - "variant", - "?vp9_444_p1" - ], - [ - "variant", - "?vp9_444_p3" - ], - [ - "variant", - "?h264_avc" - ], - [ - "variant", - "?h264_annexb" - ], - [ - "variant", - "?h265_hevc" - ], - [ - "variant", - "?h265_annexb" ] ], "timeout": "long" } ] ], - "idlharness.https.any.js": [ - "f1ed92a15983192b02a11e118d5d0b78b9bcb579", + "image-decoder-animated-zero-delay.https.any.js": [ + "6844ea844912500ded118ca63afcb1204986c8f8", [ - "webcodecs/idlharness.https.any.html", + "webcodecs/image-decoder-animated-zero-delay.https.any.html", { "script_metadata": [ [ "global", "window,dedicatedworker" - ], - [ - "script", - "/resources/WebIDLParser.js" - ], - [ - "script", - "/resources/idlharness.js" - ], - [ - "script", - "./utils.js" - ], - [ - "timeout", - "long" ] - ], - "timeout": "long" + ] } ], [ - "webcodecs/idlharness.https.any.worker.html", + "webcodecs/image-decoder-animated-zero-delay.https.any.worker.html", { "script_metadata": [ [ "global", "window,dedicatedworker" - ], - [ - "script", - "/resources/WebIDLParser.js" - ], - [ - "script", - "/resources/idlharness.js" - ], - [ - "script", - "./utils.js" - ], - [ - "timeout", - "long" ] - ], - "timeout": "long" + ] } ] ], @@ -1393478,8 +1397860,15 @@ }, "webmcp": { "declarative": { + "getTools-declarative-schema.https.html": [ + "d4a33ded3679625ed5fb24573e78055a8cb24398", + [ + null, + {} + ] + ], "toolchange-on-control-add-remove.https.html": [ - "e365c71f3cc125bbb98f708fb981a898039ac549", + "4a794c188fd29937519940affb4cc0f19bf067e1", [ null, {} @@ -1402546,7 +1406935,7 @@ ] ], "maxPool2d.https.any.js": [ - "d9a6b0bebb14fadec1b99db6ae28e30152db4a9c", + "900f4c2df6f417c7d26b281f7f848e5f4e62e05b", [ "webnn/conformance_tests/maxPool2d.https.any.html?cpu", { @@ -1411021,7 +1415410,7 @@ ] ], "concat.https.any.js": [ - "a9286d4e78c79143d54a5cfdea331472071f60e8", + "099dd8c93c5b46fcaa7c898793c04b2b6b920869", [ "webnn/validation_tests/concat.https.any.html?cpu", { @@ -1426126,7 +1430515,7 @@ ] ], "split.https.any.js": [ - "21b790bc693e55441f34cdd880c4bdd43177d0bf", + "609b3b390d24232c1135b99893f6440c03773d00", [ "webnn/validation_tests/split.https.any.html?cpu", { @@ -1448152,6 +1452541,13 @@ ] }, "window-management": { + "additional-windowing-controls.tentative.https.html": [ + "5fa440ec1f8e29eb50c1741854159bab6231f8fc", + [ + null, + {} + ] + ], "multi-screen-fullscreen-companion.tentative.https.html": [ "a4b09f3d5a8100cc8e9e21ce74678ecc84e7ca39", [ @@ -1476019,7 +1480415,7 @@ }, "context_created": { "context_created.py": [ - "214b813f76b36430c55fb387a785bded2d4ac164", + "0fa7d83c3c703fab029f1e4907681951bc12042f", [ null, {} @@ -1480455,7 +1484851,7 @@ ] ], "screenshot.py": [ - "7d8e1a3873001495503c691c28091efc59b3b7f7", + "36cb32de64cdd1b3e6f494280175260769064469", [ null, {} diff --git a/go_test/WPT_SHA.json b/go_test/WPT_SHA.json index c8d9455ad..3cf1dc00f 100644 --- a/go_test/WPT_SHA.json +++ b/go_test/WPT_SHA.json @@ -1 +1 @@ -8440c03c3d9da98b80534a837a918edb6c328e65 \ No newline at end of file +37b7cece2910dfe0d7f1cf872bbb1df32c21f07f \ No newline at end of file From ddb5f944d7f534eb87a73ada242afe97c4406b5e Mon Sep 17 00:00:00 2001 From: suzyliu Date: Fri, 22 May 2026 01:13:52 +0000 Subject: [PATCH 2/2] Fix test paths in responsive-iframe META.yml --- css/css-sizing/responsive-iframe/META.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/css-sizing/responsive-iframe/META.yml b/css/css-sizing/responsive-iframe/META.yml index b179ccfb7..2b2be6832 100644 --- a/css/css-sizing/responsive-iframe/META.yml +++ b/css/css-sizing/responsive-iframe/META.yml @@ -2,17 +2,17 @@ links: - product: firefox url: https://bugzilla.mozilla.org/show_bug.cgi?id=2020881 results: - - test: responsive-iframe-value.tentative.html?value=content-height,300,200 + - test: responsive-iframe-value.html?value=content-height,300,200 subtest: Measure target with value=content-height and wm=undefined - - test: responsive-iframe-value.tentative.html?value=content-width,400,150 + - test: responsive-iframe-value.html?value=content-width,400,150 subtest: Measure target with value=content-width and wm=undefined - - test: responsive-iframe-value.tentative.html?value=content-inline-size,300,200,vertical-rl + - test: responsive-iframe-value.html?value=content-inline-size,300,200,vertical-rl subtest: Measure target with value=content-inline-size and wm=vertical-rl - - test: responsive-iframe-value.tentative.html?value=content-inline-size,400,150 + - test: responsive-iframe-value.html?value=content-inline-size,400,150 subtest: Measure target with value=content-inline-size and wm=undefined - - test: responsive-iframe-value.tentative.html?value=content-block-size,400,150,vertical-rl + - test: responsive-iframe-value.html?value=content-block-size,400,150,vertical-rl subtest: Measure target with value=content-block-size and wm=vertical-rl - - test: responsive-iframe-value.tentative.html?value=content-block-size,300,200 + - test: responsive-iframe-value.html?value=content-block-size,300,200 subtest: Measure target with value=content-block-size and wm=undefined - product: firefox url: https://bugzilla.mozilla.org/show_bug.cgi?id=2031952