diff --git a/tests/wpt/metadata/2dcontext/imagebitmap/createImageBitmap-drawImage.html.ini b/tests/wpt/metadata/2dcontext/imagebitmap/createImageBitmap-drawImage.html.ini index 7d06eb0372e..2a478cda6b3 100644 --- a/tests/wpt/metadata/2dcontext/imagebitmap/createImageBitmap-drawImage.html.ini +++ b/tests/wpt/metadata/2dcontext/imagebitmap/createImageBitmap-drawImage.html.ini @@ -51,3 +51,27 @@ [createImageBitmap from a Blob with negative sw/sh, and drawImage on the created ImageBitmap] expected: FAIL + [createImageBitmap from a bitmap HTMLImageElement, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a bitmap HTMLImageElement with negative sw/sh, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a vector HTMLImageElement, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a vector HTMLImageElement with negative sw/sh, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a bitmap SVGImageElement, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a bitmap SVGImageElement with negative sw/sh, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a vector SVGImageElement, and drawImage on the created ImageBitmap] + expected: FAIL + + [createImageBitmap from a vector SVGImageElement with negative sw/sh, and drawImage on the created ImageBitmap] + expected: FAIL + diff --git a/tests/wpt/metadata/2dcontext/imagebitmap/createImageBitmap-invalid-args.html.ini b/tests/wpt/metadata/2dcontext/imagebitmap/createImageBitmap-invalid-args.html.ini index d6de451b2a9..2595ee23ece 100644 --- a/tests/wpt/metadata/2dcontext/imagebitmap/createImageBitmap-invalid-args.html.ini +++ b/tests/wpt/metadata/2dcontext/imagebitmap/createImageBitmap-invalid-args.html.ini @@ -1,5 +1,6 @@ [createImageBitmap-invalid-args.html] type: testharness + expected: TIMEOUT [createImageBitmap with a HTMLImageElement source and sw set to 0 rejects with a RangeError.] expected: FAIL @@ -118,68 +119,122 @@ expected: FAIL [createImageBitmap with a an OffscreenCanvas source and sw set to 0] - expected: FAIL + expected: NOTRUN [createImageBitmap with a an OffscreenCanvas source and sh set to 0] - expected: FAIL + expected: NOTRUN [createImageBitmap with a an OffscreenCanvas source and oversized (unallocatable) crop region] - expected: FAIL + expected: NOTRUN [createImageBitmap with a an ImageData source and sw set to 0] - expected: FAIL + expected: NOTRUN [createImageBitmap with a an ImageData source and sh set to 0] - expected: FAIL + expected: NOTRUN [createImageBitmap with a an ImageData source and oversized (unallocatable) crop region] - expected: FAIL + expected: NOTRUN [createImageBitmap with a an ImageBitmap source and sw set to 0] - expected: FAIL + expected: NOTRUN [createImageBitmap with a an ImageBitmap source and sh set to 0] - expected: FAIL + expected: NOTRUN [createImageBitmap with a an ImageBitmap source and oversized (unallocatable) crop region] - expected: FAIL + expected: NOTRUN [createImageBitmap with a a Blob source and sw set to 0] - expected: FAIL + expected: NOTRUN [createImageBitmap with a a Blob source and sh set to 0] - expected: FAIL + expected: NOTRUN [createImageBitmap with a a Blob source and oversized (unallocatable) crop region] - expected: FAIL + expected: NOTRUN [createImageBitmap with undefined image source.] - expected: FAIL + expected: NOTRUN [createImageBitmap with null image source.] - expected: FAIL + expected: NOTRUN [createImageBitmap with empty image source.] - expected: FAIL + expected: NOTRUN [createImageBitmap with empty video source.] - expected: FAIL + expected: NOTRUN [createImageBitmap with an oversized canvas source.] - expected: FAIL + expected: NOTRUN [createImageBitmap with an invalid OffscreenCanvas source.] - expected: FAIL + expected: NOTRUN [createImageBitmap with an undecodable blob source.] - expected: FAIL + expected: NOTRUN [createImageBitmap with a broken image source.] - expected: FAIL + expected: NOTRUN [createImageBitmap with an available but undecodable image source.] - expected: FAIL + expected: NOTRUN [createImageBitmap with a closed ImageBitmap.] + expected: NOTRUN + + [createImageBitmap with a a bitmap HTMLImageElement source and sw set to 0] expected: FAIL + [createImageBitmap with a a bitmap HTMLImageElement source and sh set to 0] + expected: FAIL + + [createImageBitmap with a a bitmap HTMLImageElement source and oversized (unallocatable) crop region] + expected: FAIL + + [createImageBitmap with a a vector HTMLImageElement source and sw set to 0] + expected: TIMEOUT + + [createImageBitmap with a a vector HTMLImageElement source and sh set to 0] + expected: NOTRUN + + [createImageBitmap with a a vector HTMLImageElement source and oversized (unallocatable) crop region] + expected: NOTRUN + + [createImageBitmap with a a bitmap SVGImageElement source and sw set to 0] + expected: NOTRUN + + [createImageBitmap with a a bitmap SVGImageElement source and sh set to 0] + expected: NOTRUN + + [createImageBitmap with a a bitmap SVGImageElement source and oversized (unallocatable) crop region] + expected: NOTRUN + + [createImageBitmap with a a vector SVGImageElement source and sw set to 0] + expected: NOTRUN + + [createImageBitmap with a a vector SVGImageElement source and sh set to 0] + expected: NOTRUN + + [createImageBitmap with a a vector SVGImageElement source and oversized (unallocatable) crop region] + expected: NOTRUN + + [createImageBitmap with CanvasRenderingContext2D image source.] + expected: NOTRUN + + [createImageBitmap with WebGLRenderingContext image source.] + expected: NOTRUN + + [createImageBitmap with Uint8Array image source.] + expected: NOTRUN + + [createImageBitmap with ArrayBuffer image source.] + expected: NOTRUN + + [createImageBitmap with an available but zero height image source.] + expected: NOTRUN + + [createImageBitmap with an available but zero width image source.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/2dcontext/imagebitmap/createImageBitmap-origin.sub.html.ini b/tests/wpt/metadata/2dcontext/imagebitmap/createImageBitmap-origin.sub.html.ini new file mode 100644 index 00000000000..a3d31b14f8e --- /dev/null +++ b/tests/wpt/metadata/2dcontext/imagebitmap/createImageBitmap-origin.sub.html.ini @@ -0,0 +1,16 @@ +[createImageBitmap-origin.sub.html] + [cross-origin HTMLImageElement] + expected: FAIL + + [cross-origin SVGImageElement] + expected: FAIL + + [cross-origin HTMLVideoElement] + expected: FAIL + + [unclean HTMLCanvasElement] + expected: FAIL + + [unclean ImageBitmap] + expected: FAIL + diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 29132f8bbcc..05feb9d3bf0 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -11335,6 +11335,12 @@ {} ] ], + "css/selectors/hover-002-manual.html": [ + [ + "/css/selectors/hover-002-manual.html", + {} + ] + ], "css/vendor-imports/mozilla/mozilla-central-reftests/css21/pagination/moz-css21-block-page-break-inside-avoid-1.html": [ [ "/css/vendor-imports/mozilla/mozilla-central-reftests/css21/pagination/moz-css21-block-page-break-inside-avoid-1.html", @@ -12235,6 +12241,42 @@ {} ] ], + "graphics-aam/graphics-document_on_html_element-manual.html": [ + [ + "/graphics-aam/graphics-document_on_html_element-manual.html", + {} + ] + ], + "graphics-aam/graphics-document_on_svg_element-manual.html": [ + [ + "/graphics-aam/graphics-document_on_svg_element-manual.html", + {} + ] + ], + "graphics-aam/graphics-object_on_html_element-manual.html": [ + [ + "/graphics-aam/graphics-object_on_html_element-manual.html", + {} + ] + ], + "graphics-aam/graphics-object_on_svg_element-manual.html": [ + [ + "/graphics-aam/graphics-object_on_svg_element-manual.html", + {} + ] + ], + "graphics-aam/graphics-symbol_on_html_element-manual.html": [ + [ + "/graphics-aam/graphics-symbol_on_html_element-manual.html", + {} + ] + ], + "graphics-aam/graphics-symbol_on_svg_element-manual.html": [ + [ + "/graphics-aam/graphics-symbol_on_svg_element-manual.html", + {} + ] + ], "gyroscope/Gyroscope_onerror-manual.https.html": [ [ "/gyroscope/Gyroscope_onerror-manual.https.html", @@ -14503,6 +14545,12 @@ {} ] ], + "proximity/ProximitySensor_onerror-manual.https.html": [ + [ + "/proximity/ProximitySensor_onerror-manual.https.html", + {} + ] + ], "quirks/active-and-hover-manual.html": [ [ "/quirks/active-and-hover-manual.html", @@ -98493,6 +98541,18 @@ {} ] ], + "css/css-align/content-distribution/place-content-shorthand-007.html": [ + [ + "/css/css-align/content-distribution/place-content-shorthand-007.html", + [ + [ + "/css/css-align/content-distribution/place-content-shorthand-007-ref.html", + "==" + ] + ], + {} + ] + ], "css/css-align/distribution-values/space-evenly-001.html": [ [ "/css/css-align/distribution-values/space-evenly-001.html", @@ -105441,6 +105501,18 @@ {} ] ], + "css/css-display/display-contents-fieldset-nested-legend.html": [ + [ + "/css/css-display/display-contents-fieldset-nested-legend.html", + [ + [ + "/css/css-display/display-contents-fieldset-nested-legend-ref.html", + "==" + ] + ], + {} + ] + ], "css/css-display/display-contents-fieldset.html": [ [ "/css/css-display/display-contents-fieldset.html", @@ -107409,6 +107481,18 @@ {} ] ], + "css/css-fill-stroke/paint-order-001.tentative.html": [ + [ + "/css/css-fill-stroke/paint-order-001.tentative.html", + [ + [ + "/css/css-fill-stroke/reference/paint-order-001-ref.tentative.html", + "==" + ] + ], + {} + ] + ], "css/css-flexbox/Flexible-order.html": [ [ "/css/css-flexbox/Flexible-order.html", @@ -120857,18 +120941,6 @@ {} ] ], - "css/css-position/position-sticky-bottom.html": [ - [ - "/css/css-position/position-sticky-bottom.html", - [ - [ - "/css/css-position/position-sticky-bottom-ref.html", - "==" - ] - ], - {} - ] - ], "css/css-position/position-sticky-flexbox.html": [ [ "/css/css-position/position-sticky-flexbox.html", @@ -120917,18 +120989,6 @@ {} ] ], - "css/css-position/position-sticky-left.html": [ - [ - "/css/css-position/position-sticky-left.html", - [ - [ - "/css/css-position/position-sticky-left-ref.html", - "==" - ] - ], - {} - ] - ], "css/css-position/position-sticky-margins.html": [ [ "/css/css-position/position-sticky-margins.html", @@ -121025,12 +121085,12 @@ {} ] ], - "css/css-position/position-sticky-right.html": [ + "css/css-position/position-sticky-rendering.html": [ [ - "/css/css-position/position-sticky-right.html", + "/css/css-position/position-sticky-rendering.html", [ [ - "/css/css-position/position-sticky-right-ref.html", + "/css/css-position/position-sticky-rendering-ref.html", "==" ] ], @@ -121169,18 +121229,6 @@ {} ] ], - "css/css-position/position-sticky-top.html": [ - [ - "/css/css-position/position-sticky-top.html", - [ - [ - "/css/css-position/position-sticky-top-ref.html", - "==" - ] - ], - {} - ] - ], "css/css-position/position-sticky-transforms-translate.html": [ [ "/css/css-position/position-sticky-transforms-translate.html", @@ -125781,6 +125829,30 @@ {} ] ], + "css/css-text/astral-bidi/adlam-anti-ref.html": [ + [ + "/css/css-text/astral-bidi/adlam-anti-ref.html", + [ + [ + "/css/css-text/astral-bidi/adlam.html", + "!=" + ] + ], + {} + ] + ], + "css/css-text/astral-bidi/cypriot-anti-ref.html": [ + [ + "/css/css-text/astral-bidi/cypriot-anti-ref.html", + [ + [ + "/css/css-text/astral-bidi/cypriot.html", + "!=" + ] + ], + {} + ] + ], "css/css-text/i18n/css3-text-line-break-jazh-001.html": [ [ "/css/css-text/i18n/css3-text-line-break-jazh-001.html", @@ -142693,6 +142765,90 @@ {} ] ], + "css/css-transforms/transform-transformed-caption-contains-fixed-position.html": [ + [ + "/css/css-transforms/transform-transformed-caption-contains-fixed-position.html", + [ + [ + "/css/css-transforms/transform-transformed-caption-contains-fixed-position-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-transforms/transform-transformed-tbody-contains-fixed-position.html": [ + [ + "/css/css-transforms/transform-transformed-tbody-contains-fixed-position.html", + [ + [ + "/css/css-transforms/transform-transformed-tbody-contains-fixed-position-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-transforms/transform-transformed-td-contains-fixed-position.html": [ + [ + "/css/css-transforms/transform-transformed-td-contains-fixed-position.html", + [ + [ + "/css/css-transforms/transform-transformed-td-contains-fixed-position-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-transforms/transform-transformed-tfoot-contains-fixed-position.html": [ + [ + "/css/css-transforms/transform-transformed-tfoot-contains-fixed-position.html", + [ + [ + "/css/css-transforms/transform-transformed-tfoot-contains-fixed-position-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-transforms/transform-transformed-th-contains-fixed-position.html": [ + [ + "/css/css-transforms/transform-transformed-th-contains-fixed-position.html", + [ + [ + "/css/css-transforms/transform-transformed-th-contains-fixed-position-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-transforms/transform-transformed-thead-contains-fixed-position.html": [ + [ + "/css/css-transforms/transform-transformed-thead-contains-fixed-position.html", + [ + [ + "/css/css-transforms/transform-transformed-thead-contains-fixed-position-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-transforms/transform-transformed-tr-contains-fixed-position.html": [ + [ + "/css/css-transforms/transform-transformed-tr-contains-fixed-position.html", + [ + [ + "/css/css-transforms/transform-transformed-tr-contains-fixed-position-ref.html", + "==" + ] + ], + {} + ] + ], "css/css-transforms/transform-translate-001.html": [ [ "/css/css-transforms/transform-translate-001.html", @@ -147109,6 +147265,42 @@ {} ] ], + "css/css-ui/text-overflow-024.html": [ + [ + "/css/css-ui/text-overflow-024.html", + [ + [ + "/css/css-ui/text-overflow-024-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-ui/text-overflow-025.html": [ + [ + "/css/css-ui/text-overflow-025.html", + [ + [ + "/css/css-ui/text-overflow-025-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-ui/text-overflow-026.html": [ + [ + "/css/css-ui/text-overflow-026.html", + [ + [ + "/css/css-ui/text-overflow-026-ref.html", + "==" + ] + ], + {} + ] + ], "css/css-values/attr-color-invalid-cast.html": [ [ "/css/css-values/attr-color-invalid-cast.html", @@ -147265,6 +147457,18 @@ {} ] ], + "css/css-values/calc-ch-ex-lang.html": [ + [ + "/css/css-values/calc-ch-ex-lang.html", + [ + [ + "/css/css-values/calc-ch-ex-lang-ref.html", + "==" + ] + ], + {} + ] + ], "css/css-values/calc-in-calc.html": [ [ "/css/css-values/calc-in-calc.html", @@ -147325,6 +147529,18 @@ {} ] ], + "css/css-values/calc-rem-lang.html": [ + [ + "/css/css-values/calc-rem-lang.html", + [ + [ + "/css/css-values/calc-rem-lang-ref.html", + "==" + ] + ], + {} + ] + ], "css/css-values/ch-unit-001.html": [ [ "/css/css-values/ch-unit-001.html", @@ -150745,6 +150961,126 @@ {} ] ], + "css/css-writing-modes/available-size-001.html": [ + [ + "/css/css-writing-modes/available-size-001.html", + [ + [ + "/css/css-writing-modes/reference/available-size-001-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/available-size-002.html": [ + [ + "/css/css-writing-modes/available-size-002.html", + [ + [ + "/css/css-writing-modes/reference/available-size-002-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/available-size-003.html": [ + [ + "/css/css-writing-modes/available-size-003.html", + [ + [ + "/css/css-writing-modes/reference/available-size-001-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/available-size-004.html": [ + [ + "/css/css-writing-modes/available-size-004.html", + [ + [ + "/css/css-writing-modes/reference/available-size-002-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/available-size-005.html": [ + [ + "/css/css-writing-modes/available-size-005.html", + [ + [ + "/css/css-writing-modes/reference/available-size-001-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/available-size-006.html": [ + [ + "/css/css-writing-modes/available-size-006.html", + [ + [ + "/css/css-writing-modes/reference/available-size-002-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/available-size-007.html": [ + [ + "/css/css-writing-modes/available-size-007.html", + [ + [ + "/css/css-writing-modes/reference/available-size-002-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/available-size-008.html": [ + [ + "/css/css-writing-modes/available-size-008.html", + [ + [ + "/css/css-writing-modes/reference/available-size-002-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/available-size-009.html": [ + [ + "/css/css-writing-modes/available-size-009.html", + [ + [ + "/css/css-writing-modes/reference/available-size-002-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/available-size-010.html": [ + [ + "/css/css-writing-modes/available-size-010.html", + [ + [ + "/css/css-writing-modes/reference/available-size-002-ref.html", + "==" + ] + ], + {} + ] + ], "css/css-writing-modes/background-position-vrl-018.xht": [ [ "/css/css-writing-modes/background-position-vrl-018.xht", @@ -152977,6 +153313,102 @@ {} ] ], + "css/css-writing-modes/ch-units-vrl-001.html": [ + [ + "/css/css-writing-modes/ch-units-vrl-001.html", + [ + [ + "/css/css-writing-modes/reference/ch-units-vrl-001-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/ch-units-vrl-002.html": [ + [ + "/css/css-writing-modes/ch-units-vrl-002.html", + [ + [ + "/css/css-writing-modes/reference/ch-units-vrl-001-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/ch-units-vrl-003.html": [ + [ + "/css/css-writing-modes/ch-units-vrl-003.html", + [ + [ + "/css/css-writing-modes/reference/ch-units-vrl-001-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/ch-units-vrl-004.html": [ + [ + "/css/css-writing-modes/ch-units-vrl-004.html", + [ + [ + "/css/css-writing-modes/reference/ch-units-vrl-001-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/ch-units-vrl-005.html": [ + [ + "/css/css-writing-modes/ch-units-vrl-005.html", + [ + [ + "/css/css-writing-modes/reference/ch-units-vrl-005-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/ch-units-vrl-006.html": [ + [ + "/css/css-writing-modes/ch-units-vrl-006.html", + [ + [ + "/css/css-writing-modes/reference/ch-units-vrl-005-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/ch-units-vrl-007.html": [ + [ + "/css/css-writing-modes/ch-units-vrl-007.html", + [ + [ + "/css/css-writing-modes/reference/ch-units-vrl-005-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/ch-units-vrl-008.html": [ + [ + "/css/css-writing-modes/ch-units-vrl-008.html", + [ + [ + "/css/css-writing-modes/reference/ch-units-vrl-005-ref.html", + "==" + ] + ], + {} + ] + ], "css/css-writing-modes/clearance-calculations-vrl-002.xht": [ [ "/css/css-writing-modes/clearance-calculations-vrl-002.xht", @@ -154957,6 +155389,54 @@ {} ] ], + "css/css-writing-modes/logical-props-001.html": [ + [ + "/css/css-writing-modes/logical-props-001.html", + [ + [ + "/css/css-writing-modes/reference/logical-props-001-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/logical-props-002.html": [ + [ + "/css/css-writing-modes/logical-props-002.html", + [ + [ + "/css/css-writing-modes/reference/logical-props-001-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/logical-props-003.html": [ + [ + "/css/css-writing-modes/logical-props-003.html", + [ + [ + "/css/css-writing-modes/reference/logical-props-001-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/logical-props-004.html": [ + [ + "/css/css-writing-modes/logical-props-004.html", + [ + [ + "/css/css-writing-modes/reference/logical-props-001-ref.html", + "==" + ] + ], + {} + ] + ], "css/css-writing-modes/margin-collapse-vlr-003.xht": [ [ "/css/css-writing-modes/margin-collapse-vlr-003.xht", @@ -155197,6 +155677,42 @@ {} ] ], + "css/css-writing-modes/mongolian-orientation-001.html": [ + [ + "/css/css-writing-modes/mongolian-orientation-001.html", + [ + [ + "/css/css-writing-modes/reference/mongolian-orientation-001-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/mongolian-orientation-002.html": [ + [ + "/css/css-writing-modes/mongolian-orientation-002.html", + [ + [ + "/css/css-writing-modes/reference/mongolian-orientation-001-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/nested-orthogonal-001.html": [ + [ + "/css/css-writing-modes/nested-orthogonal-001.html", + [ + [ + "/css/reference/ref-filled-green-100px-square.xht", + "==" + ] + ], + {} + ] + ], "css/css-writing-modes/normal-flow-overconstrained-vlr-003.xht": [ [ "/css/css-writing-modes/normal-flow-overconstrained-vlr-003.xht", @@ -157081,6 +157597,30 @@ {} ] ], + "css/css-writing-modes/svg-aliasing-001.html": [ + [ + "/css/css-writing-modes/svg-aliasing-001.html", + [ + [ + "/css/css-writing-modes/reference/svg-aliasing-001-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-writing-modes/svg-aliasing-002.html": [ + [ + "/css/css-writing-modes/svg-aliasing-002.html", + [ + [ + "/css/css-writing-modes/reference/svg-aliasing-002-ref.html", + "==" + ] + ], + {} + ] + ], "css/css-writing-modes/table-cell-001.html": [ [ "/css/css-writing-modes/table-cell-001.html", @@ -159681,6 +160221,18 @@ {} ] ], + "css/selectors/invalidation/sheet-going-away-002.html": [ + [ + "/css/selectors/invalidation/sheet-going-away-002.html", + [ + [ + "/css/selectors/invalidation/sheet-going-away-002-ref.html", + "==" + ] + ], + {} + ] + ], "css/selectors/of-type-selectors.xhtml": [ [ "/css/selectors/of-type-selectors.xhtml", @@ -159813,6 +160365,18 @@ {} ] ], + "css/selectors/selector-structural-pseudo-root.html": [ + [ + "/css/selectors/selector-structural-pseudo-root.html", + [ + [ + "/css/selectors/selector-structural-pseudo-root-ref.html", + "==" + ] + ], + {} + ] + ], "css/selectors/selectors-attr-white-space-001.html": [ [ "/css/selectors/selectors-attr-white-space-001.html", @@ -163569,6 +164133,18 @@ {} ] ], + "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-paint-ordering-003.html": [ + [ + "/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-paint-ordering-003.html", + [ + [ + "/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-paint-ordering-003-ref.html", + "==" + ] + ], + {} + ] + ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-root-node-001a.html": [ [ "/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-root-node-001a.html", @@ -176637,6 +177213,30 @@ {} ] ], + "html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-after-controls-added.html": [ + [ + "/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-after-controls-added.html", + [ + [ + "/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-after-controls-added-ref.html", + "==" + ] + ], + {} + ] + ], + "html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-after-controls-removed.html": [ + [ + "/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-after-controls-removed.html", + [ + [ + "/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-after-controls-removed-ref.html", + "==" + ] + ], + {} + ] + ], "html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-line-doesnt-fit.html": [ [ "/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-line-doesnt-fit.html", @@ -176661,6 +177261,30 @@ {} ] ], + "html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-non-snap-to-lines.html": [ + [ + "/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-non-snap-to-lines.html", + [ + [ + "/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-non-snap-to-lines-ref.html", + "==" + ] + ], + {} + ] + ], + "html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-two-cue-layout-after-first-end.html": [ + [ + "/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-two-cue-layout-after-first-end.html", + [ + [ + "/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-two-cue-layout-after-first-end-ref.html", + "==" + ] + ], + {} + ] + ], "html/semantics/embedded-content/the-audio-element/audio_001.htm": [ [ "/html/semantics/embedded-content/the-audio-element/audio_001.htm", @@ -181991,6 +182615,30 @@ {} ] ], + "css/css-text/astral-bidi/adlam.html": [ + [ + "/css/css-text/astral-bidi/adlam.html", + [ + [ + "/css/css-text/astral-bidi/adlam-ref.html", + "==" + ] + ], + {} + ] + ], + "css/css-text/astral-bidi/cypriot.html": [ + [ + "/css/css-text/astral-bidi/cypriot.html", + [ + [ + "/css/css-text/astral-bidi/cypriot-ref.html", + "==" + ] + ], + {} + ] + ], "css/css-transforms/2d-rotate-notref.html": [ [ "/css/css-transforms/2d-rotate-notref.html", @@ -183416,7 +184064,7 @@ {} ] ], - "2dcontext/imagebitmap/common.js": [ + "2dcontext/imagebitmap/common.sub.js": [ [ {} ] @@ -187266,6 +187914,36 @@ {} ] ], + "bluetooth/script-tests/service/blocklisted-characteristic.js": [ + [ + {} + ] + ], + "bluetooth/script-tests/service/characteristic-not-found.js": [ + [ + {} + ] + ], + "bluetooth/script-tests/service/garbage-collection-ran-during-error.js": [ + [ + {} + ] + ], + "bluetooth/script-tests/service/get-same-object.js": [ + [ + {} + ] + ], + "bluetooth/script-tests/service/invalid-characteristic-name.js": [ + [ + {} + ] + ], + "bluetooth/script-tests/service/reconnect-during.js": [ + [ + {} + ] + ], "clear-site-data/support/echo-clear-site-data.py": [ [ {} @@ -187441,6 +188119,11 @@ {} ] ], + "common/namespaces.js": [ + [ + {} + ] + ], "common/object-association.js": [ [ {} @@ -209881,27 +210564,132 @@ {} ] ], - "content-security-policy/reporting/reporting-api-doesnt-send-reports-without-violation.https.sub.html.sub.headers": [ + "content-security-policy/reporting-api/reporting-api-doesnt-send-reports-without-violation.https.sub.html.sub.headers": [ [ {} ] ], - "content-security-policy/reporting/reporting-api-report-only-sends-reports-on-violation.https.sub.html.sub.headers": [ + "content-security-policy/reporting-api/reporting-api-report-only-sends-reports-on-violation.https.sub.html.sub.headers": [ [ {} ] ], - "content-security-policy/reporting/reporting-api-report-to-overrides-report-uri-1.https.sub.html.sub.headers": [ + "content-security-policy/reporting-api/reporting-api-report-to-overrides-report-uri-1.https.sub.html.sub.headers": [ [ {} ] ], - "content-security-policy/reporting/reporting-api-report-to-overrides-report-uri-2.https.sub.html.sub.headers": [ + "content-security-policy/reporting-api/reporting-api-report-to-overrides-report-uri-2.https.sub.html.sub.headers": [ [ {} ] ], - "content-security-policy/reporting/reporting-api-sends-reports-on-violation.https.sub.html.sub.headers": [ + "content-security-policy/reporting-api/reporting-api-sends-reports-on-violation.https.sub.html.sub.headers": [ + [ + {} + ] + ], + "content-security-policy/reporting-api/reporting-api-works-on-frame-src.https.sub.html.sub.headers": [ + [ + {} + ] + ], + "content-security-policy/reporting/multiple-report-policies.html.sub.headers": [ + [ + {} + ] + ], + "content-security-policy/reporting/report-and-enforce.html.sub.headers": [ + [ + {} + ] + ], + "content-security-policy/reporting/report-blocked-data-uri.html.sub.headers": [ + [ + {} + ] + ], + "content-security-policy/reporting/report-blocked-uri-cross-origin.sub.html.sub.headers": [ + [ + {} + ] + ], + "content-security-policy/reporting/report-blocked-uri.html.sub.headers": [ + [ + {} + ] + ], + "content-security-policy/reporting/report-cross-origin-no-cookies.sub.html.sub.headers": [ + [ + {} + ] + ], + "content-security-policy/reporting/report-multiple-violations-01.html.sub.headers": [ + [ + {} + ] + ], + "content-security-policy/reporting/report-multiple-violations-02.html.sub.headers": [ + [ + {} + ] + ], + "content-security-policy/reporting/report-only-in-meta.sub.html.sub.headers": [ + [ + {} + ] + ], + "content-security-policy/reporting/report-original-url.sub.html.sub.headers": [ + [ + {} + ] + ], + "content-security-policy/reporting/report-same-origin-with-cookies.html.sub.headers": [ + [ + {} + ] + ], + "content-security-policy/reporting/report-uri-effective-directive.html.sub.headers": [ + [ + {} + ] + ], + "content-security-policy/reporting/report-uri-from-inline-javascript.html.sub.headers": [ + [ + {} + ] + ], + "content-security-policy/reporting/report-uri-from-javascript.html.sub.headers": [ + [ + {} + ] + ], + "content-security-policy/reporting/report-uri-multiple-reversed.html.sub.headers": [ + [ + {} + ] + ], + "content-security-policy/reporting/report-uri-multiple.html.sub.headers": [ + [ + {} + ] + ], + "content-security-policy/reporting/report-uri-scheme-relative.html.sub.headers": [ + [ + {} + ] + ], + "content-security-policy/reporting/support/generate-csp-report.html": [ + [ + {} + ] + ], + "content-security-policy/reporting/support/generate-csp-report.html.sub.headers": [ + [ + {} + ] + ], + "content-security-policy/reporting/support/set-cookie.py": [ [ {} ] @@ -210291,6 +211079,11 @@ {} ] ], + "content-security-policy/support/pass2.png": [ + [ + {} + ] + ], "content-security-policy/support/ping.js": [ [ {} @@ -232396,6 +233189,11 @@ {} ] ], + "css/css-align/content-distribution/place-content-shorthand-007-ref.html": [ + [ + {} + ] + ], "css/css-align/reference/ttwf-reftest-alignContent-ref.html": [ [ {} @@ -234076,6 +234874,11 @@ {} ] ], + "css/css-display/display-contents-fieldset-nested-legend-ref.html": [ + [ + {} + ] + ], "css/css-display/display-contents-flex-001-ref.html": [ [ {} @@ -234281,6 +235084,11 @@ {} ] ], + "css/css-fill-stroke/reference/paint-order-001-ref.tentative.html": [ + [ + {} + ] + ], "css/css-flexbox/OWNERS": [ [ {} @@ -243961,6 +244769,11 @@ {} ] ], + "css/css-grid/alignment/support/100x100-green.png": [ + [ + {} + ] + ], "css/css-grid/alignment/support/style-change.js": [ [ {} @@ -244111,11 +244924,6 @@ {} ] ], - "css/css-grid/support/grid-alignment.css": [ - [ - {} - ] - ], "css/css-grid/support/grid.css": [ [ {} @@ -244411,6 +245219,11 @@ {} ] ], + "css/css-layout-api/OWNERS": [ + [ + {} + ] + ], "css/css-lists/OWNERS": [ [ {} @@ -245806,11 +246619,6 @@ {} ] ], - "css/css-position/position-sticky-bottom-ref.html": [ - [ - {} - ] - ], "css/css-position/position-sticky-flexbox-ref.html": [ [ {} @@ -245831,11 +246639,6 @@ {} ] ], - "css/css-position/position-sticky-left-ref.html": [ - [ - {} - ] - ], "css/css-position/position-sticky-margins-ref.html": [ [ {} @@ -245876,7 +246679,7 @@ {} ] ], - "css/css-position/position-sticky-right-ref.html": [ + "css/css-position/position-sticky-rendering-ref.html": [ [ {} ] @@ -245936,11 +246739,6 @@ {} ] ], - "css/css-position/position-sticky-top-ref.html": [ - [ - {} - ] - ], "css/css-position/position-sticky-transforms-ref.html": [ [ {} @@ -245956,6 +246754,11 @@ {} ] ], + "css/css-position/resources/sticky-util.js": [ + [ + {} + ] + ], "css/css-pseudo/OWNERS": [ [ {} @@ -248196,6 +248999,26 @@ {} ] ], + "css/css-text/astral-bidi/adlam-ref.html": [ + [ + {} + ] + ], + "css/css-text/astral-bidi/cypriot-ref.html": [ + [ + {} + ] + ], + "css/css-text/astral-bidi/support/adlam.css": [ + [ + {} + ] + ], + "css/css-text/astral-bidi/support/cypriot.css": [ + [ + {} + ] + ], "css/css-text/hanging-punctuation/reference/hanging-punctuation-allow-end-001-ref.xht": [ [ {} @@ -252756,6 +253579,41 @@ {} ] ], + "css/css-transforms/transform-transformed-caption-contains-fixed-position-ref.html": [ + [ + {} + ] + ], + "css/css-transforms/transform-transformed-tbody-contains-fixed-position-ref.html": [ + [ + {} + ] + ], + "css/css-transforms/transform-transformed-td-contains-fixed-position-ref.html": [ + [ + {} + ] + ], + "css/css-transforms/transform-transformed-tfoot-contains-fixed-position-ref.html": [ + [ + {} + ] + ], + "css/css-transforms/transform-transformed-th-contains-fixed-position-ref.html": [ + [ + {} + ] + ], + "css/css-transforms/transform-transformed-thead-contains-fixed-position-ref.html": [ + [ + {} + ] + ], + "css/css-transforms/transform-transformed-tr-contains-fixed-position-ref.html": [ + [ + {} + ] + ], "css/css-transforms/transform-translate-ref.html": [ [ {} @@ -253206,6 +254064,11 @@ {} ] ], + "css/css-typed-om/OWNERS": [ + [ + {} + ] + ], "css/css-typed-om/resources/1x1-green.png": [ [ {} @@ -253216,6 +254079,11 @@ {} ] ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/resources/testhelper.js": [ + [ + {} + ] + ], "css/css-ui/OWNERS": [ [ {} @@ -254521,6 +255389,21 @@ {} ] ], + "css/css-ui/text-overflow-024-ref.html": [ + [ + {} + ] + ], + "css/css-ui/text-overflow-025-ref.html": [ + [ + {} + ] + ], + "css/css-ui/text-overflow-026-ref.html": [ + [ + {} + ] + ], "css/css-ui/text-overflow-ref.html": [ [ {} @@ -254531,6 +255414,16 @@ {} ] ], + "css/css-values/calc-ch-ex-lang-ref.html": [ + [ + {} + ] + ], + "css/css-values/calc-rem-lang-ref.html": [ + [ + {} + ] + ], "css/css-values/ex-calc-expression-001-ref.html": [ [ {} @@ -255341,6 +256234,16 @@ {} ] ], + "css/css-writing-modes/reference/available-size-001-ref.html": [ + [ + {} + ] + ], + "css/css-writing-modes/reference/available-size-002-ref.html": [ + [ + {} + ] + ], "css/css-writing-modes/reference/bidi-embed-001.html": [ [ {} @@ -255821,6 +256724,16 @@ {} ] ], + "css/css-writing-modes/reference/ch-units-vrl-001-ref.html": [ + [ + {} + ] + ], + "css/css-writing-modes/reference/ch-units-vrl-005-ref.html": [ + [ + {} + ] + ], "css/css-writing-modes/reference/full-width-001-horizontal-notref.html": [ [ {} @@ -255871,6 +256784,16 @@ {} ] ], + "css/css-writing-modes/reference/logical-props-001-ref.html": [ + [ + {} + ] + ], + "css/css-writing-modes/reference/mongolian-orientation-001-ref.html": [ + [ + {} + ] + ], "css/css-writing-modes/reference/outline-inline-block-vrl-006.html": [ [ {} @@ -255896,6 +256819,16 @@ {} ] ], + "css/css-writing-modes/reference/svg-aliasing-001-ref.html": [ + [ + {} + ] + ], + "css/css-writing-modes/reference/svg-aliasing-002-ref.html": [ + [ + {} + ] + ], "css/css-writing-modes/reference/table-cell-001-ref.html": [ [ {} @@ -258776,6 +259709,36 @@ {} ] ], + "css/fonts/noto/NotoSansAdlam-hinted/LICENSE_OFL.txt": [ + [ + {} + ] + ], + "css/fonts/noto/NotoSansAdlam-hinted/NotoSansAdlam-Regular.ttf": [ + [ + {} + ] + ], + "css/fonts/noto/NotoSansAdlam-hinted/README": [ + [ + {} + ] + ], + "css/fonts/noto/NotoSansCypriot-hinted/LICENSE_OFL.txt": [ + [ + {} + ] + ], + "css/fonts/noto/NotoSansCypriot-hinted/NotoSansCypriot-Regular.ttf": [ + [ + {} + ] + ], + "css/fonts/noto/NotoSansCypriot-hinted/README": [ + [ + {} + ] + ], "css/geometry/OWNERS": [ [ {} @@ -260616,6 +261579,11 @@ {} ] ], + "css/selectors/invalidation/sheet-going-away-002-ref.html": [ + [ + {} + ] + ], "css/selectors/of-type-selectors-ref.xhtml": [ [ {} @@ -260661,6 +261629,11 @@ {} ] ], + "css/selectors/selector-structural-pseudo-root-ref.html": [ + [ + {} + ] + ], "css/selectors/selectors-attr-white-space-001-ref.html": [ [ {} @@ -260776,6 +261749,11 @@ {} ] ], + "css/support/alignment.css": [ + [ + {} + ] + ], "css/support/b-green.css": [ [ {} @@ -262631,6 +263609,11 @@ {} ] ], + "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-paint-ordering-003-ref.html": [ + [ + {} + ] + ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-root-node-001-ref.html": [ [ {} @@ -267481,6 +268464,36 @@ {} ] ], + "feature-policy/experimental-features/resources/feature-policy-image.html": [ + [ + {} + ] + ], + "feature-policy/experimental-features/resources/image.jpg": [ + [ + {} + ] + ], + "feature-policy/experimental-features/resources/image.png": [ + [ + {} + ] + ], + "feature-policy/experimental-features/resources/image.svg": [ + [ + {} + ] + ], + "feature-policy/experimental-features/resources/video.ogv": [ + [ + {} + ] + ], + "feature-policy/experimental-features/unsized-image.tentative.https.sub.html.headers": [ + [ + {} + ] + ], "feature-policy/payment-allowed-by-feature-policy.https.sub.html.headers": [ [ {} @@ -267931,6 +268944,21 @@ {} ] ], + "fetch/data-urls/README.md": [ + [ + {} + ] + ], + "fetch/data-urls/resources/base64.json": [ + [ + {} + ] + ], + "fetch/data-urls/resources/data-urls.json": [ + [ + {} + ] + ], "fetch/http-cache/README.md": [ [ {} @@ -268436,6 +269464,11 @@ {} ] ], + "graphics-aam/OWNERS": [ + [ + {} + ] + ], "gyroscope/Gyroscope-disabled-by-feature-policy.https.html.headers": [ [ {} @@ -277271,6 +278304,16 @@ {} ] ], + "html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-after-controls-added-ref.html": [ + [ + {} + ] + ], + "html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-after-controls-removed-ref.html": [ + [ + {} + ] + ], "html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-line-doesnt-fit-ref.html": [ [ {} @@ -277286,6 +278329,16 @@ {} ] ], + "html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-non-snap-to-lines-ref.html": [ + [ + {} + ] + ], + "html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-two-cue-layout-after-first-end-ref.html": [ + [ + {} + ] + ], "html/semantics/embedded-content/resources/should-load.html": [ [ {} @@ -279106,6 +280159,11 @@ {} ] ], + "html/semantics/scripting-1/the-script-element/module/resources/fast-module.js": [ + [ + {} + ] + ], "html/semantics/scripting-1/the-script-element/module/resources/import-non-utf8-with-charset-header.js": [ [ {} @@ -279161,6 +280219,11 @@ {} ] ], + "html/semantics/scripting-1/the-script-element/module/resources/slow-module.js": [ + [ + {} + ] + ], "html/semantics/scripting-1/the-script-element/module/set-currentScript-on-window.js": [ [ {} @@ -280541,6 +281604,11 @@ {} ] ], + "images/pattern.svg": [ + [ + {} + ] + ], "images/red-16x16.png": [ [ {} @@ -280806,6 +281874,11 @@ {} ] ], + "interfaces/screen-orientation.idl": [ + [ + {} + ] + ], "interfaces/touchevents.idl": [ [ {} @@ -282876,17 +283949,12 @@ {} ] ], - "proximity/DeviceProximityEvent_tests.js": [ - [ - {} - ] - ], "proximity/OWNERS": [ [ {} ] ], - "proximity/UserProximityEvent_tests.js": [ + "quirks/OWNERS": [ [ {} ] @@ -285576,6 +286644,11 @@ {} ] ], + "resource-timing/resources/empty.js": [ + [ + {} + ] + ], "resource-timing/resources/empty_script.js": [ [ {} @@ -286976,6 +288049,16 @@ {} ] ], + "service-workers/service-worker/resources/about-blank-replacement-blank-dynamic-nested-frame.html": [ + [ + {} + ] + ], + "service-workers/service-worker/resources/about-blank-replacement-blank-nested-frame.html": [ + [ + {} + ] + ], "service-workers/service-worker/resources/about-blank-replacement-frame.py": [ [ {} @@ -286991,6 +288074,11 @@ {} ] ], + "service-workers/service-worker/resources/about-blank-replacement-srcdoc-nested-frame.html": [ + [ + {} + ] + ], "service-workers/service-worker/resources/about-blank-replacement-uncontrolled-nested-frame.html": [ [ {} @@ -287176,6 +288264,11 @@ {} ] ], + "service-workers/service-worker/resources/echo-content.py": [ + [ + {} + ] + ], "service-workers/service-worker/resources/echo-message-to-source-worker.js": [ [ {} @@ -287241,6 +288334,11 @@ {} ] ], + "service-workers/service-worker/resources/fetch-canvas-tainting-tests.js": [ + [ + {} + ] + ], "service-workers/service-worker/resources/fetch-cors-exposed-header-names-worker.js": [ [ {} @@ -287621,6 +288719,16 @@ {} ] ], + "service-workers/service-worker/resources/local-url-inherit-controller-frame.html": [ + [ + {} + ] + ], + "service-workers/service-worker/resources/local-url-inherit-controller-worker.js": [ + [ + {} + ] + ], "service-workers/service-worker/resources/malformed-worker.py": [ [ {} @@ -290031,6 +291139,16 @@ {} ] ], + "webdriver/tests/execute_async_script/__init__.py": [ + [ + {} + ] + ], + "webdriver/tests/execute_script/__init__.py": [ + [ + {} + ] + ], "webdriver/tests/sessions/new_session/conftest.py": [ [ {} @@ -296365,6 +297483,12 @@ {} ] ], + "2dcontext/imagebitmap/createImageBitmap-origin.sub.html": [ + [ + "/2dcontext/imagebitmap/createImageBitmap-origin.sub.html", + {} + ] + ], "2dcontext/imagebitmap/createImageBitmap-sizeOverflow.html": [ [ "/2dcontext/imagebitmap/createImageBitmap-sizeOverflow.html", @@ -301695,6 +302819,12 @@ {} ] ], + "acid/acid3/numbered-tests.html": [ + [ + "/acid/acid3/numbered-tests.html", + {} + ] + ], "ambient-light/AmbientLightSensor-disabled-by-feature-policy.https.html": [ [ "/ambient-light/AmbientLightSensor-disabled-by-feature-policy.https.html", @@ -302163,6 +303293,262 @@ } ] ], + "bluetooth/requestDevice/blocklisted-service-in-filter.https.html": [ + [ + "/bluetooth/requestDevice/blocklisted-service-in-filter.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/blocklisted-service-in-optionalServices.https.html": [ + [ + "/bluetooth/requestDevice/blocklisted-service-in-optionalServices.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/canonicalizeFilter/device-name-longer-than-29-bytes.https.html": [ + [ + "/bluetooth/requestDevice/canonicalizeFilter/device-name-longer-than-29-bytes.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/canonicalizeFilter/empty-filter.https.html": [ + [ + "/bluetooth/requestDevice/canonicalizeFilter/empty-filter.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/canonicalizeFilter/empty-filters-member.https.html": [ + [ + "/bluetooth/requestDevice/canonicalizeFilter/empty-filters-member.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/canonicalizeFilter/empty-namePrefix.https.html": [ + [ + "/bluetooth/requestDevice/canonicalizeFilter/empty-namePrefix.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/canonicalizeFilter/empty-services-member.https.html": [ + [ + "/bluetooth/requestDevice/canonicalizeFilter/empty-services-member.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/canonicalizeFilter/filters-xor-acceptAllDevices.https.html": [ + [ + "/bluetooth/requestDevice/canonicalizeFilter/filters-xor-acceptAllDevices.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-name-unicode.https.html": [ + [ + "/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-name-unicode.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-name.https.html": [ + [ + "/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-name.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-namePrefix-unicode.https.html": [ + [ + "/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-namePrefix-unicode.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-namePrefix.https.html": [ + [ + "/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-namePrefix.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/canonicalizeFilter/max-length-name-unicode.https.html": [ + [ + "/bluetooth/requestDevice/canonicalizeFilter/max-length-name-unicode.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/canonicalizeFilter/max-length-name.https.html": [ + [ + "/bluetooth/requestDevice/canonicalizeFilter/max-length-name.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/canonicalizeFilter/max-length-namePrefix-unicode.https.html": [ + [ + "/bluetooth/requestDevice/canonicalizeFilter/max-length-namePrefix-unicode.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/canonicalizeFilter/max-length-namePrefix.https.html": [ + [ + "/bluetooth/requestDevice/canonicalizeFilter/max-length-namePrefix.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/canonicalizeFilter/no-arguments.https.html": [ + [ + "/bluetooth/requestDevice/canonicalizeFilter/no-arguments.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/canonicalizeFilter/unicode-valid-length-name-name.https.html": [ + [ + "/bluetooth/requestDevice/canonicalizeFilter/unicode-valid-length-name-name.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/canonicalizeFilter/unicode-valid-length-name-namePrefix.https.html": [ + [ + "/bluetooth/requestDevice/canonicalizeFilter/unicode-valid-length-name-namePrefix.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-optionalServices-member.https.html": [ + [ + "/bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-optionalServices-member.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-services-member.https.html": [ + [ + "/bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-services-member.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/consumes-user-gesture.https.html": [ + [ + "/bluetooth/requestDevice/consumes-user-gesture.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/discovery-succeeds.https.html": [ + [ + "/bluetooth/requestDevice/discovery-succeeds.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/filter-matches.https.html": [ + [ + "/bluetooth/requestDevice/filter-matches.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/le-not-supported.https.html": [ + [ + "/bluetooth/requestDevice/le-not-supported.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/name-empty-device-from-name-empty-filter.https.html": [ + [ + "/bluetooth/requestDevice/name-empty-device-from-name-empty-filter.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/not-processing-user-gesture.https.html": [ + [ + "/bluetooth/requestDevice/not-processing-user-gesture.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/radio-not-present.https.html": [ + [ + "/bluetooth/requestDevice/radio-not-present.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/request-from-iframe.https.html": [ + [ + "/bluetooth/requestDevice/request-from-iframe.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/request-from-sandboxed-iframe.https.html": [ + [ + "/bluetooth/requestDevice/request-from-sandboxed-iframe.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/same-device.https.html": [ + [ + "/bluetooth/requestDevice/same-device.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/requestDevice/single-filter-single-service.https.html": [ + [ + "/bluetooth/requestDevice/single-filter-single-service.https.html", + { + "testdriver": true + } + ] + ], "bluetooth/server/connect/connection-succeeds.https.html": [ [ "/bluetooth/server/connect/connection-succeeds.https.html", @@ -302355,6 +303741,46 @@ } ] ], + "bluetooth/server/getPrimaryService/service-found.https.html": [ + [ + "/bluetooth/server/getPrimaryService/service-found.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/server/getPrimaryService/two-iframes-from-same-origin.https.html": [ + [ + "/bluetooth/server/getPrimaryService/two-iframes-from-same-origin.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/server/getPrimaryServices/blocklisted-services-with-uuid.https.html": [ + [ + "/bluetooth/server/getPrimaryServices/blocklisted-services-with-uuid.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/server/getPrimaryServices/blocklisted-services.https.html": [ + [ + "/bluetooth/server/getPrimaryServices/blocklisted-services.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/server/getPrimaryServices/correct-services.https.html": [ + [ + "/bluetooth/server/getPrimaryServices/correct-services.https.html", + { + "testdriver": true + } + ] + ], "bluetooth/server/getPrimaryServices/gen-disconnect-called-before-with-uuid.https.html": [ [ "/bluetooth/server/getPrimaryServices/gen-disconnect-called-before-with-uuid.https.html", @@ -302563,6 +303989,30 @@ } ] ], + "bluetooth/server/getPrimaryServices/services-found-with-uuid.https.html": [ + [ + "/bluetooth/server/getPrimaryServices/services-found-with-uuid.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/server/getPrimaryServices/services-found.https.html": [ + [ + "/bluetooth/server/getPrimaryServices/services-found.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/server/getPrimaryServices/services-not-found.https.html": [ + [ + "/bluetooth/server/getPrimaryServices/services-not-found.https.html", + { + "testdriver": true + } + ] + ], "bluetooth/service/getCharacteristic/characteristic-found.https.html": [ [ "/bluetooth/service/getCharacteristic/characteristic-found.https.html", @@ -302571,6 +304021,54 @@ } ] ], + "bluetooth/service/getCharacteristic/gen-blocklisted-characteristic.https.html": [ + [ + "/bluetooth/service/getCharacteristic/gen-blocklisted-characteristic.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/service/getCharacteristic/gen-characteristic-not-found.https.html": [ + [ + "/bluetooth/service/getCharacteristic/gen-characteristic-not-found.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/service/getCharacteristic/gen-garbage-collection-ran-during-error.https.html": [ + [ + "/bluetooth/service/getCharacteristic/gen-garbage-collection-ran-during-error.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/service/getCharacteristic/gen-get-same-object.https.html": [ + [ + "/bluetooth/service/getCharacteristic/gen-get-same-object.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/service/getCharacteristic/gen-invalid-characteristic-name.https.html": [ + [ + "/bluetooth/service/getCharacteristic/gen-invalid-characteristic-name.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/service/getCharacteristic/gen-reconnect-during.https.html": [ + [ + "/bluetooth/service/getCharacteristic/gen-reconnect-during.https.html", + { + "testdriver": true + } + ] + ], "bluetooth/service/getCharacteristics/blocklisted-characteristics.https.html": [ [ "/bluetooth/service/getCharacteristics/blocklisted-characteristics.https.html", @@ -302603,6 +304101,78 @@ } ] ], + "bluetooth/service/getCharacteristics/gen-blocklisted-characteristic-with-uuid.https.html": [ + [ + "/bluetooth/service/getCharacteristics/gen-blocklisted-characteristic-with-uuid.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/service/getCharacteristics/gen-characteristic-not-found-with-uuid.https.html": [ + [ + "/bluetooth/service/getCharacteristics/gen-characteristic-not-found-with-uuid.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/service/getCharacteristics/gen-garbage-collection-ran-during-error-with-uuid.https.html": [ + [ + "/bluetooth/service/getCharacteristics/gen-garbage-collection-ran-during-error-with-uuid.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/service/getCharacteristics/gen-garbage-collection-ran-during-error.https.html": [ + [ + "/bluetooth/service/getCharacteristics/gen-garbage-collection-ran-during-error.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/service/getCharacteristics/gen-get-same-object-with-uuid.https.html": [ + [ + "/bluetooth/service/getCharacteristics/gen-get-same-object-with-uuid.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/service/getCharacteristics/gen-get-same-object.https.html": [ + [ + "/bluetooth/service/getCharacteristics/gen-get-same-object.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/service/getCharacteristics/gen-invalid-characteristic-name.https.html": [ + [ + "/bluetooth/service/getCharacteristics/gen-invalid-characteristic-name.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/service/getCharacteristics/gen-reconnect-during-with-uuid.https.html": [ + [ + "/bluetooth/service/getCharacteristics/gen-reconnect-during-with-uuid.https.html", + { + "testdriver": true + } + ] + ], + "bluetooth/service/getCharacteristics/gen-reconnect-during.https.html": [ + [ + "/bluetooth/service/getCharacteristics/gen-reconnect-during.https.html", + { + "testdriver": true + } + ] + ], "clear-site-data/navigation-insecure.html": [ [ "/clear-site-data/navigation-insecure.html", @@ -303703,41 +305273,155 @@ {} ] ], - "content-security-policy/reporting/reporting-api-doesnt-send-reports-without-violation.https.sub.html": [ + "content-security-policy/reporting-api/reporting-api-doesnt-send-reports-without-violation.https.sub.html": [ [ - "/content-security-policy/reporting/reporting-api-doesnt-send-reports-without-violation.https.sub.html", + "/content-security-policy/reporting-api/reporting-api-doesnt-send-reports-without-violation.https.sub.html", {} ] ], - "content-security-policy/reporting/reporting-api-report-only-sends-reports-on-violation.https.sub.html": [ + "content-security-policy/reporting-api/reporting-api-report-only-sends-reports-on-violation.https.sub.html": [ [ - "/content-security-policy/reporting/reporting-api-report-only-sends-reports-on-violation.https.sub.html", + "/content-security-policy/reporting-api/reporting-api-report-only-sends-reports-on-violation.https.sub.html", {} ] ], - "content-security-policy/reporting/reporting-api-report-to-overrides-report-uri-1.https.sub.html": [ + "content-security-policy/reporting-api/reporting-api-report-to-overrides-report-uri-1.https.sub.html": [ [ - "/content-security-policy/reporting/reporting-api-report-to-overrides-report-uri-1.https.sub.html", + "/content-security-policy/reporting-api/reporting-api-report-to-overrides-report-uri-1.https.sub.html", {} ] ], - "content-security-policy/reporting/reporting-api-report-to-overrides-report-uri-2.https.sub.html": [ + "content-security-policy/reporting-api/reporting-api-report-to-overrides-report-uri-2.https.sub.html": [ [ - "/content-security-policy/reporting/reporting-api-report-to-overrides-report-uri-2.https.sub.html", + "/content-security-policy/reporting-api/reporting-api-report-to-overrides-report-uri-2.https.sub.html", { "timeout": "long" } ] ], - "content-security-policy/reporting/reporting-api-sends-reports-on-violation.https.sub.html": [ + "content-security-policy/reporting-api/reporting-api-sends-reports-on-violation.https.sub.html": [ [ - "/content-security-policy/reporting/reporting-api-sends-reports-on-violation.https.sub.html", + "/content-security-policy/reporting-api/reporting-api-sends-reports-on-violation.https.sub.html", {} ] ], - "content-security-policy/reporting/securitypolicyviolation-idl.html": [ + "content-security-policy/reporting-api/reporting-api-works-on-frame-src.https.sub.html": [ [ - "/content-security-policy/reporting/securitypolicyviolation-idl.html", + "/content-security-policy/reporting-api/reporting-api-works-on-frame-src.https.sub.html", + {} + ] + ], + "content-security-policy/reporting/multiple-report-policies.html": [ + [ + "/content-security-policy/reporting/multiple-report-policies.html", + {} + ] + ], + "content-security-policy/reporting/report-and-enforce.html": [ + [ + "/content-security-policy/reporting/report-and-enforce.html", + {} + ] + ], + "content-security-policy/reporting/report-blocked-data-uri.html": [ + [ + "/content-security-policy/reporting/report-blocked-data-uri.html", + {} + ] + ], + "content-security-policy/reporting/report-blocked-uri-cross-origin.sub.html": [ + [ + "/content-security-policy/reporting/report-blocked-uri-cross-origin.sub.html", + {} + ] + ], + "content-security-policy/reporting/report-blocked-uri.html": [ + [ + "/content-security-policy/reporting/report-blocked-uri.html", + {} + ] + ], + "content-security-policy/reporting/report-cross-origin-no-cookies.sub.html": [ + [ + "/content-security-policy/reporting/report-cross-origin-no-cookies.sub.html", + {} + ] + ], + "content-security-policy/reporting/report-multiple-violations-01.html": [ + [ + "/content-security-policy/reporting/report-multiple-violations-01.html", + {} + ] + ], + "content-security-policy/reporting/report-multiple-violations-02.html": [ + [ + "/content-security-policy/reporting/report-multiple-violations-02.html", + {} + ] + ], + "content-security-policy/reporting/report-only-in-meta.sub.html": [ + [ + "/content-security-policy/reporting/report-only-in-meta.sub.html", + {} + ] + ], + "content-security-policy/reporting/report-original-url.sub.html": [ + [ + "/content-security-policy/reporting/report-original-url.sub.html", + {} + ] + ], + "content-security-policy/reporting/report-same-origin-with-cookies.html": [ + [ + "/content-security-policy/reporting/report-same-origin-with-cookies.html", + {} + ] + ], + "content-security-policy/reporting/report-strips-fragment.html": [ + [ + "/content-security-policy/reporting/report-strips-fragment.html", + {} + ] + ], + "content-security-policy/reporting/report-uri-effective-directive.html": [ + [ + "/content-security-policy/reporting/report-uri-effective-directive.html", + {} + ] + ], + "content-security-policy/reporting/report-uri-from-child-frame.html": [ + [ + "/content-security-policy/reporting/report-uri-from-child-frame.html", + {} + ] + ], + "content-security-policy/reporting/report-uri-from-inline-javascript.html": [ + [ + "/content-security-policy/reporting/report-uri-from-inline-javascript.html", + {} + ] + ], + "content-security-policy/reporting/report-uri-from-javascript.html": [ + [ + "/content-security-policy/reporting/report-uri-from-javascript.html", + {} + ] + ], + "content-security-policy/reporting/report-uri-multiple-reversed.html": [ + [ + "/content-security-policy/reporting/report-uri-multiple-reversed.html", + {} + ] + ], + "content-security-policy/reporting/report-uri-multiple.html": [ + [ + "/content-security-policy/reporting/report-uri-multiple.html", + {} + ] + ], + "content-security-policy/reporting/report-uri-scheme-relative.html": [ + [ + "/content-security-policy/reporting/report-uri-scheme-relative.html", {} ] ], @@ -305263,6 +306947,12 @@ {} ] ], + "credential-management/require_securecontext.html": [ + [ + "/credential-management/require_securecontext.html", + {} + ] + ], "css/compositing/mix-blend-mode/mix-blend-mode-creates-stacking-context.html": [ [ "/css/compositing/mix-blend-mode/mix-blend-mode-creates-stacking-context.html", @@ -305275,6 +306965,66 @@ {} ] ], + "css/css-align/content-distribution/parse-align-content-001.html": [ + [ + "/css/css-align/content-distribution/parse-align-content-001.html", + {} + ] + ], + "css/css-align/content-distribution/parse-align-content-002.html": [ + [ + "/css/css-align/content-distribution/parse-align-content-002.html", + {} + ] + ], + "css/css-align/content-distribution/parse-align-content-003.html": [ + [ + "/css/css-align/content-distribution/parse-align-content-003.html", + {} + ] + ], + "css/css-align/content-distribution/parse-align-content-004.html": [ + [ + "/css/css-align/content-distribution/parse-align-content-004.html", + {} + ] + ], + "css/css-align/content-distribution/parse-align-content-005.html": [ + [ + "/css/css-align/content-distribution/parse-align-content-005.html", + {} + ] + ], + "css/css-align/content-distribution/parse-justify-content-001.html": [ + [ + "/css/css-align/content-distribution/parse-justify-content-001.html", + {} + ] + ], + "css/css-align/content-distribution/parse-justify-content-002.html": [ + [ + "/css/css-align/content-distribution/parse-justify-content-002.html", + {} + ] + ], + "css/css-align/content-distribution/parse-justify-content-003.html": [ + [ + "/css/css-align/content-distribution/parse-justify-content-003.html", + {} + ] + ], + "css/css-align/content-distribution/parse-justify-content-004.html": [ + [ + "/css/css-align/content-distribution/parse-justify-content-004.html", + {} + ] + ], + "css/css-align/content-distribution/parse-justify-content-005.html": [ + [ + "/css/css-align/content-distribution/parse-justify-content-005.html", + {} + ] + ], "css/css-align/content-distribution/place-content-shorthand-001.html": [ [ "/css/css-align/content-distribution/place-content-shorthand-001.html", @@ -305317,6 +307067,72 @@ {} ] ], + "css/css-align/default-alignment/parse-align-items-001.html": [ + [ + "/css/css-align/default-alignment/parse-align-items-001.html", + {} + ] + ], + "css/css-align/default-alignment/parse-align-items-002.html": [ + [ + "/css/css-align/default-alignment/parse-align-items-002.html", + {} + ] + ], + "css/css-align/default-alignment/parse-align-items-003.html": [ + [ + "/css/css-align/default-alignment/parse-align-items-003.html", + {} + ] + ], + "css/css-align/default-alignment/parse-align-items-004.html": [ + [ + "/css/css-align/default-alignment/parse-align-items-004.html", + {} + ] + ], + "css/css-align/default-alignment/parse-align-items-005.html": [ + [ + "/css/css-align/default-alignment/parse-align-items-005.html", + {} + ] + ], + "css/css-align/default-alignment/parse-justify-items-001.html": [ + [ + "/css/css-align/default-alignment/parse-justify-items-001.html", + {} + ] + ], + "css/css-align/default-alignment/parse-justify-items-002.html": [ + [ + "/css/css-align/default-alignment/parse-justify-items-002.html", + {} + ] + ], + "css/css-align/default-alignment/parse-justify-items-003.html": [ + [ + "/css/css-align/default-alignment/parse-justify-items-003.html", + {} + ] + ], + "css/css-align/default-alignment/parse-justify-items-004.html": [ + [ + "/css/css-align/default-alignment/parse-justify-items-004.html", + {} + ] + ], + "css/css-align/default-alignment/parse-justify-items-005.html": [ + [ + "/css/css-align/default-alignment/parse-justify-items-005.html", + {} + ] + ], + "css/css-align/default-alignment/parse-justify-items-006.html": [ + [ + "/css/css-align/default-alignment/parse-justify-items-006.html", + {} + ] + ], "css/css-align/default-alignment/place-items-shorthand-001.html": [ [ "/css/css-align/default-alignment/place-items-shorthand-001.html", @@ -305353,6 +307169,66 @@ {} ] ], + "css/css-align/self-alignment/parse-align-self-001.html": [ + [ + "/css/css-align/self-alignment/parse-align-self-001.html", + {} + ] + ], + "css/css-align/self-alignment/parse-align-self-002.html": [ + [ + "/css/css-align/self-alignment/parse-align-self-002.html", + {} + ] + ], + "css/css-align/self-alignment/parse-align-self-003.html": [ + [ + "/css/css-align/self-alignment/parse-align-self-003.html", + {} + ] + ], + "css/css-align/self-alignment/parse-align-self-004.html": [ + [ + "/css/css-align/self-alignment/parse-align-self-004.html", + {} + ] + ], + "css/css-align/self-alignment/parse-align-self-005.html": [ + [ + "/css/css-align/self-alignment/parse-align-self-005.html", + {} + ] + ], + "css/css-align/self-alignment/parse-justify-self-001.html": [ + [ + "/css/css-align/self-alignment/parse-justify-self-001.html", + {} + ] + ], + "css/css-align/self-alignment/parse-justify-self-002.html": [ + [ + "/css/css-align/self-alignment/parse-justify-self-002.html", + {} + ] + ], + "css/css-align/self-alignment/parse-justify-self-003.html": [ + [ + "/css/css-align/self-alignment/parse-justify-self-003.html", + {} + ] + ], + "css/css-align/self-alignment/parse-justify-self-004.html": [ + [ + "/css/css-align/self-alignment/parse-justify-self-004.html", + {} + ] + ], + "css/css-align/self-alignment/parse-justify-self-005.html": [ + [ + "/css/css-align/self-alignment/parse-justify-self-005.html", + {} + ] + ], "css/css-align/self-alignment/place-self-shorthand-001.html": [ [ "/css/css-align/self-alignment/place-self-shorthand-001.html", @@ -305489,6 +307365,12 @@ {} ] ], + "css/css-color/rgb-rounding-001.html": [ + [ + "/css/css-color/rgb-rounding-001.html", + {} + ] + ], "css/css-conditional/js/001.html": [ [ "/css/css-conditional/js/001.html", @@ -306077,6 +307959,12 @@ {} ] ], + "css/css-fonts/font-feature-settings-serialization-001.html": [ + [ + "/css/css-fonts/font-feature-settings-serialization-001.html", + {} + ] + ], "css/css-fonts/font-variant-alternates-parsing.html": [ [ "/css/css-fonts/font-variant-alternates-parsing.html", @@ -307271,6 +309159,42 @@ {} ] ], + "css/css-grid/layout-algorithm/grid-find-fr-size-gutters-001.html": [ + [ + "/css/css-grid/layout-algorithm/grid-find-fr-size-gutters-001.html", + {} + ] + ], + "css/css-grid/layout-algorithm/grid-find-fr-size-gutters-002.html": [ + [ + "/css/css-grid/layout-algorithm/grid-find-fr-size-gutters-002.html", + {} + ] + ], + "css/css-layout-api/at-supports-rule.https.html": [ + [ + "/css/css-layout-api/at-supports-rule.https.html", + {} + ] + ], + "css/css-layout-api/computed-style-layout-function.https.html": [ + [ + "/css/css-layout-api/computed-style-layout-function.https.html", + {} + ] + ], + "css/css-layout-api/inline-style-layout-function.https.html": [ + [ + "/css/css-layout-api/inline-style-layout-function.https.html", + {} + ] + ], + "css/css-layout-api/supports.https.html": [ + [ + "/css/css-layout-api/supports.https.html", + {} + ] + ], "css/css-logical/logicalprops-block-size-vlr.html": [ [ "/css/css-logical/logicalprops-block-size-vlr.html", @@ -307361,6 +309285,18 @@ {} ] ], + "css/css-multicol/multicol-gap-percentage-001.html": [ + [ + "/css/css-multicol/multicol-gap-percentage-001.html", + {} + ] + ], + "css/css-position/position-sticky-bottom.html": [ + [ + "/css/css-position/position-sticky-bottom.html", + {} + ] + ], "css/css-position/position-sticky-get-bounding-client-rect.html": [ [ "/css/css-position/position-sticky-get-bounding-client-rect.html", @@ -307373,6 +309309,12 @@ {} ] ], + "css/css-position/position-sticky-left.html": [ + [ + "/css/css-position/position-sticky-left.html", + {} + ] + ], "css/css-position/position-sticky-offset-overflow.html": [ [ "/css/css-position/position-sticky-offset-overflow.html", @@ -307391,6 +309333,18 @@ {} ] ], + "css/css-position/position-sticky-right.html": [ + [ + "/css/css-position/position-sticky-right.html", + {} + ] + ], + "css/css-position/position-sticky-top.html": [ + [ + "/css/css-position/position-sticky-top.html", + {} + ] + ], "css/css-regions/cssomview-apis-no-region-chain-001.html": [ [ "/css/css-regions/cssomview-apis-no-region-chain-001.html", @@ -307433,12 +309387,24 @@ {} ] ], + "css/css-scoping/slotted-invalidation.html": [ + [ + "/css/css-scoping/slotted-invalidation.html", + {} + ] + ], "css/css-scoping/slotted-parsing.html": [ [ "/css/css-scoping/slotted-parsing.html", {} ] ], + "css/css-scoping/slotted-slot.html": [ + [ + "/css/css-scoping/slotted-slot.html", + {} + ] + ], "css/css-scroll-anchoring/abspos-containing-block-outside-scroller.html": [ [ "/css/css-scroll-anchoring/abspos-containing-block-outside-scroller.html", @@ -309473,6 +311439,18 @@ {} ] ], + "css/css-transforms/parsing/perspective-origin-parsing-invalid.html": [ + [ + "/css/css-transforms/parsing/perspective-origin-parsing-invalid.html", + {} + ] + ], + "css/css-transforms/parsing/perspective-origin-parsing-valid.html": [ + [ + "/css/css-transforms/parsing/perspective-origin-parsing-valid.html", + {} + ] + ], "css/css-transforms/parsing/rotate-parsing-invalid.html": [ [ "/css/css-transforms/parsing/rotate-parsing-invalid.html", @@ -309899,21 +311877,195 @@ {} ] ], + "css/css-typed-om/stylevalue-subclasses/cssMatrixComponent.tentative.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/cssMatrixComponent.tentative.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/cssPerspective.tentative.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/cssPerspective.tentative.html", + {} + ] + ], "css/css-typed-om/stylevalue-subclasses/cssPositionValue-interface.html": [ [ "/css/css-typed-om/stylevalue-subclasses/cssPositionValue-interface.html", {} ] ], + "css/css-typed-om/stylevalue-subclasses/cssPositionValue-invalid.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/cssPositionValue-invalid.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/cssPositionValue.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/cssPositionValue.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/cssRotate.tentative.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/cssRotate.tentative.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/cssScale.tentative.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/cssScale.tentative.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/cssSkew.tentative.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/cssSkew.tentative.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/cssTransformValue.tentative.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/cssTransformValue.tentative.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/cssTranslate.tentative.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/cssTranslate.tentative.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-interface.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-interface.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/cssUnparsedValue.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/cssUnparsedValue.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/cssUrlImageValue.tentative.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/cssUrlImageValue.tentative.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-interface.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-interface.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-invalid.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-invalid.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/add-two-types.tentative.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/numeric-objects/add-two-types.tentative.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/arithmetic.tentative.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/numeric-objects/arithmetic.tentative.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/create-a-type.tentative.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/numeric-objects/create-a-type.tentative.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/cssMathInvert-type.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssMathInvert-type.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/cssMathNegate-type.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssMathNegate-type.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/cssMathValue.tentative.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssMathValue.tentative.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/cssUnitValue.tentative.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssUnitValue.tentative.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/cssnumericvalue-multiply-two-types.tentative.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/numeric-objects/cssnumericvalue-multiply-two-types.tentative.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/equals.tentative.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/numeric-objects/equals.tentative.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/numeric-factory.tentative.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/numeric-objects/numeric-factory.tentative.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/parse.tentative.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/numeric-objects/parse.tentative.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/to.tentative.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/numeric-objects/to.tentative.html", + {} + ] + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/toSum.tentative.html": [ + [ + "/css/css-typed-om/stylevalue-subclasses/numeric-objects/toSum.tentative.html", + {} + ] + ], "css/css-typed-om/the-stylepropertymap/computed/computed.tentative.html": [ [ "/css/css-typed-om/the-stylepropertymap/computed/computed.tentative.html", {} ] ], - "css/css-typed-om/the-stylepropertymap/computed/get.tentative.html": [ + "css/css-typed-om/the-stylepropertymap/computed/get-invalid.html": [ [ - "/css/css-typed-om/the-stylepropertymap/computed/get.tentative.html", + "/css/css-typed-om/the-stylepropertymap/computed/get-invalid.html", + {} + ] + ], + "css/css-typed-om/the-stylepropertymap/computed/get.html": [ + [ + "/css/css-typed-om/the-stylepropertymap/computed/get.html", {} ] ], @@ -309953,9 +312105,27 @@ {} ] ], - "css/css-typed-om/the-stylepropertymap/declared/get.tentative.html": [ + "css/css-typed-om/the-stylepropertymap/declared/delete-invalid.html": [ [ - "/css/css-typed-om/the-stylepropertymap/declared/get.tentative.html", + "/css/css-typed-om/the-stylepropertymap/declared/delete-invalid.html", + {} + ] + ], + "css/css-typed-om/the-stylepropertymap/declared/delete.html": [ + [ + "/css/css-typed-om/the-stylepropertymap/declared/delete.html", + {} + ] + ], + "css/css-typed-om/the-stylepropertymap/declared/get-invalid.html": [ + [ + "/css/css-typed-om/the-stylepropertymap/declared/get-invalid.html", + {} + ] + ], + "css/css-typed-om/the-stylepropertymap/declared/get.html": [ + [ + "/css/css-typed-om/the-stylepropertymap/declared/get.html", {} ] ], @@ -309989,12 +312159,6 @@ {} ] ], - "css/css-typed-om/the-stylepropertymap/declared/test.tentative.html": [ - [ - "/css/css-typed-om/the-stylepropertymap/declared/test.tentative.html", - {} - ] - ], "css/css-typed-om/the-stylepropertymap/declared/update.tentative.html": [ [ "/css/css-typed-om/the-stylepropertymap/declared/update.tentative.html", @@ -310007,15 +312171,27 @@ {} ] ], - "css/css-typed-om/the-stylepropertymap/inline/delete.tentative.html": [ + "css/css-typed-om/the-stylepropertymap/inline/delete-invalid.html": [ [ - "/css/css-typed-om/the-stylepropertymap/inline/delete.tentative.html", + "/css/css-typed-om/the-stylepropertymap/inline/delete-invalid.html", {} ] ], - "css/css-typed-om/the-stylepropertymap/inline/get.tentative.html": [ + "css/css-typed-om/the-stylepropertymap/inline/delete.html": [ [ - "/css/css-typed-om/the-stylepropertymap/inline/get.tentative.html", + "/css/css-typed-om/the-stylepropertymap/inline/delete.html", + {} + ] + ], + "css/css-typed-om/the-stylepropertymap/inline/get-invalid.html": [ + [ + "/css/css-typed-om/the-stylepropertymap/inline/get-invalid.html", + {} + ] + ], + "css/css-typed-om/the-stylepropertymap/inline/get.html": [ + [ + "/css/css-typed-om/the-stylepropertymap/inline/get.html", {} ] ], @@ -310133,6 +312309,12 @@ {} ] ], + "css/css-values/calc-in-font-feature-settings.html": [ + [ + "/css/css-values/calc-in-font-feature-settings.html", + {} + ] + ], "css/css-values/calc-serialization.html": [ [ "/css/css-values/calc-serialization.html", @@ -310871,6 +313053,12 @@ {} ] ], + "css/cssom-view/elementFromPoint-dynamic-anon-box.html": [ + [ + "/css/cssom-view/elementFromPoint-dynamic-anon-box.html", + {} + ] + ], "css/cssom-view/elementFromPoint-parameters.html": [ [ "/css/cssom-view/elementFromPoint-parameters.html", @@ -311009,6 +313197,18 @@ {} ] ], + "css/cssom-view/scrollIntoView-scrollMargin.html": [ + [ + "/css/cssom-view/scrollIntoView-scrollMargin.html", + {} + ] + ], + "css/cssom-view/scrollIntoView-scrollPadding.html": [ + [ + "/css/cssom-view/scrollIntoView-scrollPadding.html", + {} + ] + ], "css/cssom-view/scrollIntoView-shadow.html": [ [ "/css/cssom-view/scrollIntoView-shadow.html", @@ -312041,6 +314241,18 @@ {} ] ], + "css/selectors/invalidation/selectorText-dynamic-001.html": [ + [ + "/css/selectors/invalidation/selectorText-dynamic-001.html", + {} + ] + ], + "css/selectors/invalidation/sheet-going-away-001.html": [ + [ + "/css/selectors/invalidation/sheet-going-away-001.html", + {} + ] + ], "css/selectors/missing-right-token.html": [ [ "/css/selectors/missing-right-token.html", @@ -312059,12 +314271,24 @@ {} ] ], + "custom-elements/Document-createElement-svg.svg": [ + [ + "/custom-elements/Document-createElement-svg.svg", + {} + ] + ], "custom-elements/Document-createElement.html": [ [ "/custom-elements/Document-createElement.html", {} ] ], + "custom-elements/Document-createElementNS.html": [ + [ + "/custom-elements/Document-createElementNS.html", + {} + ] + ], "custom-elements/HTMLElement-constructor.html": [ [ "/custom-elements/HTMLElement-constructor.html", @@ -312083,6 +314307,12 @@ {} ] ], + "custom-elements/builtin-coverage.html": [ + [ + "/custom-elements/builtin-coverage.html", + {} + ] + ], "custom-elements/connected-callbacks.html": [ [ "/custom-elements/connected-callbacks.html", @@ -312143,6 +314373,12 @@ {} ] ], + "custom-elements/parser/parser-constructs-custom-elements-with-is.html": [ + [ + "/custom-elements/parser/parser-constructs-custom-elements-with-is.html", + {} + ] + ], "custom-elements/parser/parser-constructs-custom-elements.html": [ [ "/custom-elements/parser/parser-constructs-custom-elements.html", @@ -312359,6 +314595,16 @@ {} ] ], + "device-memory/device-memory.https.any.js": [ + [ + "/device-memory/device-memory.https.any.html", + {} + ], + [ + "/device-memory/device-memory.https.any.worker.html", + {} + ] + ], "dom/abort/event.any.js": [ [ "/dom/abort/event.any.html", @@ -316625,6 +318871,12 @@ } ] ], + "feature-policy/experimental-features/unsized-image.tentative.https.sub.html": [ + [ + "/feature-policy/experimental-features/unsized-image.tentative.https.sub.html", + {} + ] + ], "feature-policy/payment-allowed-by-feature-policy-attribute-redirect-on-load.https.sub.html": [ [ "/feature-policy/payment-allowed-by-feature-policy-attribute-redirect-on-load.https.sub.html", @@ -317633,6 +319885,26 @@ {} ] ], + "fetch/data-urls/base64.any.js": [ + [ + "/fetch/data-urls/base64.any.html", + {} + ], + [ + "/fetch/data-urls/base64.any.worker.html", + {} + ] + ], + "fetch/data-urls/processing.any.js": [ + [ + "/fetch/data-urls/processing.any.html", + {} + ], + [ + "/fetch/data-urls/processing.any.worker.html", + {} + ] + ], "fetch/http-cache/304-update.html": [ [ "/fetch/http-cache/304-update.html", @@ -318379,6 +320651,12 @@ {} ] ], + "html/browsers/browsing-the-web/read-media/pageload-image-in-popup.html": [ + [ + "/html/browsers/browsing-the-web/read-media/pageload-image-in-popup.html", + {} + ] + ], "html/browsers/browsing-the-web/read-media/pageload-image.html": [ [ "/html/browsers/browsing-the-web/read-media/pageload-image.html", @@ -321071,6 +323349,12 @@ {} ] ], + "html/editing/editing-0/autocapitalization/autocapitalize.html": [ + [ + "/html/editing/editing-0/autocapitalization/autocapitalize.html", + {} + ] + ], "html/editing/editing-0/contenteditable/contentEditable-invalidvalue.html": [ [ "/html/editing/editing-0/contenteditable/contentEditable-invalidvalue.html", @@ -326013,6 +328297,12 @@ {} ] ], + "html/semantics/rellist-feature-detection.html": [ + [ + "/html/semantics/rellist-feature-detection.html", + {} + ] + ], "html/semantics/scripting-1/the-script-element/async_001.htm": [ [ "/html/semantics/scripting-1/the-script-element/async_001.htm", @@ -327305,6 +329595,14 @@ {} ] ], + "html/semantics/scripting-1/the-script-element/module/inline-async-execorder.html": [ + [ + "/html/semantics/scripting-1/the-script-element/module/inline-async-execorder.html", + { + "timeout": "long" + } + ] + ], "html/semantics/scripting-1/the-script-element/module/instantiation-error-1.html": [ [ "/html/semantics/scripting-1/the-script-element/module/instantiation-error-1.html", @@ -328087,18 +330385,6 @@ {} ] ], - "html/semantics/text-level-semantics/the-a-element/rellist-feature-detection.html": [ - [ - "/html/semantics/text-level-semantics/the-a-element/rellist-feature-detection.html", - {} - ] - ], - "html/semantics/text-level-semantics/the-area-element/rellist-feature-detection.html": [ - [ - "/html/semantics/text-level-semantics/the-area-element/rellist-feature-detection.html", - {} - ] - ], "html/semantics/text-level-semantics/the-data-element/data.value-001.html": [ [ "/html/semantics/text-level-semantics/the-data-element/data.value-001.html", @@ -330139,6 +332425,14 @@ {} ] ], + "http/tests/bluetooth/https/requestDevice/cross-origin-iframe.sub.https.html": [ + [ + "/http/tests/bluetooth/https/requestDevice/cross-origin-iframe.sub.https.html", + { + "testdriver": true + } + ] + ], "imagebitmap-renderingcontext/bitmaprenderer-as-imagesource.html": [ [ "/imagebitmap-renderingcontext/bitmaprenderer-as-imagesource.html", @@ -332973,16 +335267,6 @@ {} ] ], - "navigator/device-memory.https.any.js": [ - [ - "/navigator/device-memory.https.any.html", - {} - ], - [ - "/navigator/device-memory.https.any.worker.html", - {} - ] - ], "netinfo/netinfo-basics.html": [ [ "/netinfo/netinfo-basics.html", @@ -342611,15 +344895,15 @@ {} ] ], - "proximity/DeviceProximityEvent_tests.html": [ + "proximity/ProximitySensor.https.html": [ [ - "/proximity/DeviceProximityEvent_tests.html", + "/proximity/ProximitySensor.https.html", {} ] ], - "proximity/UserProximityEvent_tests.html": [ + "proximity/ProximitySensor_insecure_context.html": [ [ - "/proximity/UserProximityEvent_tests.html", + "/proximity/ProximitySensor_insecure_context.html", {} ] ], @@ -351013,6 +353297,12 @@ {} ] ], + "resource-timing/resource_timing.worker.js": [ + [ + "/resource-timing/resource_timing.worker.html", + {} + ] + ], "resource-timing/single-entry-per-resource.html": [ [ "/resource-timing/single-entry-per-resource.html", @@ -351027,6 +353317,12 @@ {} ] ], + "screen-orientation/interfaces.html": [ + [ + "/screen-orientation/interfaces.html", + {} + ] + ], "screen-orientation/lock-bad-argument.html": [ [ "/screen-orientation/lock-bad-argument.html", @@ -351057,12 +353353,6 @@ {} ] ], - "screen-orientation/orientation-api.html": [ - [ - "/screen-orientation/orientation-api.html", - {} - ] - ], "screen-orientation/orientation-reading.html": [ [ "/screen-orientation/orientation-reading.html", @@ -351379,6 +353669,12 @@ {} ] ], + "server-timing/cross_origin.html": [ + [ + "/server-timing/cross_origin.html", + {} + ] + ], "server-timing/server_timing_header-parsing.html": [ [ "/server-timing/server_timing_header-parsing.html", @@ -351859,15 +354155,27 @@ {} ] ], - "service-workers/service-worker/fetch-canvas-tainting-cache.https.html": [ + "service-workers/service-worker/fetch-canvas-tainting-image-cache.https.html": [ [ - "/service-workers/service-worker/fetch-canvas-tainting-cache.https.html", + "/service-workers/service-worker/fetch-canvas-tainting-image-cache.https.html", {} ] ], - "service-workers/service-worker/fetch-canvas-tainting.https.html": [ + "service-workers/service-worker/fetch-canvas-tainting-image.https.html": [ [ - "/service-workers/service-worker/fetch-canvas-tainting.https.html", + "/service-workers/service-worker/fetch-canvas-tainting-image.https.html", + {} + ] + ], + "service-workers/service-worker/fetch-canvas-tainting-video-cache.https.html": [ + [ + "/service-workers/service-worker/fetch-canvas-tainting-video-cache.https.html", + {} + ] + ], + "service-workers/service-worker/fetch-canvas-tainting-video.https.html": [ + [ + "/service-workers/service-worker/fetch-canvas-tainting-video.https.html", {} ] ], @@ -352179,6 +354487,14 @@ {} ] ], + "service-workers/service-worker/local-url-inherit-controller.https.html": [ + [ + "/service-workers/service-worker/local-url-inherit-controller.https.html", + { + "timeout": "long" + } + ] + ], "service-workers/service-worker/mime-sniffing.https.html": [ [ "/service-workers/service-worker/mime-sniffing.https.html", @@ -352661,6 +354977,12 @@ {} ] ], + "shadow-dom/DocumentOrShadowRoot-prototype-elementFromPoint.html": [ + [ + "/shadow-dom/DocumentOrShadowRoot-prototype-elementFromPoint.html", + {} + ] + ], "shadow-dom/Element-interface-attachShadow.html": [ [ "/shadow-dom/Element-interface-attachShadow.html", @@ -352847,12 +355169,6 @@ {} ] ], - "shadow-dom/untriaged/elements-and-dom-objects/extensions-to-event-interface/event-path-001.html": [ - [ - "/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-event-interface/event-path-001.html", - {} - ] - ], "shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/activeElement-confirm-return-null.html": [ [ "/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/activeElement-confirm-return-null.html", @@ -354655,6 +356971,18 @@ {} ] ], + "svg/types/scripted/SVGAnimatedAngle.html": [ + [ + "/svg/types/scripted/SVGAnimatedAngle.html", + {} + ] + ], + "svg/types/scripted/SVGAnimatedBoolean.html": [ + [ + "/svg/types/scripted/SVGAnimatedBoolean.html", + {} + ] + ], "svg/types/scripted/SVGAnimatedEnumeration-SVGClipPathElement.html": [ [ "/svg/types/scripted/SVGAnimatedEnumeration-SVGClipPathElement.html", @@ -354757,6 +357085,48 @@ {} ] ], + "svg/types/scripted/SVGAnimatedInteger.html": [ + [ + "/svg/types/scripted/SVGAnimatedInteger.html", + {} + ] + ], + "svg/types/scripted/SVGAnimatedLength.html": [ + [ + "/svg/types/scripted/SVGAnimatedLength.html", + {} + ] + ], + "svg/types/scripted/SVGAnimatedLengthList.html": [ + [ + "/svg/types/scripted/SVGAnimatedLengthList.html", + {} + ] + ], + "svg/types/scripted/SVGAnimatedNumber.html": [ + [ + "/svg/types/scripted/SVGAnimatedNumber.html", + {} + ] + ], + "svg/types/scripted/SVGAnimatedNumberList.html": [ + [ + "/svg/types/scripted/SVGAnimatedNumberList.html", + {} + ] + ], + "svg/types/scripted/SVGAnimatedPreserveAspectRatio.html": [ + [ + "/svg/types/scripted/SVGAnimatedPreserveAspectRatio.html", + {} + ] + ], + "svg/types/scripted/SVGAnimatedRect.html": [ + [ + "/svg/types/scripted/SVGAnimatedRect.html", + {} + ] + ], "svg/types/scripted/SVGLength-px-with-context.html": [ [ "/svg/types/scripted/SVGLength-px-with-context.html", @@ -356207,27 +358577,39 @@ {} ] ], + "webauthn/createcredential-badargs-rp.https.html": [ + [ + "/webauthn/createcredential-badargs-rp.https.html", + {} + ] + ], + "webauthn/createcredential-passing.https.html": [ + [ + "/webauthn/createcredential-passing.https.html", + {} + ] + ], + "webauthn/getcredential-passing.https.html": [ + [ + "/webauthn/getcredential-passing.https.html", + {} + ] + ], "webauthn/interfaces.https.html": [ [ "/webauthn/interfaces.https.html", {} ] ], - "webauthn/makecredential-badargs-accountinformation.https.html": [ + "webauthn/securecontext.http.html": [ [ - "/webauthn/makecredential-badargs-accountinformation.https.html", + "/webauthn/securecontext.http.html", {} ] ], - "webauthn/makecredential-badargs-attestationchallenge.https.html": [ + "webauthn/securecontext.https.html": [ [ - "/webauthn/makecredential-badargs-attestationchallenge.https.html", - {} - ] - ], - "webauthn/makecredential-badargs-cryptoparameters.https.html": [ - [ - "/webauthn/makecredential-badargs-cryptoparameters.https.html", + "/webauthn/securecontext.https.html", {} ] ], @@ -382003,6 +384385,12 @@ {} ] ], + "webdriver/tests/element_send_keys/form_controls.py": [ + [ + "/webdriver/tests/element_send_keys/form_controls.py", + {} + ] + ], "webdriver/tests/element_send_keys/interactability.py": [ [ "/webdriver/tests/element_send_keys/interactability.py", @@ -382050,7 +384438,9 @@ "webdriver/tests/interaction/element_clear.py": [ [ "/webdriver/tests/interaction/element_clear.py", - {} + { + "timeout": "long" + } ] ], "webdriver/tests/interaction/send_keys_content_editable.py": [ @@ -382148,25 +384538,33 @@ "webdriver/tests/state/get_element_attribute.py": [ [ "/webdriver/tests/state/get_element_attribute.py", - {} + { + "timeout": "long" + } ] ], "webdriver/tests/state/get_element_property.py": [ [ "/webdriver/tests/state/get_element_property.py", - {} + { + "timeout": "long" + } ] ], "webdriver/tests/state/get_element_tag_name.py": [ [ "/webdriver/tests/state/get_element_tag_name.py", - {} + { + "timeout": "long" + } ] ], "webdriver/tests/state/is_element_selected.py": [ [ "/webdriver/tests/state/is_element_selected.py", - {} + { + "timeout": "long" + } ] ], "webdriver/tests/state/text/get_text.py": [ @@ -382249,7 +384647,7 @@ "support" ], "./lint.whitelist": [ - "c55f23203c2e4b158dc13d25617031fcbb791744", + "fc1e09fcc92c3f54ed75fe93681c5ff0a53d25a4", "support" ], "./serve.py": [ @@ -384740,16 +387138,20 @@ "a50b997a4c738f68360f4aa450e1ea7f12687770", "testharness" ], - "2dcontext/imagebitmap/common.js": [ - "c20732ce1e92624a3d3982154d5aba92eba7adc1", + "2dcontext/imagebitmap/common.sub.js": [ + "46df9fcac72992d9d47385bfd11854131bcff172", "support" ], "2dcontext/imagebitmap/createImageBitmap-drawImage.html": [ - "ac183f2abd04f0561433083040190cdadb8ac86a", + "66c294061acec34452fa4d1e9d6743f8f6b2fdf9", "testharness" ], "2dcontext/imagebitmap/createImageBitmap-invalid-args.html": [ - "05ccfd7c45806ee919ccef8bb45c76c147bded63", + "ea323d1c0adfa41e6f5c56be2006a4cd178c470d", + "testharness" + ], + "2dcontext/imagebitmap/createImageBitmap-origin.sub.html": [ + "ebd2cd88858411c9dbbcdad0ece647b39b25b368", "testharness" ], "2dcontext/imagebitmap/createImageBitmap-sizeOverflow.html": [ @@ -389168,6 +391570,10 @@ "2c51b95bd2032c76dcc7a1c54e197756159a7e4b", "support" ], + "acid/acid3/numbered-tests.html": [ + "b715328b9b59f27f51c070011528d29103783f42", + "testharness" + ], "acid/acid3/reference.png": [ "2bd47f247ce1328013d2ade5c7e4b5b03f5a0eda", "support" @@ -389197,7 +391603,7 @@ "support" ], "acid/acid3/test.html": [ - "67435e96f4240675943bad5ca296a1020cf04fe5", + "bfdaa543bf78a008096ed8b17decd4797060ba02", "reftest" ], "acid/acid3/xhtml.1": [ @@ -391441,7 +393847,7 @@ "testharness" ], "beacon/beacon-error.window.js": [ - "3e78d3aba0964c79965c83727bb2a73381382a2e", + "6a1cfcd3d9086bb6e9ec2c6024e1b36a41b0bc1d", "testharness" ], "beacon/beacon-navigate.html": [ @@ -391513,7 +393919,7 @@ "support" ], "bluetooth/README.md": [ - "2406b51635145355309f8e8778a5669ff561813d", + "444c97b1166ed27a2180c97c29b3568c73c693be", "support" ], "bluetooth/characteristic/characteristicProperties.https.html": [ @@ -391620,12 +394026,140 @@ "50eaac3e0c94933fa995c102d53b6b00b3087ea6", "testharness" ], + "bluetooth/requestDevice/blocklisted-service-in-filter.https.html": [ + "7046c3d32539807824c3abdc95071e8495c619df", + "testharness" + ], + "bluetooth/requestDevice/blocklisted-service-in-optionalServices.https.html": [ + "c3fbd786e7cf05f72eb0afadba8924c43f2fdc11", + "testharness" + ], + "bluetooth/requestDevice/canonicalizeFilter/device-name-longer-than-29-bytes.https.html": [ + "238bfa4cae4a577d6725071585d3f4fb17211926", + "testharness" + ], + "bluetooth/requestDevice/canonicalizeFilter/empty-filter.https.html": [ + "dae6caddeebd483e59878e86ca0452dc90bf15ef", + "testharness" + ], + "bluetooth/requestDevice/canonicalizeFilter/empty-filters-member.https.html": [ + "1d3eddd98c230893f6a5f01c4af71145e89d3f9a", + "testharness" + ], + "bluetooth/requestDevice/canonicalizeFilter/empty-namePrefix.https.html": [ + "c12927b93a1e99ff1f64730f355f832136182d53", + "testharness" + ], + "bluetooth/requestDevice/canonicalizeFilter/empty-services-member.https.html": [ + "9830afe0985081f12c74bdd3f6bb4ab3dacf64d6", + "testharness" + ], + "bluetooth/requestDevice/canonicalizeFilter/filters-xor-acceptAllDevices.https.html": [ + "a640294f0ef02f113a2d6923c357d173dde13c8d", + "testharness" + ], + "bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-name-unicode.https.html": [ + "9c48f80d91ebcd2fb30656d2db2d134ea52b1b84", + "testharness" + ], + "bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-name.https.html": [ + "aff336b8d2e7f37a86afbf8dddc226a05b89c7ac", + "testharness" + ], + "bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-namePrefix-unicode.https.html": [ + "cdd53f12480cdc6d04e6d6a60b9a638d28331757", + "testharness" + ], + "bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-namePrefix.https.html": [ + "e891ad094e4ce751bfdbb594432f1e050b8bb678", + "testharness" + ], + "bluetooth/requestDevice/canonicalizeFilter/max-length-name-unicode.https.html": [ + "e6235150373eda2b417fb5e44a9fb0250f79e10b", + "testharness" + ], + "bluetooth/requestDevice/canonicalizeFilter/max-length-name.https.html": [ + "f665d5b53ac10adf947b0fa776fb4acf88ec157c", + "testharness" + ], + "bluetooth/requestDevice/canonicalizeFilter/max-length-namePrefix-unicode.https.html": [ + "577824e52873a8b056438563c993a157febc27d7", + "testharness" + ], + "bluetooth/requestDevice/canonicalizeFilter/max-length-namePrefix.https.html": [ + "ecd4a495dd13d01cc59119493022aecedb5e04f6", + "testharness" + ], + "bluetooth/requestDevice/canonicalizeFilter/no-arguments.https.html": [ + "b070a7357a626cee31f66938561a1a62576be086", + "testharness" + ], + "bluetooth/requestDevice/canonicalizeFilter/unicode-valid-length-name-name.https.html": [ + "9d5c26e54b12ed4600690c78c17e2d92b33f99b9", + "testharness" + ], + "bluetooth/requestDevice/canonicalizeFilter/unicode-valid-length-name-namePrefix.https.html": [ + "8370c2c6f65767144257fcba7032eef4410ef994", + "testharness" + ], + "bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-optionalServices-member.https.html": [ + "4e8728f88844525f7fb95680499fc2024f74482c", + "testharness" + ], + "bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-services-member.https.html": [ + "084ec334261ed7c584a0888ff3dfdec0f3538bad", + "testharness" + ], + "bluetooth/requestDevice/consumes-user-gesture.https.html": [ + "c76d7e37417a7db3043b761989eebbfded6e6804", + "testharness" + ], + "bluetooth/requestDevice/discovery-succeeds.https.html": [ + "da1be25f068cdb9602d6207b6af0170e232e68cd", + "testharness" + ], + "bluetooth/requestDevice/filter-matches.https.html": [ + "22ea4176f1f5cdd67a730cce43e3fbf08d1fcfdb", + "testharness" + ], + "bluetooth/requestDevice/le-not-supported.https.html": [ + "9870420cf924559cb02144ecd5da02d39f386f30", + "testharness" + ], + "bluetooth/requestDevice/name-empty-device-from-name-empty-filter.https.html": [ + "93143b0311d74ad763d26db3cbfc55d4e989b1dd", + "testharness" + ], + "bluetooth/requestDevice/not-processing-user-gesture.https.html": [ + "c4aa433b370a8dbecf4fe4167edfd1eb01febfc0", + "testharness" + ], + "bluetooth/requestDevice/radio-not-present.https.html": [ + "47b28ec24e902fe0e9593d002f6c7ed88e379b00", + "testharness" + ], + "bluetooth/requestDevice/request-from-iframe.https.html": [ + "4af485c1bb00aacd11225001ed494628063b2684", + "testharness" + ], + "bluetooth/requestDevice/request-from-sandboxed-iframe.https.html": [ + "917a1be9111f04e67231c92921b1f856685deb55", + "testharness" + ], + "bluetooth/requestDevice/same-device.https.html": [ + "2bf20db77582e6df2674dd0a5cf444d630b3b999", + "testharness" + ], + "bluetooth/requestDevice/single-filter-single-service.https.html": [ + "f147182b894cbb0f338111b146dfa16193610265", + "testharness" + ], "bluetooth/resources/bluetooth-helpers.js": [ - "bb8e5f352bdaff51bf56c366f30f99c9f1672925", + "1944dc57df774ad737179dd22fb3cc9de842bc21", "support" ], "bluetooth/resources/health-thermometer-iframe.html": [ - "d42691b2621c13a28c3cfd675de4d95c8a585902", + "f175a62907e65c03e326832449b0b8e3276387d8", "support" ], "bluetooth/script-tests/base_test_html.template": [ @@ -391704,6 +394238,30 @@ "b18022b48d354825fa747abda81bc870142d9c59", "support" ], + "bluetooth/script-tests/service/blocklisted-characteristic.js": [ + "cdc9a9e30e319c3eb1532ef24436d5fc454d2a5e", + "support" + ], + "bluetooth/script-tests/service/characteristic-not-found.js": [ + "f010c39bfc9e08f1ee68fe9c6e1ca6054d97074b", + "support" + ], + "bluetooth/script-tests/service/garbage-collection-ran-during-error.js": [ + "f851c238adc404f49b9f9bb1fb8d10cc2f4d9b38", + "support" + ], + "bluetooth/script-tests/service/get-same-object.js": [ + "9ffba72c471c6ee4ba23c61aaa991dbe5e50ad9f", + "support" + ], + "bluetooth/script-tests/service/invalid-characteristic-name.js": [ + "7c16b4edc418b3e6635d0a27dcced11c332cc2e2", + "support" + ], + "bluetooth/script-tests/service/reconnect-during.js": [ + "fc89c44348fa1bb141d9d6d16b487cd3ea1e1d5d", + "support" + ], "bluetooth/server/connect/connection-succeeds.https.html": [ "167880b07f855325a35a81a8ea833b0d006c7957", "testharness" @@ -391800,6 +394358,26 @@ "9169ed84f3502d5e3e675d5e0e317d0d895b4ca7", "testharness" ], + "bluetooth/server/getPrimaryService/service-found.https.html": [ + "ec29d8be9640efcbbfb0a33ae981a561c3a3dc86", + "testharness" + ], + "bluetooth/server/getPrimaryService/two-iframes-from-same-origin.https.html": [ + "5a8304882e2ef286eb43e4f1710df3747f8943f4", + "testharness" + ], + "bluetooth/server/getPrimaryServices/blocklisted-services-with-uuid.https.html": [ + "a58240662db7a01866c144e95d828cbeb6340a49", + "testharness" + ], + "bluetooth/server/getPrimaryServices/blocklisted-services.https.html": [ + "06ca92a6e6d5145762c9d5ae9df78fcc86f2226c", + "testharness" + ], + "bluetooth/server/getPrimaryServices/correct-services.https.html": [ + "255055f835025d77c0a993de042a13d0d2c635cd", + "testharness" + ], "bluetooth/server/getPrimaryServices/gen-disconnect-called-before-with-uuid.https.html": [ "ff1af939fa2b5b77523712a4281839349f00e43b", "testharness" @@ -391904,10 +394482,46 @@ "e9b4e0205d5d30589356aea481e469a746ee419a", "testharness" ], + "bluetooth/server/getPrimaryServices/services-found-with-uuid.https.html": [ + "9106025a145b9c4013600dd15190bf35fcf10f2e", + "testharness" + ], + "bluetooth/server/getPrimaryServices/services-found.https.html": [ + "b4c28ddf199e8cafe5252fd32c10b69395b86436", + "testharness" + ], + "bluetooth/server/getPrimaryServices/services-not-found.https.html": [ + "60b7203a67f69acfd884f0b256dd7357fe717392", + "testharness" + ], "bluetooth/service/getCharacteristic/characteristic-found.https.html": [ "53479f342ef4aab9a24aaaa4580a63b5e6bcd30b", "testharness" ], + "bluetooth/service/getCharacteristic/gen-blocklisted-characteristic.https.html": [ + "bbc9e9fbf1a84d26e60064703ad1f510d1f0d23d", + "testharness" + ], + "bluetooth/service/getCharacteristic/gen-characteristic-not-found.https.html": [ + "e56889ff833346000ece4dd161dba42603ab4722", + "testharness" + ], + "bluetooth/service/getCharacteristic/gen-garbage-collection-ran-during-error.https.html": [ + "ff07bf6e5c97eb527cf31cb785b3eaf6e61e3418", + "testharness" + ], + "bluetooth/service/getCharacteristic/gen-get-same-object.https.html": [ + "011f75d88736c0fad0904442dbffdd24a05837a3", + "testharness" + ], + "bluetooth/service/getCharacteristic/gen-invalid-characteristic-name.https.html": [ + "9d500137650d30e6ecdd2fdaa7ea0957030343ea", + "testharness" + ], + "bluetooth/service/getCharacteristic/gen-reconnect-during.https.html": [ + "2c155e835979269072d21a473010eded488ac185", + "testharness" + ], "bluetooth/service/getCharacteristics/blocklisted-characteristics.https.html": [ "cb0ff8a9913b54ef624a38d367d84b1656b2a536", "testharness" @@ -391924,6 +394538,42 @@ "694b69270065eb15a7129f9359a2b71d90ed9226", "testharness" ], + "bluetooth/service/getCharacteristics/gen-blocklisted-characteristic-with-uuid.https.html": [ + "f11a67323cbb8948074a7ed9357d0d3c3bb420b3", + "testharness" + ], + "bluetooth/service/getCharacteristics/gen-characteristic-not-found-with-uuid.https.html": [ + "a5e9744319ef73205a5cbc06993802ec4fe40ee0", + "testharness" + ], + "bluetooth/service/getCharacteristics/gen-garbage-collection-ran-during-error-with-uuid.https.html": [ + "d10095452cb2c997fa37b972e05984689d531819", + "testharness" + ], + "bluetooth/service/getCharacteristics/gen-garbage-collection-ran-during-error.https.html": [ + "d6b88afffb6ed44f706720a2b477c4687e82caf4", + "testharness" + ], + "bluetooth/service/getCharacteristics/gen-get-same-object-with-uuid.https.html": [ + "45564351fa111f80c28eff14a6175f4594d4e2c9", + "testharness" + ], + "bluetooth/service/getCharacteristics/gen-get-same-object.https.html": [ + "78bcc807683b27a57b510ebd24ec2b5e33f67fb7", + "testharness" + ], + "bluetooth/service/getCharacteristics/gen-invalid-characteristic-name.https.html": [ + "9f766bf08b1ad918bd0283cdf703fb3f030bf8a4", + "testharness" + ], + "bluetooth/service/getCharacteristics/gen-reconnect-during-with-uuid.https.html": [ + "3b89e9e5a43f2a6791ac5a5e3b58552a696420f8", + "testharness" + ], + "bluetooth/service/getCharacteristics/gen-reconnect-during.https.html": [ + "bc66082c4b04df83449fcf883d0e8e96dc3d8b61", + "testharness" + ], "clear-site-data/navigation-insecure.html": [ "97c069cf7c938e1ebdba3f243ad48369a7fb5542", "testharness" @@ -392104,6 +394754,10 @@ "e3593850f8098d3f3ff82c042deab15f51c66a52", "support" ], + "common/namespaces.js": [ + "a8018fb9fb6f1f2212f5433581fc12e7795a638e", + "support" + ], "common/object-association.js": [ "c6955b7bbf00d73ec5959678391aa59d36da8321", "support" @@ -410109,7 +412763,7 @@ "testharness" ], "content-security-policy/embedded-enforcement/required_csp-header.html": [ - "9c06eea69babc70158e7bf25fad5d79a7367403e", + "b5c68072adf79a87b1371c34a9357a1507d6d981", "testharness" ], "content-security-policy/embedded-enforcement/subsumption_algorithm-general.html": [ @@ -410808,50 +413462,210 @@ "55c94363465c252a3c24622a56020a8981e01f8e", "testharness" ], - "content-security-policy/reporting/reporting-api-doesnt-send-reports-without-violation.https.sub.html": [ + "content-security-policy/reporting-api/reporting-api-doesnt-send-reports-without-violation.https.sub.html": [ "7be3a72eb885841e8ccb674eeae3761f638adf2c", "testharness" ], - "content-security-policy/reporting/reporting-api-doesnt-send-reports-without-violation.https.sub.html.sub.headers": [ - "ddf99f2d2ed8bdfa56f5efbf371b324924c1c286", + "content-security-policy/reporting-api/reporting-api-doesnt-send-reports-without-violation.https.sub.html.sub.headers": [ + "955c2e5d0f798cee27b0fc6910cffc8c1d56940c", "support" ], - "content-security-policy/reporting/reporting-api-report-only-sends-reports-on-violation.https.sub.html": [ + "content-security-policy/reporting-api/reporting-api-report-only-sends-reports-on-violation.https.sub.html": [ "19e6a43463fb72a74a0a03e2515d564f2df49234", "testharness" ], - "content-security-policy/reporting/reporting-api-report-only-sends-reports-on-violation.https.sub.html.sub.headers": [ - "588c5767e4d7290ea7fd27be8218dd8420982848", + "content-security-policy/reporting-api/reporting-api-report-only-sends-reports-on-violation.https.sub.html.sub.headers": [ + "d7f83c9ca38ebd0a04aa431ba854b6f7afd48053", "support" ], - "content-security-policy/reporting/reporting-api-report-to-overrides-report-uri-1.https.sub.html": [ + "content-security-policy/reporting-api/reporting-api-report-to-overrides-report-uri-1.https.sub.html": [ "08311936720a8ee3835d029f572e924dd4f45e6e", "testharness" ], - "content-security-policy/reporting/reporting-api-report-to-overrides-report-uri-1.https.sub.html.sub.headers": [ - "d0dddb85abb59ded83c36f71b4776881ce626e40", + "content-security-policy/reporting-api/reporting-api-report-to-overrides-report-uri-1.https.sub.html.sub.headers": [ + "b0878feae3b549c0d1e8b7e350232b1420d23863", "support" ], - "content-security-policy/reporting/reporting-api-report-to-overrides-report-uri-2.https.sub.html": [ + "content-security-policy/reporting-api/reporting-api-report-to-overrides-report-uri-2.https.sub.html": [ "41f777a06556d6cb4d8110d4d1fe70a6e58c2709", "testharness" ], - "content-security-policy/reporting/reporting-api-report-to-overrides-report-uri-2.https.sub.html.sub.headers": [ - "1d58caea3b04f568e837678dbd27136fec73730c", + "content-security-policy/reporting-api/reporting-api-report-to-overrides-report-uri-2.https.sub.html.sub.headers": [ + "87424ab61e238019c8d91612f8e91f58dc4c91dc", "support" ], - "content-security-policy/reporting/reporting-api-sends-reports-on-violation.https.sub.html": [ + "content-security-policy/reporting-api/reporting-api-sends-reports-on-violation.https.sub.html": [ "131b261ef9a6b79714eeacd4c9a525bdfafab21c", "testharness" ], - "content-security-policy/reporting/reporting-api-sends-reports-on-violation.https.sub.html.sub.headers": [ - "966fcc13016f5980750ad1a4d5acf240762c2e0d", + "content-security-policy/reporting-api/reporting-api-sends-reports-on-violation.https.sub.html.sub.headers": [ + "515b0d940eeb19ae13da605a95039442a5893239", "support" ], - "content-security-policy/reporting/securitypolicyviolation-idl.html": [ - "831948d2397790fa68e6d8bc96454dcb2f3e3280", + "content-security-policy/reporting-api/reporting-api-works-on-frame-src.https.sub.html": [ + "1475964f0393ad3833c0024153236e5480ee33fd", "testharness" ], + "content-security-policy/reporting-api/reporting-api-works-on-frame-src.https.sub.html.sub.headers": [ + "f48e0c655e1dcc688c1f66309cdd61ba5aaefb74", + "support" + ], + "content-security-policy/reporting/multiple-report-policies.html": [ + "f639d91d9603d3f69e76e0e674502c3377feac1e", + "testharness" + ], + "content-security-policy/reporting/multiple-report-policies.html.sub.headers": [ + "4b6be6be32411907eadd77377882dffa4f0835a7", + "support" + ], + "content-security-policy/reporting/report-and-enforce.html": [ + "fa98a53e5129156767dbe77851369c4b19798719", + "testharness" + ], + "content-security-policy/reporting/report-and-enforce.html.sub.headers": [ + "02bd8729b7c30afe738001d0ddec9c5eebe89b34", + "support" + ], + "content-security-policy/reporting/report-blocked-data-uri.html": [ + "82886510458eb1699cf026c3e97e138e9a587591", + "testharness" + ], + "content-security-policy/reporting/report-blocked-data-uri.html.sub.headers": [ + "08f2929f61e79c56506ee10ad5f87fa7e7fc0bfc", + "support" + ], + "content-security-policy/reporting/report-blocked-uri-cross-origin.sub.html": [ + "8fcb9cc75de19ffe8814aab9bc35422e9cf885c0", + "testharness" + ], + "content-security-policy/reporting/report-blocked-uri-cross-origin.sub.html.sub.headers": [ + "b616f81f7513c1adfdb3d6781480cc5fb259bd8e", + "support" + ], + "content-security-policy/reporting/report-blocked-uri.html": [ + "04edf0c89b559bbf64fabc3af7bcd0ca7ec72278", + "testharness" + ], + "content-security-policy/reporting/report-blocked-uri.html.sub.headers": [ + "f993d1f1f2d380fb011aaecf5a6320b6d91adcf7", + "support" + ], + "content-security-policy/reporting/report-cross-origin-no-cookies.sub.html": [ + "7de2fc82fd084a1b11940c5c72ce19c19f18b3dd", + "testharness" + ], + "content-security-policy/reporting/report-cross-origin-no-cookies.sub.html.sub.headers": [ + "cff5f3df3f586fda01c7a88d19356881f6a80904", + "support" + ], + "content-security-policy/reporting/report-multiple-violations-01.html": [ + "6600b2f194337f22c6913055cc52b5a825261c0f", + "testharness" + ], + "content-security-policy/reporting/report-multiple-violations-01.html.sub.headers": [ + "69f7be4dc6ca342df29bd10b9e7ebdd0f8b63c31", + "support" + ], + "content-security-policy/reporting/report-multiple-violations-02.html": [ + "6c132ba1a1e156e05fa645bc33fb0d33330dee36", + "testharness" + ], + "content-security-policy/reporting/report-multiple-violations-02.html.sub.headers": [ + "7c9611719553d30ad7ce3e500c7c9f36362c5c60", + "support" + ], + "content-security-policy/reporting/report-only-in-meta.sub.html": [ + "6b0fa99ff2a5bd73001da3240524b5ec917e838e", + "testharness" + ], + "content-security-policy/reporting/report-only-in-meta.sub.html.sub.headers": [ + "e2ec88b0925f53f92b68a29390dcc89479bc46d4", + "support" + ], + "content-security-policy/reporting/report-original-url.sub.html": [ + "bc2e6f11f3dda2c15845bb6e86f4ec40cc255e8f", + "testharness" + ], + "content-security-policy/reporting/report-original-url.sub.html.sub.headers": [ + "4d1876259b68c4f4763787e7b41df70e4929fe7c", + "support" + ], + "content-security-policy/reporting/report-same-origin-with-cookies.html": [ + "e0f05994f390b09927da2160a432c090dd405f80", + "testharness" + ], + "content-security-policy/reporting/report-same-origin-with-cookies.html.sub.headers": [ + "f9af65b4f8aa85fe384963606c14b043c80cec10", + "support" + ], + "content-security-policy/reporting/report-strips-fragment.html": [ + "f72d0664fa4415422076dcd569dfd03a7c682f04", + "testharness" + ], + "content-security-policy/reporting/report-uri-effective-directive.html": [ + "59c3dfee5583e739e49cac3740e2a3a218e3753a", + "testharness" + ], + "content-security-policy/reporting/report-uri-effective-directive.html.sub.headers": [ + "1e02bab0bd8ed64135e1633bd01ebbd53be8c7bf", + "support" + ], + "content-security-policy/reporting/report-uri-from-child-frame.html": [ + "c91cc258165682aeb7af0f9e4b5b576ad0384c6b", + "testharness" + ], + "content-security-policy/reporting/report-uri-from-inline-javascript.html": [ + "07ee4776bf34a9bd344fa9fa5cb58f9f83ae3a08", + "testharness" + ], + "content-security-policy/reporting/report-uri-from-inline-javascript.html.sub.headers": [ + "a3e08d0037b632a2a9f87dd62b4e79dc789e550b", + "support" + ], + "content-security-policy/reporting/report-uri-from-javascript.html": [ + "04ea5711199235d9d289b31aa6d1de72ee55a188", + "testharness" + ], + "content-security-policy/reporting/report-uri-from-javascript.html.sub.headers": [ + "093ee63506308937b01af5a1917d24271d3fabd8", + "support" + ], + "content-security-policy/reporting/report-uri-multiple-reversed.html": [ + "445997741b644125b3cb973fd7430bbfa7fd78e6", + "testharness" + ], + "content-security-policy/reporting/report-uri-multiple-reversed.html.sub.headers": [ + "e46af6610554b47e7a864b6ab5ea6deff13ba60a", + "support" + ], + "content-security-policy/reporting/report-uri-multiple.html": [ + "deb9b21e679e9eb9d51599f52632440819ab0f7e", + "testharness" + ], + "content-security-policy/reporting/report-uri-multiple.html.sub.headers": [ + "315325e87026ee03ec535108f15864185c5d4b1e", + "support" + ], + "content-security-policy/reporting/report-uri-scheme-relative.html": [ + "2ff52fe751eb0f760eb6e8de3d774ef58aabc20f", + "testharness" + ], + "content-security-policy/reporting/report-uri-scheme-relative.html.sub.headers": [ + "f089cb2271c837f3af17830f2f4e255e5be9259d", + "support" + ], + "content-security-policy/reporting/support/generate-csp-report.html": [ + "3084447e7fc1f504fe96df8ac49e5c03d4156ef4", + "support" + ], + "content-security-policy/reporting/support/generate-csp-report.html.sub.headers": [ + "abfdaa6f0fb659fd3c65074758d691b8e15eebf2", + "support" + ], + "content-security-policy/reporting/support/set-cookie.py": [ + "886b0a3fb9042c5331083a5c73d0ee6c7638437c", + "support" + ], "content-security-policy/sandbox/iframe-inside-csp.sub.html": [ "11e165b77d866a5b62539d5722b18885838448a7", "testharness" @@ -411585,7 +414399,7 @@ "support" ], "content-security-policy/support/inject-image.js": [ - "d3fb6499c3910cd966efb85888f4a116bf6738c7", + "0962d5adf6d2fd4b80db6b9cf87be841609bc64e", "support" ], "content-security-policy/support/inject-image.sub.js": [ @@ -411612,6 +414426,10 @@ "c06160c04726a02f1583caa0f380d632b6019179", "support" ], + "content-security-policy/support/pass2.png": [ + "c06160c04726a02f1583caa0f380d632b6019179", + "support" + ], "content-security-policy/support/ping.js": [ "071616b3c0e43fab0b7a214000389585dafc393d", "support" @@ -413184,6 +416002,10 @@ "3ce3b0a2eaa10928aec1f32c9e3bcbe2af5fafba", "testharness" ], + "credential-management/require_securecontext.html": [ + "4a266e0c663a12ace13f6f08a7899236b489f698", + "testharness" + ], "credential-management/support/echoing-nester.html": [ "408bf741f31a9f69a2a9a50d93877f6a999cd9d9", "support" @@ -429885,11 +432707,11 @@ "reftest" ], "css/CSS2/floats-clear/clear-applies-to-008-ref.xht": [ - "db9d3c111a4f01fd54c04de57aa592ee0a2babb1", + "6c2e5e15021e893db1a60ab205feaf08200d5295", "support" ], "css/CSS2/floats-clear/clear-applies-to-008.xht": [ - "4dea511a4f95e4b3084a224e992ffc87957a0d28", + "7c0e621739b7b88792efacf92e49b98061155c3e", "reftest" ], "css/CSS2/floats-clear/clear-applies-to-009-ref.xht": [ @@ -429905,7 +432727,7 @@ "visual" ], "css/CSS2/floats-clear/clear-applies-to-012.xht": [ - "1e8e5c96d43520b6cdbf20232009a706648414e8", + "d6fb4efccca1214e61d3145483b093f2b8c8c7ab", "reftest" ], "css/CSS2/floats-clear/clear-applies-to-013.xht": [ @@ -430121,11 +432943,11 @@ "reftest" ], "css/CSS2/floats-clear/float-applies-to-008-ref.xht": [ - "659238329fb18ea5614ed6334f37f30f1fed9d2f", + "a77222162ef2cc0a3065fca9918ce6bff8cd70c8", "support" ], "css/CSS2/floats-clear/float-applies-to-008.xht": [ - "7324b707a78a81f274a9c8f3cacc33f5126918ee", + "ea0589a743f79dae9b5f33df683c126bbfc4c5a5", "reftest" ], "css/CSS2/floats-clear/float-applies-to-008a.xht": [ @@ -430141,7 +432963,7 @@ "visual" ], "css/CSS2/floats-clear/float-applies-to-012.xht": [ - "fb1f1ca067f5c5d97c0ce468c66083fc086a7104", + "3703899da92098c3e2d36284e5789bf7467a794a", "reftest" ], "css/CSS2/floats-clear/float-applies-to-013.xht": [ @@ -430489,11 +433311,11 @@ "reftest" ], "css/CSS2/floats-clear/floats-028-ref.xht": [ - "48c364f5ffbd8426889479a03e530d602cd41b49", + "50b611939fb7cffa6fa5b4469056589a03e27012", "support" ], "css/CSS2/floats-clear/floats-028.xht": [ - "1f83cd725b3fdb0aca8d5fa4f660ceae14e48ef6", + "229392ae1aa78dd1ffebdaf72faf47bc1a1a0fd5", "reftest" ], "css/CSS2/floats-clear/floats-029-ref.xht": [ @@ -430521,11 +433343,11 @@ "reftest" ], "css/CSS2/floats-clear/floats-036-ref.xht": [ - "5c69b8814fd1285e78e18916f717f41dd19fcfd6", + "001a8147de3e6d6290b4581f6c5c4a01461e2324", "support" ], "css/CSS2/floats-clear/floats-036.xht": [ - "8cfcf886e5410936904b8494db5f7358b3322cab", + "cb85400e14a9c7908952cbee62b322d1c7a7b125", "reftest" ], "css/CSS2/floats-clear/floats-037.xht": [ @@ -443865,7 +446687,7 @@ "reftest" ], "css/CSS2/normal-flow/inline-table-002-ref.xht": [ - "f2d793d01506513aa4eb77060654848b08ba81ce", + "a72122a5cf0b18fb5ca1ed5bc21d4ffb5adbe9ff", "support" ], "css/CSS2/normal-flow/inline-table-002a.xht": [ @@ -443901,7 +446723,7 @@ "reftest" ], "css/CSS2/normal-flow/inline-table-valign-001-ref.xht": [ - "2dd458188be1b03d22ffd5ff5b50251f68236b88", + "e0dda44b942f3ab082d495d9c3ea7cdfb06f5672", "support" ], "css/CSS2/normal-flow/inline-table-valign-001.xht": [ @@ -446197,7 +449019,7 @@ "reftest" ], "css/CSS2/normal-flow/width-inherit-001.xht": [ - "e12ea1ffae7291ba97850bd8c9d26a363e8a3e8d", + "b44bc8b00c6a11155958abe91b5b1e77a137d74d", "reftest" ], "css/CSS2/normal-flow/width-non-replaced-inline-001-ref.xht": [ @@ -447609,15 +450431,15 @@ "visual" ], "css/CSS2/positioning/abspos-011-ref.xht": [ - "c235af55f1a48bf1537880675cc07fb540672238", + "e2759da948136a4af51259eff808b067e877b4da", "support" ], "css/CSS2/positioning/abspos-011.xht": [ - "7deaa3e6c992cbc2cdcc8aba918d3896bc21c396", + "3b5e6cb42b5b130e6dc63912a34f29a631578004", "reftest" ], "css/CSS2/positioning/abspos-012.xht": [ - "888c0e9b10f97a37f320f9d947650bd10d0f3126", + "e11cb76a18a4eb52554cddf5ea79c2085741f7c5", "reftest" ], "css/CSS2/positioning/abspos-013-ref.xht": [ @@ -447685,7 +450507,7 @@ "reftest" ], "css/CSS2/positioning/abspos-027.xht": [ - "4206e6ba1f6839097eeeedf836b959883bfb0f4b", + "92f26a5069fa65e26c24b5ff548757174b491b1b", "reftest" ], "css/CSS2/positioning/abspos-028-ref.xht": [ @@ -448833,11 +451655,11 @@ "reftest" ], "css/CSS2/positioning/position-relative-031-ref.xht": [ - "d8ab20871c04f15927a2421400fc0bd94751d801", + "713239d97e9516c8a650c35062a8ac381a977a87", "support" ], "css/CSS2/positioning/position-relative-031.xht": [ - "3e7ea161ba0c2ca703de599084a12f67841ce8cc", + "9ef83749003fb8881335bddbe8a1d4978709fc94", "reftest" ], "css/CSS2/positioning/position-relative-032-ref.xht": [ @@ -448905,11 +451727,11 @@ "reftest" ], "css/CSS2/positioning/positioning-float-001-ref.xht": [ - "6c2415a373b5eda24ddb8718d4d2483a2a2902a3", + "fe017fcbf93173ebaa9f320c735c15fa366c04b6", "support" ], "css/CSS2/positioning/positioning-float-001.xht": [ - "f09c12ed86ca1c628f5cd14af54e5815eef5b3b0", + "26a3c992262056846e4ae74695c0cadb4a4993f6", "reftest" ], "css/CSS2/positioning/positioning-float-002-ref.xht": [ @@ -465961,11 +468783,11 @@ "visual" ], "css/CSS2/values/color-000-ref.xht": [ - "c7bb8fe43bd64c29069544ad57eaf0b278e3986c", + "9d9f5220470b7ad806b0960431f1297d901bb279", "support" ], "css/CSS2/values/color-000.xht": [ - "34ee507a95cc9a67ea2d92f57baeb2e1b486e64f", + "84b046a78138c015092de76c5151ff545e9df001", "reftest" ], "css/CSS2/values/numbers-units-001.xht": [ @@ -471536,12 +474358,52 @@ "7390f245c6f208a1d1f1a6548d6f7f0185decedb", "visual" ], + "css/css-align/content-distribution/parse-align-content-001.html": [ + "5f85c7e0760de399e2bbff0d27bcbe48b52f6ab0", + "testharness" + ], + "css/css-align/content-distribution/parse-align-content-002.html": [ + "1b57303c27c9ca6a195f380db7c65c6953235189", + "testharness" + ], + "css/css-align/content-distribution/parse-align-content-003.html": [ + "35e87806d671d9688fcecb2971703496c7ecf279", + "testharness" + ], + "css/css-align/content-distribution/parse-align-content-004.html": [ + "38d4d969e140dad7914c7c36ff25fd7d8b8e47ed", + "testharness" + ], + "css/css-align/content-distribution/parse-align-content-005.html": [ + "473d879d7a0a7ccfc58f8ad319af98859acaaace", + "testharness" + ], + "css/css-align/content-distribution/parse-justify-content-001.html": [ + "ea7684f5dfb55def64657615b2cf584ac01f13a1", + "testharness" + ], + "css/css-align/content-distribution/parse-justify-content-002.html": [ + "eb16c39bcdbb30282778410636f7f8966bf1b3df", + "testharness" + ], + "css/css-align/content-distribution/parse-justify-content-003.html": [ + "156da9b59e01e743277a5bd86475c3c1046cab55", + "testharness" + ], + "css/css-align/content-distribution/parse-justify-content-004.html": [ + "8387baa705e2ae6863641e72f72b1469ff902df1", + "testharness" + ], + "css/css-align/content-distribution/parse-justify-content-005.html": [ + "349d5fbf2916bf93ad87c130afe04b7f2ad011e9", + "testharness" + ], "css/css-align/content-distribution/place-content-shorthand-001.html": [ - "c0d87c542bd637ff3ac5bd5c6dc33a4d5bef49ed", + "1f79fe2f2d0fc474c4a9376dde022042d5ff935c", "testharness" ], "css/css-align/content-distribution/place-content-shorthand-002.html": [ - "bb7956c56dafba251bcba74abf922d983b8bcffd", + "f5f4f2279506dc6106de38080a639979ad7e05d0", "testharness" ], "css/css-align/content-distribution/place-content-shorthand-003.html": [ @@ -471549,7 +474411,7 @@ "testharness" ], "css/css-align/content-distribution/place-content-shorthand-004.html": [ - "f6927e1d464df4fe22cd01bb4779eb64cf790ab4", + "5aa5cda5b2b0204bd2deb5c813532f394644b31f", "testharness" ], "css/css-align/content-distribution/place-content-shorthand-005.html": [ @@ -471557,19 +474419,71 @@ "testharness" ], "css/css-align/content-distribution/place-content-shorthand-006.html": [ - "016c2ff7902fc01d8368645b7177e3932aa64d42", + "a40c054505716dda72b642ada40d8796a5d68795", "testharness" ], + "css/css-align/content-distribution/place-content-shorthand-007-ref.html": [ + "6008fc2ca235c4b4c171ace405fd312647be3313", + "support" + ], + "css/css-align/content-distribution/place-content-shorthand-007.html": [ + "5268627f55928b969e022a626961958ac8f92e05", + "reftest" + ], "css/css-align/default-alignment/justify-items-legacy-001.html": [ "bcf17f709a9b87ef728262b658d1dfa65afc93bb", "testharness" ], + "css/css-align/default-alignment/parse-align-items-001.html": [ + "4480541c8c693f479948c408e99ea3ce1d13f6cd", + "testharness" + ], + "css/css-align/default-alignment/parse-align-items-002.html": [ + "eb9d656eb94d7bb2ef11286b28ceb90a71ef9774", + "testharness" + ], + "css/css-align/default-alignment/parse-align-items-003.html": [ + "9db68647a490da7f2d3513c28359392d24bb3257", + "testharness" + ], + "css/css-align/default-alignment/parse-align-items-004.html": [ + "e2c96ca7f861965ffe525fa8de7132c041230dac", + "testharness" + ], + "css/css-align/default-alignment/parse-align-items-005.html": [ + "e5b9aed617b086152a25ffb4b3a39a8898a3622e", + "testharness" + ], + "css/css-align/default-alignment/parse-justify-items-001.html": [ + "a60f7ed4a16ad9e6c12c8004b90bb1f88083af31", + "testharness" + ], + "css/css-align/default-alignment/parse-justify-items-002.html": [ + "b74652a3770f5bf8b7184748d62a21625f9121b3", + "testharness" + ], + "css/css-align/default-alignment/parse-justify-items-003.html": [ + "3a66f7c4d618f0ea0ff112ac7dce8e5d6257084a", + "testharness" + ], + "css/css-align/default-alignment/parse-justify-items-004.html": [ + "e2e61304ecccb8f0892eebb0eda6b510287174a6", + "testharness" + ], + "css/css-align/default-alignment/parse-justify-items-005.html": [ + "2d7d4871ff887570ea0d6292d389080ac8bc9932", + "testharness" + ], + "css/css-align/default-alignment/parse-justify-items-006.html": [ + "e37a66d4363c4df6c04eef3b6fbfe26208369cb1", + "testharness" + ], "css/css-align/default-alignment/place-items-shorthand-001.html": [ - "cc69bbbee852e6cd203d3f39dac2a1e05a428361", + "d3905233affe9d6e138ef96d0f025fc23585fc44", "testharness" ], "css/css-align/default-alignment/place-items-shorthand-002.html": [ - "77bb21f97a9448b03da8b97adc3accf1308eb647", + "a087659c5fa60012fa11b685701b64a14fdda4ea", "testharness" ], "css/css-align/default-alignment/place-items-shorthand-003.html": [ @@ -471577,7 +474491,7 @@ "testharness" ], "css/css-align/default-alignment/place-items-shorthand-004.html": [ - "17f58a8c43e114540e5fe5a63ec4502a50231e10", + "d4b6346f68b085a297ba5b15a5803258cbf661da", "testharness" ], "css/css-align/default-alignment/place-items-shorthand-005.html": [ @@ -471585,7 +474499,7 @@ "testharness" ], "css/css-align/default-alignment/place-items-shorthand-006.html": [ - "3de2cbe0f38c6efd2cf830fadc858988600b7900", + "b7106d0ee863673c0d9a6160d035706edb3c67a8", "testharness" ], "css/css-align/distribution-values/space-evenly-001.html": [ @@ -471597,15 +474511,55 @@ "support" ], "css/css-align/resources/alignment-parsing-utils.js": [ - "0340f801692801d985e8b75be0bb27b6ddff734f", + "8dcde745c0e5b0832ff748c117bbbf1af3d6a829", "support" ], + "css/css-align/self-alignment/parse-align-self-001.html": [ + "aae57067e0e86c9e8d6e81b31667218184567658", + "testharness" + ], + "css/css-align/self-alignment/parse-align-self-002.html": [ + "25d0f676cb296c9fa7de67cee5ac988733ccbd13", + "testharness" + ], + "css/css-align/self-alignment/parse-align-self-003.html": [ + "8137de4c4afb4c27d2923aa4054ea9398aca865d", + "testharness" + ], + "css/css-align/self-alignment/parse-align-self-004.html": [ + "48d48c3e5c3eff5143644cc7550c6c6b7b92bea7", + "testharness" + ], + "css/css-align/self-alignment/parse-align-self-005.html": [ + "190a7d276072604ce21a7dc00676ff32d2dba57d", + "testharness" + ], + "css/css-align/self-alignment/parse-justify-self-001.html": [ + "de04cd16ef97ad1e7fdba547caee6dab891366aa", + "testharness" + ], + "css/css-align/self-alignment/parse-justify-self-002.html": [ + "ef524eeed0dd9b2c41eab613aa08b3fd512c2903", + "testharness" + ], + "css/css-align/self-alignment/parse-justify-self-003.html": [ + "30f17571f35b0d79da012f4e39f38dbe85bbe888", + "testharness" + ], + "css/css-align/self-alignment/parse-justify-self-004.html": [ + "9b4d1453941411fc09f676e00b0bd0e5a9ddf7e7", + "testharness" + ], + "css/css-align/self-alignment/parse-justify-self-005.html": [ + "e40d7137c71d3d11a434a17861450d2380138a2e", + "testharness" + ], "css/css-align/self-alignment/place-self-shorthand-001.html": [ - "62d9c6a64f6f97ed2ecef74d885397c648de3c14", + "54de5a9e58b94bce85c58f25ffeee754acd32f36", "testharness" ], "css/css-align/self-alignment/place-self-shorthand-002.html": [ - "8e39715c6208aeaf483e2d7e9abb50870beffbc4", + "a266e09207859b058f445acb7c472156e525dd21", "testharness" ], "css/css-align/self-alignment/place-self-shorthand-003.html": [ @@ -471613,7 +474567,7 @@ "testharness" ], "css/css-align/self-alignment/place-self-shorthand-004.html": [ - "006d63717f5d18bc09428a56b3a4d811ba11af9a", + "4f153c62e5d1eecf9eb4678036123d0460d7ecf1", "testharness" ], "css/css-align/self-alignment/place-self-shorthand-005.html": [ @@ -471621,7 +474575,7 @@ "testharness" ], "css/css-align/self-alignment/place-self-shorthand-006.html": [ - "5b394c37527b7a9fdc0d32ea14caddf36a72fe30", + "d355eac038a7307e7a969632bc745ad25d8d6f43", "testharness" ], "css/css-align/ttwf-reftest-alignContent.html": [ @@ -475473,7 +478427,7 @@ "reftest" ], "css/css-color/rgb-002.html": [ - "548c72f849f22c8fb0997e6175fefb10c5581bba", + "87efdbc3c1d3e09b7699a98125a2b044c5ca799b", "reftest" ], "css/css-color/rgb-003.html": [ @@ -475481,7 +478435,7 @@ "reftest" ], "css/css-color/rgb-004.html": [ - "dd6f8c7fcf7469e4f3ebae08e6e5463cc5b5e3da", + "324e16dce720b0f7f4f74482bda847a06855bc65", "reftest" ], "css/css-color/rgb-005.html": [ @@ -475489,7 +478443,7 @@ "reftest" ], "css/css-color/rgb-006.html": [ - "1768035ede3163a8836c758bb8a05485224fca41", + "e7b974f05d72e904c7dcc89a27a58f3d2919652a", "reftest" ], "css/css-color/rgb-007.html": [ @@ -475497,15 +478451,19 @@ "reftest" ], "css/css-color/rgb-008.html": [ - "3acb8eb7623bf98938d53de83715dc0eeeda52fa", + "d5738a04d24bdd87d6e9a5c070b2bc566b545ace", "reftest" ], + "css/css-color/rgb-rounding-001.html": [ + "045dccb0add6afdc063260628ed0c7260ce751e2", + "testharness" + ], "css/css-color/rgba-001.html": [ "671f70a6afe6be200987a15814e550305d85bf20", "reftest" ], "css/css-color/rgba-002.html": [ - "75872ed9c97639741fdad767ce6d65d77c72f36a", + "fd92aa5522f1d2fdb85c7dd2217960cbb9ea3a15", "reftest" ], "css/css-color/rgba-003.html": [ @@ -475513,7 +478471,7 @@ "reftest" ], "css/css-color/rgba-004.html": [ - "b7fc0f8caa2993dc8be746a9fc539fd93b51e9ee", + "7723082ac6d7f139a49e43b880424d2a2a0c8086", "reftest" ], "css/css-color/rgba-005.html": [ @@ -475521,7 +478479,7 @@ "reftest" ], "css/css-color/rgba-006.html": [ - "59387e3f2c3927d96ce693897bd3cbb98d2e4e3c", + "94d68d4489fbf05fce63ce8da4c3034d9dbcef2e", "reftest" ], "css/css-color/rgba-007.html": [ @@ -475529,7 +478487,7 @@ "reftest" ], "css/css-color/rgba-008.html": [ - "b4ca26e380502585ba202c4b129581f3b38a6482", + "9ab9ae45413993ead7c3beaaf34a71474ee948dd", "reftest" ], "css/css-color/t31-color-currentColor-b-ref.html": [ @@ -477000,6 +479958,14 @@ "c874f59947d37659e640d4e0abb8a0dc0f03927d", "reftest" ], + "css/css-display/display-contents-fieldset-nested-legend-ref.html": [ + "89fbd146ffbd862ba3d0f058d8d8c9d8024da0fa", + "support" + ], + "css/css-display/display-contents-fieldset-nested-legend.html": [ + "45be585ab1523c180b3ba159d25d0dadd80456ac", + "reftest" + ], "css/css-display/display-contents-fieldset.html": [ "353abc0ce5abe98a1678fbd5832bf16a0d8b5094", "reftest" @@ -478228,6 +481194,14 @@ "cfaff82945bd52baafb8c4c16eb38c9dbee14da6", "testharness" ], + "css/css-fill-stroke/paint-order-001.tentative.html": [ + "46e784929d8a661eb432fa04cc79e0612bd5d194", + "reftest" + ], + "css/css-fill-stroke/reference/paint-order-001-ref.tentative.html": [ + "35eb3b4cfe4505a5c9761dcecc047a8cd09f8fb9", + "support" + ], "css/css-flexbox/Flexible-order.html": [ "ff6b01d6069b9106c60e3f86ac29bffb7c94f916", "reftest" @@ -481017,7 +483991,7 @@ "support" ], "css/css-flexbox/support/100x100-green.png": [ - "e5142090341e9557fa0fa8bb44ba2f5114796484", + "237282657ba1c809361506de0f7a7185cc7457c4", "support" ], "css/css-flexbox/support/1x1-green.png": [ @@ -481540,6 +484514,10 @@ "6a46776acc325ad42993555d516c6a057d801df8", "support" ], + "css/css-fonts/font-feature-settings-serialization-001.html": [ + "51a64b41a9a6bc085804710cf3ab80d860964c71", + "testharness" + ], "css/css-fonts/font-features-across-space-1-ref.html": [ "634ece1e252f1330479bafed49eb8aa2ecc99d94", "support" @@ -481825,7 +484803,7 @@ "support" ], "css/css-fonts/font-variant-alternates-07.html": [ - "caf337f548657c4e188aa477ccec4b8149d092bf", + "2789bde5b3274fe52484de0eb69d4c4e68f99da6", "reftest" ], "css/css-fonts/font-variant-alternates-08-ref.html": [ @@ -481833,7 +484811,7 @@ "support" ], "css/css-fonts/font-variant-alternates-08.html": [ - "f9fc6c2252064c94ba3e6120b3646faa0bb590f7", + "9c43206b0f1df015aec881da4517576f154c9ead", "reftest" ], "css/css-fonts/font-variant-alternates-09-ref.html": [ @@ -481841,7 +484819,7 @@ "support" ], "css/css-fonts/font-variant-alternates-09.html": [ - "75768372f5747e12bf569e40c1474f3341479552", + "f2ad17a464d0ff1afb1e971face18d0b70b0df81", "reftest" ], "css/css-fonts/font-variant-alternates-10-ref.html": [ @@ -481849,7 +484827,7 @@ "support" ], "css/css-fonts/font-variant-alternates-10.html": [ - "36ec29992f8a3de6a3679c8b89410c7c4fef6e41", + "07a02a19a3a4c34788408814668141fdcabeb5c3", "reftest" ], "css/css-fonts/font-variant-alternates-11-ref.html": [ @@ -481857,7 +484835,7 @@ "support" ], "css/css-fonts/font-variant-alternates-11.html": [ - "70b0db84986c8f982d0cc5fe08d997f7757924bc", + "74b5613071a8e5f2e46363fe9dbe2fff093060f3", "reftest" ], "css/css-fonts/font-variant-alternates-12-ref.html": [ @@ -481865,7 +484843,7 @@ "support" ], "css/css-fonts/font-variant-alternates-12.html": [ - "c173b400c5c247aa13d400efe7a0b7d0440a498c", + "ce637ee75a42b8cb4542c6d9fd888aeded9315af", "reftest" ], "css/css-fonts/font-variant-alternates-13-ref.html": [ @@ -481873,7 +484851,7 @@ "support" ], "css/css-fonts/font-variant-alternates-13.html": [ - "47ed224bd5c03bd2610521defe634776d25ae27f", + "08ebbe94136c784d32b9012cfbe5309641f34963", "reftest" ], "css/css-fonts/font-variant-alternates-14-ref.html": [ @@ -481881,7 +484859,7 @@ "support" ], "css/css-fonts/font-variant-alternates-14.html": [ - "e5d952170c8e4e4ee507550f20e06f4f02358aa7", + "21021ed09cba33880d09e09c8c4149fee09ab14a", "reftest" ], "css/css-fonts/font-variant-alternates-15-ref.html": [ @@ -481889,7 +484867,7 @@ "support" ], "css/css-fonts/font-variant-alternates-15.html": [ - "9ff98fb9ba0a0d8f7dd7eeba46f9fff0cded50d5", + "28b9783fb266c2706a3b1bb803d3f673e8a54961", "reftest" ], "css/css-fonts/font-variant-alternates-16-ref.html": [ @@ -481897,7 +484875,7 @@ "support" ], "css/css-fonts/font-variant-alternates-16.html": [ - "438440aa6dcc401f66d6c9f271221b377e08f12f", + "7ff9e41f619a1049160e6b44757fb3df76027fc1", "reftest" ], "css/css-fonts/font-variant-alternates-17-ref.html": [ @@ -481905,7 +484883,7 @@ "support" ], "css/css-fonts/font-variant-alternates-17.html": [ - "9c7b3567045c4bce12d693df687120534e066c56", + "190ed6df571bb4c3524830312bab44762b8f7caf", "reftest" ], "css/css-fonts/font-variant-alternates-18-ref.html": [ @@ -481913,11 +484891,11 @@ "support" ], "css/css-fonts/font-variant-alternates-18.html": [ - "b85b14eaf76f9c1b89a015b8a5aea9382f61e332", + "099642fe6884b4501cbdb7182910ef296fd7c93f", "reftest" ], "css/css-fonts/font-variant-alternates-parsing.html": [ - "5a15ca070dbddff6e28995c13db825244080fc25", + "521ef26ea50ce2980f5a9026e047a05d54bb7556", "testharness" ], "css/css-fonts/font-variant-caps-01-ref.html": [ @@ -488673,11 +491651,11 @@ "reftest" ], "css/css-grid/abspos/grid-positioned-items-content-alignment-001.html": [ - "cb977a8f3e05d48e92ffecad0031834087a2ef97", + "d9f5abb41f8fb479c37f0d364b9cd73cb9008829", "testharness" ], "css/css-grid/abspos/grid-positioned-items-content-alignment-rtl-001.html": [ - "6c8ff0ddb3895d6a13d8b1354dea5ef4324c9b03", + "81cd5622a02ae3bdccd609d6e409241b9ba92117", "testharness" ], "css/css-grid/abspos/grid-positioned-items-gaps-001.html": [ @@ -489009,35 +491987,35 @@ "testharness" ], "css/css-grid/alignment/grid-alignment-implies-size-change-011.html": [ - "e1befaf27f4defef626b8c423f3a82f661160655", + "77ae9907a7eddd78821890b70bce2c0543a978f5", "testharness" ], "css/css-grid/alignment/grid-alignment-implies-size-change-012.html": [ - "84eb6de9bb892de373129df60f10bdf0cf9b59d8", + "aa3823158eb43bb1fa623a1686402bc965c7f4a6", "testharness" ], "css/css-grid/alignment/grid-alignment-implies-size-change-013.html": [ - "f527bc3b0669b048268a8c59274150f3adeabd01", + "c0c5447dd16a89783d5c6b46ab1a6d17bdb719f3", "testharness" ], "css/css-grid/alignment/grid-alignment-implies-size-change-014.html": [ - "eee651407a75b74ba32d60312a347bef95a6501f", + "52aa385eb6a0defe54f2b7ea5ef272da4ad37709", "testharness" ], "css/css-grid/alignment/grid-alignment-implies-size-change-015.html": [ - "cccb3afaab2bb61b26229a5bb5713348c9d4a519", + "76feb090c78632d8e09767b89e7245970015b007", "testharness" ], "css/css-grid/alignment/grid-alignment-implies-size-change-016.html": [ - "661f7bbd9c211bb29f14bf9124676e40e44d21cd", + "c8f7ba2331a80b123206cae0a11dbd76f0f8a235", "testharness" ], "css/css-grid/alignment/grid-alignment-implies-size-change-017.html": [ - "c5aeba430655c90997b790b922ba7aaed087211b", + "e25652288f94377e3b5082c7d7244f706903905f", "testharness" ], "css/css-grid/alignment/grid-alignment-implies-size-change-018.html": [ - "89abc2805c57b1c79b65288efbf82fb9f98fc31a", + "a1236f5cf353218bcf5565c42df0f44564690ffd", "testharness" ], "css/css-grid/alignment/grid-alignment-implies-size-change-019.html": [ @@ -489081,35 +492059,35 @@ "testharness" ], "css/css-grid/alignment/grid-alignment-implies-size-change-029.html": [ - "2c99765c101af32aff4ef16b615930a650db52f2", + "633de23d59e98b4380c7aa36c11c3e25e939f417", "testharness" ], "css/css-grid/alignment/grid-alignment-implies-size-change-030.html": [ - "6c3e1b09a0a8e1268a3e2c513b7959972fee1632", + "83c7eb2b3ce96edf1d86b18bb59fd518fccad2a4", "testharness" ], "css/css-grid/alignment/grid-alignment-implies-size-change-031.html": [ - "627a1e421cbcc93dbf5b5beb028482495aa96ea9", + "1c81a3ecfbbbd52f058b6968d629571e335dd15f", "testharness" ], "css/css-grid/alignment/grid-alignment-implies-size-change-032.html": [ - "a3b9af60a41c8baa60f5ec891a56d3c2e075d6c1", + "23a4f14974e70b29a9d618d2c627bc121558ffd1", "testharness" ], "css/css-grid/alignment/grid-alignment-implies-size-change-033.html": [ - "ab9eda7db315fdd67240c93d5544fe3230101509", + "319d6241cb92af28d38eb82830f14dd5e3ff1d1a", "testharness" ], "css/css-grid/alignment/grid-alignment-implies-size-change-034.html": [ - "1f506f17eeaf10ca4728c0b3b40ec825e85a4438", + "a1527212bd8be336ad27bba260ec350fc1cdef98", "testharness" ], "css/css-grid/alignment/grid-alignment-implies-size-change-035.html": [ - "2bfd66cdd546bf0151c1aaa800903bf974a10b75", + "805bbc917117c9df0831c3dcd3c9b6ae951a60c8", "testharness" ], "css/css-grid/alignment/grid-alignment-implies-size-change-036.html": [ - "d9ab0bc1deb8a9a8b29c80b446ee9f7cb720d214", + "e209b20fc006be859a18de232223a5f9bf1d7a8f", "testharness" ], "css/css-grid/alignment/grid-column-axis-alignment-positioned-items-001.html": [ @@ -489840,6 +492818,10 @@ "dc9d15b18538afb38790de51e31095ce9f93e0a9", "reftest" ], + "css/css-grid/alignment/support/100x100-green.png": [ + "237282657ba1c809361506de0f7a7185cc7457c4", + "support" + ], "css/css-grid/alignment/support/style-change.js": [ "021db5d6c4e974ab0c8d7e59666a785db03942c4", "support" @@ -490277,7 +493259,7 @@ "support" ], "css/css-grid/grid-items/support/100x100-green.png": [ - "ff6fda3a436fa54df17a321e2458204fd963dfb2", + "237282657ba1c809361506de0f7a7185cc7457c4", "support" ], "css/css-grid/grid-items/support/200x200-green.png": [ @@ -490444,6 +493426,14 @@ "909c91b995daafc31a6fa9f6989dc78c892840e3", "reftest" ], + "css/css-grid/layout-algorithm/grid-find-fr-size-gutters-001.html": [ + "8f25b5a976f6f113a539fa22c8ab7f4d7cf3b2fd", + "testharness" + ], + "css/css-grid/layout-algorithm/grid-find-fr-size-gutters-002.html": [ + "d1cf60290fb927f91dc132fd801b92b84262e003", + "testharness" + ], "css/css-grid/layout-algorithm/grid-layout-free-space-unit.html": [ "5873efcda9c17e48a8437a62bf6871cbf96bdc46", "reftest" @@ -490544,10 +493534,6 @@ "feb53485e24aeaf9a5f27be5e42cc4a6fc5b8df0", "support" ], - "css/css-grid/support/grid-alignment.css": [ - "b45aee51245613ceddf8eda70d995a26027671bd", - "support" - ], "css/css-grid/support/grid.css": [ "6bb300b8baebf700481ea162fb7b41913fcca29c", "support" @@ -490860,6 +493846,26 @@ "4b4b4756c2f605ab4dca092775cc39b0705efda9", "reftest" ], + "css/css-layout-api/OWNERS": [ + "516917174b3c605bb6914a7aa710ce8948524ed7", + "support" + ], + "css/css-layout-api/at-supports-rule.https.html": [ + "7e8b0c3a12b9d5e4d2409da06e7d7441d76d8e23", + "testharness" + ], + "css/css-layout-api/computed-style-layout-function.https.html": [ + "a999a2a7ad8981879cdc984bf602939a23a60ea6", + "testharness" + ], + "css/css-layout-api/inline-style-layout-function.https.html": [ + "f421a9c0fb4c930922281a88eeaa45ae69adab51", + "testharness" + ], + "css/css-layout-api/supports.https.html": [ + "be6b57f5a85f99a64e755da22411ace3fba2992f", + "testharness" + ], "css/css-lists/OWNERS": [ "d9c8054b356c9273a054a83abeb9be0626c23921", "support" @@ -492116,6 +495122,10 @@ "9294744a72ec5b0fe7622c4a68284daefa9372d9", "reftest" ], + "css/css-multicol/multicol-gap-percentage-001.html": [ + "e13f8ae08605871e1ae175eed0a83dafae77de31", + "testharness" + ], "css/css-multicol/multicol-height-001-ref.xht": [ "028a0a0f0137840368c556b59f58deacccd5a063", "support" @@ -493337,11 +496347,11 @@ "reftest" ], "css/css-paint-api/invalid-image-constructor-error-ref.html": [ - "b0c34ee1480fe1108fe8dc53f2bbb2f3ffa1c408", + "9ae74dc1b6bc4a2f346d072eca0020e7fd1b39ec", "support" ], "css/css-paint-api/invalid-image-constructor-error.https.html": [ - "6e73e10076d29e69dad68deca551ad9cb84f82f9", + "3fb935202b776ac0669804e7484a6a56667db64a", "reftest" ], "css/css-paint-api/invalid-image-paint-error-ref.html": [ @@ -493349,7 +496359,7 @@ "support" ], "css/css-paint-api/invalid-image-paint-error.https.html": [ - "53ea8b4f95f9afafd145c04c5f5961af19a9eae4", + "14d684741bcea0c95b1f50881f489e29abff080c", "reftest" ], "css/css-paint-api/invalid-image-pending-script-ref.html": [ @@ -493357,7 +496367,7 @@ "support" ], "css/css-paint-api/invalid-image-pending-script.https.html": [ - "40cd95de01fb371990dac73777e75bd306d28be9", + "780d368f790ae61cd3d9a575213dd8c9cce9a3a6", "reftest" ], "css/css-paint-api/overdraw-ref.html": [ @@ -493489,7 +496499,7 @@ "reftest" ], "css/css-paint-api/parse-input-arguments-011.https.html": [ - "15edc8fc44d339514911566fe7cf07ec899cf04a", + "b464f59c89fd6b515cdb2e027240b953bcf229d8", "reftest" ], "css/css-paint-api/parse-input-arguments-012.https.html": [ @@ -493517,11 +496527,11 @@ "reftest" ], "css/css-paint-api/parse-input-arguments-018-ref.html": [ - "7dd468373f6efa2b5a3a8d16c91c0d4dec87c143", + "a831ef2690027b266f499d652b25ed8684e0fbaf", "support" ], "css/css-paint-api/parse-input-arguments-018.https.html": [ - "b606bfff93300f114ea4efab85e489727e9821c7", + "2ae9cf7d13fa40e568d2324d060885a68ea3dbbd", "reftest" ], "css/css-paint-api/parse-input-arguments-019.https.html": [ @@ -493557,7 +496567,7 @@ "support" ], "css/css-paint-api/style-background-image.https.html": [ - "54f213635749ffeae4d21a5e3d4391901fbfe984", + "4288eba641144a33ba79390102d141693a2c14d6", "reftest" ], "css/css-paint-api/style-before-pseudo-ref.html": [ @@ -493565,7 +496575,7 @@ "support" ], "css/css-paint-api/style-before-pseudo.https.html": [ - "7e8263880905e254e7c27274d6314ba23bd1cb04", + "e491dcde66880750f3b277d520f5288e0508d13a", "reftest" ], "css/css-paint-api/style-first-letter-pseudo-ref.html": [ @@ -493676,13 +496686,9 @@ "873882f22e341bba957eb142ba90fc54c1ceae2f", "reftest" ], - "css/css-position/position-sticky-bottom-ref.html": [ - "726d6e927d84669e9355701ccd948349d377e6fd", - "support" - ], "css/css-position/position-sticky-bottom.html": [ - "2a908e60a635dbf765987c0f93d0f33c8ea85de6", - "reftest" + "b6e687068b26e8660397dfd0d6a501b76739200b", + "testharness" ], "css/css-position/position-sticky-flexbox-ref.html": [ "f8dedb4a637ea3f4bf79eb621f52a8c4622f8c75", @@ -493724,13 +496730,9 @@ "6580451dddfd6f8865925326c170f630f343fbcd", "testharness" ], - "css/css-position/position-sticky-left-ref.html": [ - "9de7a8ba6019395d729b32e514cc3bd9fee25d2b", - "support" - ], "css/css-position/position-sticky-left.html": [ - "5151bca08dff652ea728cb8bccbb6b7c6d364dd8", - "reftest" + "2a04672cdac818a6887eac7d6824ea85d3d0559d", + "testharness" ], "css/css-position/position-sticky-margins-ref.html": [ "0cdb788c913f47a121114ac5b8e6a140bb08c1ff", @@ -493808,14 +496810,18 @@ "224bc984bc6eb4a55931461cf7e51f7b04d219f4", "testharness" ], - "css/css-position/position-sticky-right-ref.html": [ - "9a4a11b22cb0ea13f38a7dded8469f4848550ed4", + "css/css-position/position-sticky-rendering-ref.html": [ + "589f876752911544957aaa600c5c1559efbf1357", "support" ], - "css/css-position/position-sticky-right.html": [ - "f79c0e3e99085e483652950b141fe15c3c4d01d8", + "css/css-position/position-sticky-rendering.html": [ + "7b85b2f81d9748bf87f6e21fec60b6159d36b020", "reftest" ], + "css/css-position/position-sticky-right.html": [ + "80caf6fb1e6c84dbf3e371a11166ac5b71bba687", + "testharness" + ], "css/css-position/position-sticky-root-scroller-ref.html": [ "b66947a9f1b39c6c489267477d0122eeaeac7341", "support" @@ -493904,13 +496910,9 @@ "7a030d17358067b78c879bf17171b60d1dc3acd9", "reftest" ], - "css/css-position/position-sticky-top-ref.html": [ - "e5a05c21494a2e2923d1ed37050ec75db7ab55cd", - "support" - ], "css/css-position/position-sticky-top.html": [ - "30c0c00c6313a747b51c8b6d4f1301056af56560", - "reftest" + "bfd49209889fc14cae5af8d7c5e7990fbde451ec", + "testharness" ], "css/css-position/position-sticky-transforms-ref.html": [ "b01ae263ac6b712912ba2af06edbaeaf75ba0215", @@ -493936,6 +496938,10 @@ "b6d16a38b73d4c107e587194818a542fee9d0716", "reftest" ], + "css/css-position/resources/sticky-util.js": [ + "c7b441a3a07276cad9528dd3ef7d82844d06e2d8", + "support" + ], "css/css-pseudo/OWNERS": [ "e196548942a4d77448f734235b3456e2a830a5a7", "support" @@ -496252,10 +499258,18 @@ "46913ea7e47811b11be898de5c3bd0a330ea6637", "testharness" ], + "css/css-scoping/slotted-invalidation.html": [ + "c500e1ceba1b293d45df5f66fd89d4a5d9ceb952", + "testharness" + ], "css/css-scoping/slotted-parsing.html": [ "6bac5b15011d7177a40f7ca3e3c5f7e410643920", "testharness" ], + "css/css-scoping/slotted-slot.html": [ + "263bcbe53e7703a2ea0a7ffae8f9ec4fcb10c7d2", + "testharness" + ], "css/css-scoping/slotted-with-pseudo-element-ref.html": [ "48561a3dff973b7ad1bfa9702461e50fd4a67c2d", "support" @@ -498584,6 +501598,38 @@ "a9db9c3323d29904f9e631e48ddcd6c722e097a3", "support" ], + "css/css-text/astral-bidi/adlam-anti-ref.html": [ + "d288d3c927c1873f69c81886087e581de111f75d", + "reftest" + ], + "css/css-text/astral-bidi/adlam-ref.html": [ + "4cc3199ae52983d1bbbf07ba63dacdf1505f747c", + "support" + ], + "css/css-text/astral-bidi/adlam.html": [ + "72e9c9cc666f8fc1762a6621c0f05937ad413f33", + "reftest_node" + ], + "css/css-text/astral-bidi/cypriot-anti-ref.html": [ + "04d9e80edb3faeeafea19a7ee122fc61c09acca4", + "reftest" + ], + "css/css-text/astral-bidi/cypriot-ref.html": [ + "952516be0a292d4560fcc667f48f96a8c4e4d356", + "support" + ], + "css/css-text/astral-bidi/cypriot.html": [ + "b33812e2fd3e87fca52c430471ef12bc90539ad4", + "reftest_node" + ], + "css/css-text/astral-bidi/support/adlam.css": [ + "83d24d6c948fe4a68423b2892ff1e75c765ec98a", + "support" + ], + "css/css-text/astral-bidi/support/cypriot.css": [ + "0e32370ffc7e03a76dd32301ec9e25ee53e8bd51", + "support" + ], "css/css-text/hanging-punctuation/hanging-punctuation-allow-end-001.xht": [ "4f0a720f0b4d91d920ce2fb34ad97810cdd92ccd", "manual" @@ -505752,8 +508798,16 @@ "b7f8e44c24d152196d929ace4549ac5e56e7c23f", "reftest" ], + "css/css-transforms/parsing/perspective-origin-parsing-invalid.html": [ + "f12960646ce37cbce073602129d93d72bcc68cbf", + "testharness" + ], + "css/css-transforms/parsing/perspective-origin-parsing-valid.html": [ + "4849602a7ede7e6a9390092525dfcaec42ef9c7f", + "testharness" + ], "css/css-transforms/parsing/resources/parsing-testcommon.js": [ - "bb1376de12185a14f77fd28be757cc8db2a9929d", + "b5cc6f7c0c7729328bbbc45ec2a8147dae8d8668", "support" ], "css/css-transforms/parsing/rotate-parsing-invalid.html": [ @@ -505777,7 +508831,7 @@ "testharness" ], "css/css-transforms/parsing/translate-parsing-valid.html": [ - "5fae7004fc23d69a0d21853254974ce94889f68b", + "f1da23d979a48dd71fab4feb3bc6c9abdc6a9111", "testharness" ], "css/css-transforms/patternTransform/reference/svg-patternTransform-combination-ref.html": [ @@ -508580,6 +511634,62 @@ "f1d2858aa9cea8218cfbc305890c025ccccac5a8", "reftest" ], + "css/css-transforms/transform-transformed-caption-contains-fixed-position-ref.html": [ + "ce5ab6d5d3b83c27f8cd66fdc8e85812725bbd76", + "support" + ], + "css/css-transforms/transform-transformed-caption-contains-fixed-position.html": [ + "30c63d6574b9f00e37fdce36c1e97a80dbbe924f", + "reftest" + ], + "css/css-transforms/transform-transformed-tbody-contains-fixed-position-ref.html": [ + "567ae4674617642d23f0eac59ada4b93107903f6", + "support" + ], + "css/css-transforms/transform-transformed-tbody-contains-fixed-position.html": [ + "244614107958cdca65167ba3832f567843cc4afd", + "reftest" + ], + "css/css-transforms/transform-transformed-td-contains-fixed-position-ref.html": [ + "1e4095bbadfbc9a3879039978c04e669685db48a", + "support" + ], + "css/css-transforms/transform-transformed-td-contains-fixed-position.html": [ + "19b1e18fd2d5130dda71cbbdaeb2b635885f2d20", + "reftest" + ], + "css/css-transforms/transform-transformed-tfoot-contains-fixed-position-ref.html": [ + "19a31f7e72f5ecf84e084f3099bfe5236aa91250", + "support" + ], + "css/css-transforms/transform-transformed-tfoot-contains-fixed-position.html": [ + "c70ff55205792ed3c30aac4ad0d8740767dd36e7", + "reftest" + ], + "css/css-transforms/transform-transformed-th-contains-fixed-position-ref.html": [ + "5cca6be38b37bf8ed975481cf94554a393878114", + "support" + ], + "css/css-transforms/transform-transformed-th-contains-fixed-position.html": [ + "a3fd389df79f592888aef277595674b7f36acbaf", + "reftest" + ], + "css/css-transforms/transform-transformed-thead-contains-fixed-position-ref.html": [ + "a75603cfa4f4376a1f6d17e034a4a511ecd47016", + "support" + ], + "css/css-transforms/transform-transformed-thead-contains-fixed-position.html": [ + "e04fa6c34aae262fe477f0ab632ee7a7dd063de7", + "reftest" + ], + "css/css-transforms/transform-transformed-tr-contains-fixed-position-ref.html": [ + "9612a07b7d2171bbe7a55948a17a2f4054c2a481", + "support" + ], + "css/css-transforms/transform-transformed-tr-contains-fixed-position.html": [ + "7d8d62227d3ee736db2c7477a96ea1e5056ea405", + "reftest" + ], "css/css-transforms/transform-translate-001.html": [ "f7f3a85ab0cd4a84b5cd7e31a60a22845941fab1", "reftest" @@ -510524,6 +513634,10 @@ "f6056e2480829c7aa9885673d332496faf7777b5", "testharness" ], + "css/css-typed-om/OWNERS": [ + "f5f0861ac3382b3b12008133c1334f812a5a2caa", + "support" + ], "css/css-typed-om/declared-styleMap-accepts-inherit.html": [ "fb0b546c9509db2d07b3e5a8e847cf23bf88dff4", "testharness" @@ -510545,7 +513659,7 @@ "support" ], "css/css-typed-om/resources/testhelper.js": [ - "08f2394f7dfa11460d1e67b8d0c6e556620bf65a", + "62fc510703d52cd0894359c29d975920e26b594f", "support" ], "css/css-typed-om/styleMap-update-function.html": [ @@ -510573,7 +513687,7 @@ "testharness" ], "css/css-typed-om/stylevalue-normalization/transformvalue-normalization.tentative.html": [ - "3a5ea9eef361accde1e0166d9defa186bae5c602", + "1b1af8a14ed0a1751ef3899e574e263c842440fd", "testharness" ], "css/css-typed-om/stylevalue-objects/interface.html": [ @@ -510601,7 +513715,7 @@ "testharness" ], "css/css-typed-om/stylevalue-serialization/cssMathValue.tentative.html": [ - "9bcb4ff6461793d61925d173da7650230e3b4555", + "4c5bf7630548c90a1397b6f1f215bd3be76b6cf6", "testharness" ], "css/css-typed-om/stylevalue-serialization/cssPositionValue.html": [ @@ -510609,7 +513723,7 @@ "testharness" ], "css/css-typed-om/stylevalue-serialization/cssTransformValue.tentative.html": [ - "d255d5d406d5620d4ed1cdd2979c7dc720475399", + "fdc7e5f43de941a0d79b0c4c13ae515038e028d1", "testharness" ], "css/css-typed-om/stylevalue-serialization/cssUnitValue.tentative.html": [ @@ -510636,16 +513750,136 @@ "236520d8ac6199066d1e082b9860f2381ff61be6", "testharness" ], + "css/css-typed-om/stylevalue-subclasses/cssMatrixComponent.tentative.html": [ + "4de186a7eb54631bb95662c9d585ea7429bb9498", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/cssPerspective.tentative.html": [ + "95faef2381452acfdaa8b200fb91d0f4f70bfd92", + "testharness" + ], "css/css-typed-om/stylevalue-subclasses/cssPositionValue-interface.html": [ "dc32e826e1f840c99f3b4bad4f03bd0f9573ce4e", "testharness" ], + "css/css-typed-om/stylevalue-subclasses/cssPositionValue-invalid.html": [ + "799985863b303910386137217d3641cb5fa550a4", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/cssPositionValue.html": [ + "ae2b865d7c0d60437e6dda4f2e2bfd36677f95ae", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/cssRotate.tentative.html": [ + "c4762f3f138145cbcc8af32d70c08088d0c0cfc2", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/cssScale.tentative.html": [ + "779c99a24057f5a2c33fcda77f5897c142659518", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/cssSkew.tentative.html": [ + "91ff825d12373156b3c3b23d23bf866220ef1386", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/cssTransformValue.tentative.html": [ + "c1ee0153bd654f64b64f74bf00b6b0709c7cb9ed", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/cssTranslate.tentative.html": [ + "700fae462f258404f3d0b8fad290613fc1929e1d", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/cssUnparsedValue-interface.html": [ + "aeab5e92558f5b61ab99cab0ed1537e7fcb1092b", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/cssUnparsedValue.html": [ + "cf1e8d553a9ebc111a1a81de48a821f7f7ad0bf1", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/cssUrlImageValue.tentative.html": [ + "292ae5c272bbe9eee02ab7da2a465c7e941ab562", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-interface.html": [ + "0dbf7bb1047b3be816ae6773218788cdf27529cb", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue-invalid.html": [ + "ba012ace40e63718694a8cd91ba74039787ff666", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/cssVariableReferenceValue.html": [ + "69014384152e249f0f0ac15aec00ad41b82dbbf4", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/add-two-types.tentative.html": [ + "46432efb6b1ed44b87e27b66332ef78d68748c89", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/arithmetic.tentative.html": [ + "3d527c8633229d53635adff6e425a8af2b56302e", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/create-a-type.tentative.html": [ + "49abeb1e69973ec08fdb0309f78720628c604a57", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/cssMathInvert-type.html": [ + "55be5e939b85f8aa5f00dcd914bd887eb906c293", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/cssMathNegate-type.html": [ + "98d69118f7b5c26031ec55e66112cd1424f74d4f", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/cssMathValue.tentative.html": [ + "e19ec7ede86d52ecf29a142607de481facabcfb2", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/cssUnitValue.tentative.html": [ + "a46c2ff1bf221cd52b4546f7c07af90849d3096f", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/cssnumericvalue-multiply-two-types.tentative.html": [ + "1b5a65d6cbc52cc263cfdb2c896e1d9591ac322f", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/equals.tentative.html": [ + "466d97791b5fbec3dd52406bd8da3d277ae5ccdc", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/numeric-factory.tentative.html": [ + "5f478898d6923264f94b26be23bda160b8e119eb", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/parse.tentative.html": [ + "a17c4fdc29c474edb1ef3f94d5282d2603dd7227", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/resources/testhelper.js": [ + "6ad63efdd0a6650a1aae6eded3426c25b01a74a6", + "support" + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/to.tentative.html": [ + "9216fee77d3666464ed55992fc7df739d85d5667", + "testharness" + ], + "css/css-typed-om/stylevalue-subclasses/numeric-objects/toSum.tentative.html": [ + "6240dbd450965b33ed5da87f554acc54a32b6ad4", + "testharness" + ], "css/css-typed-om/the-stylepropertymap/computed/computed.tentative.html": [ "f217ed58d7f56ea588aa942fddfec0322d557283", "testharness" ], - "css/css-typed-om/the-stylepropertymap/computed/get.tentative.html": [ - "caf3a345b03a2b929af25a8b360d5da9bb59fb5a", + "css/css-typed-om/the-stylepropertymap/computed/get-invalid.html": [ + "429ff102428a84ca0a1903de1752a56c3ff5bd29", + "testharness" + ], + "css/css-typed-om/the-stylepropertymap/computed/get.html": [ + "39d85ac0274ffcbc060654df3e53ae0984dce9d3", "testharness" ], "css/css-typed-om/the-stylepropertymap/computed/getAll.tentative.html": [ @@ -510669,11 +513903,23 @@ "testharness" ], "css/css-typed-om/the-stylepropertymap/declared/declared.tentative.html": [ - "0a2097381fd03a532db7e2b1fb85dd7a901fb011", + "a879640d94c42f82bf81f80942f1ed7d181ee642", "testharness" ], - "css/css-typed-om/the-stylepropertymap/declared/get.tentative.html": [ - "944052a99d1b5cc1a574c07339c33fdb6b1423d4", + "css/css-typed-om/the-stylepropertymap/declared/delete-invalid.html": [ + "fe2d4e5f02b1c931e479253d523f7ec2f59c67a7", + "testharness" + ], + "css/css-typed-om/the-stylepropertymap/declared/delete.html": [ + "5e2a8ca9f0246aaba3e7d7d038cad125194c5f14", + "testharness" + ], + "css/css-typed-om/the-stylepropertymap/declared/get-invalid.html": [ + "649ab2a64f0b0959e06bdc7968fc28247841bb25", + "testharness" + ], + "css/css-typed-om/the-stylepropertymap/declared/get.html": [ + "45032bb362cf1c6faed623e0538779db6a6dea3a", "testharness" ], "css/css-typed-om/the-stylepropertymap/declared/getAll.tentative.html": [ @@ -510696,10 +513942,6 @@ "2e8b919993a68f96008f17a0e95c08d05434e6a6", "testharness" ], - "css/css-typed-om/the-stylepropertymap/declared/test.tentative.html": [ - "eca38801c677a07ebc5e15ec7d11a3338bf0ecc6", - "testharness" - ], "css/css-typed-om/the-stylepropertymap/declared/update.tentative.html": [ "02eff9d89e280182fd065b63d71167041c6a8394", "testharness" @@ -510708,12 +513950,20 @@ "df640de5b24c8276459a1a7fbc8a02cc97db6223", "testharness" ], - "css/css-typed-om/the-stylepropertymap/inline/delete.tentative.html": [ - "352917486fa593e0d3f6f645c9c67846aa303ed8", + "css/css-typed-om/the-stylepropertymap/inline/delete-invalid.html": [ + "df4903a2c18099bb5291a307f50778ee757824ed", "testharness" ], - "css/css-typed-om/the-stylepropertymap/inline/get.tentative.html": [ - "28c506dae933e33e536f02e17b110cced9ea0278", + "css/css-typed-om/the-stylepropertymap/inline/delete.html": [ + "922297b80497c164d4217559658a9043a99ebbf8", + "testharness" + ], + "css/css-typed-om/the-stylepropertymap/inline/get-invalid.html": [ + "1494cfe202fb93881fc60a3ed2a372a7a8b25b37", + "testharness" + ], + "css/css-typed-om/the-stylepropertymap/inline/get.html": [ + "ffed62a6ddbeb7bfe7cb71e76f4d4c5d7e9039e7", "testharness" ], "css/css-typed-om/the-stylepropertymap/inline/getAll.tentative.html": [ @@ -510741,7 +513991,7 @@ "testharness" ], "css/css-typed-om/the-stylepropertymap/interface.html": [ - "73aac61c85d142f38b871ef21c8ce75bd468cf40", + "b4561da47301cde30c37e4f77ff6870b4b6d10b4", "testharness" ], "css/css-ui/OWNERS": [ @@ -513012,6 +516262,30 @@ "4fd38a517e41851216d12db8c6b732d96f76e325", "testharness" ], + "css/css-ui/text-overflow-024-ref.html": [ + "c43715bf1ea3dd118f7b71479bd5239e01bbb314", + "support" + ], + "css/css-ui/text-overflow-024.html": [ + "7c18a786a3bfc9d1a8e9cc108ae228b979cacb6e", + "reftest" + ], + "css/css-ui/text-overflow-025-ref.html": [ + "13056acc82d5e59310d10af30da8e46f73929e5f", + "support" + ], + "css/css-ui/text-overflow-025.html": [ + "b4a2e0d1b86fd8893421de4335c9b6f36df1fc4d", + "reftest" + ], + "css/css-ui/text-overflow-026-ref.html": [ + "03c0337af58ba7bada64ab36721d9f1fe2f9a2f3", + "support" + ], + "css/css-ui/text-overflow-026.html": [ + "5087fe90cb3ef8e340be316f1534cb6dba3e0d17", + "reftest" + ], "css/css-ui/text-overflow-ref.html": [ "db55b0b95a7406e9c4f00081b3e2cbe6b07363f7", "support" @@ -513084,6 +516358,14 @@ "70627dbbfc5af5fb859fdf1362f0004b38c64e34", "reftest" ], + "css/css-values/calc-ch-ex-lang-ref.html": [ + "218e1cb6782b554de35aad70913cddb8e7d71da2", + "support" + ], + "css/css-values/calc-ch-ex-lang.html": [ + "d15f42e237b281793ac808e06af92217d4f9593e", + "reftest" + ], "css/css-values/calc-in-calc.html": [ "be08a1510714e8b4fbc4d35582db5708924d06b2", "reftest" @@ -513092,6 +516374,10 @@ "32a0face898f08b854ac392c75368282d718be32", "testharness" ], + "css/css-values/calc-in-font-feature-settings.html": [ + "0785a776a398483fab6b535b66210816ce5521af", + "testharness" + ], "css/css-values/calc-in-media-queries-001.html": [ "f8fdd8373eaca7a03d6a089b4faf71825c8bfaf2", "reftest" @@ -513108,6 +516394,14 @@ "080551c1bee3d7bf54dda2c3d5b7e5a9fbd8aed6", "reftest" ], + "css/css-values/calc-rem-lang-ref.html": [ + "08bbc95f3078421a489e1e93cc7a4f035af40d5b", + "support" + ], + "css/css-values/calc-rem-lang.html": [ + "6fa668d2bcaf01f5c4680e3e14a0e86160d1b5d5", + "reftest" + ], "css/css-values/calc-serialization.html": [ "d0bcbd402cb78e704dabc7f1665d40ba163e30eb", "testharness" @@ -514776,6 +518070,46 @@ "ee3dc6c4200c4d2127114a515b486b13f04e9bac", "reftest" ], + "css/css-writing-modes/available-size-001.html": [ + "7e04081c2b399a7647577b71da829ba71564a51f", + "reftest" + ], + "css/css-writing-modes/available-size-002.html": [ + "4df2fa9b43c546d6fcfbcc18c2004577b6ca7f88", + "reftest" + ], + "css/css-writing-modes/available-size-003.html": [ + "36b2113547c59e8653cbe596844105064733d981", + "reftest" + ], + "css/css-writing-modes/available-size-004.html": [ + "dc1c04d088049ad6bf277165eb8a48df261cd9cf", + "reftest" + ], + "css/css-writing-modes/available-size-005.html": [ + "a4ccf0846a049bf9ca582b0e4619f5ed1b8e90e7", + "reftest" + ], + "css/css-writing-modes/available-size-006.html": [ + "b02ac2c44c61fd7e5c746265eb95f0a6234ee9fd", + "reftest" + ], + "css/css-writing-modes/available-size-007.html": [ + "4f78ec7de367c78ebbad1a71745a7c92baa29131", + "reftest" + ], + "css/css-writing-modes/available-size-008.html": [ + "b422cebb5c5839abfa11a049395702cda52a1459", + "reftest" + ], + "css/css-writing-modes/available-size-009.html": [ + "0d10d0e6ef2133fee22f1cf3e0d46d3df87cdadd", + "reftest" + ], + "css/css-writing-modes/available-size-010.html": [ + "d0143fe32c956ab0be6e9573cae23f5c718161a1", + "reftest" + ], "css/css-writing-modes/background-position-vlr-003.xht": [ "c56c42d17b140be6868cc6f413f545dd6a5180e8", "manual" @@ -515640,6 +518974,38 @@ "220814b621001b3ac2d0b1437d84d2078321e0b9", "reftest" ], + "css/css-writing-modes/ch-units-vrl-001.html": [ + "1495c8627e20c07ac6ab888925d92f86d1f7aa29", + "reftest" + ], + "css/css-writing-modes/ch-units-vrl-002.html": [ + "534a0cb579d21d3991abbd6be99560c8ffe06120", + "reftest" + ], + "css/css-writing-modes/ch-units-vrl-003.html": [ + "fb04787ed593f053f57d5940ebed3dd7812f9e3d", + "reftest" + ], + "css/css-writing-modes/ch-units-vrl-004.html": [ + "e0957395e97e8aa8f40008531dbec6588edaef6c", + "reftest" + ], + "css/css-writing-modes/ch-units-vrl-005.html": [ + "4e950c9e21d61ec9aca9ca13a90ed02b6dd00d20", + "reftest" + ], + "css/css-writing-modes/ch-units-vrl-006.html": [ + "4141f62654e7c58756abba0c51a414eff199a6bf", + "reftest" + ], + "css/css-writing-modes/ch-units-vrl-007.html": [ + "d686d9af9cffbcf5ff97ee99174723da549d1150", + "reftest" + ], + "css/css-writing-modes/ch-units-vrl-008.html": [ + "9e0bcf67c5678aeee8845dfb53413ff3b6268ad1", + "reftest" + ], "css/css-writing-modes/clearance-calculations-vrl-002-ref.xht": [ "a81fc46fd680c66f2a4ff2d5b69ae7c85ff7802b", "support" @@ -516548,6 +519914,22 @@ "af9a1409c41728f261794835cdedbfa2078aa141", "reftest" ], + "css/css-writing-modes/logical-props-001.html": [ + "748107b578909bb444c7d6cad0a4e59881f69b82", + "reftest" + ], + "css/css-writing-modes/logical-props-002.html": [ + "6ee88b30d660a43e7cc47d0d610472ca403335e6", + "reftest" + ], + "css/css-writing-modes/logical-props-003.html": [ + "d1efd40838b83f293108935a755f7f3487700db4", + "reftest" + ], + "css/css-writing-modes/logical-props-004.html": [ + "96ad70537c9ed9e207ac656a1756e10fec90811a", + "reftest" + ], "css/css-writing-modes/margin-collapse-vlr-003.xht": [ "4d12a8cd3ec4cb21a30ae1c66facce5abd0a17b3", "reftest" @@ -516640,6 +520022,18 @@ "045dee441558b3bfd8c88a43d8045d86a9db2152", "reftest" ], + "css/css-writing-modes/mongolian-orientation-001.html": [ + "8aee94c83c70913ad59251b23a068e7a2d7e69b5", + "reftest" + ], + "css/css-writing-modes/mongolian-orientation-002.html": [ + "0620ecf2073ce457f139200193b6c5b789de69a6", + "reftest" + ], + "css/css-writing-modes/nested-orthogonal-001.html": [ + "6af28d8c40bbdf1bf37e02e7a053bfbdf27c14ff", + "reftest" + ], "css/css-writing-modes/normal-flow-overconstrained-vlr-003.xht": [ "a3143d84b7fe81aebe58aed32ab0706a7e838b21", "reftest" @@ -516960,6 +520354,14 @@ "98709c56c04f6ca8a006c09d3e25e2e46fd9aeb3", "reftest" ], + "css/css-writing-modes/reference/available-size-001-ref.html": [ + "0f6b3e3907f1898bae7b58b11bc4ee0b04a7e94d", + "support" + ], + "css/css-writing-modes/reference/available-size-002-ref.html": [ + "db010e663d44ba9cdd1dbf4036003cb88b460fe9", + "support" + ], "css/css-writing-modes/reference/bidi-embed-001.html": [ "6000e9bf08042d5e79b805132a64038875973008", "support" @@ -517344,6 +520746,14 @@ "d4b9c8e4f87051b0f49de03d0aca541a4314dea7", "support" ], + "css/css-writing-modes/reference/ch-units-vrl-001-ref.html": [ + "c7dba7049e0de1fc7140445c401a0020652d20e4", + "support" + ], + "css/css-writing-modes/reference/ch-units-vrl-005-ref.html": [ + "37e27d1ce7b86178edd901a7a3b6e49e9bfc4cb2", + "support" + ], "css/css-writing-modes/reference/full-width-001-horizontal-notref.html": [ "36494fa0d84f46a19b5181801884d63f83ed56e5", "support" @@ -517384,6 +520794,14 @@ "4f831069ddef79a30a28c1a456da041bae613d08", "support" ], + "css/css-writing-modes/reference/logical-props-001-ref.html": [ + "d1c50f9396298d44ba76acb7e068afe6644f2dc1", + "support" + ], + "css/css-writing-modes/reference/mongolian-orientation-001-ref.html": [ + "874c16042142d86bffda7489ac6f6b6f1a28ac73", + "support" + ], "css/css-writing-modes/reference/outline-inline-block-vrl-006.html": [ "ef64b57d2a9b3d2a2ee1538c64afd417d9cbadfd", "support" @@ -517404,6 +520822,14 @@ "82edfdbafded72202c8a7aa3610c42ea53884c96", "support" ], + "css/css-writing-modes/reference/svg-aliasing-001-ref.html": [ + "8156e1ec7df883cc2aef362a0d477dd3853f52d6", + "support" + ], + "css/css-writing-modes/reference/svg-aliasing-002-ref.html": [ + "cfce62c59f560e85be5438fd4668fbb92805c5be", + "support" + ], "css/css-writing-modes/reference/table-cell-001-ref.html": [ "50a1a2b101291a12d8adf890ea5b92908979b112", "support" @@ -518940,6 +522366,14 @@ "4efeb23cebb6f94719381adfc64c25dd9f39bdf3", "support" ], + "css/css-writing-modes/svg-aliasing-001.html": [ + "3b7ce1b494850551d430fa8f0ca40c343dfd2ad1", + "reftest" + ], + "css/css-writing-modes/svg-aliasing-002.html": [ + "229401305c755d8e8f8faa22b5bd9114f1037810", + "reftest" + ], "css/css-writing-modes/table-cell-001.html": [ "16d67b389404d9686f871a3664b37529ad585345", "reftest" @@ -520088,6 +523522,10 @@ "a689737bd60877e181a8a7ff27774ab383c3de0b", "testharness" ], + "css/cssom-view/elementFromPoint-dynamic-anon-box.html": [ + "6ee9a47112c9a5fe4f0c85f85ea577575790c5be", + "testharness" + ], "css/cssom-view/elementFromPoint-parameters.html": [ "0c31602268a831eae1bcd44b4a5e7b678a7ed7cb", "testharness" @@ -520177,7 +523615,7 @@ "testharness" ], "css/cssom-view/overscrollBehavior-manual.html": [ - "65cb71ca6b606dc8b0b527c58902566539e771b2", + "785f1d881e9482b84394ef9b3466e7fd9502498e", "manual" ], "css/cssom-view/resources/elementsFromPoint.js": [ @@ -520200,6 +523638,14 @@ "8f423a757bd716c9c22e82fd2f35007d05982c08", "testharness" ], + "css/cssom-view/scrollIntoView-scrollMargin.html": [ + "b8f09964bb93bc562992c454cf7779f8bfa3be62", + "testharness" + ], + "css/cssom-view/scrollIntoView-scrollPadding.html": [ + "cc6309f95e1d053aea7b1b5ac97fee219970f852", + "testharness" + ], "css/cssom-view/scrollIntoView-shadow.html": [ "3c4a18992105fd7bf19cbf29f0b6d80cb12ca98c", "testharness" @@ -520489,7 +523935,7 @@ "testharness" ], "css/cssom/MediaList.html": [ - "21d9e43514fb3a7fbf8933429242dc544224ef24", + "784bc428e8e65a0784dcf89c6e3e27305781cc72", "testharness" ], "css/cssom/MediaList2.xhtml": [ @@ -521664,6 +525110,30 @@ "6f3884860a84b9b6e7524c84626638e303a14660", "support" ], + "css/fonts/noto/NotoSansAdlam-hinted/LICENSE_OFL.txt": [ + "ec660b17dff69058c2bbf122ca85ab83b920fce7", + "support" + ], + "css/fonts/noto/NotoSansAdlam-hinted/NotoSansAdlam-Regular.ttf": [ + "dea38de8b3affb6060e50e4727682ab3eff7b0c6", + "support" + ], + "css/fonts/noto/NotoSansAdlam-hinted/README": [ + "837f8d36a2d38637c424b878c7b068930a07c377", + "support" + ], + "css/fonts/noto/NotoSansCypriot-hinted/LICENSE_OFL.txt": [ + "ec660b17dff69058c2bbf122ca85ab83b920fce7", + "support" + ], + "css/fonts/noto/NotoSansCypriot-hinted/NotoSansCypriot-Regular.ttf": [ + "12a8cdf3af7376abf50426eae30d490c8f83f13e", + "support" + ], + "css/fonts/noto/NotoSansCypriot-hinted/README": [ + "837f8d36a2d38637c424b878c7b068930a07c377", + "support" + ], "css/geometry/DOMMatrix-001.html": [ "a8cfa83e572a766b61e4eae5946e7efb62e9eab7", "testharness" @@ -521901,7 +525371,7 @@ "support" ], "css/mediaqueries/test_media_queries.html": [ - "7b0a2c7025dd0bd6aee14935760f88cd1f09c7dc", + "234627714b5f304ad7efbeaf2dea3455125f8cc4", "testharness" ], "css/motion/animation/offset-anchor-interpolation.html": [ @@ -523544,6 +527014,10 @@ "ce45f6b6f483ae52c241acff168573a0907ca031", "manual" ], + "css/selectors/hover-002-manual.html": [ + "589b8621fbe7e03d9254693eafd718cab6818bd6", + "manual" + ], "css/selectors/htaccess": [ "23f218e48d8fabcfdb4d0fba13066d2fa737fb99", "support" @@ -523744,6 +527218,22 @@ "de0d6f774f67362551ca7448d06ab6b264ecaa29", "testharness" ], + "css/selectors/invalidation/selectorText-dynamic-001.html": [ + "d9d0e67d49810d940aa5748294cd65498922a341", + "testharness" + ], + "css/selectors/invalidation/sheet-going-away-001.html": [ + "5e4ef2d6c9252874b73a54b308e86f8e50edf802", + "testharness" + ], + "css/selectors/invalidation/sheet-going-away-002-ref.html": [ + "5616ec15bb322f49c4b28761df2cfb40fdafc226", + "support" + ], + "css/selectors/invalidation/sheet-going-away-002.html": [ + "d23ac4f08cb0c70d06bfac4c4be121a8de8af48f", + "reftest" + ], "css/selectors/missing-right-token.html": [ "d961e801f7df57161cd8c7b5a4b26ae24013c3e9", "testharness" @@ -523828,6 +527318,14 @@ "601b8b8426c64717f82831e6258f8fe4188c797c", "reftest" ], + "css/selectors/selector-structural-pseudo-root-ref.html": [ + "891156fb1d86a3fb5a90ef08e276d82b9bbe15b6", + "support" + ], + "css/selectors/selector-structural-pseudo-root.html": [ + "698c4606188ada93f0262d0dbcaea21dc92fdaa3", + "reftest" + ], "css/selectors/selectors-attr-white-space-001-ref.html": [ "0b790e2cb7a6ca66c7e6c8f769b61e3197f372fb", "support" @@ -523944,6 +527442,10 @@ "a9716c222274ba868bfd06c05e28cb7762d93245", "support" ], + "css/support/alignment.css": [ + "0a5f57a816f56c3e16f992a4bbea8d50b3c6fad9", + "support" + ], "css/support/b-green.css": [ "eb78a4d12f35b4249051826ea000c53d04df80b7", "support" @@ -524293,195 +527795,195 @@ "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-001-ref.html": [ - "8b52ccf3dd5faf994d36c09ffe30ec004d9cb1c4", + "9713f6530859af812a14213c87f8edb89a698f2a", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-001.html": [ - "ec24d73cbf6cdba668189d8c2bd137c229dac6f8", + "899825bca706b46dd3c6eb1c52c6cba923498097", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-002-ref.html": [ - "1d074ed2340b54dddcb0bf143146b38b6a5867b0", + "98e0c480b8b618209b6735f6b1621a03d2b0fffb", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-002.html": [ - "54b7196f3485cee131b362cb6e50461b51ca7fa8", + "c2e3ace7a421abf380d40b1e8cd44fd664cc5cdc", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-003-ref.html": [ - "a0c9d671c38a911db1c737229bd0052c64c87c3b", + "88b26f2e01345c92a24880d7a9f7fbbcd9027ce2", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-003.html": [ - "3c49377348fcdd491da465b059bc7a1449594d48", + "ba532cbcdf4cc6f8d4193a7d5d9a23a161301345", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-004-ref.html": [ - "954e4e16c768f4e6511ea9f36db27cb0cfdcd279", + "94f80c88919bf51a7066925cb65becc1a48f37bb", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-004.html": [ - "4030e110002938fec059dbedaa2cae3733e92fb7", + "9bac0b29d2a597d60502d5a4107490b7b57b0f2b", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-005-ref.html": [ - "66be6e7b355a03c7b016d8cf1d9657f6614c96ed", + "c0bde28315c225de9d58cac61e174c8890d4d77f", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-005.html": [ - "48562937b313752c2b3a45884ff217c640025372", + "2c6f37ecfdfc69c91af0bd468261d4585dcc19b0", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-006-ref.html": [ - "27f369e3b13a2e3d8711360e48816f4c0de83b74", + "dab24a0344a5d725f6973e91c29a618c50e9be37", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-006.html": [ - "7fe77af6a0c97babf4b5caa1868326fc086046cb", + "01313c1c815b734c1fc7d3920da14618105147de", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-007-ref.html": [ - "3f5b82b530ca5b3485dc8f10cf1d826f4f4c40be", + "e3be4306bc3d159e28d20a647ba3872e37873b41", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-007.html": [ - "e6d3cec630fda70ee12b9370add7cb400fc08aad", + "7f54d98f88ddd507db62fa91e5629ad0af667444", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-008-ref.html": [ - "3684fe4ddf322273c7ef1dd4bf8ddcd6424f682b", + "01347c9dc9b4f41cca33fe6c6165abd2a2e0b8b2", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-008.html": [ - "ee38986377adee4101c5e38db121caceba130937", + "c69c04f61d0538787c5a580b0a284119c51a9f64", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-rtl-001-ref.html": [ - "a0c9d671c38a911db1c737229bd0052c64c87c3b", + "88b26f2e01345c92a24880d7a9f7fbbcd9027ce2", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-rtl-001.html": [ - "0d0790f3f6e86f9d609e66a197eef190b9625553", + "1511c4390406aaee1d475e0d42eacefdadbcc545", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-rtl-002-ref.html": [ - "ff51ca97910be8c22e360a1a0ec04958936f264c", + "4234acc4ab9864df5370718a63e3c9a652154577", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-rtl-002.html": [ - "c7df641cf92ebf3af535254176a48538a7ae5a16", + "69a909870b370655c00fe9c59a6ce3d9b0912aa7", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-vertWM-001-ref.html": [ - "7846f18c7f407527a5ea10809ace64f7da22bb7c", + "4234acc4ab9864df5370718a63e3c9a652154577", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-vertWM-001.html": [ - "85dddfee6f633856f45d9694545e93e4e14e62ec", + "3404e75e8ac495d71d30075f694cf6cbab024b56", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-vertWM-002-ref.html": [ - "0aab29903360d982a03b5a88e213053fe4d3e8de", + "88b26f2e01345c92a24880d7a9f7fbbcd9027ce2", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-vertWM-002.html": [ - "9d9889de375868a0ceaba807062d54bd06ee2bea", + "ff875738cd047091820839166ffe9d57b6196868", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-001-ref.html": [ - "c105c6a659debc68f60198be439b9de08bce6205", + "16497d629ae44cbe07b4912fbf4e7fdc43fe06f6", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-001.html": [ - "4f3256191b5ab5a5e5d503bb555a0dd55ba926d9", + "5599556b5c00c31a7bb29af37e3ff340b35f9497", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-002-ref.html": [ - "aae75439fcd25343219df77798a15073237c03cf", + "f4f3681d6e9276cf9b7f1d0d17cd83a6226a1260", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-002.html": [ - "8fe7a189919eb3eea5e4a454afc031637131b176", + "bf5b2bed0cc5437e7334f6402468010c3c286fa4", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-003-ref.html": [ - "c277a20815ea480b5b251fb9c7fbf61a56b6beb0", + "96e2a769b182ba0ef8f98c0aa838e9ff2926d9c3", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-003.html": [ - "7f542c0def2ce44a2a6b1852fecdc48cba96fc23", + "e513fc35db7e756bf3b4d9f59fdea127a2d83bce", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-004-ref.html": [ - "482a05fd478ca299dedbe55aab1054d06c4ccd8b", + "e156425b7eb36092988b23a496ffc0963f8d202d", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-004.html": [ - "49468bf033a80b3b703344c3ae86de85a1024a64", + "9cc68f88050bc6d961f247cc828cb4c2705599cf", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-005-ref.html": [ - "d5a16bde9c475fde1c981dd0b72d870ce51514d2", + "b5928da62f5ab6e91ffc4989d2c18a614ca132f1", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-005.html": [ - "490a5de29c954a9a2ae31522cd65cbcbf81cb59b", + "c6f014ea47d60e504d07e7cb42869a65274397be", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-006-ref.html": [ - "34c493815c1f61cfd8cfbc66f1c67cba5421d7aa", + "11db9b8f174845d9f4044322e343fd7dd2b5d880", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-006.html": [ - "5c4ada621f66b65ad5f2a642bfecdff3adaad1a1", + "a47e5927f3f1e50728f8bc6909073d807452fa1e", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-007-ref.html": [ - "4fe66c8392b451b81c4d0b5d409b2dffdc58d3ff", + "65795848c64b6c95f0fc90b97b2e6978f2d3faf2", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-007.html": [ - "85b0c1c877e1500b1bd13aae6f13551a4d1772fc", + "fbffd61652119f522b938c9008f68d789349b028", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-008-ref.html": [ - "be8c64ca86981da6068c2f7a53d9e7b3a136bcaa", + "5fad97f3276400c27430e267ca6db8bbd6f9599e", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-008.html": [ - "e48821f2ee77005e3037511f448d4760899c86bb", + "248b28589cbdfa81a09e999adca3c04b3d34a286", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-rtl-001-ref.html": [ - "25e532335077e76bf08d339707fe38da9c9583dd", + "919c483bc448b90371cb5a831fbc9b73585e05ff", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-rtl-001.html": [ - "c952fb3acd2c8ca2d488e0ec9fcd4e6cfac786ef", + "f3229796c1715b08d6fdd93277271841076a8dd0", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-rtl-002-ref.html": [ - "25e532335077e76bf08d339707fe38da9c9583dd", + "919c483bc448b90371cb5a831fbc9b73585e05ff", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-rtl-002.html": [ - "1116b93106728552b4cf6a1262927099464249b3", + "3820e15cb9f3cf0d47ec749a95b376257aecd99b", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-rtl-003-ref.html": [ - "d213e8429e90b18a10bb44ba7c28072ddb6342e8", + "77ed310332b1780c1790895719c34eea769aec54", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-rtl-003.html": [ - "dc9398ebe89f8032639d6b9dd588d9ddbe517070", + "ecb99352dd392798facfc79b045d574b3a2da2e5", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-rtl-004-ref.html": [ - "f59382aa47c09d092f45fe641c6e94d6c80ffa26", + "4337799472d5c48f3b059bca4a81da8906ced75a", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-rtl-004.html": [ - "3b9bc2cf2bfc0a17b7f9c2dd07f329e974ea2980", + "fb992917830986c5d69e2fd2a3577e7fb1f416b9", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-vertWM-001-ref.html": [ @@ -524501,131 +528003,131 @@ "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-vertWM-003-ref.html": [ - "6ea4cf296f552928cf1deab5cc6c55801f77d001", + "919c483bc448b90371cb5a831fbc9b73585e05ff", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-vertWM-003.html": [ - "f52c46c6ae11a0747ea276a096dabb3404a48eda", + "83ad035de537fc115b7ff49083c6a9b65f574a53", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-vertWM-004-ref.html": [ - "32b17b2deeaa78e4a39f83cf4ea660d261a12ed4", + "3938fff0596713355cb6d24113f8024c70b3f191", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-self-vertWM-004.html": [ - "6729650bdb872ecd35ff6403e78c00c5b0b8d838", + "9eda2e4ce737a9b252ba46934abf2df996d594f5", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-fallback-align-content-001-ref.html": [ - "7eca0097799a4d3bd26dc80c571d5cfae02cc274", + "edc1637e3d3b695f94340a8007e40898f9d0d203", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-fallback-align-content-001.html": [ - "9a39c1723564c1e6eaf4dc594d8636c689469cf8", + "69a806d6c25492430946cbe0ce31f27d89575398", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-fallback-justify-content-001-ref.html": [ - "108fa0d21d92ad91b74fa14546ad150a4e2cd26c", + "d67f5b0848d7895fc01c9e8b1ac0b0264309f4bb", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-fallback-justify-content-001.html": [ - "d97c3fa3aa541cdc2873f3bbcf12dcb329e6ffff", + "363aada8453fd216a544a6cc3a6bd8b2f8899833", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-001-ref.html": [ - "f2f0157c35512c77530d4c0db61fce7fa080549f", + "ce0e2c522c73a79607a3c137a32c61ad1451fd3a", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-001.html": [ - "d2be18b6a51cd1a37c2c67e811d5d59e26fb0230", + "189b48d46800ec01cd1fc7faf2f2729ec160e42f", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-002-ref.html": [ - "f2f0157c35512c77530d4c0db61fce7fa080549f", + "ce0e2c522c73a79607a3c137a32c61ad1451fd3a", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-002.html": [ - "7c8365cac7f65784256202082cdccccec167acd2", + "bda1553bac71b3dd5b52548d96c0da0010939920", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-003-ref.html": [ - "d35779aad17c0d30d73e883dc7f637ac66b50f0d", + "bd1d6327679db6de434bbecf1138bb78071900c2", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-003.html": [ - "77baa6782ce88946ffdebe5d553a33c89e5e9316", + "000b0afc3bae8b3bd87aef219fa89ec1798494a6", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-004-ref.html": [ - "d35779aad17c0d30d73e883dc7f637ac66b50f0d", + "bd1d6327679db6de434bbecf1138bb78071900c2", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-004.html": [ - "ccf462c5238ebb288d84ff1b9bf1f6fe7de59408", + "3b2631763e3f1e14e10551209770e5c3a631797c", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-005-ref.html": [ - "50f1e68c1cdf7f56d9de5aa9cd88ecb5f5a30c06", + "f80425579808bac0ff7a7ad4ccde3e20711ebed1", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-005.html": [ - "f5a57914912f021099f479e4546b7f19bb995a8c", + "14c2475483ff315589cd2195f2876cf29a7ff50f", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-006-ref.html": [ - "50f1e68c1cdf7f56d9de5aa9cd88ecb5f5a30c06", + "f80425579808bac0ff7a7ad4ccde3e20711ebed1", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-006.html": [ - "68c4c3a744573037e7e2000d97b7019df3a4267b", + "acba4aad860546da40ec84389f364e179d75d23f", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-007-ref.html": [ - "56059425b60c5f2ddb87021a6aec48bd69aae8ff", + "220971731c87cb83e2d5fe7e82de89674fd2e2c4", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-007.html": [ - "57037567931bfe11bd2a89e42b22b2cb70191ed1", + "98aa86b4ca3ae450dd2777260ac8972a7e3c3f17", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-008-ref.html": [ - "56059425b60c5f2ddb87021a6aec48bd69aae8ff", + "220971731c87cb83e2d5fe7e82de89674fd2e2c4", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-008.html": [ - "5690cf1a76170dc73301e50f8e85fc1fd42df6a4", + "e578f68d35c24d5f94baee33aadbbf4e12913ccd", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-rtl-001-ref.html": [ - "172884f877753a84aa35b7a9544e6ae569efee4d", + "223a3d0376d9102502efc8521f0efdf3402f8b6f", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-rtl-001.html": [ - "18ddd851c3d109ced126717003bf781891625e93", + "dfbf9f4177e5b2fe768826775156e6c7ab37c750", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-rtl-002-ref.html": [ - "8ab7c1c9349ae5ea82cefc706e286d6e7149ab52", + "3afeb370de5ae42433288ead4387cd10e9a01b27", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-rtl-002.html": [ - "40fda5105c2ad58d10584403ca1f816c5fea841b", + "3b7dee34e3a3413ecbea36d6eb3492ab675a1947", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-vertWM-001-ref.html": [ - "0f15f5462dd1b9f04ff9e4b8caf8c27926a52100", + "634cd8cf0c388c9ec996f0798040117c204435ea", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-vertWM-001.html": [ - "4a4379e46a02f6e5dac8487dafbf1cbcf51fc949", + "36514ad5abf2af1b5555a46b6e4be5942b48bae8", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-vertWM-002-ref.html": [ - "a5f2c054ca2e66e3020551f43e7a66e5fa5d88b5", + "84ecebda68be03517847e2241545371ba2940ff0", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-content-vertWM-002.html": [ - "0977fb588f2e1dd37c38bb7c00a5701a4892fa73", + "666e3f04868c516ed5a00fe37ef4c12106fa45e2", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-justify-self-001-ref.html": [ @@ -524653,19 +528155,19 @@ "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-align-self-001-ref.html": [ - "981ae2a45c49f71346a4ae96c6c7592ee78d57f5", + "a13cf703442d74056b93ee4b6e21e4f8ea033fab", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-align-self-001.html": [ - "055c0fe1b05cb98cd113ccc49e2cff682a3813e3", + "214a5e6a67f2b3c1c649ff8c0ba0d326a0d7906f", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-align-self-002-ref.html": [ - "a8488a3598a1a16a33ed7d784a1595dfb0d6cd9c", + "af2a8433d7db25bda6acc643886e5d724faf123f", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-align-self-002.html": [ - "99cd4246f53bb55efac55306a5443ecc6b2d0cb1", + "e53550a5ff8c9a3df299222e6ed706d0c5586529", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-align-self-img-001-ref.html": [ @@ -524749,99 +528251,99 @@ "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-001-ref.html": [ - "ebc61b763e8ad3c809376aa7e436800e45cf4d4f", + "df4d7e713c84009826a38155db2e1feca17b87d5", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-001.html": [ - "3fe1e59ca39fa5624af76f607e756c6bac28d20a", + "24d9a60f895669b90d17ffd46874f34cf0e0a4bf", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-002-ref.html": [ - "010a452f17fcce2a5821e0b50ba2bdb62115af3b", + "3ff3c3fc34cb9b0b2f9ebf5ce50ff0561fc2caad", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-002.html": [ - "a011b5b839efdfbaf54a23eceafae3135f323ea7", + "bf34963d5516a632fceb9a0df203b41637734250", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-img-001-ref.html": [ - "35974e8e9e3606548d3fe84c64e6f28f30297c1f", + "671120ce75717e5d922aa5e50cd23bb0bb99440f", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-img-001.html": [ - "09cf8775eac24d4c01b33d8f0f9fc29a4f343b0c", + "8a7e029632f276be5672be8503a735cb93145ec1", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-img-002-ref.html": [ - "590adc398556a887cc05f3f37bff3557d195a81c", + "0d6b49d619c70c2c3812763c0515e281c68c1167", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-img-002.html": [ - "c2a0549ec642d8785e18c0d254b44824f0dc0bdc", + "258958b3a4ef48ccc7ff2ff727b9a7b103eaad79", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-rtl-001-ref.html": [ - "8c5574d316afff4c6763d5752861d30d870b4897", + "1676f2c62c37502b918a8f07574e29bb582bf434", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-rtl-001.html": [ - "67b0ca09d6550bfee48fced29085eaa2d74afea4", + "10264b8fd4f45e54d41f5529d2f2916c1e0e5d31", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-rtl-002-ref.html": [ - "4487634fc067804526dcc8c80840db66f8510843", + "f98979fb7f26d6d5c5e52db6b3777f0dd520cac8", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-rtl-002.html": [ - "1eace13a5914ab6e0a295150e0c176108af837f4", + "afce74c97255827757f29b4d19fd987248653a13", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-rtl-003-ref.html": [ - "7a6a10cc35ad9d6d0f69d2970456700d20a0f8b8", + "8817d61abda7c77afc608798aa1ae628638cec29", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-rtl-003.html": [ - "1badba0c31003af31a4f949c73163e9ef08d670c", + "0d9e70415f27a4d4f1447a2d6af9544cad92c024", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-rtl-004-ref.html": [ - "60140d2dad0b5084903d37415bc95854e60b9adf", + "151e078eb255e7c77822701f5c79804b2afcbebf", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-rtl-004.html": [ - "453fcaff8730433686a71aeac0268eeecaadabb8", + "9637f0d340d72ee5edea76e2bed4e6182cbb0c53", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-vertWM-001-ref.html": [ - "d7ad2e115df3e1f89ff603c6e015bc66dff0140f", + "8ef906b99dfab87396ea783505dd774f961cd14d", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-vertWM-001.html": [ - "c7fe198018916bf65e3aa552af24b2f31b55374c", + "60c2ed16e28326f3e3f1b39b092b931c12ef93b0", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-vertWM-002-ref.html": [ - "d7ad2e115df3e1f89ff603c6e015bc66dff0140f", + "8ef906b99dfab87396ea783505dd774f961cd14d", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-vertWM-002.html": [ - "f05e0fe981e1973c70ee7eee943b9e5bf756d59e", + "56533e4323a6326e300e432afddbd4afc790d754", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-vertWM-003-ref.html": [ - "e0c0d19423366fc808a21af30928f5647c5715e6", + "32036492ab25b6deb98775c58491ae492be57179", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-vertWM-003.html": [ - "6fcbb2f5218c8b1dd2c2835482d36e25f4403a7b", + "6f5954ff299e9faa9bd80753741946e46e52da72", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-vertWM-004-ref.html": [ - "e0c0d19423366fc808a21af30928f5647c5715e6", + "32036492ab25b6deb98775c58491ae492be57179", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/grid-abspos-staticpos-justify-self-vertWM-004.html": [ - "6e33ad8a2bd85ad27e3d4ac0ac18c4f2490417a8", + "f486a79118363126e2b1d65434b2de0ee59bbfc5", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/align3/reftest.list": [ @@ -525857,27 +529359,27 @@ "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-content-horiz-001-ref.xhtml": [ - "c97203afc41105153190525ab7cfdc20a2af1c2e", + "812712adfc932b89afaae066b464562f4bddf7a9", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-content-horiz-001a.xhtml": [ - "9fe60aa20e99072abe9144075f65d73d38be8947", + "4d8ab12dac9a3c051599ec4ea7116171e401a9e6", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-content-horiz-001b.xhtml": [ - "b0c455ebd9512f7a241a1a6521e75663c301c75b", + "f260463a6f544434023d5a8a64c220df985a9dba", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-content-vert-001-ref.xhtml": [ - "d8fcb4f972f7a7d9d0de000fe94dc112a7b552b5", + "d5556cdd75a8778735165fbb6eca5b566e5a66ce", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-content-vert-001a.xhtml": [ - "8fd364088f61e3002fb158d04fe9c5de2baca50a", + "e069306468a1fe14c140a74d1b84afd5e362e3f1", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-content-vert-001b.xhtml": [ - "2010263599e331bcfccb4a1e2a2fe9adbd0680d3", + "099d697f926babb60493aa1cdeba479a956747a1", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-items-center-nested-001-ref.html": [ @@ -525949,15 +529451,15 @@ "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-self-horiz-001-block.xhtml": [ - "6fe8269816908878766c10a19192f78bd765badf", + "1b83848390c39cafbe4615b542cbbb80d9e514fa", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-self-horiz-001-ref.xhtml": [ - "0e3471d7a71402fc36d677ca37fb6818e437f3b0", + "2525504b7777a4dd5913bcf33c2426e29f1aad09", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-self-horiz-001-table.xhtml": [ - "af0587ba40578f0dc683a2a583cef77d3dee9b89", + "5b8fbed4af2464d58c8c7edfdefc4573df7bc417", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-self-horiz-002-ref.xhtml": [ @@ -526009,11 +529511,11 @@ "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-self-vert-001-ref.xhtml": [ - "de5df5cec5d32d6ed4fb7a2147febe552a31783d", + "292613649b06e82fbab28b37bd307dcdd2b83a54", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-self-vert-001.xhtml": [ - "d0fa07b6d6e9ecabac29b0da23feecc1a7d89e4f", + "9e136582396f0ccf961da19e46dd097c8b167e92", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-self-vert-002-ref.xhtml": [ @@ -526041,11 +529543,11 @@ "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-self-vert-rtl-001-ref.xhtml": [ - "97089c8f2dbf0f6f3046f4c4817671ac948d3510", + "f81bf68ea31bef16d00c46ac0550d2b9d66154bb", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-self-vert-rtl-001.xhtml": [ - "76077b866854bedc49881688bd01328c2f0f86f8", + "1688f321b6a2a3fad4a9396126768fda65f8c375", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-self-vert-rtl-002-ref.xhtml": [ @@ -526840,6 +530342,14 @@ "6092f9269a40b5d763b3e71cb235d917c418ed38", "reftest" ], + "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-paint-ordering-003-ref.html": [ + "8ce06ed245c0bb9d391c751ad73a8bdc9c6934ab", + "support" + ], + "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-paint-ordering-003.html": [ + "3f3c416f2f966ea2208f89a0e90b26385ee35694", + "reftest" + ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-root-node-001-ref.html": [ "b06b801d20ebf9776648cb522ec427a1676e7490", "support" @@ -527049,7 +530559,7 @@ "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/reftest.list": [ - "a0d4a43edbe193d5e2cf2dc949b3e3ccf5726263", + "911d2c2dddc66574c36cb7ca58ed31af20618290", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/support/Ahem.ttf": [ @@ -532304,8 +535814,16 @@ "d1661ab1734f7d1a252030aeac7e9842a7a4cb3b", "testharness" ], + "custom-elements/Document-createElement-svg.svg": [ + "9af8f2dc7778feeea4fa8e557d7885b10d325dea", + "testharness" + ], "custom-elements/Document-createElement.html": [ - "074c9f703cc7feb1dfc3d07aedd08460bd591d42", + "14960ee9498f6ff23c1c94d3351a8ef383e60067", + "testharness" + ], + "custom-elements/Document-createElementNS.html": [ + "04cd97839e98c6082f67740dbcfc7588e2b251b9", "testharness" ], "custom-elements/HTMLElement-constructor.html": [ @@ -532321,7 +535839,11 @@ "testharness" ], "custom-elements/attribute-changed-callback.html": [ - "1ad26231aa638a0e0f9b76d77bdd93a3712dda98", + "320fb2bb26e7495d0829c39c113df3ea7ec1f4ef", + "testharness" + ], + "custom-elements/builtin-coverage.html": [ + "9163c06e2bf06b67e5ddf16a6b6d95ca7d64fb4d", "testharness" ], "custom-elements/connected-callbacks.html": [ @@ -532364,6 +535886,10 @@ "dc0ca4a066d9a05362a81b263594965763919e46", "testharness" ], + "custom-elements/parser/parser-constructs-custom-elements-with-is.html": [ + "17145d44113ea88688060c6cfd10d162cd97e28b", + "testharness" + ], "custom-elements/parser/parser-constructs-custom-elements.html": [ "228d4a90d57dc942692becc6f126ec9130b3a4e0", "testharness" @@ -532373,7 +535899,7 @@ "testharness" ], "custom-elements/parser/parser-sets-attributes-and-children.html": [ - "422bd43f10b48f0450b20fd4b0de046d465bec38", + "8049449173e4082b2f4ccadfe552abadadc0834a", "testharness" ], "custom-elements/parser/parser-uses-constructed-element.html": [ @@ -532513,7 +536039,7 @@ "testharness" ], "custom-elements/upgrading/Node-cloneNode.html": [ - "cc121ea56de1b8e1074062b5dda69f57e2add665", + "264a2631a79370bce8392657ba52c8b0c949b7e1", "testharness" ], "custom-elements/upgrading/upgrading-enqueue-reactions.html": [ @@ -532524,6 +536050,10 @@ "2ec52a6baa7490478ec61e72bf89b2ec09d453b5", "testharness" ], + "device-memory/device-memory.https.any.js": [ + "4e746987c6580c6ff388f1512a02cc6fe33393ea", + "testharness" + ], "docs/.gitignore": [ "e74984773578df84decce0bfd0db831220a2b008", "support" @@ -534693,7 +538223,7 @@ "support" ], "editing/data/insertparagraph.js": [ - "7e5061611c18e53d67329ebd32bc078bcce4c73d", + "b6e1c396986b88bb51befc9ea46eb511e25e8c71", "support" ], "editing/data/inserttext.js": [ @@ -537288,6 +540818,34 @@ "4239ec4ef240e199f15a38145d478d2c0aa43ad2", "support" ], + "feature-policy/experimental-features/resources/feature-policy-image.html": [ + "7ac7a5803b60a4f95b454aa44e0a79f363cffade", + "support" + ], + "feature-policy/experimental-features/resources/image.jpg": [ + "8edf07742134d02b486ee8bdb5fa8e9043875183", + "support" + ], + "feature-policy/experimental-features/resources/image.png": [ + "a2f7334bd0884f51ce49f529a745a343bdb44a1d", + "support" + ], + "feature-policy/experimental-features/resources/image.svg": [ + "39f716f4bc22283fc444ea0b3a807ae426e2aadf", + "support" + ], + "feature-policy/experimental-features/resources/video.ogv": [ + "7c6d80135c0688eb5ef5e79351c8ebbd24cb7d77", + "support" + ], + "feature-policy/experimental-features/unsized-image.tentative.https.sub.html": [ + "ac063a3e3084a9416a272bbac413016124e5289f", + "testharness" + ], + "feature-policy/experimental-features/unsized-image.tentative.https.sub.html.headers": [ + "2ae1da8e026e63625a6168b842303cc156963ced", + "support" + ], "feature-policy/payment-allowed-by-feature-policy-attribute-redirect-on-load.https.sub.html": [ "22d155755cd7aaff8a1c40c597468066f01eb13b", "testharness" @@ -538197,7 +541755,7 @@ "testharness" ], "fetch/api/response/response-init-002.html": [ - "9806050696657f48e609bbc943ba15a78d6464d1", + "5b87fa0d008f633d73bd87ab1755eee719b104cc", "testharness" ], "fetch/api/response/response-static-error.html": [ @@ -538236,6 +541794,26 @@ "aba9a9168c083a18a85336948c1ba72ca827562f", "testharness" ], + "fetch/data-urls/README.md": [ + "83d54a0532dd87ab1fa9f5f9b7e01d9a43d91eae", + "support" + ], + "fetch/data-urls/base64.any.js": [ + "ba4acd05372765d0fb03e89f13186e73467db58c", + "testharness" + ], + "fetch/data-urls/processing.any.js": [ + "7ba48c1ab609fd739e5fcd594a93d237e4fc326b", + "testharness" + ], + "fetch/data-urls/resources/base64.json": [ + "8079b52c59420f924df9dfb7d99d1ac49265a315", + "support" + ], + "fetch/data-urls/resources/data-urls.json": [ + "8f2ea63fb10ffe403125fb01b0afb848ed7ccb28", + "support" + ], "fetch/http-cache/304-update.html": [ "2571df43eb57ecbd29f55c2fc57b16f227001787", "testharness" @@ -538913,7 +542491,7 @@ "support" ], "generic-sensor/generic-sensor-tests.js": [ - "22c64a2145caa9eeaf4e53243dc971d832a478e0", + "0f1cea2c0d3f38220cbfdbe4f47d713214987cbd", "support" ], "generic-sensor/idlharness.https.html": [ @@ -539032,6 +542610,34 @@ "ea9edf12752af0a97cd9fe825ae927bd07090a56", "testharness" ], + "graphics-aam/OWNERS": [ + "3a6002295ea2893ba74763e46965bd2d1291d55b", + "support" + ], + "graphics-aam/graphics-document_on_html_element-manual.html": [ + "933fcb47c29bb5e119326147266457231dabf810", + "manual" + ], + "graphics-aam/graphics-document_on_svg_element-manual.html": [ + "126688d4b899c2b718914a9e7454f4ff14e21ae3", + "manual" + ], + "graphics-aam/graphics-object_on_html_element-manual.html": [ + "5fef647bd9e1cfed38467ca790b8796ef9d58bbe", + "manual" + ], + "graphics-aam/graphics-object_on_svg_element-manual.html": [ + "ae94b8f962584ba8afa6ccb40c992a597bb9d9af", + "manual" + ], + "graphics-aam/graphics-symbol_on_html_element-manual.html": [ + "be301a3a71514708c547fa033eab0271367a3fb9", + "manual" + ], + "graphics-aam/graphics-symbol_on_svg_element-manual.html": [ + "52b2e48333492373708b86cf558e578b04ac5977", + "manual" + ], "gyroscope/Gyroscope-disabled-by-feature-policy.https.html": [ "bc6f85cb3506d3e3e062eef43dca88bf3a4ebe89", "testharness" @@ -539820,6 +543426,10 @@ "da39a3ee5e6b4b0d3255bfef95601890afd80709", "support" ], + "html/browsers/browsing-the-web/read-media/pageload-image-in-popup.html": [ + "ccf7d69d5d7fe04242eb63db86a04458cb979b87", + "testharness" + ], "html/browsers/browsing-the-web/read-media/pageload-image.html": [ "b6710a9c29c09b52db31c9379e933649982dfe09", "testharness" @@ -539865,7 +543475,7 @@ "testharness" ], "html/browsers/browsing-the-web/scroll-to-fragid/003.html": [ - "5c21b741294792396c0bde318ed7fcbe9a917fde", + "0d1a543f6c7a321f3037a7a9b9f9aea2c7293167", "testharness" ], "html/browsers/browsing-the-web/scroll-to-fragid/004.html": [ @@ -539901,7 +543511,7 @@ "testharness" ], "html/browsers/browsing-the-web/scroll-to-fragid/scroll-to-anchor-name.html": [ - "8de758988400b4b1acad6bb4c94069b4d0167c20", + "9bc91bc9bb368e8bf42810ed8aed936a6c9d581a", "testharness" ], "html/browsers/browsing-the-web/scroll-to-fragid/scroll-to-id-top.html": [ @@ -541961,7 +545571,7 @@ "support" ], "html/dom/documents/dom-tree-accessors/Document.body.html": [ - "a9c8feb21f69d7a1c4824fa3dab73a7ae45dfd8f", + "4bb3bceaa3d70b19ee60624ee19251a4f36924d7", "testharness" ], "html/dom/documents/dom-tree-accessors/Document.currentScript.html": [ @@ -543625,7 +547235,7 @@ "testharness" ], "html/dom/usvstring-reflection.html": [ - "a48e32b268a8117ed803c8ede806a879e1556d76", + "33a8ab2735650368c7cdc38226cb84be2dbbee85", "testharness" ], "html/editing/.gitkeep": [ @@ -547496,6 +551106,10 @@ "da39a3ee5e6b4b0d3255bfef95601890afd80709", "support" ], + "html/editing/editing-0/autocapitalization/autocapitalize.html": [ + "95e7ddabc1f76b7a1577591c285f28b06da441c9", + "testharness" + ], "html/editing/editing-0/best-practices-for-in-page-editors/.gitkeep": [ "da39a3ee5e6b4b0d3255bfef95601890afd80709", "support" @@ -550237,7 +553851,7 @@ "testharness" ], "html/semantics/embedded-content/media-elements/mime-types/canPlayType.html": [ - "960d7daccac83f48f553edb4d32f1b5919f67dcc", + "06c4d54aa102c108a7e51e425933eb2cfb97b920", "testharness" ], "html/semantics/embedded-content/media-elements/networkState_during_loadstart.html": [ @@ -550904,6 +554518,22 @@ "eeab6b02e728aea21878cf72664929766be057b7", "testharness" ], + "html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-after-controls-added-ref.html": [ + "93575c87d29ce6637a976f01d81edf15051d7c79", + "support" + ], + "html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-after-controls-added.html": [ + "063fae44970221248485c887a861dd695dad9ae5", + "reftest" + ], + "html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-after-controls-removed-ref.html": [ + "eac59788fa5c75d30cdc6a2bb6196ee3b13c11d3", + "support" + ], + "html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-after-controls-removed.html": [ + "bd59e65de7e465c469e00d81cfb9e568da72e9c1", + "reftest" + ], "html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-empty-cue.html": [ "688c592e8fc4b4dbc2d7d6ea16e17380c13f440a", "testharness" @@ -551144,6 +554774,14 @@ "baa44683fe0d00e691f536309a7772347301d57a", "testharness" ], + "html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-non-snap-to-lines-ref.html": [ + "229912bc6439e9a83adb0793d2c7e97b67ef2e5f", + "support" + ], + "html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-non-snap-to-lines.html": [ + "f7befc87f84534b206e72ecca9c2f35c27833786", + "reftest" + ], "html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-positioning.html": [ "852584f301e1ab52359e3344120149d65a35d5f7", "testharness" @@ -551168,6 +554806,14 @@ "c42b3e45318e167bf00edf77528d56e2d107d5e8", "testharness" ], + "html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-two-cue-layout-after-first-end-ref.html": [ + "2c37fbbd1a8f2b28de5f10363565d122a6c36916", + "support" + ], + "html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-two-cue-layout-after-first-end.html": [ + "099a220edda883f720e874c4b06714cdb70d34cd", + "reftest" + ], "html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-unsupported-markup.html": [ "c43ab0c10e1de3af01f6137c044c73cfcbc6d339", "testharness" @@ -554196,6 +557842,10 @@ "6426b10821b4af9a794c52940a08afd144ff1730", "support" ], + "html/semantics/rellist-feature-detection.html": [ + "382371297d71a43de804453a6f40b9d63e08ee3f", + "testharness" + ], "html/semantics/scripting-1/.gitkeep": [ "da39a3ee5e6b4b0d3255bfef95601890afd80709", "support" @@ -555440,6 +559090,10 @@ "15b0b32d86bc6411b29c5d978db71053c00a1d65", "testharness" ], + "html/semantics/scripting-1/the-script-element/module/inline-async-execorder.html": [ + "790fc3e9e9b9661da1e88d536e50f540792ee729", + "testharness" + ], "html/semantics/scripting-1/the-script-element/module/instantiation-error-1.html": [ "b48335aa61dc13c34d2a77806f20663e2156bc6f", "testharness" @@ -555581,7 +559235,7 @@ "testharness" ], "html/semantics/scripting-1/the-script-element/module/load-error-events-inline.html": [ - "9b35d8d7ba6bb4826274c9570056cc962660d715", + "bbdfd11cfc7e52748f07d09ebe7cf6782ad5e782", "testharness" ], "html/semantics/scripting-1/the-script-element/module/load-error-events.html": [ @@ -555597,7 +559251,7 @@ "support" ], "html/semantics/scripting-1/the-script-element/module/module-in-xhtml.xhtml": [ - "32a4a4db2a5325b909078c73f76ab51085e66c5a", + "4b41e3e07ff72b0f181b0dd3a6c1aab40a01da0c", "testharness" ], "html/semantics/scripting-1/the-script-element/module/module-vs-script-1.html": [ @@ -555656,6 +559310,10 @@ "f09db3d2acdf3aba3fc8c67b2f089a0ba506c799", "support" ], + "html/semantics/scripting-1/the-script-element/module/resources/fast-module.js": [ + "218ea0b166fa79df83ee7ac7aff3bca8437b44aa", + "support" + ], "html/semantics/scripting-1/the-script-element/module/resources/import-non-utf8-with-charset-header.js": [ "5ff227dc83335d8a3e8da0161993c1de239ee7f8", "support" @@ -555700,6 +559358,10 @@ "a148d34314c2734fd49bf69d201006618fdac78f", "support" ], + "html/semantics/scripting-1/the-script-element/module/resources/slow-module.js": [ + "6a68189c41bb8a69fc0468bb048a50f8b8961101", + "support" + ], "html/semantics/scripting-1/the-script-element/module/script-for-event.html": [ "c225684e0c7d09f9628aab589c8673b140994243", "testharness" @@ -556520,10 +560182,6 @@ "d6cf92ac34d83cdd6357d516daeb87108933f8ed", "testharness" ], - "html/semantics/text-level-semantics/the-a-element/rellist-feature-detection.html": [ - "aff1352988cb70e52cff99e1fde379a807dd6984", - "testharness" - ], "html/semantics/text-level-semantics/the-a-element/resources/a-download-404.html": [ "f703d9a7ce1e09e0c9ef9ea2bd2cd2b318613f6d", "support" @@ -556536,10 +560194,6 @@ "da39a3ee5e6b4b0d3255bfef95601890afd80709", "support" ], - "html/semantics/text-level-semantics/the-area-element/rellist-feature-detection.html": [ - "d51356778b9a9e87e79c33b64ea9cf31a091cb07", - "testharness" - ], "html/semantics/text-level-semantics/the-b-element/.gitkeep": [ "da39a3ee5e6b4b0d3255bfef95601890afd80709", "support" @@ -557549,7 +561203,7 @@ "support" ], "html/webappapis/atob/base64.html": [ - "5ee9005c14491a0c33f3fdba4771a8a491f43d8c", + "d720c251750e32d5ba6a76897439128a0eaa8479", "testharness" ], "html/webappapis/dynamic-markup-insertion/opening-the-input-stream/origin-check-in-document-open-basic.html": [ @@ -558133,9 +561787,13 @@ "testharness" ], "http/resources/securedimage.py": [ - "b03f45c4dad3a9cd0f0fb67a99a79be3ba64b199", + "d5aa250e8cba8384f47fca2c559aa6a310dff457", "support" ], + "http/tests/bluetooth/https/requestDevice/cross-origin-iframe.sub.https.html": [ + "dc9df7886d4a020b1853d7a54d67a8b1249c56c7", + "testharness" + ], "imagebitmap-renderingcontext/bitmaprenderer-as-imagesource.html": [ "f80d1496329c64643d2b40e478779929de20c499", "testharness" @@ -558268,6 +561926,10 @@ "c0edf6205f84cd5d03ef85ad6db7824d7f70b345", "support" ], + "images/pattern.svg": [ + "a904f9f7aec35cda20b738ba665c7cf4f38fd339", + "support" + ], "images/red-16x16.png": [ "0d6c6847bafe93c1e1d617a64bd1b432700f7f3f", "support" @@ -558517,7 +562179,7 @@ "support" ], "interfaces/html.idl": [ - "5eead97f7b1cc2e511f268cb5a40011a33519bf0", + "84ed07588763a87bffbe191bf440e820f9d130ec", "support" ], "interfaces/magnetometer.idl": [ @@ -558548,6 +562210,10 @@ "fc724b70bc1e1d30e538ee5154a99d4871414302", "support" ], + "interfaces/screen-orientation.idl": [ + "b280c2a72795d4abd55a361a0afd8adce70562dc", + "support" + ], "interfaces/touchevents.idl": [ "6ce4f601cda6cd3b99a300e0b28d2886647f06d3", "support" @@ -559429,7 +563095,7 @@ "testharness" ], "media-source/mediasource-addsourcebuffer.html": [ - "c65d474f5279b3238dccf50415b5995b9d6b80ca", + "34ba3bf54e410c5e5396ef69f256c1e3853dfe17", "testharness" ], "media-source/mediasource-append-buffer.html": [ @@ -559549,7 +563215,7 @@ "testharness" ], "media-source/mediasource-is-type-supported.html": [ - "3c22e7a06768ab1a942349f24b2e2f3240ce560b", + "84265f4f1db7429bf7ff0807c5ebddddc25d370c", "testharness" ], "media-source/mediasource-liveseekable.html": [ @@ -559965,7 +563631,7 @@ "testharness" ], "mediacapture-streams/MediaDevices-IDL-enumerateDevices.html": [ - "0bebfb5c5a6204257f30d03fb16e4a35b8943814", + "6f35e6cfb8409803c64ed7511f9f1dd5c1c538ac", "testharness" ], "mediacapture-streams/MediaDevices-enumerateDevices.https.html": [ @@ -561696,10 +565362,6 @@ "b9d933d6a33eabc0b9c9f856c91b802677fa1094", "testharness" ], - "navigator/device-memory.https.any.js": [ - "4e746987c6580c6ff388f1512a02cc6fe33393ea", - "testharness" - ], "netinfo/netinfo-basics.html": [ "972b4048bbb74e1489329ae48759b587b9ad3800", "testharness" @@ -568089,7 +571751,7 @@ "support" ], "payment-request/OWNERS": [ - "a2937112040fe45b12ba87b6fb75bd9be6aab6ad", + "a13f63124c56c014a0d88d299cbaabe565c567cf", "support" ], "payment-request/PaymentAddress/attributes-and-toJSON-method-manual.https.html": [ @@ -568213,7 +571875,7 @@ "testharness" ], "payment-request/payment-request-id-attribute.https.html": [ - "9a8a1ffc3cd7ba3c29380c4a9962bd17f35087c3", + "34dd889e8bc906eb9a99c192e547fab831099f7c", "testharness" ], "payment-request/payment-request-not-exposed.https.worker.js": [ @@ -568317,7 +571979,7 @@ "testharness" ], "performance-timeline/idlharness.html": [ - "30e6893af2cda301efb45fa7cfe16cec04701445", + "d6ce8e5c21b42843caea8e61c1637d75c2e51d64", "testharness" ], "performance-timeline/performanceentry-tojson.html": [ @@ -569133,7 +572795,7 @@ "manual" ], "presentation-api/receiving-ua/PresentationReceiver_create-manual.https.html": [ - "1830e4420c668b77dbd835912f518920743c5592", + "a1ca78e036505bae01d207a0810e84c465586bd2", "manual" ], "presentation-api/receiving-ua/cache.txt": [ @@ -569173,11 +572835,11 @@ "support" ], "presentation-api/receiving-ua/support/PresentationReceiver_create_receiving-ua.html": [ - "84f37932fc911d5dbf692b42569b564ebf9b8e7d", + "68f0a929fa97a9dce8566237e538f769860c14fe", "support" ], "presentation-api/receiving-ua/support/PresentationReceiver_create_receiving-ua_child.html": [ - "9320e6d42c5b2856934ff1d80d89276a010b48f1", + "d0a87a3ca4dbb9bb706133ee3ca638be929e56d4", "support" ], "presentation-api/receiving-ua/support/PresentationReceiver_unreached_receiving-ua.html": [ @@ -569204,30 +572866,30 @@ "f64f2ab5d0afa93e5adfa327e478936c0e295823", "support" ], - "proximity/DeviceProximityEvent_tests.html": [ - "95de85f7e9e74e9bdcc0f0dceefa5f099dd48191", - "testharness" - ], - "proximity/DeviceProximityEvent_tests.js": [ - "4f598faf998653343ae1929fdb1c2a13fa82422d", - "support" - ], "proximity/OWNERS": [ "8de2a4a7f850b2d52ab3102b585fe38828b6d08d", "support" ], - "proximity/UserProximityEvent_tests.html": [ - "13008fe761a4569792af6bbe4a29ce2fa98fae0d", + "proximity/ProximitySensor.https.html": [ + "6920751273c1220f40b5046be7ce7254a01ce72e", "testharness" ], - "proximity/UserProximityEvent_tests.js": [ - "ba9b710aa4213f10edc7131a3879821f38f2ef19", - "support" + "proximity/ProximitySensor_insecure_context.html": [ + "00b6ec75ae65d4ee7144e9362ccc89a3b3adb856", + "testharness" + ], + "proximity/ProximitySensor_onerror-manual.https.html": [ + "522cdac324519313d77aa2dd417d486f15b2511f", + "manual" ], "proximity/idlharness.https.html": [ "25c63ad4caa047d13ef9be748d6c880df4193b0d", "testharness" ], + "quirks/OWNERS": [ + "3a52efa37cb05c353bb8ce78146c42db6a238b74", + "support" + ], "quirks/active-and-hover-manual.html": [ "b82c3af04387a133935d1eed50be37fdc34474b2", "manual" @@ -576933,7 +580595,7 @@ "testharness" ], "resource-timing/resource_initiator_types.html": [ - "b04269a158aadf5a178decc306481c15f2c310b0", + "70ab5e0b5d8d684fc420e9242a273e948edbb1ba", "testharness" ], "resource-timing/resource_memory_cached.sub.html": [ @@ -576956,6 +580618,10 @@ "072eb2cd05a0711abc498f4180738aef7d1bf282", "testharness" ], + "resource-timing/resource_timing.worker.js": [ + "352213c5bc7533afa10003da93dfb399a101c224", + "testharness" + ], "resource-timing/resources/TAOResponse.py": [ "9e8051a2ff8fff72b36ed1cecb61f9e7bba29071", "support" @@ -576972,6 +580638,10 @@ "99949c515749e66f471c3589ee7a0ef518aaccb5", "support" ], + "resource-timing/resources/empty.js": [ + "51e0050cf1bdeb051d0d7ab6f23a7a2173cb40db", + "support" + ], "resource-timing/resources/empty_script.js": [ "da39a3ee5e6b4b0d3255bfef95601890afd80709", "support" @@ -577092,6 +580762,10 @@ "516c041687b10ee09daae6695437013dd622c1a6", "support" ], + "screen-orientation/interfaces.html": [ + "d54475008731fafd00c3cae73f11eac94dba0883", + "testharness" + ], "screen-orientation/lock-bad-argument.html": [ "4d06c44e347ae7326e928ed0fd09b8ae3991e11b", "testharness" @@ -577112,10 +580786,6 @@ "b2c9679f11ebae5968c063bfb2449edfae46fc08", "testharness" ], - "screen-orientation/orientation-api.html": [ - "44225c2493c6ac472a9f2d4b871ee17368cf02be", - "testharness" - ], "screen-orientation/orientation-reading.html": [ "863ce2783be30b5482733cb8cc31201d7f272128", "testharness" @@ -577129,7 +580799,7 @@ "support" ], "screen-orientation/resources/sandboxed-iframe-locking.html": [ - "a900654e798241fb52ea214e90d25c272494e058", + "27c3eb23f9931697d65c64a2c7a46be77f8961ee", "support" ], "secure-contexts/basic-dedicated-worker.html": [ @@ -577380,6 +581050,10 @@ "01ae6e757d428800555012783e290ebba575bcab", "testharness" ], + "server-timing/cross_origin.html": [ + "74333db517babacbb84bb20c91ccfc8b2627b934", + "testharness" + ], "server-timing/resources/blue.png": [ "7de5cdb5ad04ac365430b3b5f5ba01d2ba57ea23", "support" @@ -578081,7 +581755,7 @@ "support" ], "service-workers/OWNERS": [ - "84acd30c6a2c1cea23afd9f046ee5c34ae885828", + "153554b1fb793acd7a005c50b12678305e02014a", "support" ], "service-workers/cache-storage/OWNERS": [ @@ -578377,7 +582051,7 @@ "testharness" ], "service-workers/service-worker/about-blank-replacement.https.html": [ - "345259908d040e4f5d810ae7089dab8a8c909b0a", + "d2cc0fc99820308096d549d892962fe10b19f0ae", "testharness" ], "service-workers/service-worker/activate-event-after-install-state-change.https.html": [ @@ -578496,12 +582170,20 @@ "401235c18e1594c7248b22eb6881d54801de9809", "testharness" ], - "service-workers/service-worker/fetch-canvas-tainting-cache.https.html": [ - "b3f8375bc412c99099ac886673fd80f6cb0a312b", + "service-workers/service-worker/fetch-canvas-tainting-image-cache.https.html": [ + "a9a3c252cb40c38f3e53f577d35486f597c3f73c", "testharness" ], - "service-workers/service-worker/fetch-canvas-tainting.https.html": [ - "9c2e160f95d2915a961bd7da840ac53779c9387d", + "service-workers/service-worker/fetch-canvas-tainting-image.https.html": [ + "189e24f1aa5768d2bb75453900826843e0ab306b", + "testharness" + ], + "service-workers/service-worker/fetch-canvas-tainting-video-cache.https.html": [ + "68deaada4bc6996777980c0b0b69bf9da4689eb4", + "testharness" + ], + "service-workers/service-worker/fetch-canvas-tainting-video.https.html": [ + "54838009a0f9d724f0088adab56173526597385b", "testharness" ], "service-workers/service-worker/fetch-cors-exposed-header-names.https.html": [ @@ -578573,7 +582255,7 @@ "testharness" ], "service-workers/service-worker/fetch-event.https.html": [ - "98712ceed8cd6ea7514bf3b2a5e51a3670cd0a4d", + "9d365e1960c873a48cf5378cda7615cbef49f5cd", "testharness" ], "service-workers/service-worker/fetch-frame-resource.https.html": [ @@ -578633,7 +582315,7 @@ "testharness" ], "service-workers/service-worker/fetch-response-taint.https.html": [ - "217383b4dddcc6f984c4cc7cd5f99e1f9b86cdd1", + "154a52255d0aae9a99879389afba6214b803b08d", "testharness" ], "service-workers/service-worker/fetch-response-xhr.https.html": [ @@ -578704,6 +582386,10 @@ "3c75caa66d3906602d10b07ff22e7d0f210cfee9", "testharness" ], + "service-workers/service-worker/local-url-inherit-controller.https.html": [ + "e2e8258f24860cb93b71b4bb27f618b7740756bd", + "testharness" + ], "service-workers/service-worker/mime-sniffing.https.html": [ "d61a859a111dea758efb91480817fa1a029c152b", "testharness" @@ -578984,6 +582670,14 @@ "567d0a7de3ef54adaa8339bb04632a2ecfcc57a5", "support" ], + "service-workers/service-worker/resources/about-blank-replacement-blank-dynamic-nested-frame.html": [ + "bfd2c8e7acb010cd7b5a0076a9138d8584e5efab", + "support" + ], + "service-workers/service-worker/resources/about-blank-replacement-blank-nested-frame.html": [ + "79cb319dbdbae7efb9abf3405c2bc76ad9f0bc0f", + "support" + ], "service-workers/service-worker/resources/about-blank-replacement-frame.py": [ "2f22a4c92cfb7c7e8cfbe6f168872c2f5875867d", "support" @@ -578996,6 +582690,10 @@ "498a08b652ec0d867e8d2e173be954f69354a208", "support" ], + "service-workers/service-worker/resources/about-blank-replacement-srcdoc-nested-frame.html": [ + "6a0d88da977057eb365dfc8bfb531558d7a1bd4a", + "support" + ], "service-workers/service-worker/resources/about-blank-replacement-uncontrolled-nested-frame.html": [ "ab2ce3693bbc40943b7390c8d76f3601f52410ca", "support" @@ -579101,7 +582799,7 @@ "support" ], "service-workers/service-worker/resources/clients-get-worker.js": [ - "bc72471e16df1507a2cebd4c32f7f995299ebd4e", + "06ab101997ce13da6d81645661b4a0b5281c5c1d", "support" ], "service-workers/service-worker/resources/clients-matchall-client-types-dedicated-worker.js": [ @@ -579144,6 +582842,10 @@ "33ab5639bfd8e7b95eb1d8d0b87781d4ffea4d5d", "support" ], + "service-workers/service-worker/resources/echo-content.py": [ + "d22a9fe2b426436a8e4901d82ca68833eeb905b3", + "support" + ], "service-workers/service-worker/resources/echo-message-to-source-worker.js": [ "760b04aa2e36f55cfdbea0871a7424f787734a6e", "support" @@ -579189,11 +582891,15 @@ "support" ], "service-workers/service-worker/resources/fetch-access-control.py": [ - "e612c0f7457c8d15ff7d0e2515d8e967a8bb81b5", + "be1cb7ce3d6346a98d35a6c19d7a3bf656f9373b", "support" ], "service-workers/service-worker/resources/fetch-canvas-tainting-iframe.html": [ - "aee62d5b6ee22664c493036c879ed8d530b5ba1d", + "9fc63a38bee0e0368bec3c7c6d1185d72c3bc752", + "support" + ], + "service-workers/service-worker/resources/fetch-canvas-tainting-tests.js": [ + "2119442a255d9544a2642be58f16a1b404c41c40", "support" ], "service-workers/service-worker/resources/fetch-cors-exposed-header-names-worker.js": [ @@ -579397,7 +583103,7 @@ "support" ], "service-workers/service-worker/resources/fetch-rewrite-worker.js": [ - "e390cdc4fa2324db03069193e2b049dde82fbc2d", + "27390f173dd2ac0720b58184484c667122944529", "support" ], "service-workers/service-worker/resources/fetch-waits-for-activate-worker.js": [ @@ -579500,6 +583206,14 @@ "7ef9421050590733bab9b7c1d0d1b8695b5cb920", "support" ], + "service-workers/service-worker/resources/local-url-inherit-controller-frame.html": [ + "12822899ad84cef80d4f67cb33475a93ca1d56ed", + "support" + ], + "service-workers/service-worker/resources/local-url-inherit-controller-worker.js": [ + "7a74ae709c072750cf0639f78bf9a0ac4f16f50b", + "support" + ], "service-workers/service-worker/resources/malformed-worker.py": [ "a9f19c8f8f6908c4a4732bbd0f6b2f3d19401909", "support" @@ -579937,7 +583651,7 @@ "testharness" ], "service-workers/service-worker/unregister-then-register-new-script.https.html": [ - "43964791edbb2b5cd3b3ed27b600e78412902240", + "ee8d7cd4e47cdb9bcf2b39c911593bc671df914d", "testharness" ], "service-workers/service-worker/unregister-then-register.https.html": [ @@ -579985,7 +583699,7 @@ "testharness" ], "service-workers/service-worker/worker-interception.https.html": [ - "2c5e8cb2b7be6d394aaa1400158d3f14895909f3", + "41f7e5e8da2c305370fddad83518cd0fa57547eb", "testharness" ], "service-workers/specgen.json": [ @@ -580208,6 +583922,10 @@ "857cfd26d985a763ac16dac4b86b1223e6792388", "testharness" ], + "shadow-dom/DocumentOrShadowRoot-prototype-elementFromPoint.html": [ + "e33e48a3eb754e961f07b7850caff67eee38fe69", + "testharness" + ], "shadow-dom/Element-interface-attachShadow.html": [ "e5b4dedaf8f78a6ce771af4509da8acb3aca3441", "testharness" @@ -580253,7 +583971,7 @@ "testharness" ], "shadow-dom/event-composed-path-with-related-target.html": [ - "6a5cbb21645faf8f18ed4b14799a6d01b326f998", + "a4c58227f937a943b3845ed3f672419b62a8caad", "testharness" ], "shadow-dom/event-composed-path.html": [ @@ -580360,10 +584078,6 @@ "4b18b29129666d399abcf949f2e977cbad5a5eeb", "testharness" ], - "shadow-dom/untriaged/elements-and-dom-objects/extensions-to-event-interface/event-path-001.html": [ - "32840cb9d6e7809d31113d8ec4b6acd929cb5b58", - "testharness" - ], "shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/activeElement-confirm-return-null.html": [ "1b42c7c55978b8f6c2afc39e9ede4e9caee22c2c", "testharness" @@ -582013,7 +585727,7 @@ "support" ], "svg/OWNERS": [ - "09ddeebeb4f8ad8622d76143f276d90a1d9aebdc", + "553fcb48a960e9d5f1fe84fb19228366b33864de", "support" ], "svg/README.md": [ @@ -584484,6 +588198,14 @@ "08237002915323f41dd5590ce4226f95ae79f285", "testharness" ], + "svg/types/scripted/SVGAnimatedAngle.html": [ + "a3d0e532c846efdbcf0f51967b7c9531ed19768c", + "testharness" + ], + "svg/types/scripted/SVGAnimatedBoolean.html": [ + "1d9ed6c9b089bbd43c5dae5f34fa8faaafa9a8e5", + "testharness" + ], "svg/types/scripted/SVGAnimatedEnumeration-SVGClipPathElement.html": [ "0f81d16badaade09929ca0b35faf89cc420ef199", "testharness" @@ -584552,6 +588274,34 @@ "b2c5c52669b802412b085529a2babf0ec2ec3ee1", "testharness" ], + "svg/types/scripted/SVGAnimatedInteger.html": [ + "c4a838233710207e7eb5631a242a9f2f0db83488", + "testharness" + ], + "svg/types/scripted/SVGAnimatedLength.html": [ + "b60dfae30ec8af58d6a4f6b024b8a917e3d1f55c", + "testharness" + ], + "svg/types/scripted/SVGAnimatedLengthList.html": [ + "28b583d0d5e55379fdc69f182505d37d85929509", + "testharness" + ], + "svg/types/scripted/SVGAnimatedNumber.html": [ + "6085f272c222d53838f3c4e9d94dc8260dc846d7", + "testharness" + ], + "svg/types/scripted/SVGAnimatedNumberList.html": [ + "6a2920d16df72b0d890c3dff6c2350c65ba08010", + "testharness" + ], + "svg/types/scripted/SVGAnimatedPreserveAspectRatio.html": [ + "e2667461c918fceecc4aca58ff5713a98df347c0", + "testharness" + ], + "svg/types/scripted/SVGAnimatedRect.html": [ + "dfc7ec677df247b015ef360793c7e5f0c926e45f", + "testharness" + ], "svg/types/scripted/SVGLength-px-with-context.html": [ "a605dba2368aa00a3cd3343739c05cdbbd930205", "testharness" @@ -586461,7 +590211,7 @@ "support" ], "wai-aria/tools/make_tests.pl": [ - "8c51b77876da3ca0a00716caf4934ee9708a4d3a", + "54a8f59aa4bafab1987f6c1c5016fd6ee44e574a", "support" ], "wai-aria/tree_orientation_horizontal-manual.html": [ @@ -586665,7 +590415,7 @@ "support" ], "web-animations/README.md": [ - "6344565e53b2f9e8d6ee7658d1c5c5670e68fc98", + "9dfaf5979c3bf30bf075b3929ac3620954e83497", "support" ], "web-animations/animation-model/animation-types/accumulation-per-property.html": [ @@ -586685,7 +590435,7 @@ "testharness" ], "web-animations/animation-model/animation-types/property-list.js": [ - "7f20ed34cf9c72b53db3206639367eff69f0e226", + "a3a0b0e9232416125e385dcf4df0812a2fce39e2", "support" ], "web-animations/animation-model/animation-types/property-types.js": [ @@ -586777,7 +590527,7 @@ "testharness" ], "web-animations/interfaces/Animation/playbackRate.html": [ - "27d289f603953b3e39322287fb2a55f84dd8dc54", + "a298a65aaeb5a337fe894f0160493693f309c2a1", "testharness" ], "web-animations/interfaces/Animation/ready.html": [ @@ -586793,11 +590543,11 @@ "testharness" ], "web-animations/interfaces/AnimationEffectTiming/direction.html": [ - "11398d5ea40bb4137b4f5d4e6e6238af64caf3c5", + "642207ce454fb816cc47d14fbe29f65d92ddf6ed", "testharness" ], "web-animations/interfaces/AnimationEffectTiming/duration.html": [ - "315810a1e73f9b4ef2cffea868fb766af5ee5c93", + "14abe09cb19080585a315115e387b85784c7d862", "testharness" ], "web-animations/interfaces/AnimationEffectTiming/easing.html": [ @@ -586805,7 +590555,7 @@ "testharness" ], "web-animations/interfaces/AnimationEffectTiming/endDelay.html": [ - "b36d9c8a4e4082e6a75ac5d8f336cf474cd75aab", + "a8609f22672b092178c2391d7ba7ef804112bef4", "testharness" ], "web-animations/interfaces/AnimationEffectTiming/fill.html": [ @@ -586821,11 +590571,11 @@ "testharness" ], "web-animations/interfaces/AnimationEffectTiming/iterationStart.html": [ - "734743adeec628da907ea2f6cc4ae3be3aab7329", + "393b37098ab470e75b1254b53875901e705d8d1b", "testharness" ], "web-animations/interfaces/AnimationEffectTiming/iterations.html": [ - "c8705eb209d8a4912b5d3fd94a05c763b7707eca", + "1e8bb46b5a1eef496edda32b16c856baa16e9b30", "testharness" ], "web-animations/interfaces/AnimationPlaybackEvent/constructor.html": [ @@ -586853,11 +590603,11 @@ "testharness" ], "web-animations/interfaces/KeyframeEffect/composite.html": [ - "7dd18327d8da81914adaf443086891ba3646d882", + "12fc2e8e7bcfb1eab6e162b68731ff6fcb767438", "testharness" ], "web-animations/interfaces/KeyframeEffect/constructor.html": [ - "4a80ea073da0a9c62dcb9587676445a2fba234e1", + "2f6449cbf2b47ae457efb23fb52b8fd1709837ac", "testharness" ], "web-animations/interfaces/KeyframeEffect/copy-constructor.html": [ @@ -586873,7 +590623,7 @@ "testharness" ], "web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html": [ - "165b651cea12ab9e0825f4335e7f697ce1fc6247", + "f54c7c0da5728f88f37a067761af7ad815fea005", "testharness" ], "web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-002.html": [ @@ -586897,7 +590647,7 @@ "support" ], "web-animations/resources/keyframe-tests.js": [ - "52ffc50c4ebf0326db8f4e1d0cc1234f6c860dc2", + "b31029042fdfa77ba8bf0e9370f63a423fbe0da9", "support" ], "web-animations/resources/keyframe-utils.js": [ @@ -586909,11 +590659,11 @@ "support" ], "web-animations/testcommon.js": [ - "94130b39fda8e95ca495d297f9d47eefa6430a04", + "de3f89d5ed07d00d453746df5d13387d15f05016", "support" ], "web-animations/timing-model/animation-effects/active-time.html": [ - "68ca985984ed6f868cebb539dfde6d7ddba6c824", + "f05ff3594dde7248c84db42f8a80a6d0136b5f54", "testharness" ], "web-animations/timing-model/animation-effects/current-iteration.html": [ @@ -586937,7 +590687,7 @@ "testharness" ], "web-animations/timing-model/animations/current-time.html": [ - "390e2ba8d6de9bfea5f26cd2e7a42ccdf73f1a35", + "52d23e752878c821754b2c2b752e7393882609e2", "testharness" ], "web-animations/timing-model/animations/finishing-an-animation.html": [ @@ -586953,7 +590703,7 @@ "testharness" ], "web-animations/timing-model/animations/playing-an-animation.html": [ - "6ee1b850154ce22fffafa686fc2fdfef9dded38b", + "1ae05a904e5b4fbcf1d904f02825f836da7b4c18", "testharness" ], "web-animations/timing-model/animations/reversing-an-animation.html": [ @@ -586961,7 +590711,7 @@ "testharness" ], "web-animations/timing-model/animations/set-the-animation-start-time.html": [ - "10fea7d0b0dbe046d72b4048607816c9ebe37f7f", + "fa26feebcde00a5b0b63f8f3587acc313a58f26a", "testharness" ], "web-animations/timing-model/animations/set-the-target-effect-of-an-animation.html": [ @@ -586969,7 +590719,7 @@ "testharness" ], "web-animations/timing-model/animations/set-the-timeline-of-an-animation.html": [ - "ef8ce243226296718453e10d89b4cfd68b2d765e", + "bd33cb8638aa373b17cda20906af5aea2f5a7503", "testharness" ], "web-animations/timing-model/animations/updating-the-finished-state.html": [ @@ -587393,11 +591143,23 @@ "testharness" ], "webauthn/OWNERS": [ - "b0d65c7428735c824eba977b053babdc4be5cdcf", + "368ab4153a7f6843ce65ce924a3b4af92f3488ee", "support" ], + "webauthn/createcredential-badargs-rp.https.html": [ + "941a9bda02e22b7d54855e3a4714a49d8392fa9d", + "testharness" + ], + "webauthn/createcredential-passing.https.html": [ + "32a6ac38f91ec6b887e9e57519eb1603b4abcdbb", + "testharness" + ], + "webauthn/getcredential-passing.https.html": [ + "6272128ea3af65ecb4fc40055b062a678bfbb2fd", + "testharness" + ], "webauthn/helpers.js": [ - "bc38559e447710f701bc5392b0d02704ae97e970", + "e6224e8e2be8657e2e312f4197cbe0225c819cea", "support" ], "webauthn/interfaces.https.html": [ @@ -587405,23 +591167,19 @@ "testharness" ], "webauthn/interfaces.idl": [ - "78cdd63fc1b0e3eff699976b67b72d46cf108ed2", + "77076f0828383c0f48f36131a81b25186622b3a3", "support" ], - "webauthn/makecredential-badargs-accountinformation.https.html": [ - "7f81446a152ab31223b79e3089eb29505a8b603d", + "webauthn/securecontext.http.html": [ + "afc1492723d140e34027a3bdbf0d1e09843ef5d6", "testharness" ], - "webauthn/makecredential-badargs-attestationchallenge.https.html": [ - "26fbc55b0c313be854ddd59469baf6dcdd5d21c6", - "testharness" - ], - "webauthn/makecredential-badargs-cryptoparameters.https.html": [ - "9e2cbb2a667cf57f979c3e67516fb63fedd18d46", + "webauthn/securecontext.https.html": [ + "7f7a7aba32b9e049c618203121fae0884936643a", "testharness" ], "webdriver/OWNERS": [ - "020bcd036daed8eb8928c2924ea1d04050cf1939", + "752d7099018be8b67e4ca16628bbecfa08da8e82", "support" ], "webdriver/README.md": [ @@ -587429,7 +591187,7 @@ "support" ], "webdriver/tests/__init__.py": [ - "da39a3ee5e6b4b0d3255bfef95601890afd80709", + "b2ebe4b632b1a75e7334b97c3df7075f494dd5c6", "support" ], "webdriver/tests/actions/__init__.py": [ @@ -587453,11 +591211,11 @@ "wdspec" ], "webdriver/tests/actions/mouse.py": [ - "0af689cee458ed260b2b9cc6f3231c314a3a6638", + "708373af0d50f2a0a9776743848482c939f90ec8", "wdspec" ], "webdriver/tests/actions/mouse_dblclick.py": [ - "61bab159bf1ccc7d44e4034a3e67d60b13fc1607", + "154d595a3d4466a44c5217c54bb3c717d9a2b9ec", "wdspec" ], "webdriver/tests/actions/sequence.py": [ @@ -587477,7 +591235,7 @@ "support" ], "webdriver/tests/actions/support/mouse.py": [ - "0a6fca5e3fe20db114dbee1dd9d290ec343f6f9c", + "208a1c4fbc0d5c542d17de7f6474d477ce1feb45", "support" ], "webdriver/tests/actions/support/refine.py": [ @@ -587505,15 +591263,15 @@ "wdspec" ], "webdriver/tests/cookies/add_cookie.py": [ - "c58e50480aa3189bd4f1c52050cff6fcfcdf8d8b", + "27b567989053e411e409b08a01df38a867a020f4", "wdspec" ], "webdriver/tests/cookies/delete_cookie.py": [ - "451cef1c071f67bc2bc1666a906b4c289b700d22", + "dbb50588ba525f3ec27a7408eaa4c240614696d5", "wdspec" ], "webdriver/tests/cookies/get_named_cookie.py": [ - "12e1f83275fbfe6926380b267689fbfa55d6b93a", + "e6e265f417d17b4c9d349fbe9aa9fe3923dcfea0", "wdspec" ], "webdriver/tests/document_handling/page_source.py": [ @@ -587529,7 +591287,7 @@ "wdspec" ], "webdriver/tests/element_click/select.py": [ - "5ba51b660c7203bba3ada597c2f56fe094358e1f", + "bbce720456bd6bae72ad256b56b7743be85959f3", "wdspec" ], "webdriver/tests/element_click/stale.py": [ @@ -587564,18 +591322,30 @@ "da39a3ee5e6b4b0d3255bfef95601890afd80709", "support" ], + "webdriver/tests/element_send_keys/form_controls.py": [ + "7c4a249f9575a69268b5f2970a5623fc1724e6e1", + "wdspec" + ], "webdriver/tests/element_send_keys/interactability.py": [ - "bd7cd6c009c86fe93c0e132c30fb9674413962d4", + "bd5d26173017dc3cbdc282809028639a7b4a214a", "wdspec" ], "webdriver/tests/element_send_keys/scroll_into_view.py": [ "fb192d5d1d93aa729b07cadcadfa630587bd0b39", "wdspec" ], + "webdriver/tests/execute_async_script/__init__.py": [ + "da39a3ee5e6b4b0d3255bfef95601890afd80709", + "support" + ], "webdriver/tests/execute_async_script/user_prompts.py": [ "e31edd4537f9b7479a348465154381f5b18f938c", "wdspec" ], + "webdriver/tests/execute_script/__init__.py": [ + "da39a3ee5e6b4b0d3255bfef95601890afd80709", + "support" + ], "webdriver/tests/execute_script/cyclic.py": [ "cbebfbd2413ea0b10f547ab66fcc7159898e684a", "wdspec" @@ -587593,7 +591363,7 @@ "wdspec" ], "webdriver/tests/interaction/element_clear.py": [ - "9b598e993e404275f1fe4bdb1967d8e1950e25cb", + "7d0a8199890afb97894c363af7ef342b5ed5cef3", "wdspec" ], "webdriver/tests/interaction/send_keys_content_editable.py": [ @@ -587645,7 +591415,7 @@ "wdspec" ], "webdriver/tests/sessions/new_session/response.py": [ - "973f5deb240dd01f6213252e6d9fc2f462b0e035", + "5eabb99858b9c3051efb351096d7ba8dca8dbfce", "wdspec" ], "webdriver/tests/sessions/new_session/support/__init__.py": [ @@ -587653,7 +591423,7 @@ "support" ], "webdriver/tests/sessions/new_session/support/create.py": [ - "2c79b22324aa0c318522ac3930e314b4f2b32a86", + "4bfb99fd4ba44ab5b4e70e9246cbb200c098ae89", "support" ], "webdriver/tests/sessions/status.py": [ @@ -587669,19 +591439,19 @@ "support" ], "webdriver/tests/state/get_element_attribute.py": [ - "75620b583be6495d9b7b5d65c57cbda217cd2e01", + "1fcd451313d40a0b0a84ced63596d032ffc97f2a", "wdspec" ], "webdriver/tests/state/get_element_property.py": [ - "042f184dd54153fe5ff46e886ddcf27ffe4bae6d", + "c0fdf271eebb7dcef16a37a897362ed48eec2df1", "wdspec" ], "webdriver/tests/state/get_element_tag_name.py": [ - "0887f71ceb4b4959989ee9f589707624f46e0ce3", + "ce749e286bd030083fcac15dd75c49caf032f990", "wdspec" ], "webdriver/tests/state/is_element_selected.py": [ - "fb7825918c186d97abe69c4ab06fea1ed62f5387", + "f52c565da22038a41db7344cbcfa2a6a101cc61d", "wdspec" ], "webdriver/tests/state/text/__init__.py": [ @@ -587697,7 +591467,7 @@ "support" ], "webdriver/tests/support/asserts.py": [ - "68bb420a9d85810c9fd8b6eaa569b855dfb83638", + "1b839404daaca1d059cba98377edb91691ef7e82", "support" ], "webdriver/tests/support/fixtures.py": [ @@ -587805,7 +591575,7 @@ "testharness" ], "webmessaging/MessageEvent.html": [ - "7debf220e539b7bdef752e98b280398f17e8603b", + "5146873a9545548655893eda08bbf66ec3287218", "testharness" ], "webmessaging/MessageEvent_onmessage_postMessage_infinite_loop.html": [ @@ -588525,7 +592295,7 @@ "testharness" ], "webrtc/RTCStats-helper.js": [ - "1c18bc44f5694a5a273807c06b7ab8f025dd1530", + "f640565a3a6fd6e7f80e8891638b88a1b9fec949", "support" ], "webrtc/RTCTrackEvent-constructor.html": [ @@ -592797,7 +596567,7 @@ "support" ], "webxr/resources/webxr_util.js": [ - "2e92835bb77e028fffc597767528a4a3548f27e8", + "df6490ff3370ea580015f6b02ef5ec7ef2bb1e2b", "support" ], "webxr/webxr_availability.http.sub.html": [ @@ -595157,7 +598927,7 @@ "testharness" ], "xhr/responsexml-document-properties.htm": [ - "9c3698d77cb49266cfcc33e89a74d7930b5b06cb", + "3171001d9f35e2524a575d02c581c2cbe813f973", "testharness" ], "xhr/responsexml-get-twice.htm": [ @@ -595541,7 +599311,7 @@ "testharness" ], "xhr/xmlhttprequest-sync-default-feature-policy.sub.html": [ - "f83a057d1874e5e633c4529d3fac91249de652b3", + "33c86511fb9047346a9d28546b89b64fe323fde6", "testharness" ], "xhr/xmlhttprequest-sync-not-hang-scriptloader-subframe.html": [ diff --git a/tests/wpt/metadata/css/CSS2/floats-clear/float-applies-to-008.xht.ini b/tests/wpt/metadata/css/CSS2/floats-clear/float-applies-to-008.xht.ini deleted file mode 100644 index 32431b94c61..00000000000 --- a/tests/wpt/metadata/css/CSS2/floats-clear/float-applies-to-008.xht.ini +++ /dev/null @@ -1,4 +0,0 @@ -[float-applies-to-008.xht] - type: reftest - expected: - if os == "mac": FAIL diff --git a/tests/wpt/metadata/css/CSS2/normal-flow/width-inherit-001.xht.ini b/tests/wpt/metadata/css/CSS2/normal-flow/width-inherit-001.xht.ini deleted file mode 100644 index ddbb1567a5c..00000000000 --- a/tests/wpt/metadata/css/CSS2/normal-flow/width-inherit-001.xht.ini +++ /dev/null @@ -1,3 +0,0 @@ -[width-inherit-001.xht] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata/css/CSS2/positioning/abspos-027.xht.ini b/tests/wpt/metadata/css/CSS2/positioning/abspos-027.xht.ini deleted file mode 100644 index b2c9231fa0a..00000000000 --- a/tests/wpt/metadata/css/CSS2/positioning/abspos-027.xht.ini +++ /dev/null @@ -1,3 +0,0 @@ -[abspos-027.xht] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata/css/CSS2/values/color-000.xht.ini b/tests/wpt/metadata/css/CSS2/values/color-000.xht.ini deleted file mode 100644 index 844d61938ae..00000000000 --- a/tests/wpt/metadata/css/CSS2/values/color-000.xht.ini +++ /dev/null @@ -1,3 +0,0 @@ -[color-000.xht] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata/css/css-color/rgb-002.html.ini b/tests/wpt/metadata/css/css-color/rgb-002.html.ini deleted file mode 100644 index d5479c6f79e..00000000000 --- a/tests/wpt/metadata/css/css-color/rgb-002.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[rgb-002.html] - expected: FAIL diff --git a/tests/wpt/metadata/css/css-color/rgb-004.html.ini b/tests/wpt/metadata/css/css-color/rgb-004.html.ini deleted file mode 100644 index 5f96c404862..00000000000 --- a/tests/wpt/metadata/css/css-color/rgb-004.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[rgb-004.html] - expected: FAIL diff --git a/tests/wpt/metadata/css/css-color/rgb-006.html.ini b/tests/wpt/metadata/css/css-color/rgb-006.html.ini deleted file mode 100644 index 026a2381950..00000000000 --- a/tests/wpt/metadata/css/css-color/rgb-006.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[rgb-006.html] - expected: FAIL diff --git a/tests/wpt/metadata/css/css-color/rgb-008.html.ini b/tests/wpt/metadata/css/css-color/rgb-008.html.ini deleted file mode 100644 index a7edbe809fa..00000000000 --- a/tests/wpt/metadata/css/css-color/rgb-008.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[rgb-008.html] - expected: FAIL diff --git a/tests/wpt/metadata/css/css-color/rgba-002.html.ini b/tests/wpt/metadata/css/css-color/rgba-002.html.ini deleted file mode 100644 index fa615e84672..00000000000 --- a/tests/wpt/metadata/css/css-color/rgba-002.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[rgba-002.html] - expected: FAIL diff --git a/tests/wpt/metadata/css/css-color/rgba-004.html.ini b/tests/wpt/metadata/css/css-color/rgba-004.html.ini deleted file mode 100644 index 119e9824653..00000000000 --- a/tests/wpt/metadata/css/css-color/rgba-004.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[rgba-004.html] - expected: FAIL diff --git a/tests/wpt/metadata/css/css-color/rgba-006.html.ini b/tests/wpt/metadata/css/css-color/rgba-006.html.ini deleted file mode 100644 index 26285fda7db..00000000000 --- a/tests/wpt/metadata/css/css-color/rgba-006.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[rgba-006.html] - expected: FAIL diff --git a/tests/wpt/metadata/css/css-color/rgba-008.html.ini b/tests/wpt/metadata/css/css-color/rgba-008.html.ini deleted file mode 100644 index e0cdff906ad..00000000000 --- a/tests/wpt/metadata/css/css-color/rgba-008.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[rgba-008.html] - expected: FAIL diff --git a/tests/wpt/metadata/css/CSS2/floats-clear/floats-028.xht.ini b/tests/wpt/metadata/css/css-text/astral-bidi/adlam-anti-ref.html.ini similarity index 52% rename from tests/wpt/metadata/css/CSS2/floats-clear/floats-028.xht.ini rename to tests/wpt/metadata/css/css-text/astral-bidi/adlam-anti-ref.html.ini index a878510023c..9b2cdade18e 100644 --- a/tests/wpt/metadata/css/CSS2/floats-clear/floats-028.xht.ini +++ b/tests/wpt/metadata/css/css-text/astral-bidi/adlam-anti-ref.html.ini @@ -1,4 +1,3 @@ -[floats-028.xht] - type: reftest +[adlam-anti-ref.html] expected: if os == "mac": FAIL diff --git a/tests/wpt/metadata/css/css-text/astral-bidi/cypriot-anti-ref.html.ini b/tests/wpt/metadata/css/css-text/astral-bidi/cypriot-anti-ref.html.ini new file mode 100644 index 00000000000..c9a7054423d --- /dev/null +++ b/tests/wpt/metadata/css/css-text/astral-bidi/cypriot-anti-ref.html.ini @@ -0,0 +1,3 @@ +[cypriot-anti-ref.html] + expected: + if os == "mac": FAIL diff --git a/tests/wpt/metadata/css/css-transforms/parsing/perspective-origin-parsing-invalid.html.ini b/tests/wpt/metadata/css/css-transforms/parsing/perspective-origin-parsing-invalid.html.ini new file mode 100644 index 00000000000..0dd0ca7f244 --- /dev/null +++ b/tests/wpt/metadata/css/css-transforms/parsing/perspective-origin-parsing-invalid.html.ini @@ -0,0 +1,25 @@ +[perspective-origin-parsing-invalid.html] + [e.style['perspective-origin'\] = "center left 1px" should not set the property value] + expected: FAIL + + [e.style['perspective-origin'\] = "center top 2px" should not set the property value] + expected: FAIL + + [e.style['perspective-origin'\] = "right 3% center" should not set the property value] + expected: FAIL + + [e.style['perspective-origin'\] = "left 4px top" should not set the property value] + expected: FAIL + + [e.style['perspective-origin'\] = "right top 5px" should not set the property value] + expected: FAIL + + [e.style['perspective-origin'\] = "bottom 6% center" should not set the property value] + expected: FAIL + + [e.style['perspective-origin'\] = "bottom 7% left" should not set the property value] + expected: FAIL + + [e.style['perspective-origin'\] = "bottom right 8%" should not set the property value] + expected: FAIL + diff --git a/tests/wpt/metadata/css/css-transforms/parsing/translate-parsing-valid.html.ini b/tests/wpt/metadata/css/css-transforms/parsing/translate-parsing-valid.html.ini index 3d698e879cd..c0a7ed07667 100644 --- a/tests/wpt/metadata/css/css-transforms/parsing/translate-parsing-valid.html.ini +++ b/tests/wpt/metadata/css/css-transforms/parsing/translate-parsing-valid.html.ini @@ -5,3 +5,9 @@ [Serialization should round-trip after setting e.style['translate'\] = "1px 2px 0"] expected: FAIL + [e.style['translate'\] = "0" should set the property value] + expected: FAIL + + [e.style['translate'\] = "1px 2px 0" should set the property value] + expected: FAIL + diff --git a/tests/wpt/metadata/css/css-transforms/transform-transformed-caption-contains-fixed-position.html.ini b/tests/wpt/metadata/css/css-transforms/transform-transformed-caption-contains-fixed-position.html.ini new file mode 100644 index 00000000000..c3b7ac8e5de --- /dev/null +++ b/tests/wpt/metadata/css/css-transforms/transform-transformed-caption-contains-fixed-position.html.ini @@ -0,0 +1,2 @@ +[transform-transformed-caption-contains-fixed-position.html] + expected: FAIL diff --git a/tests/wpt/metadata/css/css-transforms/transform-transformed-tbody-contains-fixed-position.html.ini b/tests/wpt/metadata/css/css-transforms/transform-transformed-tbody-contains-fixed-position.html.ini new file mode 100644 index 00000000000..9a5907e66b6 --- /dev/null +++ b/tests/wpt/metadata/css/css-transforms/transform-transformed-tbody-contains-fixed-position.html.ini @@ -0,0 +1,2 @@ +[transform-transformed-tbody-contains-fixed-position.html] + expected: FAIL diff --git a/tests/wpt/metadata/css/css-transforms/transform-transformed-td-contains-fixed-position.html.ini b/tests/wpt/metadata/css/css-transforms/transform-transformed-td-contains-fixed-position.html.ini new file mode 100644 index 00000000000..9fce6a3d73d --- /dev/null +++ b/tests/wpt/metadata/css/css-transforms/transform-transformed-td-contains-fixed-position.html.ini @@ -0,0 +1,2 @@ +[transform-transformed-td-contains-fixed-position.html] + expected: FAIL diff --git a/tests/wpt/metadata/css/css-transforms/transform-transformed-tfoot-contains-fixed-position.html.ini b/tests/wpt/metadata/css/css-transforms/transform-transformed-tfoot-contains-fixed-position.html.ini new file mode 100644 index 00000000000..7d397b381e0 --- /dev/null +++ b/tests/wpt/metadata/css/css-transforms/transform-transformed-tfoot-contains-fixed-position.html.ini @@ -0,0 +1,2 @@ +[transform-transformed-tfoot-contains-fixed-position.html] + expected: FAIL diff --git a/tests/wpt/metadata/css/css-transforms/transform-transformed-th-contains-fixed-position.html.ini b/tests/wpt/metadata/css/css-transforms/transform-transformed-th-contains-fixed-position.html.ini new file mode 100644 index 00000000000..dd64b75e741 --- /dev/null +++ b/tests/wpt/metadata/css/css-transforms/transform-transformed-th-contains-fixed-position.html.ini @@ -0,0 +1,2 @@ +[transform-transformed-th-contains-fixed-position.html] + expected: FAIL diff --git a/tests/wpt/metadata/css/css-transforms/transform-transformed-thead-contains-fixed-position.html.ini b/tests/wpt/metadata/css/css-transforms/transform-transformed-thead-contains-fixed-position.html.ini new file mode 100644 index 00000000000..af984ec334d --- /dev/null +++ b/tests/wpt/metadata/css/css-transforms/transform-transformed-thead-contains-fixed-position.html.ini @@ -0,0 +1,2 @@ +[transform-transformed-thead-contains-fixed-position.html] + expected: FAIL diff --git a/tests/wpt/metadata/css/css-transforms/transform-transformed-tr-contains-fixed-position.html.ini b/tests/wpt/metadata/css/css-transforms/transform-transformed-tr-contains-fixed-position.html.ini new file mode 100644 index 00000000000..5ecc5feccaf --- /dev/null +++ b/tests/wpt/metadata/css/css-transforms/transform-transformed-tr-contains-fixed-position.html.ini @@ -0,0 +1,2 @@ +[transform-transformed-tr-contains-fixed-position.html] + expected: FAIL diff --git a/tests/wpt/metadata/css/css-ui/text-overflow-024.html.ini b/tests/wpt/metadata/css/css-ui/text-overflow-024.html.ini new file mode 100644 index 00000000000..3efcee3ee66 --- /dev/null +++ b/tests/wpt/metadata/css/css-ui/text-overflow-024.html.ini @@ -0,0 +1,2 @@ +[text-overflow-024.html] + expected: FAIL diff --git a/tests/wpt/metadata/css/css-ui/text-overflow-025.html.ini b/tests/wpt/metadata/css/css-ui/text-overflow-025.html.ini new file mode 100644 index 00000000000..a7d356084b2 --- /dev/null +++ b/tests/wpt/metadata/css/css-ui/text-overflow-025.html.ini @@ -0,0 +1,2 @@ +[text-overflow-025.html] + expected: FAIL diff --git a/tests/wpt/metadata/css/css-ui/text-overflow-026.html.ini b/tests/wpt/metadata/css/css-ui/text-overflow-026.html.ini new file mode 100644 index 00000000000..eed6b77be27 --- /dev/null +++ b/tests/wpt/metadata/css/css-ui/text-overflow-026.html.ini @@ -0,0 +1,2 @@ +[text-overflow-026.html] + expected: FAIL diff --git a/tests/wpt/metadata/css/css-values/calc-in-font-feature-settings.html.ini b/tests/wpt/metadata/css/css-values/calc-in-font-feature-settings.html.ini new file mode 100644 index 00000000000..fdfd80f1494 --- /dev/null +++ b/tests/wpt/metadata/css/css-values/calc-in-font-feature-settings.html.ini @@ -0,0 +1,4 @@ +[calc-in-font-feature-settings.html] + [calc() in font-feature-settings] + expected: FAIL + diff --git a/tests/wpt/metadata/css/css-values/vh_not_refreshing_on_chrome.html.ini b/tests/wpt/metadata/css/css-values/vh_not_refreshing_on_chrome.html.ini new file mode 100644 index 00000000000..26435e28b09 --- /dev/null +++ b/tests/wpt/metadata/css/css-values/vh_not_refreshing_on_chrome.html.ini @@ -0,0 +1,2 @@ +[vh_not_refreshing_on_chrome.html] + expected: FAIL diff --git a/tests/wpt/metadata/css/cssom-view/scrollIntoView-scrollMargin.html.ini b/tests/wpt/metadata/css/cssom-view/scrollIntoView-scrollMargin.html.ini new file mode 100644 index 00000000000..c07411bd5a1 --- /dev/null +++ b/tests/wpt/metadata/css/cssom-view/scrollIntoView-scrollMargin.html.ini @@ -0,0 +1,10 @@ +[scrollIntoView-scrollMargin.html] + [scrollIntoView({block: "center", inline: "center"})] + expected: FAIL + + [scrollIntoView({block: "start", inline: "start"})] + expected: FAIL + + [scrollIntoView({block: "end", inline: "end"})] + expected: FAIL + diff --git a/tests/wpt/metadata/css/cssom-view/scrollIntoView-scrollPadding.html.ini b/tests/wpt/metadata/css/cssom-view/scrollIntoView-scrollPadding.html.ini new file mode 100644 index 00000000000..2d9bda237b9 --- /dev/null +++ b/tests/wpt/metadata/css/cssom-view/scrollIntoView-scrollPadding.html.ini @@ -0,0 +1,10 @@ +[scrollIntoView-scrollPadding.html] + [scrollIntoView({block: "center", inline: "center"})] + expected: FAIL + + [scrollIntoView({block: "start", inline: "start"})] + expected: FAIL + + [scrollIntoView({block: "end", inline: "end"})] + expected: FAIL + diff --git a/tests/wpt/metadata/css/cssom/MediaList.html.ini b/tests/wpt/metadata/css/cssom/MediaList.html.ini index a761ec382bf..f3ee37b050a 100644 --- a/tests/wpt/metadata/css/cssom/MediaList.html.ini +++ b/tests/wpt/metadata/css/cssom/MediaList.html.ini @@ -3,3 +3,6 @@ [MediaList] expected: FAIL + [CSSOM - MediaList interface] + expected: FAIL + diff --git a/tests/wpt/metadata/css/mediaqueries/test_media_queries.html.ini b/tests/wpt/metadata/css/mediaqueries/test_media_queries.html.ini index 63f757ce648..92789f0a78c 100644 --- a/tests/wpt/metadata/css/mediaqueries/test_media_queries.html.ini +++ b/tests/wpt/metadata/css/mediaqueries/test_media_queries.html.ini @@ -566,18 +566,9 @@ [subtest_335] expected: FAIL - [subtest_338] - expected: FAIL - [subtest_340] expected: FAIL - [subtest_346] - expected: FAIL - - [subtest_350] - expected: FAIL - [subtest_80] expected: FAIL @@ -764,24 +755,39 @@ [subtest_337] expected: FAIL - [subtest_349] - expected: FAIL - - [subtest_353] - expected: FAIL - - [subtest_354] - expected: FAIL - - [subtest_357] - expected: FAIL - - [subtest_358] - expected: FAIL - [subtest_359] expected: FAIL [subtest_360] expected: FAIL + [subtest_334] + expected: FAIL + + [subtest_339] + expected: FAIL + + [subtest_342] + expected: FAIL + + [subtest_348] + expected: FAIL + + [subtest_351] + expected: FAIL + + [subtest_352] + expected: FAIL + + [subtest_355] + expected: FAIL + + [subtest_356] + expected: FAIL + + [subtest_361] + expected: FAIL + + [subtest_362] + expected: FAIL + diff --git a/tests/wpt/metadata/css/selectors/invalidation/sheet-going-away-001.html.ini b/tests/wpt/metadata/css/selectors/invalidation/sheet-going-away-001.html.ini new file mode 100644 index 00000000000..76b222d254c --- /dev/null +++ b/tests/wpt/metadata/css/selectors/invalidation/sheet-going-away-001.html.ini @@ -0,0 +1,4 @@ +[sheet-going-away-001.html] + [Style should be recomputed correctly when the stylesheet it depends on goes away] + expected: FAIL + diff --git a/tests/wpt/metadata/custom-elements/Document-createElement-svg.svg.ini b/tests/wpt/metadata/custom-elements/Document-createElement-svg.svg.ini new file mode 100644 index 00000000000..9e4a4f96426 --- /dev/null +++ b/tests/wpt/metadata/custom-elements/Document-createElement-svg.svg.ini @@ -0,0 +1,2 @@ +[Document-createElement-svg.svg] + expected: TIMEOUT diff --git a/tests/wpt/metadata/custom-elements/builtin-coverage.html.ini b/tests/wpt/metadata/custom-elements/builtin-coverage.html.ini new file mode 100644 index 00000000000..3ce70c1cfcd --- /dev/null +++ b/tests/wpt/metadata/custom-elements/builtin-coverage.html.ini @@ -0,0 +1,4 @@ +[builtin-coverage.html] + [Untitled] + expected: FAIL + diff --git a/tests/wpt/metadata/custom-elements/parser/parser-sets-attributes-and-children.html.ini b/tests/wpt/metadata/custom-elements/parser/parser-sets-attributes-and-children.html.ini new file mode 100644 index 00000000000..598fd107344 --- /dev/null +++ b/tests/wpt/metadata/custom-elements/parser/parser-sets-attributes-and-children.html.ini @@ -0,0 +1,4 @@ +[parser-sets-attributes-and-children.html] + expected: + if os == "mac": CRASH + if os == "linux": TIMEOUT diff --git a/tests/wpt/metadata/fetch/api/response/response-init-002.html.ini b/tests/wpt/metadata/fetch/api/response/response-init-002.html.ini index 5d3edd80268..d5d77c14514 100644 --- a/tests/wpt/metadata/fetch/api/response/response-init-002.html.ini +++ b/tests/wpt/metadata/fetch/api/response/response-init-002.html.ini @@ -6,3 +6,6 @@ [Testing empty Response Content-Type header] expected: FAIL + [Testing null Response body] + expected: FAIL + diff --git a/tests/wpt/metadata/fetch/data-urls/base64.any.js.ini b/tests/wpt/metadata/fetch/data-urls/base64.any.js.ini new file mode 100644 index 00000000000..2aa2f25c9a1 --- /dev/null +++ b/tests/wpt/metadata/fetch/data-urls/base64.any.js.ini @@ -0,0 +1,153 @@ +[base64.any.worker.html] + [data: URL base64 handling: ""] + expected: FAIL + + [data: URL base64 handling: "abcd"] + expected: FAIL + + [data: URL base64 handling: " abcd"] + expected: FAIL + + [data: URL base64 handling: "abcd "] + expected: FAIL + + [data: URL base64 handling: "ab"] + expected: FAIL + + [data: URL base64 handling: "abc"] + expected: FAIL + + [data: URL base64 handling: "ab="] + expected: FAIL + + [data: URL base64 handling: "ab=="] + expected: FAIL + + [data: URL base64 handling: "abc="] + expected: FAIL + + [data: URL base64 handling: "ab\\tcd"] + expected: FAIL + + [data: URL base64 handling: "ab\\ncd"] + expected: FAIL + + [data: URL base64 handling: "ab\\fcd"] + expected: FAIL + + [data: URL base64 handling: "ab\\rcd"] + expected: FAIL + + [data: URL base64 handling: "ab cd"] + expected: FAIL + + [data: URL base64 handling: "ab\\t\\n\\f\\r cd"] + expected: FAIL + + [data: URL base64 handling: " \\t\\n\\f\\r ab\\t\\n\\f\\r cd\\t\\n\\f\\r "] + expected: FAIL + + [data: URL base64 handling: "ab\\t\\n\\f\\r =\\t\\n\\f\\r =\\t\\n\\f\\r "] + expected: FAIL + + [data: URL base64 handling: "/A"] + expected: FAIL + + [data: URL base64 handling: "//A"] + expected: FAIL + + [data: URL base64 handling: "///A"] + expected: FAIL + + [data: URL base64 handling: "A/"] + expected: FAIL + + [data: URL base64 handling: "AA/"] + expected: FAIL + + [data: URL base64 handling: "AAA/"] + expected: FAIL + + [data: URL base64 handling: "YQ"] + expected: FAIL + + [data: URL base64 handling: "YR"] + expected: FAIL + + +[base64.any.html] + [data: URL base64 handling: ""] + expected: FAIL + + [data: URL base64 handling: "abcd"] + expected: FAIL + + [data: URL base64 handling: " abcd"] + expected: FAIL + + [data: URL base64 handling: "abcd "] + expected: FAIL + + [data: URL base64 handling: "ab"] + expected: FAIL + + [data: URL base64 handling: "abc"] + expected: FAIL + + [data: URL base64 handling: "ab="] + expected: FAIL + + [data: URL base64 handling: "ab=="] + expected: FAIL + + [data: URL base64 handling: "abc="] + expected: FAIL + + [data: URL base64 handling: "ab\\tcd"] + expected: FAIL + + [data: URL base64 handling: "ab\\ncd"] + expected: FAIL + + [data: URL base64 handling: "ab\\fcd"] + expected: FAIL + + [data: URL base64 handling: "ab\\rcd"] + expected: FAIL + + [data: URL base64 handling: "ab cd"] + expected: FAIL + + [data: URL base64 handling: "ab\\t\\n\\f\\r cd"] + expected: FAIL + + [data: URL base64 handling: " \\t\\n\\f\\r ab\\t\\n\\f\\r cd\\t\\n\\f\\r "] + expected: FAIL + + [data: URL base64 handling: "ab\\t\\n\\f\\r =\\t\\n\\f\\r =\\t\\n\\f\\r "] + expected: FAIL + + [data: URL base64 handling: "/A"] + expected: FAIL + + [data: URL base64 handling: "//A"] + expected: FAIL + + [data: URL base64 handling: "///A"] + expected: FAIL + + [data: URL base64 handling: "A/"] + expected: FAIL + + [data: URL base64 handling: "AA/"] + expected: FAIL + + [data: URL base64 handling: "AAA/"] + expected: FAIL + + [data: URL base64 handling: "YQ"] + expected: FAIL + + [data: URL base64 handling: "YR"] + expected: FAIL + diff --git a/tests/wpt/metadata/fetch/data-urls/processing.any.js.ini b/tests/wpt/metadata/fetch/data-urls/processing.any.js.ini new file mode 100644 index 00000000000..fce394e5e13 --- /dev/null +++ b/tests/wpt/metadata/fetch/data-urls/processing.any.js.ini @@ -0,0 +1,381 @@ +[processing.any.worker.html] + ["data://test/,X"] + expected: FAIL + + ["data:,X"] + expected: FAIL + + ["data:,"] + expected: FAIL + + ["data:,X#X"] + expected: FAIL + + ["data:,%FF"] + expected: FAIL + + ["data:text/plain,X"] + expected: FAIL + + ["data:text/plain ,X"] + expected: FAIL + + ["data:text/plain%20,X"] + expected: FAIL + + ["data:text/plain\\f,X"] + expected: FAIL + + ["data:text/plain%0C,X"] + expected: FAIL + + ["data:text/plain;,X"] + expected: FAIL + + ["data:;x=x;charset=x,X"] + expected: FAIL + + ["data:;x=x,X"] + expected: FAIL + + ["data:text/plain;charset=windows-1252,%C2%B1"] + expected: FAIL + + ["data:text/plain;Charset=UTF-8,%C2%B1"] + expected: FAIL + + ["data:image/gif,%C2%B1"] + expected: FAIL + + ["data:IMAGE/gif,%C2%B1"] + expected: FAIL + + ["data:IMAGE/gif;hi=x,%C2%B1"] + expected: FAIL + + ["data:IMAGE/gif;CHARSET=x,%C2%B1"] + expected: FAIL + + ["data: ,%FF"] + expected: FAIL + + ["data:%20,%FF"] + expected: FAIL + + ["data:\\f,%FF"] + expected: FAIL + + ["data:%1F,%FF"] + expected: FAIL + + ["data:\\0,%FF"] + expected: FAIL + + ["data:%00,%FF"] + expected: FAIL + + ["data:text/html ,X"] + expected: FAIL + + ["data:text / html,X"] + expected: FAIL + + ["data:†,X"] + expected: FAIL + + ["data:†/†,X"] + expected: FAIL + + ["data:X,X"] + expected: FAIL + + ["data:image/png,X X"] + expected: FAIL + + ["data:application/xml,X X"] + expected: FAIL + + ["data:unknown/unknown,X X"] + expected: FAIL + + ["data:text/plain;a=\\",\\",X"] + expected: FAIL + + ["data:text/plain;a=%2C,X"] + expected: FAIL + + ["data:;base64;base64,WA"] + expected: FAIL + + ["data:x/x;base64;base64,WA"] + expected: FAIL + + ["data:x/x;base64;charset=x,WA"] + expected: FAIL + + ["data:x/x;base64;charset=x;base64,WA"] + expected: FAIL + + ["data:x/x;base64;base64x,WA"] + expected: FAIL + + ["data:;base64,W%20A"] + expected: FAIL + + ["data:;base64,W%0CA"] + expected: FAIL + + ["data:x;base64x,WA"] + expected: FAIL + + ["data:x;base64;x,WA"] + expected: FAIL + + ["data:x;base64=x,WA"] + expected: FAIL + + ["data:; base64,WA"] + expected: FAIL + + ["data:; base64,WA"] + expected: FAIL + + ["data: ;charset=x ; base64,WA"] + expected: FAIL + + ["data:;base64;,WA"] + expected: FAIL + + ["data:;base64 ,WA"] + expected: FAIL + + ["data:;base64 ,WA"] + expected: FAIL + + ["data:;base 64,WA"] + expected: FAIL + + ["data:;BASe64,WA"] + expected: FAIL + + ["data:;%62ase64,WA"] + expected: FAIL + + ["data:%3Bbase64,WA"] + expected: FAIL + + ["data:;charset=x,X"] + expected: FAIL + + ["data:; charset=x,X"] + expected: FAIL + + ["data:;charset =x,X"] + expected: FAIL + + ["data:;charset= x,X"] + expected: FAIL + + ["data:;charset=,X"] + expected: FAIL + + ["data:;charset,X"] + expected: FAIL + + ["data:;charset=\\"x\\",X"] + expected: FAIL + + ["data:;CHARSET=\\"X\\",X"] + expected: FAIL + + +[processing.any.html] + ["data://test/,X"] + expected: FAIL + + ["data:,X"] + expected: FAIL + + ["data:,"] + expected: FAIL + + ["data:,X#X"] + expected: FAIL + + ["data:,%FF"] + expected: FAIL + + ["data:text/plain,X"] + expected: FAIL + + ["data:text/plain ,X"] + expected: FAIL + + ["data:text/plain%20,X"] + expected: FAIL + + ["data:text/plain\\f,X"] + expected: FAIL + + ["data:text/plain%0C,X"] + expected: FAIL + + ["data:text/plain;,X"] + expected: FAIL + + ["data:;x=x;charset=x,X"] + expected: FAIL + + ["data:;x=x,X"] + expected: FAIL + + ["data:text/plain;charset=windows-1252,%C2%B1"] + expected: FAIL + + ["data:text/plain;Charset=UTF-8,%C2%B1"] + expected: FAIL + + ["data:image/gif,%C2%B1"] + expected: FAIL + + ["data:IMAGE/gif,%C2%B1"] + expected: FAIL + + ["data:IMAGE/gif;hi=x,%C2%B1"] + expected: FAIL + + ["data:IMAGE/gif;CHARSET=x,%C2%B1"] + expected: FAIL + + ["data: ,%FF"] + expected: FAIL + + ["data:%20,%FF"] + expected: FAIL + + ["data:\\f,%FF"] + expected: FAIL + + ["data:%1F,%FF"] + expected: FAIL + + ["data:\\0,%FF"] + expected: FAIL + + ["data:%00,%FF"] + expected: FAIL + + ["data:text/html ,X"] + expected: FAIL + + ["data:text / html,X"] + expected: FAIL + + ["data:†,X"] + expected: FAIL + + ["data:†/†,X"] + expected: FAIL + + ["data:X,X"] + expected: FAIL + + ["data:image/png,X X"] + expected: FAIL + + ["data:application/xml,X X"] + expected: FAIL + + ["data:unknown/unknown,X X"] + expected: FAIL + + ["data:text/plain;a=\\",\\",X"] + expected: FAIL + + ["data:text/plain;a=%2C,X"] + expected: FAIL + + ["data:;base64;base64,WA"] + expected: FAIL + + ["data:x/x;base64;base64,WA"] + expected: FAIL + + ["data:x/x;base64;charset=x,WA"] + expected: FAIL + + ["data:x/x;base64;charset=x;base64,WA"] + expected: FAIL + + ["data:x/x;base64;base64x,WA"] + expected: FAIL + + ["data:;base64,W%20A"] + expected: FAIL + + ["data:;base64,W%0CA"] + expected: FAIL + + ["data:x;base64x,WA"] + expected: FAIL + + ["data:x;base64;x,WA"] + expected: FAIL + + ["data:x;base64=x,WA"] + expected: FAIL + + ["data:; base64,WA"] + expected: FAIL + + ["data:; base64,WA"] + expected: FAIL + + ["data: ;charset=x ; base64,WA"] + expected: FAIL + + ["data:;base64;,WA"] + expected: FAIL + + ["data:;base64 ,WA"] + expected: FAIL + + ["data:;base64 ,WA"] + expected: FAIL + + ["data:;base 64,WA"] + expected: FAIL + + ["data:;BASe64,WA"] + expected: FAIL + + ["data:;%62ase64,WA"] + expected: FAIL + + ["data:%3Bbase64,WA"] + expected: FAIL + + ["data:;charset=x,X"] + expected: FAIL + + ["data:; charset=x,X"] + expected: FAIL + + ["data:;charset =x,X"] + expected: FAIL + + ["data:;charset= x,X"] + expected: FAIL + + ["data:;charset=,X"] + expected: FAIL + + ["data:;charset,X"] + expected: FAIL + + ["data:;charset=\\"x\\",X"] + expected: FAIL + + ["data:;CHARSET=\\"X\\",X"] + expected: FAIL + diff --git a/tests/wpt/metadata/html/browsers/browsing-the-web/read-media/pageload-image-in-popup.html.ini b/tests/wpt/metadata/html/browsers/browsing-the-web/read-media/pageload-image-in-popup.html.ini new file mode 100644 index 00000000000..d936073896a --- /dev/null +++ b/tests/wpt/metadata/html/browsers/browsing-the-web/read-media/pageload-image-in-popup.html.ini @@ -0,0 +1,5 @@ +[pageload-image-in-popup.html] + expected: ERROR + [The document for a standalone media file should have one child in the body.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/html/browsers/browsing-the-web/scroll-to-fragid/scroll-to-anchor-name.html.ini b/tests/wpt/metadata/html/browsers/browsing-the-web/scroll-to-fragid/scroll-to-anchor-name.html.ini new file mode 100644 index 00000000000..86882865455 --- /dev/null +++ b/tests/wpt/metadata/html/browsers/browsing-the-web/scroll-to-fragid/scroll-to-anchor-name.html.ini @@ -0,0 +1,4 @@ +[scroll-to-anchor-name.html] + [Fragment Navigation: scroll to anchor name is lower priority than equal id] + expected: FAIL + diff --git a/tests/wpt/metadata/html/dom/interfaces.html.ini b/tests/wpt/metadata/html/dom/interfaces.html.ini index 10e41464e70..78284b0d68b 100644 --- a/tests/wpt/metadata/html/dom/interfaces.html.ini +++ b/tests/wpt/metadata/html/dom/interfaces.html.ini @@ -13908,3 +13908,6 @@ [HTMLSlotElement interface: calling assignedElements(AssignedNodesOptions) on document.createElement("slot") with too few arguments must throw TypeError] expected: FAIL + [OffscreenCanvas interface: operation getContext(OffscreenRenderingContextId, any)] + expected: FAIL + diff --git a/tests/wpt/metadata/html/dom/usvstring-reflection.html.ini b/tests/wpt/metadata/html/dom/usvstring-reflection.html.ini index 1e3ff756963..69f8f521e20 100644 --- a/tests/wpt/metadata/html/dom/usvstring-reflection.html.ini +++ b/tests/wpt/metadata/html/dom/usvstring-reflection.html.ini @@ -23,3 +23,6 @@ [location.href : unpaired surrogate codepoint should be replaced with U+FFFD] expected: FAIL + [sendBeacon URL: unpaired surrogate codepoint should not make any exceptions.] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/embedded-content/media-elements/mime-types/canPlayType.html.ini b/tests/wpt/metadata/html/semantics/embedded-content/media-elements/mime-types/canPlayType.html.ini index 91b6048e419..bcad0d56823 100644 --- a/tests/wpt/metadata/html/semantics/embedded-content/media-elements/mime-types/canPlayType.html.ini +++ b/tests/wpt/metadata/html/semantics/embedded-content/media-elements/mime-types/canPlayType.html.ini @@ -123,3 +123,6 @@ [video/webm with and without codecs] expected: FAIL + [fictional formats and codecs not supported] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/text-level-semantics/the-a-element/rellist-feature-detection.html.ini b/tests/wpt/metadata/html/semantics/rellist-feature-detection.html.ini similarity index 100% rename from tests/wpt/metadata/html/semantics/text-level-semantics/the-a-element/rellist-feature-detection.html.ini rename to tests/wpt/metadata/html/semantics/rellist-feature-detection.html.ini diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/inline-async-execorder.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/inline-async-execorder.html.ini new file mode 100644 index 00000000000..54dcc064e7e --- /dev/null +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/inline-async-execorder.html.ini @@ -0,0 +1,4 @@ +[inline-async-execorder.html] + [Inline async module script execution order] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/tabular-data/processing-model-1/span-limits.html.ini b/tests/wpt/metadata/html/semantics/tabular-data/processing-model-1/span-limits.html.ini index ec05b7788e6..f477b391508 100644 --- a/tests/wpt/metadata/html/semantics/tabular-data/processing-model-1/span-limits.html.ini +++ b/tests/wpt/metadata/html/semantics/tabular-data/processing-model-1/span-limits.html.ini @@ -1,5 +1,6 @@ [span-limits.html] type: testharness + expected: TIMEOUT [colspan of 1001 must be treated as 1000] expected: FAIL diff --git a/tests/wpt/metadata/html/semantics/text-level-semantics/the-area-element/rellist-feature-detection.html.ini b/tests/wpt/metadata/html/semantics/text-level-semantics/the-area-element/rellist-feature-detection.html.ini deleted file mode 100644 index d2762c55d7b..00000000000 --- a/tests/wpt/metadata/html/semantics/text-level-semantics/the-area-element/rellist-feature-detection.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[rellist-feature-detection.html] - [Make sure that relList based feature detection is working] - expected: FAIL - diff --git a/tests/wpt/metadata/mozilla-sync b/tests/wpt/metadata/mozilla-sync index 5ae6f54c5e9..bac04108893 100644 --- a/tests/wpt/metadata/mozilla-sync +++ b/tests/wpt/metadata/mozilla-sync @@ -1,2 +1,2 @@ -local: 1f6a864ab5372fe4f59b1a4c3db7cf8e7a79b06d -upstream: 08e864fd23048d707cc42bed8538e644d8dec950 +local: c88dc51d03a81e9e405688ccd2baae75d61ffffd +upstream: 9ca21c6c87ccec0ff7fdb0fc896d6e9918f3e331 diff --git a/tests/wpt/metadata/performance-timeline/idlharness.html.ini b/tests/wpt/metadata/performance-timeline/idlharness.html.ini index 66e1aae7c8e..173fc1c6a27 100644 --- a/tests/wpt/metadata/performance-timeline/idlharness.html.ini +++ b/tests/wpt/metadata/performance-timeline/idlharness.html.ini @@ -9,3 +9,6 @@ [PerformanceEntry interface: operation toJSON()] expected: FAIL + [PerformanceObserver interface: operation takeRecords()] + expected: FAIL + diff --git a/tests/wpt/web-platform-tests/2dcontext/imagebitmap/common.js b/tests/wpt/web-platform-tests/2dcontext/imagebitmap/common.sub.js similarity index 75% rename from tests/wpt/web-platform-tests/2dcontext/imagebitmap/common.js rename to tests/wpt/web-platform-tests/2dcontext/imagebitmap/common.sub.js index 4e5b9a88833..d76a42d5a1f 100644 --- a/tests/wpt/web-platform-tests/2dcontext/imagebitmap/common.js +++ b/tests/wpt/web-platform-tests/2dcontext/imagebitmap/common.sub.js @@ -43,14 +43,29 @@ function makeVideo() { }); } -function makeImage() { - return new Promise(resolve => { - var img = new Image(); - img.onload = function() { - resolve(img); - }; - img.src = "/images/pattern.png"; - }); +function makeMakeHTMLImage(src) { + return function() { + return new Promise(resolve => { + var img = new Image(); + img.onload = function() { + resolve(img); + }; + img.src = src; + }); + } +} + +function makeMakeSVGImage(src) { + return function() { + return new Promise((resolve, reject) => { + var image = document.createElementNS(NAMESPACES.svg, "image"); + image.onload = () => resolve(image); + image.onerror = reject; + image.setAttribute("externalResourcesRequired", "true"); + image.setAttributeNS(NAMESPACES.xlink, 'xlink:href', src); + document.body.appendChild(image); + }); + } } function makeImageData() { @@ -100,7 +115,10 @@ function makeBlob() { var imageSourceTypes = [ { name: 'an HTMLCanvasElement', factory: makeCanvas }, { name: 'an HTMLVideoElement', factory: makeVideo }, - { name: 'an HTMLImageElement', factory: makeImage }, + { name: 'a bitmap HTMLImageElement', factory: makeMakeHTMLImage("/images/pattern.png") }, + { name: 'a vector HTMLImageElement', factory: makeMakeHTMLImage("/images/pattern.svg") }, + { name: 'a bitmap SVGImageElement', factory: makeMakeSVGImage("/images/pattern.png") }, + { name: 'a vector SVGImageElement', factory: makeMakeSVGImage("/images/pattern.svg") }, { name: 'an OffscreenCanvas', factory: makeOffscreenCanvas }, { name: 'an ImageData', factory: makeImageData }, { name: 'an ImageBitmap', factory: makeImageBitmap }, diff --git a/tests/wpt/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage.html b/tests/wpt/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage.html index d527b4c2adb..4fe8a83d87e 100644 --- a/tests/wpt/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage.html +++ b/tests/wpt/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage.html @@ -5,7 +5,8 @@ - + +
- + + + + + + + diff --git a/tests/wpt/web-platform-tests/acid/acid3/numbered-tests.html b/tests/wpt/web-platform-tests/acid/acid3/numbered-tests.html new file mode 100644 index 00000000000..dfe7f3876f4 --- /dev/null +++ b/tests/wpt/web-platform-tests/acid/acid3/numbered-tests.html @@ -0,0 +1,27 @@ + +Test passes if there is a filled blue square to the right of this text.
Test passes if there is a short blue stripe on the right side of the page.
+Test passes if Filler Text can be seen on the right side of the page.
-