From 963104e5fc1f34cf77bb65991e83156cab6bf9d4 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Tue, 15 Aug 2023 02:28:32 +0200 Subject: Run same tests for layout-2020 and layout-2013 (#30092) Most tests were only being run for layout-2013, not for layout-2020. This wasn't great since layout-2020 is now the default. So this patch unifies the lists of included tests for both layouts. For layout-2013 this implies adding css/css-content/, css/css-logical/ and css/css-masking/clip/. For layout-2020 this implies adding several additional css tests, and also tests like dom/, js/, html/, etc. --- python/wpt/__init__.py | 4 +- tests/wpt/include-legacy-layout.ini | 209 - tests/wpt/include.ini | 186 +- .../css-content/attr-case-sensitivity-001.html.ini | 2 + .../css-content/attr-case-sensitivity-002.html.ini | 2 + .../css/css-content/computed-value.html.ini | 3 + .../css/css-content/content-animation.html.ini | 3 + .../css-content/content-no-interpolation.html.ini | 39 + .../css/css-content/content-none-details.html.ini | 2 + .../css/css-content/content-none-fieldset.html.ini | 2 + .../css/css-content/content-none-math.html.ini | 2 + .../css-content/content-none-root-block.html.ini | 2 + .../css-content/content-none-root-columns.html.ini | 2 + .../css-content/content-none-root-flex.html.ini | 2 + .../css-content/content-none-root-grid.html.ini | 2 + .../css-content/content-none-root-ruby.html.ini | 2 + .../css-content/content-none-root-table.html.ini | 2 + .../css/css-content/content-none-select-2.html.ini | 2 + .../css-content/content-none-span-dynamic.html.ini | 2 + .../css/css-content/content-none-span.html.ini | 2 + .../css/css-content/content-none-table.html.ini | 2 + .../css-content/element-replacement-alt.html.ini | 2 + .../element-replacement-dynamic.html.ini | 2 + .../element-replacement-gradient.html.ini | 2 + ...ent-replacement-image-no-src.tentative.html.ini | 2 + ...lement-replacement-image-src.tentative.html.ini | 2 + ...lacement-on-replaced-element.tentative.html.ini | 2 + .../css/css-content/element-replacement.html.ini | 2 + .../css/css-content/inheritance.html.ini | 12 + .../css-content/pseudo-element-inline-box.html.ini | 2 + .../css/css-content/quotes-003.html.ini | 2 + .../css/css-content/quotes-004.html.ini | 2 + .../css/css-content/quotes-005.html.ini | 2 + .../css/css-content/quotes-008.html.ini | 2 + .../css/css-content/quotes-009.html.ini | 2 + .../css/css-content/quotes-010.html.ini | 2 + .../css/css-content/quotes-011.html.ini | 2 + .../css/css-content/quotes-013.html.ini | 2 + .../css/css-content/quotes-015.html.ini | 2 + .../css/css-content/quotes-016.html.ini | 2 + .../css/css-content/quotes-021.html.ini | 2 + .../css/css-content/quotes-026.html.ini | 2 + .../css/css-content/quotes-030.html.ini | 2 + .../css/css-content/quotes-034.html.ini | 2 + .../css-content/quotes-first-letter-001.html.ini | 2 + .../css-content/quotes-first-letter-002.html.ini | 2 + .../css-content/quotes-first-letter-003.html.ini | 2 + .../css-content/quotes-first-letter-004.html.ini | 2 + .../css-content/quotes-first-letter-005.html.ini | 2 + .../css/css-content/quotes-slot-scoping.html.ini | 2 + .../css/css-logical/animation-001.html.ini | 75 + .../css/css-logical/animation-002.html.ini | 2 + .../css-logical/animation-003.tentative.html.ini | 3 + .../css/css-logical/animation-004.html.ini | 21 + .../caption-side-no-interpolation.html.ini | 39 + .../animations/float-interpolation.html.ini | 39 + .../padding-block-interpolation.html.ini | 18 + .../padding-inline-interpolation.html.ini | 18 + .../css-logical/getComputedStyle-listing.html.ini | 90 + .../css/css-logical/inheritance.html.ini | 12 + .../css-logical/logical-box-border-color.html.ini | 105 + .../css-logical/logical-box-border-radius.html.ini | 72 + .../logical-box-border-shorthands.html.ini | 129 + .../css-logical/logical-box-border-style.html.ini | 105 + .../css-logical/logical-box-border-width.html.ini | 105 + .../css/css-logical/logical-box-inset.html.ini | 129 + .../css/css-logical/logical-box-margin.html.ini | 105 + .../css/css-logical/logical-box-padding.html.ini | 105 + .../css/css-logical/logical-box-size.html.ini | 216 + .../logical-values-float-clear-3.html.ini | 2 + .../logical-values-float-clear-4.html.ini | 2 + .../logical-values-float-clear-reftest.html.ini | 2 + .../logical-values-float-clear.html.ini | 12 + .../css/css-logical/logical-values-resize.html.ini | 6 + .../logicalprops-block-size-vlr.html.ini | 21 + .../css-logical/logicalprops-block-size.html.ini | 3 + .../logicalprops-inline-size-vlr.html.ini | 21 + .../css-logical/logicalprops-inline-size.html.ini | 3 + ...ogicalprops-with-deferred-writing-mode.html.ini | 15 + .../logicalprops-with-variables.html.ini | 12 + .../parsing/block-size-computed.html.ini | 12 + .../css-logical/parsing/block-size-valid.html.ini | 6 + .../parsing/border-block-color-computed.html.ini | 12 + .../parsing/border-block-style-computed.html.ini | 9 + .../parsing/border-block-width-computed.html.ini | 12 + .../parsing/border-inline-color-computed.html.ini | 12 + .../parsing/border-inline-style-computed.html.ini | 9 + .../parsing/border-inline-width-computed.html.ini | 12 + .../parsing/inline-size-computed.html.ini | 12 + .../css-logical/parsing/inline-size-valid.html.ini | 6 + .../parsing/inset-block-inline-computed.html.ini | 24 + .../css-logical/parsing/inset-computed.html.ini | 24 + .../parsing/margin-block-inline-computed.html.ini | 21 + .../parsing/max-block-size-computed.html.ini | 6 + .../parsing/max-block-size-valid.html.ini | 6 + .../parsing/max-inline-size-computed.html.ini | 6 + .../parsing/max-inline-size-valid.html.ini | 6 + .../parsing/min-block-size-computed.html.ini | 9 + .../parsing/min-block-size-valid.html.ini | 6 + .../parsing/min-inline-size-computed.html.ini | 9 + .../parsing/min-inline-size-valid.html.ini | 6 + .../parsing/padding-block-inline-computed.html.ini | 27 + .../clip/clip-no-stacking-context.html.ini | 2 + .../css/css-masking/clip/clip-rect-scroll.html.ini | 2 + .../Blob-methods-from-detached-frame.html.ini | 12 - .../FileAPI/blob/Blob-constructor-endings.html.ini | 57 + tests/wpt/meta/FileAPI/blob/Blob-stream.any.js.ini | 8 + .../FileAPI/file/File-constructor-endings.html.ini | 57 + .../FileAPI/file/send-file-form-utf-8.html.ini | 18 + .../wpt/meta/FileAPI/file/send-file-form.html.ini | 3 + tests/wpt/meta/FileAPI/historical.https.html.ini | 3 + tests/wpt/meta/FileAPI/idlharness.html.ini | 4 - tests/wpt/meta/FileAPI/idlharness.worker.js.ini | 4 - .../filereader_readAsDataURL.any.js.ini | 6 + .../wpt/meta/FileAPI/url/sandboxed-iframe.html.ini | 2 + tests/wpt/meta/FileAPI/url/url-format.any.js.ini | 6 +- .../wpt/meta/FileAPI/url/url-in-tags.window.js.ini | 4 + tests/wpt/meta/FileAPI/url/url-lifetime.html.ini | 6 + .../wpt/meta/FileAPI/url/url-reload.window.js.ini | 3 + tests/wpt/meta/FileAPI/url/url-with-xhr.any.js.ini | 8 + .../derive_bits_keys/ecdh_bits.https.any.js.ini | 8 + .../derive_bits_keys/ecdh_keys.https.any.js.ini | 8 + .../derive_bits_keys/hkdf.https.any.js.ini | 38 + .../derive_bits_keys/pbkdf2.https.any.js.ini | 88 + .../aes_gcm_256_iv.https.any.js.ini | 5 + .../generateKey/failures_AES-CBC.https.any.js.ini | 5 + .../generateKey/failures_AES-CTR.https.any.js.ini | 5 + .../generateKey/failures_AES-GCM.https.any.js.ini | 5 + .../generateKey/failures_AES-KW.https.any.js.ini | 5 + .../generateKey/failures_ECDH.https.any.js.ini | 5 + .../generateKey/failures_ECDSA.https.any.js.ini | 5 + .../generateKey/failures_HMAC.https.any.js.ini | 5 + .../generateKey/failures_RSA-OAEP.https.any.js.ini | 5 + .../generateKey/failures_RSA-PSS.https.any.js.ini | 5 + .../failures_RSASSA-PKCS1-v1_5.https.any.js.ini | 5 + .../generateKey/successes_AES-CBC.https.any.js.ini | 5 + .../generateKey/successes_AES-CTR.https.any.js.ini | 5 + .../generateKey/successes_AES-GCM.https.any.js.ini | 5 + .../generateKey/successes_AES-KW.https.any.js.ini | 5 + .../generateKey/successes_ECDH.https.any.js.ini | 5 + .../generateKey/successes_ECDSA.https.any.js.ini | 5 + .../generateKey/successes_HMAC.https.any.js.ini | 5 + .../successes_RSA-OAEP.https.any.js.ini | 95 + .../generateKey/successes_RSA-PSS.https.any.js.ini | 23 + .../successes_RSASSA-PKCS1-v1_5.https.any.js.ini | 23 + tests/wpt/meta/WebCryptoAPI/historical.any.js.ini | 6 + .../import_export/ec_importKey.https.any.js.ini | 144 + ...okp_importKey_failures_Ed25519.https.any.js.ini | 24 + .../okp_importKey_failures_Ed448.https.any.js.ini | 24 + .../okp_importKey_failures_X25519.https.any.js.ini | 24 + .../okp_importKey_failures_X448.https.any.js.ini | 24 + .../import_export/rsa_importKey.https.any.js.ini | 1826 +- .../symmetric_importKey.https.any.js.ini | 468 + ...tle-secure-context-available.https.sub.html.ini | 6 + .../cookie-enabled-noncookie-frame.html.ini | 4 + tests/wpt/meta/cookies/navigated-away.html.ini | 3 + .../schemeful-navigation.tentative.html.ini | 7 +- .../schemeful-subresource.tentative.html.ini | 7 +- tests/wpt/meta/cors/basic.htm.ini | 10 - ...client-hint-request-headers-2.tentative.htm.ini | 3 + tests/wpt/meta/cors/origin.htm.ini | 9 + tests/wpt/meta/cors/preflight-cache.htm.ini | 9 + tests/wpt/meta/cors/remote-origin.htm.ini | 9 + tests/wpt/meta/cors/request-headers.htm.ini | 3 + tests/wpt/meta/cors/status-async.htm.ini | 36 + .../background-blend-mode-gradient-image.html.ini | 2 + .../compositing/compositing_simple_div.html.ini | 2 + .../wpt/meta/css/compositing/inheritance.html.ini | 12 + .../animation/isolation-no-interpolation.html.ini | 9 + ...-blend-mode-blended-element-interposed.html.ini | 2 + ...ment-overflow-hidden-and-border-radius.html.ini | 2 + ...d-mode-blended-element-overflow-scroll.html.ini | 2 + ...lended-element-with-transparent-pixels.html.ini | 2 + ...x-blend-mode-blended-with-3D-transform.html.ini | 2 + ...blended-with-transform-and-perspective.html.ini | 2 + .../mix-blend-mode-blending-with-sibling.html.ini | 2 + .../mix-blend-mode-border-image.html.ini | 2 + ...h-parent-and-blended-with-3D-transform.html.ini | 2 + .../mix-blend-mode-canvas-parent.html.ini | 2 + .../mix-blend-mode-canvas-sibling.html.ini | 2 + ...ix-blend-mode-creates-stacking-context.html.ini | 3 + .../mix-blend-mode/mix-blend-mode-filter.html.ini | 2 + .../mix-blend-mode-iframe-parent.html.ini | 2 + .../mix-blend-mode-iframe-sibling.html.ini | 2 + .../mix-blend-mode/mix-blend-mode-image.html.ini | 2 + ...ment-overflow-hidden-and-border-radius.html.ini | 2 + .../mix-blend-mode/mix-blend-mode-mask.html.ini | 2 + ...e-overflowing-child-of-blended-element.html.ini | 2 + .../mix-blend-mode-overflowing-child.html.ini | 2 + ...-blend-mode-paragraph-background-image.html.ini | 2 + .../mix-blend-mode-paragraph.html.ini | 2 + ...ment-overflow-hidden-and-border-radius.html.ini | 2 + ...overflow-scroll-blended-position-fixed.html.ini | 2 + ...nd-mode-parent-element-overflow-scroll.html.ini | 2 + ...ix-blend-mode-parent-with-3D-transform.html.ini | 2 + ...x-blend-mode-parent-with-border-radius.html.ini | 2 + .../mix-blend-mode-parent-with-text.html.ini | 2 + .../mix-blend-mode/mix-blend-mode-script.html.ini | 2 + ...x-blend-mode-sibling-with-3D-transform.html.ini | 2 + .../mix-blend-mode/mix-blend-mode-simple.html.ini | 2 + .../mix-blend-mode-stacking-context-001.html.ini | 2 + ...ode-stacking-context-creates-isolation.html.ini | 2 + .../mix-blend-mode/mix-blend-mode-svg.html.ini | 2 + .../mix-blend-mode/mix-blend-mode-video.html.ini | 2 + ...nd-mode-with-transform-and-preserve-3D.html.ini | 2 + .../background-blend-mode-computed.html.ini | 57 + .../parsing/background-blend-mode-valid.html.ini | 51 + .../parsing/isolation-computed.html.ini | 6 + .../compositing/parsing/isolation-valid.html.ini | 6 + .../compositing/root-element-blend-mode.html.ini | 2 + .../root-element-opacity-change.html.ini | 2 - .../svg/mix-blend-mode-in-svg-image.html.ini | 2 + .../svg/mix-blend-mode-svg-rectangle.html.ini | 2 + .../animation/align-no-interpolation.html.ini | 27 + .../animation/column-gap-composition.html.ini | 60 + .../animation/column-gap-interpolation.html.ini | 468 + .../animation/justify-no-interpolation.html.ini | 18 + .../animation/row-gap-composition.html.ini | 60 + .../animation/row-gap-interpolation.html.ini | 468 + .../css-align/baseline-of-scrollable-1b.html.ini | 2 + .../grid-item-input-type-number.html.ini | 2 + .../grid-item-input-type-text.html.ini | 2 + .../synthesized-baseline-grid-001.html.ini | 18 + .../synthesized-baseline-table-cell-001.html.ini | 2 - .../parse-align-content-002.html.ini | 21 + .../parse-align-content-005.html.ini | 9 + .../parse-justify-content-002.html.ini | 21 + .../parse-justify-content-005.html.ini | 9 + .../place-content-shorthand-001.html.ini | 45 + .../place-content-shorthand-002.html.ini | 648 + .../place-content-shorthand-003.html.ini | 6 + .../place-content-shorthand-004.html.ini | 21 + .../place-content-shorthand-005.html.ini | 6 + .../place-content-shorthand-006.html.ini | 66 + .../place-content-shorthand-007.html.ini | 2 + .../justify-items-legacy-001.html.ini | 3 + .../parse-align-items-002.html.ini | 21 + .../parse-align-items-005.html.ini | 9 + .../parse-justify-items-001.html.ini | 66 + .../parse-justify-items-002.html.ini | 21 + .../parse-justify-items-003.html.ini | 66 + .../parse-justify-items-004.html.ini | 96 + .../parse-justify-items-005.html.ini | 9 + .../parse-justify-items-006.html.ini | 9 + .../place-items-shorthand-001.html.ini | 51 + .../place-items-shorthand-002.html.ini | 1122 + .../place-items-shorthand-003.html.ini | 6 + .../place-items-shorthand-004.html.ini | 12 + .../place-items-shorthand-005.html.ini | 6 + .../place-items-shorthand-006.html.ini | 108 + .../shorthand-serialization-001.html.ini | 51 + .../distribution-values/space-evenly-001.html.ini | 2 + .../gaps/column-gap-animation-001.html.ini | 3 + .../gaps/column-gap-animation-002.html.ini | 3 + .../gaps/column-gap-animation-003.html.ini | 3 + .../css-align/gaps/column-gap-parsing-001.html.ini | 51 + .../css/css-align/gaps/gap-animation-001.html.ini | 3 + .../css/css-align/gaps/gap-animation-002.html.ini | 3 + .../css/css-align/gaps/gap-animation-003.html.ini | 3 + .../css/css-align/gaps/gap-animation-004.html.ini | 3 + .../gaps/gap-normal-computed-001.html.ini | 18 + .../css-align/gaps/gap-normal-used-001.html.ini | 2 + .../css/css-align/gaps/gap-parsing-001.html.ini | 72 + .../gaps/grid-column-gap-parsing-001.html.ini | 51 + .../css-align/gaps/grid-gap-parsing-001.html.ini | 72 + .../gaps/grid-row-gap-parsing-001.html.ini | 51 + .../css-align/gaps/row-gap-animation-001.html.ini | 3 + .../css-align/gaps/row-gap-animation-002.html.ini | 3 + .../css-align/gaps/row-gap-animation-003.html.ini | 3 + .../css-align/gaps/row-gap-parsing-001.html.ini | 51 + tests/wpt/meta/css/css-align/inheritance.html.ini | 48 + .../css-align/parsing/column-gap-computed.html.ini | 15 + .../css-align/parsing/column-gap-valid.html.ini | 18 + .../css/css-align/parsing/gap-computed.html.ini | 33 + .../css/css-align/parsing/gap-shorthand.html.ini | 36 + .../meta/css/css-align/parsing/gap-valid.html.ini | 27 + .../parsing/justify-items-computed.html.ini | 60 + .../css-align/parsing/justify-items-valid.html.ini | 60 + .../parsing/justify-self-computed.html.ini | 48 + .../css-align/parsing/justify-self-valid.html.ini | 51 + .../parsing/place-content-computed.html.ini | 69 + .../parsing/place-content-shorthand.html.ini | 45 + .../css-align/parsing/place-content-valid.html.ini | 69 + .../parsing/place-items-computed.html.ini | 54 + .../parsing/place-items-shorthand.html.ini | 36 + .../css-align/parsing/place-items-valid.html.ini | 54 + .../css-align/parsing/place-self-computed.html.ini | 48 + .../parsing/place-self-shorthand.html.ini | 36 + .../css-align/parsing/place-self-valid.html.ini | 48 + .../css-align/parsing/row-gap-computed.html.ini | 18 + .../css/css-align/parsing/row-gap-valid.html.ini | 15 + .../self-alignment/parse-align-self-002.html.ini | 21 + .../self-alignment/parse-align-self-005.html.ini | 9 + .../self-alignment/parse-justify-self-001.html.ini | 60 + .../self-alignment/parse-justify-self-002.html.ini | 21 + .../self-alignment/parse-justify-self-003.html.ini | 60 + .../self-alignment/parse-justify-self-004.html.ini | 78 + .../self-alignment/parse-justify-self-005.html.ini | 9 + .../place-self-shorthand-001.html.ini | 54 + .../place-self-shorthand-002.html.ini | 1080 + .../place-self-shorthand-003.html.ini | 6 + .../place-self-shorthand-004.html.ini | 12 + .../place-self-shorthand-005.html.ini | 6 + .../place-self-shorthand-006.html.ini | 117 + ...supports-selector-file-selector-button.html.ini | 2 + .../at-supports-selector-placeholder.html.ini | 2 + .../font-size-adjust-composition.html.ini | 750 + .../font-size-interpolation-001.html.ini | 105 + .../font-size-interpolation-002.html.ini | 21 + .../font-size-interpolation-003.html.ini | 21 + .../font-variation-settings-composition.html.ini | 90 + .../font-variation-settings-interpolation.html.ini | 864 + .../calc-in-font-variation-settings.html.ini | 3 + .../crash-font-face-invalid-descriptor.html.ini | 3 + .../crash-large-grapheme-cluster.html.ini | 1 + .../css-fonts/discrete-no-interpolation.html.ini | 156 + .../css-fonts/first-available-font-003.html.ini | 2 + .../css-fonts/first-available-font-004.html.ini | 2 + .../css-fonts/first-available-font-007.html.ini | 2 + .../meta/css/css-fonts/font-default-04.html.ini | 2 + .../font-display/font-display-change.html.ini | 2 + .../font-display-failure-fallback.html.ini | 3 + ...nt-display-feature-policy-02.tentative.html.ini | 2 + .../font-display/font-display-preload.html.ini | 2 + .../css-fonts/font-display/font-display.html.ini | 2 + .../css-fonts/font-face-unicode-range-2.html.ini | 2 + .../css/css-fonts/font-family-name-001.xht.ini | 2 + .../css/css-fonts/font-family-name-002.xht.ini | 2 + .../css/css-fonts/font-family-name-003.xht.ini | 2 + .../css/css-fonts/font-family-name-004.xht.ini | 2 + .../css/css-fonts/font-family-name-005.xht.ini | 2 + .../css/css-fonts/font-family-name-006.xht.ini | 2 + .../css/css-fonts/font-family-name-007.xht.ini | 2 + .../css/css-fonts/font-family-name-008.xht.ini | 2 + .../css/css-fonts/font-family-name-009.xht.ini | 2 + .../css/css-fonts/font-family-name-010.xht.ini | 2 + .../css/css-fonts/font-family-name-011.xht.ini | 2 + .../css/css-fonts/font-family-name-012.xht.ini | 2 + .../css/css-fonts/font-family-name-013.xht.ini | 2 + .../css/css-fonts/font-family-name-014.xht.ini | 2 + .../css/css-fonts/font-family-name-015.xht.ini | 2 + .../css/css-fonts/font-family-name-021.xht.ini | 2 + .../css/css-fonts/font-family-name-024.xht.ini | 2 + .../css-fonts/font-feature-resolution-001.html.ini | 2 + .../font-feature-settings-descriptor-01.html.ini | 2 + ...ont-feature-settings-serialization-001.html.ini | 6 + .../font-features-across-space-1.html.ini | 2 + .../font-features-across-space-2.html.ini | 2 + .../font-features-across-space-3.html.ini | 2 + .../meta/css/css-fonts/font-kerning-01.html.ini | 2 + .../meta/css/css-fonts/font-kerning-03.html.ini | 2 + .../meta/css/css-fonts/font-kerning-04.html.ini | 2 + .../meta/css/css-fonts/font-kerning-05.html.ini | 2 + .../font-palette-empty-font-family.html.ini | 2 - .../font-shorthand-subproperties-reset.html.ini | 2 + .../css/css-fonts/font-size-adjust-002.html.ini | 2 + .../css/css-fonts/font-size-adjust-005.xht.ini | 2 + .../css/css-fonts/font-size-adjust-009.html.ini | 2 + .../css/css-fonts/font-size-adjust-010.html.ini | 2 + .../css/css-fonts/font-size-adjust-011.html.ini | 2 + .../css/css-fonts/font-size-adjust-014.html.ini | 2 + .../font-size-adjust-metrics-override.html.ini | 2 + .../css-fonts/font-size-monospace-adjust.html.ini | 2 + .../meta/css/css-fonts/font-size-zero-1.html.ini | 2 + .../meta/css/css-fonts/font-stretch-01.html.ini | 2 + .../meta/css/css-fonts/font-stretch-02.html.ini | 2 + .../meta/css/css-fonts/font-stretch-03.html.ini | 2 + .../meta/css/css-fonts/font-stretch-04.html.ini | 2 + .../meta/css/css-fonts/font-stretch-05.html.ini | 2 + .../meta/css/css-fonts/font-stretch-06.html.ini | 2 + .../meta/css/css-fonts/font-stretch-07.html.ini | 2 + .../meta/css/css-fonts/font-stretch-08.html.ini | 2 + .../meta/css/css-fonts/font-stretch-09.html.ini | 2 + .../meta/css/css-fonts/font-stretch-10.html.ini | 2 + .../meta/css/css-fonts/font-stretch-11.html.ini | 2 + .../meta/css/css-fonts/font-synthesis-01.html.ini | 2 + .../meta/css/css-fonts/font-synthesis-02.html.ini | 2 + .../meta/css/css-fonts/font-synthesis-03.html.ini | 2 + .../meta/css/css-fonts/font-synthesis-04.html.ini | 2 + .../meta/css/css-fonts/font-synthesis-05.html.ini | 2 + .../meta/css/css-fonts/font-variant-01.html.ini | 2 + .../meta/css/css-fonts/font-variant-02.html.ini | 2 + .../meta/css/css-fonts/font-variant-03.html.ini | 2 + .../meta/css/css-fonts/font-variant-04.html.ini | 2 + .../css-fonts/font-variant-alternates-02.html.ini | 2 + .../css-fonts/font-variant-alternates-03.html.ini | 2 + .../css-fonts/font-variant-alternates-04.html.ini | 2 + .../css-fonts/font-variant-alternates-05.html.ini | 2 + .../css-fonts/font-variant-alternates-06.html.ini | 2 + .../css-fonts/font-variant-alternates-07.html.ini | 2 + .../css-fonts/font-variant-alternates-08.html.ini | 2 + .../css-fonts/font-variant-alternates-09.html.ini | 2 + .../css-fonts/font-variant-alternates-10.html.ini | 2 + .../css-fonts/font-variant-alternates-11.html.ini | 2 + .../css-fonts/font-variant-alternates-12.html.ini | 2 + .../css-fonts/font-variant-alternates-13.html.ini | 2 + .../css-fonts/font-variant-alternates-14.html.ini | 2 + .../css-fonts/font-variant-alternates-15.html.ini | 2 + .../css-fonts/font-variant-alternates-16.html.ini | 2 + .../css-fonts/font-variant-alternates-17.html.ini | 2 + .../css-fonts/font-variant-alternates-18.html.ini | 2 + .../font-variant-alternates-parsing.html.ini | 3 + .../css/css-fonts/font-variant-caps-02.html.ini | 2 + .../css/css-fonts/font-variant-caps-03.html.ini | 2 + .../css/css-fonts/font-variant-caps-04.html.ini | 2 + .../css/css-fonts/font-variant-caps-05.html.ini | 2 + .../css/css-fonts/font-variant-caps-06.html.ini | 2 + .../css/css-fonts/font-variant-caps-07.html.ini | 2 + .../meta/css/css-fonts/font-variant-caps.html.ini | 2 + .../css-fonts/font-variant-east-asian-02.html.ini | 2 + .../css-fonts/font-variant-east-asian-03.html.ini | 2 + .../css-fonts/font-variant-east-asian-04.html.ini | 2 + .../css-fonts/font-variant-east-asian-05.html.ini | 2 + .../css-fonts/font-variant-east-asian-06.html.ini | 2 + .../css-fonts/font-variant-east-asian-07.html.ini | 2 + .../css-fonts/font-variant-east-asian-08.html.ini | 2 + .../css-fonts/font-variant-east-asian-09.html.ini | 2 + .../css-fonts/font-variant-east-asian-10.html.ini | 2 + .../css/css-fonts/font-variant-east-asian.html.ini | 2 + .../css-fonts/font-variant-ligatures-02.html.ini | 2 + .../css-fonts/font-variant-ligatures-04.html.ini | 2 + .../css-fonts/font-variant-ligatures-05.html.ini | 2 + .../css-fonts/font-variant-ligatures-07.html.ini | 2 + .../css-fonts/font-variant-ligatures-10.html.ini | 2 + .../css/css-fonts/font-variant-ligatures.html.ini | 2 + .../css/css-fonts/font-variant-numeric-02.html.ini | 2 + .../css/css-fonts/font-variant-numeric-03.html.ini | 2 + .../css/css-fonts/font-variant-numeric-04.html.ini | 2 + .../css/css-fonts/font-variant-numeric-05.html.ini | 2 + .../css/css-fonts/font-variant-numeric-06.html.ini | 2 + .../css/css-fonts/font-variant-numeric-07.html.ini | 2 + .../css/css-fonts/font-variant-numeric-08.html.ini | 2 + .../css/css-fonts/font-variant-numeric-09.html.ini | 2 + .../css/css-fonts/font-variant-numeric.html.ini | 2 + .../css/css-fonts/font-variant-position.html.ini | 2 + ...t-variation-settings-serialization-001.html.ini | 3 + .../css/css-fonts/font-weight-bolder-001.xht.ini | 2 + .../css/css-fonts/font-weight-lighter-001.xht.ini | 2 + .../css/css-fonts/font-weight-normal-001.xht.ini | 2 + .../format-specifiers-variations.html.ini | 144 + .../css-fonts/generic-family-keywords-003.html.ini | 2 + .../css-fonts/hiragana-katakana-kerning.html.ini | 2 + .../fixed-stretch-style-over-weight.html.ini | 2 + .../stretch-distance-over-weight-distance.html.ini | 2 + .../style-ranges-over-weight-direction.html.ini | 2 + .../math-script-level-002.tentative.html.ini | 2 + .../math-script-level-004.tentative.html.ini | 2 + ...evel-auto-and-math-style-002.tentative.html.ini | 2 + .../math-style-001.tentative.html.ini | 9 + .../css/css-fonts/parsing/font-computed.html.ini | 945 + .../parsing/font-face-src-format.html.ini | 105 +- .../css-fonts/parsing/font-face-src-list.html.ini | 51 +- .../css-fonts/parsing/font-face-src-local.html.ini | 54 +- .../css-fonts/parsing/font-face-src-tech.html.ini | 117 +- .../font-feature-settings-computed.html.ini | 24 + .../parsing/font-feature-settings-valid.html.ini | 24 + .../parsing/font-kerning-computed.html.ini | 9 + .../css-fonts/parsing/font-kerning-valid.html.ini | 9 + .../font-language-override-computed.html.ini | 15 + .../parsing/font-language-override-valid.html.ini | 27 + .../parsing/font-optical-sizing-computed.html.ini | 6 + .../parsing/font-optical-sizing-valid.html.ini | 6 + .../parsing/font-size-adjust-computed.html.ini | 3 + .../parsing/font-variant-caps-computed.html.ini | 15 + .../parsing/font-variant-caps-valid.html.ini | 15 + .../font-variant-east-asian-computed.html.ini | 36 + .../parsing/font-variant-east-asian-valid.html.ini | 36 + .../font-variant-ligatures-computed.html.ini | 30 + .../parsing/font-variant-ligatures-valid.html.ini | 30 + .../parsing/font-variant-numeric-computed.html.ini | 33 + .../parsing/font-variant-numeric-valid.html.ini | 33 + .../font-variant-position-computed.html.ini | 9 + .../parsing/font-variant-position-valid.html.ini | 9 + .../font-variation-settings-computed.html.ini | 5 + tests/wpt/meta/css/css-fonts/separators.html.ini | 2 + .../wpt/meta/css/css-fonts/size-adjust-03.html.ini | 2 + .../css/css-fonts/standard-font-family-11.html.ini | 2 + .../css/css-fonts/standard-font-family-12.html.ini | 2 + .../css/css-fonts/standard-font-family-13.html.ini | 2 + .../css/css-fonts/standard-font-family-14.html.ini | 2 + .../css/css-fonts/standard-font-family-15.html.ini | 2 +- .../css/css-fonts/standard-font-family-16.html.ini | 2 + .../css/css-fonts/standard-font-family-19.html.ini | 2 + .../css/css-fonts/standard-font-family-20.html.ini | 2 + .../css/css-fonts/test-synthetic-italic-2.html.ini | 2 + .../css/css-fonts/test-synthetic-italic-3.html.ini | 2 + .../css-fonts/test_datafont_same_origin.html.ini | 3 + .../test_font_feature_values_parsing.html.ini | 318 + .../font-descriptor-range-reversed.html.ini | 2 + ...ont-parse-numeric-stretch-style-weight.html.ini | 156 + .../css/css-fonts/variations/font-stretch.html.ini | 3 + .../font-variation-settings-inherit.html.ini | 9 + .../variations/variable-box-font.html.ini | 2 + .../variations/variable-gpos-m2b.html.ini | 2 + .../css-fonts/variations/variable-gsub.html.ini | 2 + .../css-fonts/variations/variable-opsz.html.ini | 2 + .../animation/image-no-interpolation.html.ini | 18 + .../conic-gradient-angle-negative.html.ini | 2 + .../css/css-images/conic-gradient-angle.html.ini | 2 + .../css/css-images/conic-gradient-center.html.ini | 2 + .../css-image-fallbacks-and-annotations.html.ini | 2 + ...css-image-fallbacks-and-annotations002.html.ini | 2 + ...css-image-fallbacks-and-annotations003.html.ini | 2 + ...css-image-fallbacks-and-annotations004.html.ini | 2 + ...css-image-fallbacks-and-annotations005.html.ini | 2 + .../gradient/color-stops-parsing.html.ini | 84 + .../css/css-images/gradients-with-border.html.ini | 2 - tests/wpt/meta/css/css-images/idlharness.html.ini | 3 + .../image-orientation-default.html.ini | 2 + ...ntation-from-image-composited-dynamic1.html.ini | 2 + ...mage-orientation-from-image-composited.html.ini | 2 + ...-orientation-from-image-computed-style.html.ini | 3 + ...-orientation-from-image-content-images.html.ini | 2 + .../image-orientation-from-image-dynamic1.html.ini | 2 + .../image-orientation-from-image.html.ini | 2 + .../image-orientation-iframe.html.ini | 2 - .../image-orientation-none-computed-style.html.ini | 3 + .../image-orientation-none-image-document.html.ini | 2 + .../image-set/image-set-computed.sub.html.ini | 6 + .../image-set/image-set-content-rendering.html.ini | 2 + .../image-set/image-set-dpcm-rendering.html.ini | 2 + ...ge-set-negative-resolution-rendering-3.html.ini | 2 + .../image-set/image-set-parsing.html.ini | 144 + .../image-set/image-set-rendering.html.ini | 2 + ...et-repeating-linear-gradient-rendering.html.ini | 2 + ...et-repeating-radial-gradient-rendering.html.ini | 2 + ...image-set-type-unsupported-rendering-2.html.ini | 2 + .../image-set-type-unsupported-rendering.html.ini | 2 + .../image-set-zero-resolution-rendering-2.html.ini | 2 + .../image-set-zero-resolution-rendering.html.ini | 2 + tests/wpt/meta/css/css-images/inheritance.html.ini | 18 + .../multiple-position-color-stop-conic.html.ini | 2 + .../css/css-images/normalization-conic-2.html.ini | 2 + .../normalization-conic-degenerate.html.ini | 2 + .../css/css-images/normalization-conic.html.ini | 2 + .../object-fit-contain-svg-001e.html.ini | 2 - .../object-fit-contain-svg-001i.html.ini | 2 - .../object-fit-contain-svg-001o.html.ini | 2 - .../object-fit-contain-svg-001p.html.ini | 2 - .../object-fit-contain-svg-002e.html.ini | 2 - .../object-fit-contain-svg-002i.html.ini | 2 - .../object-fit-contain-svg-002o.html.ini | 2 - .../object-fit-contain-svg-002p.html.ini | 2 - .../object-fit-contain-svg-003e.html.ini | 2 - .../object-fit-contain-svg-003i.html.ini | 2 - .../object-fit-contain-svg-003o.html.ini | 2 - .../object-fit-contain-svg-003p.html.ini | 2 - .../object-fit-contain-svg-004e.html.ini | 2 - .../object-fit-contain-svg-004i.html.ini | 2 - .../object-fit-contain-svg-004o.html.ini | 2 - .../object-fit-contain-svg-004p.html.ini | 2 - .../object-fit-contain-svg-005e.html.ini | 2 - .../object-fit-contain-svg-005i.html.ini | 2 - .../object-fit-contain-svg-005o.html.ini | 2 - .../object-fit-contain-svg-005p.html.ini | 2 - .../object-fit-contain-svg-006e.html.ini | 2 - .../object-fit-contain-svg-006i.html.ini | 2 - .../object-fit-contain-svg-006o.html.ini | 2 - .../object-fit-contain-svg-006p.html.ini | 2 - .../css-images/object-fit-cover-svg-001e.html.ini | 2 - .../css-images/object-fit-cover-svg-001i.html.ini | 2 - .../css-images/object-fit-cover-svg-001o.html.ini | 2 - .../css-images/object-fit-cover-svg-001p.html.ini | 2 - .../css-images/object-fit-cover-svg-002e.html.ini | 2 - .../css-images/object-fit-cover-svg-002i.html.ini | 2 - .../css-images/object-fit-cover-svg-002o.html.ini | 2 - .../css-images/object-fit-cover-svg-002p.html.ini | 2 - .../css-images/object-fit-cover-svg-003e.html.ini | 2 - .../css-images/object-fit-cover-svg-003i.html.ini | 2 - .../css-images/object-fit-cover-svg-003o.html.ini | 2 - .../css-images/object-fit-cover-svg-003p.html.ini | 2 - .../css-images/object-fit-cover-svg-004e.html.ini | 2 - .../css-images/object-fit-cover-svg-004i.html.ini | 2 - .../css-images/object-fit-cover-svg-004o.html.ini | 2 - .../css-images/object-fit-cover-svg-004p.html.ini | 2 - .../css-images/object-fit-cover-svg-005e.html.ini | 2 - .../css-images/object-fit-cover-svg-005i.html.ini | 2 - .../css-images/object-fit-cover-svg-005o.html.ini | 2 - .../css-images/object-fit-cover-svg-005p.html.ini | 2 - .../css-images/object-fit-cover-svg-006e.html.ini | 2 - .../css-images/object-fit-cover-svg-006i.html.ini | 2 - .../css-images/object-fit-cover-svg-006o.html.ini | 2 - .../css-images/object-fit-cover-svg-006p.html.ini | 2 - .../css-images/object-fit-fill-svg-001e.html.ini | 2 - .../css-images/object-fit-fill-svg-001i.html.ini | 2 - .../css-images/object-fit-fill-svg-001o.html.ini | 2 - .../css-images/object-fit-fill-svg-001p.html.ini | 2 - .../css-images/object-fit-fill-svg-002e.html.ini | 2 - .../css-images/object-fit-fill-svg-002i.html.ini | 2 - .../css-images/object-fit-fill-svg-002o.html.ini | 2 - .../css-images/object-fit-fill-svg-002p.html.ini | 2 - .../css-images/object-fit-fill-svg-003e.html.ini | 2 - .../css-images/object-fit-fill-svg-003i.html.ini | 2 - .../css-images/object-fit-fill-svg-003o.html.ini | 2 - .../css-images/object-fit-fill-svg-003p.html.ini | 2 - .../css-images/object-fit-fill-svg-004e.html.ini | 2 - .../css-images/object-fit-fill-svg-004i.html.ini | 2 - .../css-images/object-fit-fill-svg-004o.html.ini | 2 - .../css-images/object-fit-fill-svg-004p.html.ini | 2 - .../css-images/object-fit-fill-svg-005e.html.ini | 2 - .../css-images/object-fit-fill-svg-005i.html.ini | 2 - .../css-images/object-fit-fill-svg-005o.html.ini | 2 - .../css-images/object-fit-fill-svg-005p.html.ini | 2 - .../css-images/object-fit-fill-svg-006e.html.ini | 2 - .../css-images/object-fit-fill-svg-006i.html.ini | 2 - .../css-images/object-fit-fill-svg-006o.html.ini | 2 - .../css-images/object-fit-fill-svg-006p.html.ini | 2 - .../css-images/object-fit-none-svg-001e.html.ini | 2 - .../css-images/object-fit-none-svg-001i.html.ini | 2 - .../css-images/object-fit-none-svg-001o.html.ini | 2 - .../css-images/object-fit-none-svg-001p.html.ini | 2 - .../css-images/object-fit-none-svg-002e.html.ini | 2 - .../css-images/object-fit-none-svg-002i.html.ini | 2 - .../css-images/object-fit-none-svg-002o.html.ini | 2 - .../css-images/object-fit-none-svg-002p.html.ini | 2 - .../css-images/object-fit-none-svg-003e.html.ini | 2 - .../css-images/object-fit-none-svg-003i.html.ini | 2 - .../css-images/object-fit-none-svg-003o.html.ini | 2 - .../css-images/object-fit-none-svg-003p.html.ini | 2 - .../css-images/object-fit-none-svg-004e.html.ini | 2 - .../css-images/object-fit-none-svg-004i.html.ini | 2 - .../css-images/object-fit-none-svg-004o.html.ini | 2 - .../css-images/object-fit-none-svg-004p.html.ini | 2 - .../css-images/object-fit-none-svg-005e.html.ini | 2 - .../css-images/object-fit-none-svg-005i.html.ini | 2 - .../css-images/object-fit-none-svg-005o.html.ini | 2 - .../css-images/object-fit-none-svg-005p.html.ini | 2 - .../css-images/object-fit-none-svg-006e.html.ini | 2 - .../css-images/object-fit-none-svg-006i.html.ini | 2 - .../css-images/object-fit-none-svg-006o.html.ini | 2 - .../css-images/object-fit-none-svg-006p.html.ini | 2 - .../object-fit-scale-down-svg-001e.html.ini | 2 - .../object-fit-scale-down-svg-001i.html.ini | 2 - .../object-fit-scale-down-svg-001o.html.ini | 2 - .../object-fit-scale-down-svg-001p.html.ini | 2 - .../object-fit-scale-down-svg-002e.html.ini | 2 - .../object-fit-scale-down-svg-002i.html.ini | 2 - .../object-fit-scale-down-svg-002o.html.ini | 2 - .../object-fit-scale-down-svg-002p.html.ini | 2 - .../object-fit-scale-down-svg-003e.html.ini | 2 - .../object-fit-scale-down-svg-003i.html.ini | 2 - .../object-fit-scale-down-svg-003o.html.ini | 2 - .../object-fit-scale-down-svg-003p.html.ini | 2 - .../object-fit-scale-down-svg-004e.html.ini | 2 - .../object-fit-scale-down-svg-004i.html.ini | 2 - .../object-fit-scale-down-svg-004o.html.ini | 2 - .../object-fit-scale-down-svg-004p.html.ini | 2 - .../object-fit-scale-down-svg-005e.html.ini | 2 - .../object-fit-scale-down-svg-005i.html.ini | 2 - .../object-fit-scale-down-svg-005o.html.ini | 2 - .../object-fit-scale-down-svg-005p.html.ini | 2 - .../object-fit-scale-down-svg-006e.html.ini | 2 - .../object-fit-scale-down-svg-006i.html.ini | 2 - .../object-fit-scale-down-svg-006o.html.ini | 2 - .../object-fit-scale-down-svg-006p.html.ini | 2 - .../css-images/object-position-svg-001e.html.ini | 2 - .../css-images/object-position-svg-001i.html.ini | 2 - .../css-images/object-position-svg-001o.html.ini | 2 - .../css-images/object-position-svg-001p.html.ini | 2 - .../css-images/object-position-svg-002e.html.ini | 2 - .../css-images/object-position-svg-002i.html.ini | 2 - .../css-images/object-position-svg-002o.html.ini | 2 - .../css-images/object-position-svg-002p.html.ini | 2 - .../object-view-box-fit-contain-video.html.ini | 2 + .../object-view-box-fit-none-video.html.ini | 2 + .../out-of-range-color-stop-conic.html.ini | 2 + .../parsing/image-orientation-computed.html.ini | 6 + .../parsing/image-orientation-valid.html.ini | 6 + .../parsing/image-rendering-computed.html.ini | 6 + .../parsing/image-rendering-valid.html.ini | 6 + .../parsing/image-resolution-valid.html.ini | 36 + .../parsing/object-fit-computed.html.ini | 18 + .../css-images/parsing/object-fit-valid.html.ini | 27 + .../parsing/object-position-computed.html.ini | 48 + .../parsing/object-position-valid.html.ini | 54 + .../background-image-tiled.https.html.ini | 2 + ...roperty-animation-on-main-thread.https.html.ini | 2 + .../geometry-with-float-size.https.html.ini | 2 + .../hidpi/canvas-transform.https.html.ini | 2 + .../hidpi/device-pixel-ratio.https.html.ini | 2 + .../wpt/meta/css/css-paint-api/idlharness.html.ini | 3 + .../css/css-paint-api/paint2d-paths.https.html.ini | 2 + .../parse-input-arguments-018.https.html.ini | 2 + .../parsing/paint-function-valid.https.html.ini | 1 + ...tered-property-interpolation-001.https.html.ini | 2 + ...tered-property-interpolation-002.https.html.ini | 2 + ...tered-property-interpolation-003.https.html.ini | 2 +- ...tered-property-interpolation-004.https.html.ini | 2 + ...tered-property-interpolation-005.https.html.ini | 2 + ...tered-property-interpolation-006.https.html.ini | 2 + ...tered-property-interpolation-007.https.html.ini | 2 + ...tered-property-interpolation-008.https.html.ini | 2 + ...tered-property-interpolation-009.https.html.ini | 2 + ...tered-property-interpolation-010.https.html.ini | 2 + ...stered-property-invalidation-001.https.html.ini | 2 + ...stered-property-invalidation-002.https.html.ini | 2 + .../registered-property-stylemap.https.html.ini | 2 + .../registered-property-value-001.https.html.ini | 2 + .../registered-property-value-002.https.html.ini | 2 + .../registered-property-value-003.https.html.ini | 2 + .../registered-property-value-004.https.html.ini | 2 + .../registered-property-value-005.https.html.ini | 2 + .../registered-property-value-006.https.html.ini | 2 + .../registered-property-value-007.https.html.ini | 2 + .../registered-property-value-008.https.html.ini | 2 + .../registered-property-value-009.https.html.ini | 2 + .../registered-property-value-010.https.html.ini | 2 + .../registered-property-value-011.https.html.ini | 2 + .../registered-property-value-012.https.html.ini | 2 + .../registered-property-value-013.https.html.ini | 2 + .../registered-property-value-014.https.html.ini | 2 + .../registered-property-value-015.https.html.ini | 2 + .../registered-property-value-016.https.html.ini | 2 + .../registered-property-value-017.https.html.ini | 2 + .../registered-property-value-018.https.html.ini | 2 + .../style-background-image.https.html.ini | 2 + .../style-before-pseudo.https.html.ini | 2 + .../style-first-letter-pseudo.https.html.ini | 2 + .../css-paint-api/top-level-await.https.html.ini | 2 +- .../valid-image-after-load.https.html.ini | 2 +- .../valid-image-before-load.https.html.ini | 2 +- .../animations/hyphen-no-interpolation.html.ini | 27 + .../animations/letter-spacing-composition.html.ini | 45 + .../letter-spacing-interpolation.html.ini | 108 + .../line-break-no-interpolation.html.ini | 9 + .../animations/text-indent-composition.html.ini | 93 + .../animations/text-indent-interpolation.html.ini | 18 + .../animations/word-spacing-composition.html.ini | 45 + .../animations/word-spacing-interpolation.html.ini | 108 + .../meta/css/css-text/bidi/bidi-lines-002.html.ini | 2 - .../boundary-shaping/boundary-shaping-009.html.ini | 2 + .../hanging-punctuation-allow-end-001.xht.ini | 2 + .../hanging-punctuation-first-001.xht.ini | 2 + .../hanging-punctuation-force-end-001.xht.ini | 2 + .../hanging-punctuation-last-001.xht.ini | 2 + .../hanging-scrollable-001.html.ini | 2 + .../css/css-text/hyphens/hyphens-auto-002.html.ini | 2 + .../hyphens/hyphens-auto-last-word-001.html.ini | 2 + .../hyphens/hyphens-manual-inline-010.html.ini | 2 - .../css/css-text/hyphens/hyphens-none-011.html.ini | 2 + .../css/css-text/hyphens/hyphens-none-012.html.ini | 2 - .../css/css-text/hyphens/hyphens-none-013.html.ini | 2 - .../css/css-text/hyphens/hyphens-none-014.html.ini | 2 + .../css-text/hyphens/hyphens-overflow-001.html.ini | 2 + .../hyphens/hyphens-punctuation-001.html.ini | 2 + .../css-text/hyphens/hyphens-shaping-002.html.ini | 2 + .../css/css-text/hyphens/shy-styling-001.html.ini | 2 + tests/wpt/meta/css/css-text/inheritance.html.ini | 6 + .../letter-spacing/letter-spacing-211.html.ini | 2 - .../letter-spacing/letter-spacing-bidi-003.xht.ini | 2 + .../letter-spacing/letter-spacing-bidi-004.xht.ini | 2 + .../letter-spacing/letter-spacing-bidi-005.xht.ini | 2 + .../letter-spacing-control-chars-001.html.ini | 2 + .../letter-spacing-end-of-line-001.html.ini | 2 + .../letter-spacing-ligatures-003.html.ini | 2 + .../letter-spacing-nesting-001.html.ini | 2 + .../letter-spacing-nesting-003.xht.ini | 2 + .../line-break/line-break-anywhere-001.html.ini | 2 + .../line-break/line-break-anywhere-002.html.ini | 2 + .../line-break/line-break-anywhere-003.html.ini | 2 + .../line-break/line-break-anywhere-004.html.ini | 2 + .../line-break/line-break-anywhere-005.html.ini | 2 + .../line-break/line-break-anywhere-006.html.ini | 2 + .../line-break/line-break-anywhere-007.html.ini | 2 + .../line-break/line-break-anywhere-008.html.ini | 2 + .../line-break/line-break-anywhere-009.html.ini | 2 + .../line-break/line-break-anywhere-010.html.ini | 2 + .../line-break/line-break-anywhere-011.html.ini | 2 + .../line-break/line-break-anywhere-012.html.ini | 2 + .../line-break/line-break-anywhere-013.html.ini | 2 + .../line-break/line-break-anywhere-014.html.ini | 2 + .../line-break/line-break-anywhere-015.html.ini | 2 + .../line-break/line-break-anywhere-016.html.ini | 2 - .../line-break/line-break-anywhere-017.html.ini | 2 + ...ine-break-anywhere-and-white-space-004.html.ini | 2 - ...ine-break-anywhere-and-white-space-005.html.ini | 2 + ...ine-break-anywhere-and-white-space-007.html.ini | 2 - ...ine-break-anywhere-and-white-space-008.html.ini | 2 + ...ine-break-anywhere-and-white-space-009.html.ini | 2 + ...ak-anywhere-overrides-uax-behavior-001.html.ini | 2 + ...ak-anywhere-overrides-uax-behavior-002.html.ini | 2 + ...ak-anywhere-overrides-uax-behavior-003.html.ini | 2 + ...ak-anywhere-overrides-uax-behavior-004.html.ini | 2 + ...ak-anywhere-overrides-uax-behavior-005.html.ini | 2 + ...ak-anywhere-overrides-uax-behavior-006.html.ini | 2 + ...ak-anywhere-overrides-uax-behavior-007.html.ini | 2 + ...ak-anywhere-overrides-uax-behavior-008.html.ini | 2 + ...ak-anywhere-overrides-uax-behavior-009.html.ini | 2 + ...ak-anywhere-overrides-uax-behavior-011.html.ini | 2 + ...ak-anywhere-overrides-uax-behavior-013.html.ini | 2 + ...ak-anywhere-overrides-uax-behavior-014.html.ini | 2 + ...ak-anywhere-overrides-uax-behavior-015.html.ini | 2 + ...ak-anywhere-overrides-uax-behavior-016.html.ini | 2 + .../line-break/line-break-loose-011.xht.ini | 2 + .../line-break/line-break-loose-012.xht.ini | 2 + .../line-break/line-break-loose-013.xht.ini | 2 + .../line-break/line-break-loose-014.xht.ini | 2 + .../line-break/line-break-loose-015.xht.ini | 2 + .../line-break/line-break-loose-016a.xht.ini | 2 + .../line-break/line-break-loose-016b.xht.ini | 2 + .../line-break/line-break-loose-017a.xht.ini | 2 + .../line-break/line-break-loose-017b.xht.ini | 2 + .../line-break/line-break-loose-018.xht.ini | 2 + .../line-break-loose-hyphens-001.html.ini | 2 + .../line-break-loose-hyphens-002.html.ini | 2 + .../line-break/line-break-normal-011.xht.ini | 2 + .../line-break/line-break-normal-012.xht.ini | 2 + .../line-break/line-break-normal-013.xht.ini | 2 + .../line-break-normal-hyphens-001.html.ini | 2 + .../line-break-normal-hyphens-002.html.ini | 2 + .../line-break/line-break-shaping-001.html.ini | 2 + .../line-break-strict-hyphens-001.html.ini | 2 + .../line-break-strict-hyphens-002.html.ini | 2 + .../line-breaking/line-breaking-001.html.ini | 2 - .../line-breaking/line-breaking-002.html.ini | 2 - .../line-breaking/line-breaking-003.html.ini | 2 - .../line-breaking/line-breaking-004.html.ini | 2 - .../line-breaking/line-breaking-005.html.ini | 2 - .../line-breaking/line-breaking-006.html.ini | 2 - .../line-breaking/line-breaking-007.html.ini | 2 - .../line-breaking/line-breaking-008.html.ini | 2 - .../line-breaking/line-breaking-010.html.ini | 2 - .../line-breaking/line-breaking-012.html.ini | 2 + .../line-breaking/line-breaking-013.html.ini | 2 + .../line-breaking/line-breaking-014.html.ini | 2 + .../line-breaking/line-breaking-017.html.ini | 2 + .../line-breaking/line-breaking-018.html.ini | 2 + .../line-breaking/line-breaking-019.html.ini | 2 + .../line-breaking/line-breaking-021.html.ini | 2 + .../line-breaking-atomic-001.html.ini | 2 - .../line-breaking-atomic-002.html.ini | 2 + .../line-breaking-atomic-004.html.ini | 2 + .../line-breaking-atomic-005.html.ini | 2 + .../line-breaking-atomic-006.html.ini | 2 - .../line-breaking-atomic-009.html.ini | 2 + .../line-breaking-atomic-nowrap-001.html.ini | 12 + .../line-breaking/line-breaking-ic-001.html.ini | 2 - .../line-breaking-replaced-001.html.ini | 2 + .../line-breaking-replaced-002.html.ini | 2 + .../line-breaking-replaced-003.html.ini | 2 - .../line-breaking-replaced-004.html.ini | 2 + .../line-breaking-replaced-005.html.ini | 2 - .../line-breaking-replaced-006.html.ini | 2 + .../overflow-wrap-anywhere-001.html.ini | 2 + .../overflow-wrap-anywhere-002.html.ini | 2 + .../overflow-wrap-anywhere-003.html.ini | 2 + .../overflow-wrap-anywhere-005.html.ini | 2 + .../overflow-wrap-anywhere-006.html.ini | 2 + .../overflow-wrap-anywhere-007.html.ini | 2 + .../overflow-wrap-anywhere-008.html.ini | 2 + .../overflow-wrap-anywhere-009.html.ini | 2 + .../overflow-wrap-anywhere-010.html.ini | 2 + .../overflow-wrap-anywhere-inline-001.html.ini | 2 + .../overflow-wrap-anywhere-span-001.html.ini | 2 + .../overflow-wrap-anywhere-span-002.html.ini | 3 + .../overflow-wrap-break-word-002.html.ini | 2 + .../overflow-wrap-break-word-003.html.ini | 2 + .../overflow-wrap-break-word-005.html.ini | 2 + .../overflow-wrap-break-word-006.html.ini | 2 + .../overflow-wrap-break-word-007.html.ini | 2 + .../overflow-wrap-break-word-008.html.ini | 2 + .../overflow-wrap-break-word-009.html.ini | 2 + .../overflow-wrap-break-word-010.html.ini | 2 + .../overflow-wrap-break-word-keep-all-001.html.ini | 3 - .../overflow-wrap-break-word-span-001.html.ini | 2 + .../overflow-wrap-break-word-span-002.html.ini | 3 + .../overflow-wrap-cluster-001.html.ini | 2 + .../overflow-wrap-cluster-002.html.ini | 2 + .../overflow-wrap-min-content-size-001.html.ini | 2 + .../overflow-wrap-min-content-size-002.html.ini | 2 + .../overflow-wrap-min-content-size-003.html.ini | 2 + .../overflow-wrap-min-content-size-004.html.ini | 2 + .../overflow-wrap-min-content-size-005.html.ini | 2 + .../overflow-wrap-min-content-size-006.html.ini | 2 + .../overflow-wrap-min-content-size-007.html.ini | 2 + .../overflow-wrap-shaping-001.html.ini | 2 + .../overflow-wrap-shaping-002.html.ini | 2 + .../parsing/hanging-punctuation-valid.html.ini | 51 + .../css/css-text/parsing/hyphens-computed.html.ini | 9 + .../css/css-text/parsing/hyphens-valid.html.ini | 9 + .../css-text/parsing/line-break-computed.html.ini | 15 + .../css/css-text/parsing/line-break-valid.html.ini | 15 + .../css-text/parsing/tab-size-computed.html.ini | 24 + .../css/css-text/parsing/tab-size-valid.html.ini | 15 + .../css-text/parsing/text-align-all-valid.html.ini | 21 + .../css-text/parsing/text-align-computed.html.ini | 3 - .../parsing/text-align-last-computed.html.ini | 24 + .../parsing/text-align-last-valid.html.ini | 24 + .../css/css-text/parsing/text-align-valid.html.ini | 3 - .../parsing/text-autospace-computed.html.ini | 15 + .../css-text/parsing/text-autospace-valid.html.ini | 30 + .../parsing/text-transform-computed.html.ini | 3 + .../css-text/parsing/text-transform-valid.html.ini | 3 + .../css-text/parsing/white-space-computed.html.ini | 3 + .../css-text/parsing/white-space-valid.html.ini | 3 + .../word-boundary-detection-computed.html.ini | 6 + .../parsing/word-boundary-detection-valid.html.ini | 6 + .../word-boundary-expansion-computed.html.ini | 9 + .../parsing/word-boundary-expansion-valid.html.ini | 9 + .../css-text/parsing/word-break-computed.html.ini | 3 + .../css/css-text/parsing/word-break-valid.html.ini | 3 + .../css-text/parsing/word-spacing-invalid.html.ini | 3 + .../shaping/reference/shaping-001-ref.html.ini | 2 + .../shaping/reference/shaping-002-ref.html.ini | 2 + .../shaping/reference/shaping-003-ref.html.ini | 2 + .../shaping/reference/shaping-008-ref.html.ini | 2 + .../shaping/reference/shaping-009-ref.html.ini | 2 + .../shaping/reference/shaping-010-ref.html.ini | 2 + .../shaping/reference/shaping-011-ref.html.ini | 2 + .../shaping/reference/shaping-020-ref.html.ini | 2 + .../shaping/reference/shaping-021-ref.html.ini | 2 + .../shaping/reference/shaping-023-ref.html.ini | 2 + .../shaping/reference/shaping-024-ref.html.ini | 2 - .../shaping/reference/shaping-025-ref.html.ini | 2 - .../css/css-text/shaping/shaping_lig-001.html.ini | 2 - .../tab-size/tab-min-rendered-width-1.html.ini | 2 + .../tab-size/tab-size-inheritance-001.html.ini | 2 + .../tab-size/tab-size-spacing-001.html.ini | 2 + .../meta/css/css-text/tab-size/tab-size.html.ini | 3 + .../text-align/text-align-end-003.html.ini | 2 + .../text-align/text-align-end-007.html.ini | 2 + .../text-align/text-align-end-009.html.ini | 2 + .../text-align/text-align-end-014.html.ini | 2 + .../text-align/text-align-end-016.html.ini | 2 + .../text-align/text-align-justify-003.html.ini | 2 + .../text-align/text-align-justify-005.html.ini | 2 + .../text-align/text-align-justifyall-001.html.ini | 2 + .../text-align/text-align-justifyall-002.html.ini | 2 + .../text-align/text-align-justifyall-003.html.ini | 2 + .../text-align/text-align-justifyall-004.html.ini | 2 + .../text-align/text-align-justifyall-005.html.ini | 2 + .../text-align/text-align-justifyall-006.html.ini | 2 + .../text-align/text-align-last-wins-001.html.ini | 2 + .../text-align/text-align-start-003.html.ini | 2 + .../text-align/text-align-start-007.html.ini | 2 + .../text-align/text-align-start-009.html.ini | 2 + .../text-align/text-align-start-014.html.ini | 2 + .../text-align/text-align-start-016.html.ini | 2 + .../text-encoding/shaping-join-002.html.ini | 2 + .../text-encoding/shaping-no-join-002.html.ini | 2 + .../text-encoding/shaping-tatweel-002.html.ini | 2 + .../percentage-value-intrinsic-size.html.ini | 3 - .../text-indent-min-max-content-001.html.ini | 2 + .../text-justify/text-justify-006.html.ini | 2 + .../text-justify-distribute-001.html.ini | 2 + .../text-justify-inter-character-001.html.ini | 2 + .../css-text/text-stroke-width-subpixel.html.ini | 2 + .../math/text-transform-math-auto-001.html.ini | 2 + .../math/text-transform-math-auto-002.html.ini | 2 + .../text-transform-capitalize-001.html.ini | 2 + .../text-transform-capitalize-003.html.ini | 2 + .../text-transform-capitalize-005.html.ini | 2 + .../text-transform-capitalize-007.html.ini | 2 + .../text-transform-capitalize-009.html.ini | 2 + .../text-transform-capitalize-010.html.ini | 2 + .../text-transform-capitalize-014.html.ini | 2 + .../text-transform-capitalize-016.html.ini | 2 + .../text-transform-capitalize-018.html.ini | 2 + .../text-transform-capitalize-020.html.ini | 2 + .../text-transform-capitalize-022.html.ini | 2 + .../text-transform-capitalize-024.html.ini | 2 + .../text-transform-capitalize-028.html.ini | 2 + .../text-transform-capitalize-030.html.ini | 2 + .../text-transform-capitalize-031.html.ini | 2 + .../text-transform-capitalize-032.xht.ini | 2 + .../text-transform-capitalize-033.html.ini | 2 + .../text-transform-capitalize-034.html.ini | 2 + .../text-transform-fullwidth-001.xht.ini | 2 + .../text-transform-fullwidth-002.xht.ini | 2 + .../text-transform-fullwidth-004.xht.ini | 2 + .../text-transform-fullwidth-005.xht.ini | 2 + .../text-transform-fullwidth-006.html.ini | 2 - .../text-transform-fullwidth-008.html.ini | 2 + .../text-transform-fullwidth-009.html.ini | 2 + .../text-transform-multiple-001.html.ini | 2 + .../text-transform-tailoring-001.html.ini | 2 + .../text-transform-tailoring-002.html.ini | 2 + .../text-transform-tailoring-002a.html.ini | 2 + .../text-transform-tailoring-003.html.ini | 2 + .../text-transform-tailoring-004.html.ini | 2 + .../text-transform-tailoring-005.html.ini | 2 + .../text-transform-upperlower-001.html.ini | 2 + .../text-transform-upperlower-002.html.ini | 2 + .../text-transform-upperlower-003.html.ini | 2 + .../text-transform-upperlower-004.html.ini | 2 + .../text-transform-upperlower-005.html.ini | 2 + .../text-transform-upperlower-006.html.ini | 2 + .../text-transform-upperlower-007.html.ini | 2 + .../text-transform-upperlower-008.html.ini | 2 + .../text-transform-upperlower-009.html.ini | 2 + .../text-transform-upperlower-010.html.ini | 2 + .../text-transform-upperlower-014.html.ini | 2 + .../text-transform-upperlower-015.html.ini | 2 + .../text-transform-upperlower-016.html.ini | 2 + .../text-transform-upperlower-017.html.ini | 2 + .../text-transform-upperlower-018.html.ini | 2 + .../text-transform-upperlower-019.html.ini | 2 + .../text-transform-upperlower-020.html.ini | 2 + .../text-transform-upperlower-021.html.ini | 2 + .../text-transform-upperlower-022.html.ini | 2 + .../text-transform-upperlower-023.html.ini | 2 + .../text-transform-upperlower-024.html.ini | 2 + .../text-transform-upperlower-025.html.ini | 2 + .../text-transform-upperlower-028.html.ini | 2 + .../text-transform-upperlower-029.html.ini | 2 + .../text-transform-upperlower-030.html.ini | 2 + .../text-transform-upperlower-031.html.ini | 2 + .../text-transform-upperlower-032.html.ini | 2 + .../text-transform-upperlower-033.html.ini | 2 + .../text-transform-upperlower-034.html.ini | 2 + .../text-transform-upperlower-035.html.ini | 2 + .../text-transform-upperlower-038.html.ini | 2 + .../text-transform-upperlower-039.html.ini | 2 + .../text-transform-upperlower-040.html.ini | 2 + .../text-transform-upperlower-041.html.ini | 2 + .../text-transform-upperlower-042.html.ini | 2 + .../text-transform-upperlower-043.html.ini | 2 + .../text-transform-upperlower-044.html.ini | 2 + .../text-transform-upperlower-101.html.ini | 2 + .../text-transform-upperlower-102.html.ini | 2 + .../css-text/white-space/break-spaces-001.html.ini | 2 + .../css-text/white-space/break-spaces-003.html.ini | 2 + .../css-text/white-space/break-spaces-004.html.ini | 2 + .../css-text/white-space/break-spaces-005.html.ini | 2 + .../css-text/white-space/break-spaces-006.html.ini | 2 + .../css-text/white-space/break-spaces-007.html.ini | 2 + .../css-text/white-space/break-spaces-008.html.ini | 2 + .../css-text/white-space/break-spaces-009.html.ini | 2 + .../css-text/white-space/break-spaces-010.html.ini | 2 + .../css-text/white-space/break-spaces-011.html.ini | 2 + .../break-spaces-before-first-char-001.html.ini | 2 + .../break-spaces-before-first-char-002.html.ini | 2 + .../break-spaces-before-first-char-003.html.ini | 2 + .../break-spaces-before-first-char-004.html.ini | 2 + .../break-spaces-before-first-char-005.html.ini | 2 + .../break-spaces-before-first-char-006.html.ini | 2 + .../break-spaces-before-first-char-007.html.ini | 2 + .../break-spaces-before-first-char-008.html.ini | 2 + .../break-spaces-before-first-char-009.html.ini | 2 + .../break-spaces-before-first-char-010.html.ini | 2 + .../break-spaces-before-first-char-011.html.ini | 2 + .../break-spaces-before-first-char-012.html.ini | 2 + .../break-spaces-before-first-char-013.html.ini | 2 + .../break-spaces-before-first-char-014.html.ini | 2 + .../break-spaces-before-first-char-015.html.ini | 2 + .../break-spaces-before-first-char-016.html.ini | 2 + .../break-spaces-before-first-char-017.html.ini | 2 + .../break-spaces-before-first-char-018.html.ini | 2 + .../white-space/break-spaces-tab-001.html.ini | 2 + .../white-space/break-spaces-tab-002.html.ini | 2 + .../white-space/break-spaces-tab-003.html.ini | 2 + .../white-space/break-spaces-tab-004.html.ini | 2 + .../white-space/break-spaces-tab-005.html.ini | 2 + .../white-space/break-spaces-tab-006.html.ini | 2 + ...reak-spaces-with-ideographic-space-004.html.ini | 2 - ...reak-spaces-with-ideographic-space-007.html.ini | 2 - .../break-spaces-with-overflow-wrap-001.html.ini | 2 + .../break-spaces-with-overflow-wrap-002.html.ini | 2 + .../break-spaces-with-overflow-wrap-003.html.ini | 2 + .../break-spaces-with-overflow-wrap-004.html.ini | 2 + .../break-spaces-with-overflow-wrap-005.html.ini | 2 + .../break-spaces-with-overflow-wrap-006.html.ini | 2 + .../break-spaces-with-overflow-wrap-007.html.ini | 2 + .../break-spaces-with-overflow-wrap-008.html.ini | 2 + .../break-spaces-with-overflow-wrap-009.html.ini | 2 + .../break-spaces-with-overflow-wrap-010.html.ini | 2 + .../white-space/control-chars-00C.html.ini | 2 + .../white-space/control-chars-00D.html.ini | 2 + ...play-contents-remove-whitespace-change.html.ini | 2 - .../white-space/eol-spaces-bidi-001.html.ini | 2 + .../full-width-leading-spaces-002.html.ini | 2 - .../full-width-leading-spaces-003.html.ini | 2 - .../full-width-leading-spaces-005.html.ini | 2 - .../line-edge-white-space-collapse-001.html.ini | 2 + .../line-edge-white-space-collapse-002.html.ini | 2 + .../white-space/object-replacement-1.html.ini | 2 + .../white-space/object-replacement-2.html.ini | 2 + .../css-text/white-space/pre-float-001.html.ini | 2 + .../pre-line-with-space-and-newline.html.ini | 2 - .../css/css-text/white-space/pre-wrap-001.html.ini | 2 + .../css/css-text/white-space/pre-wrap-002.html.ini | 2 + .../css/css-text/white-space/pre-wrap-003.html.ini | 2 + .../css/css-text/white-space/pre-wrap-004.html.ini | 2 + .../css/css-text/white-space/pre-wrap-005.html.ini | 2 + .../css/css-text/white-space/pre-wrap-006.html.ini | 2 + .../css/css-text/white-space/pre-wrap-007.html.ini | 2 + .../css/css-text/white-space/pre-wrap-008.html.ini | 2 + .../css/css-text/white-space/pre-wrap-009.html.ini | 2 + .../css/css-text/white-space/pre-wrap-011.html.ini | 2 + .../css/css-text/white-space/pre-wrap-012.html.ini | 2 + .../css/css-text/white-space/pre-wrap-013.html.ini | 2 + .../css/css-text/white-space/pre-wrap-014.html.ini | 2 + .../css/css-text/white-space/pre-wrap-015.html.ini | 2 + .../css/css-text/white-space/pre-wrap-017.html.ini | 2 + .../css/css-text/white-space/pre-wrap-018.html.ini | 2 + .../css/css-text/white-space/pre-wrap-019.html.ini | 2 + .../css/css-text/white-space/pre-wrap-020.html.ini | 2 + .../white-space/pre-wrap-float-001.html.ini | 2 + .../pre-wrap-leading-spaces-004.html.ini | 2 + .../pre-wrap-leading-spaces-005.html.ini | 2 + .../pre-wrap-leading-spaces-006.html.ini | 2 + .../pre-wrap-leading-spaces-007.html.ini | 2 + .../pre-wrap-leading-spaces-008.html.ini | 2 + .../pre-wrap-leading-spaces-009.html.ini | 2 + .../pre-wrap-leading-spaces-010.html.ini | 2 + .../pre-wrap-leading-spaces-011.html.ini | 2 + .../pre-wrap-leading-spaces-012.html.ini | 2 + .../pre-wrap-leading-spaces-013.html.ini | 2 + .../pre-wrap-leading-spaces-014.html.ini | 2 + .../css-text/white-space/pre-wrap-tab-001.html.ini | 2 + .../css-text/white-space/pre-wrap-tab-003.html.ini | 2 + .../css-text/white-space/pre-wrap-tab-004.html.ini | 2 + .../css-text/white-space/pre-wrap-tab-005.html.ini | 2 + .../css-text/white-space/pre-wrap-tab-006.html.ini | 2 + .../white-space/tab-stop-threshold-001.html.ini | 2 + .../white-space/tab-stop-threshold-002.html.ini | 2 + .../white-space/tab-stop-threshold-003.html.ini | 2 + .../white-space/tab-stop-threshold-004.html.ini | 2 + .../white-space/tab-stop-threshold-005.html.ini | 2 + .../white-space/tab-stop-threshold-006.html.ini | 2 + .../text-space-collapse-discard-001.xht.ini | 2 + ...text-space-collapse-preserve-breaks-001.xht.ini | 2 + .../text-space-trim-trim-inner-001.xht.ini | 2 + .../white-space/text-wrap-balance-002.html.ini | 2 + .../text-wrap-balance-text-indent-001.html.ini | 2 + .../white-space/textarea-break-spaces-001.html.ini | 2 + .../white-space/textarea-break-spaces-002.html.ini | 2 + .../white-space/textarea-pre-wrap-001.html.ini | 2 + .../white-space/textarea-pre-wrap-002.html.ini | 2 + .../white-space/textarea-pre-wrap-003.html.ini | 2 + .../white-space/textarea-pre-wrap-004.html.ini | 2 + .../white-space/textarea-pre-wrap-005.html.ini | 2 + .../white-space/textarea-pre-wrap-006.html.ini | 2 + .../white-space/textarea-pre-wrap-007.html.ini | 2 + .../white-space/textarea-pre-wrap-011.html.ini | 2 + .../white-space/textarea-pre-wrap-012.html.ini | 2 + .../white-space/textarea-pre-wrap-013.html.ini | 2 + .../white-space/textarea-pre-wrap-014.html.ini | 2 + .../trailing-ideographic-space-001.html.ini | 2 + .../trailing-ideographic-space-002.html.ini | 2 + .../trailing-ideographic-space-003.html.ini | 2 - .../trailing-ideographic-space-006.html.ini | 2 - .../trailing-ideographic-space-008.html.ini | 2 - .../trailing-ideographic-space-011.html.ini | 2 + .../trailing-ideographic-space-012.html.ini | 2 - .../trailing-ideographic-space-013.html.ini | 2 - .../trailing-ideographic-space-014.html.ini | 2 - .../trailing-ideographic-space-015.html.ini | 2 + .../trailing-ideographic-space-016.html.ini | 2 + .../trailing-ideographic-space-017.html.ini | 2 - .../trailing-ideographic-space-018.html.ini | 2 - .../trailing-ideographic-space-019.html.ini | 2 - .../trailing-ideographic-space-020.html.ini | 2 - .../trailing-ideographic-space-021.html.ini | 2 - .../trailing-ideographic-space-022.html.ini | 2 - .../trailing-ideographic-space-023.html.ini | 2 - .../trailing-ideographic-space-024.html.ini | 2 - .../trailing-ideographic-space-025.html.ini | 2 - .../trailing-other-space-separators-001.html.ini | 2 + .../trailing-other-space-separators-002.html.ini | 2 + .../trailing-other-space-separators-003.html.ini | 2 + .../trailing-other-space-separators-004.html.ini | 2 + ...ther-space-separators-break-spaces-004.html.ini | 2 - ...ther-space-separators-break-spaces-007.html.ini | 2 - ...ther-space-separators-break-spaces-008.html.ini | 2 - ...ther-space-separators-break-spaces-012.html.ini | 2 - ...ther-space-separators-break-spaces-015.html.ini | 2 - .../trailing-space-align-start.tentative.html.ini | 2 + .../trailing-space-and-text-alignment-003.html.ini | 2 + .../trailing-space-and-text-alignment-004.html.ini | 2 + ...iling-space-and-text-alignment-rtl-003.html.ini | 2 + .../trailing-space-before-br-001.html.ini | 18 - .../trailing-space-in-inline-box.html.ini | 9 + .../white-space-applies-to-text-001.html.ini | 2 + .../white-space-intrinsic-size-001.html.ini | 2 + .../white-space-intrinsic-size-002.html.ini | 2 + .../white-space-intrinsic-size-003.html.ini | 2 + .../white-space-intrinsic-size-004.html.ini | 2 + .../white-space-pre-wrap-justify-001.html.ini | 2 + .../white-space-pre-wrap-justify-002.html.ini | 2 + .../white-space-pre-wrap-justify-003.html.ini | 2 + .../white-space-pre-wrap-justify-004.html.ini | 2 + ...ite-space-pre-wrap-trailing-spaces-001.html.ini | 2 + ...ite-space-pre-wrap-trailing-spaces-002.html.ini | 2 + ...ite-space-pre-wrap-trailing-spaces-003.html.ini | 2 + ...ite-space-pre-wrap-trailing-spaces-004.html.ini | 2 - ...ite-space-pre-wrap-trailing-spaces-005.html.ini | 2 + ...ite-space-pre-wrap-trailing-spaces-007.html.ini | 2 + ...ite-space-pre-wrap-trailing-spaces-008.html.ini | 2 + ...ite-space-pre-wrap-trailing-spaces-011.html.ini | 2 + .../white-space-vs-joiners-001.html.ini | 2 + .../white-space-zero-fontsize-002.html.ini | 2 + .../word-boundary/word-boundary-001.html.ini | 2 + .../word-boundary/word-boundary-002.html.ini | 2 + .../word-boundary/word-boundary-003.html.ini | 2 + .../word-boundary/word-boundary-004.html.ini | 2 + .../word-boundary/word-boundary-005.html.ini | 2 + .../word-boundary/word-boundary-006.html.ini | 2 + .../word-boundary/word-boundary-007.html.ini | 2 + .../word-boundary/word-boundary-008.html.ini | 2 + .../word-boundary/word-boundary-009.html.ini | 2 + .../word-boundary/word-boundary-010.html.ini | 2 + .../word-boundary/word-boundary-011.html.ini | 2 + .../word-boundary/word-boundary-012.html.ini | 2 + .../word-boundary/word-boundary-013.html.ini | 2 + .../word-boundary/word-boundary-014.html.ini | 2 + .../word-boundary/word-boundary-102.html.ini | 2 + .../word-boundary/word-boundary-103.html.ini | 2 + .../word-boundary/word-boundary-104.html.ini | 2 + .../word-boundary/word-boundary-105.html.ini | 2 + .../word-boundary/word-boundary-107.html.ini | 2 + .../word-boundary/word-boundary-108.html.ini | 2 + .../word-boundary/word-boundary-109.html.ini | 2 + .../word-boundary/word-boundary-110.html.ini | 2 + .../word-boundary/word-boundary-112.html.ini | 2 + .../word-boundary/word-boundary-113.html.ini | 2 + .../word-boundary/word-boundary-114.html.ini | 2 + .../word-boundary/word-boundary-115.html.ini | 2 + .../word-boundary/word-boundary-116.html.ini | 2 + .../word-boundary/word-boundary-117.html.ini | 2 + .../word-boundary/word-boundary-118.html.ini | 2 + .../word-boundary/word-boundary-119.html.ini | 2 + .../word-boundary/word-boundary-120.html.ini | 2 + .../word-boundary/word-boundary-121.html.ini | 2 + .../word-boundary/word-boundary-122.html.ini | 2 + .../word-boundary/word-boundary-123.html.ini | 2 + .../word-boundary/word-boundary-124.html.ini | 2 + .../word-boundary/word-boundary-125.html.ini | 2 + .../word-boundary/word-boundary-126.html.ini | 2 + .../word-boundary/word-boundary-127.html.ini | 2 + .../word-boundary/word-boundary-128.html.ini | 2 + .../word-boundary/word-boundary-129.html.ini | 2 + .../word-break-auto-phrase-intrinsic-001.html.ini | 2 + .../word-break-auto-phrase-overflow-001.html.ini | 2 + .../word-break-auto-phrase-wbr-nobr-001.html.ini | 2 + .../word-break-auto-phrase-wbr-nobr-002.html.ini | 2 + .../word-break/break-boundary-2-chars-001.html.ini | 2 + .../word-break/word-break-break-all-000.html.ini | 2 - .../word-break/word-break-break-all-002.html.ini | 2 - .../word-break/word-break-break-all-004.html.ini | 2 + .../word-break/word-break-break-all-005.html.ini | 2 - .../word-break/word-break-break-all-007.html.ini | 2 + .../word-break/word-break-break-all-010.html.ini | 2 + .../word-break/word-break-break-all-012.html.ini | 2 + .../word-break/word-break-break-all-013.html.ini | 2 + .../word-break/word-break-break-all-014.html.ini | 2 - .../word-break/word-break-break-all-015.html.ini | 2 + .../word-break/word-break-break-all-016.html.ini | 2 + .../word-break/word-break-break-all-017.html.ini | 2 + .../word-break/word-break-break-all-018.html.ini | 2 + .../word-break/word-break-break-all-019.html.ini | 2 + .../word-break/word-break-break-all-020.html.ini | 2 + .../word-break/word-break-break-all-021.html.ini | 2 + .../word-break/word-break-break-all-022.html.ini | 2 + .../word-break/word-break-break-all-023.html.ini | 2 + .../word-break/word-break-break-all-024.html.ini | 2 + .../word-break/word-break-break-all-025.html.ini | 2 + .../word-break/word-break-break-all-026.html.ini | 2 + .../word-break/word-break-break-all-027.html.ini | 2 + .../word-break/word-break-break-all-029.html.ini | 2 + .../word-break/word-break-break-all-030.html.ini | 2 + .../word-break-break-all-ethiopic.html.ini | 2 - .../word-break-break-all-inline-001.html.ini | 2 + .../word-break-break-all-inline-002.html.ini | 2 + .../word-break-break-all-inline-003.html.ini | 2 + ...d-break-break-all-inline-004.tentative.html.ini | 2 + .../word-break-break-all-inline-005.html.ini | 2 + .../word-break-break-all-inline-006.html.ini | 2 + ...d-break-break-all-inline-007.tentative.html.ini | 2 + .../word-break-break-all-inline-009.html.ini | 2 + .../word-break/word-break-keep-all-001.html.ini | 2 + .../word-break/word-break-keep-all-002.html.ini | 2 + .../word-break/word-break-keep-all-003.html.ini | 2 + .../word-break/word-break-keep-all-005.html.ini | 2 + .../word-break/word-break-keep-all-006.html.ini | 2 + .../word-break/word-break-keep-all-007.html.ini | 2 + .../word-break/word-break-keep-all-008.html.ini | 2 + .../word-break/word-break-keep-all-010.html.ini | 2 + .../word-break/word-break-min-content-001.html.ini | 2 + .../word-break/word-break-min-content-002.html.ini | 2 + .../word-break/word-break-min-content-003.html.ini | 2 - .../word-break/word-break-min-content-004.html.ini | 2 + .../word-break/word-break-min-content-005.html.ini | 2 + .../word-break/word-break-min-content-006.html.ini | 2 + .../word-break/word-break-normal-001.html.ini | 2 - .../word-break/word-break-normal-ar-000.html.ini | 2 + .../word-break/word-break-normal-bo-000.html.ini | 2 + .../word-break/word-break-normal-ethiopic.html.ini | 2 - .../word-break/word-break-normal-hi-000.html.ini | 2 + .../word-break/word-break-normal-ja-000.html.ini | 2 - .../word-break/word-break-normal-ja-001.html.ini | 2 - .../word-break/word-break-normal-ja-002.html.ini | 2 - .../word-break/word-break-normal-ja-004.html.ini | 2 - .../word-break/word-break-normal-km-000.html.ini | 2 + .../word-break/word-break-normal-ko-000.html.ini | 2 - .../word-break/word-break-normal-lo-000.html.ini | 2 + .../word-break/word-break-normal-my-000.html.ini | 2 + .../word-break/word-break-normal-tdd-000.html.ini | 2 + .../word-break/word-break-normal-th-000.html.ini | 2 + .../word-break/word-break-normal-zh-000.html.ini | 2 - .../writing-system-line-break-001.html.ini | 2 + .../writing-system-line-break-002.html.ini | 2 + .../writing-system-segment-break-001.html.ini | 2 + .../acos-asin-atan-atan2-computed.html.ini | 3 + .../animations/calc-interpolation.html.ini | 6 + .../animations/line-height-lh-transition.html.ini | 3 - .../css-values/attr-color-invalid-cast.html.ini | 2 + .../meta/css/css-values/attr-color-valid.html.ini | 2 + tests/wpt/meta/css/css-values/attr-in-max.html.ini | 2 + .../css/css-values/attr-invalid-type-008.html.ini | 2 + .../css-values/attr-length-invalid-cast.html.ini | 2 + .../attr-length-valid-zero-nofallback.html.ini | 2 + .../css/css-values/attr-length-valid-zero.html.ini | 2 + .../meta/css/css-values/attr-length-valid.html.ini | 2 + .../css/css-values/attr-px-invalid-cast.html.ini | 2 + .../wpt/meta/css/css-values/attr-px-valid.html.ini | 2 + .../calc-background-position-002.html.ini | 18 + .../css/css-values/calc-height-block-1.html.ini | 2 - .../css/css-values/calc-in-counter-001.xhtml.ini | 2 + .../calc-in-font-feature-settings.html.ini | 3 + .../css-values/calc-infinity-nan-computed.html.ini | 6 + .../calc-infinity-nan-serialize-angle.html.ini | 9 + .../calc-infinity-nan-serialize-length.html.ini | 9 + .../calc-infinity-nan-serialize-number.html.ini | 93 + ...calc-infinity-nan-serialize-resolution.html.ini | 3 + .../calc-infinity-nan-serialize-time.html.ini | 3 + .../calc-linear-radial-conic-gradient-001.html.ini | 3 + .../css-values/calc-max-height-block-1.html.ini | 2 - .../calc-max-width-block-intrinsic-1.html.ini | 2 - .../css-values/calc-min-height-block-1.html.ini | 2 - .../wpt/meta/css/css-values/calc-numbers.html.ini | 27 + .../calc-offsets-absolute-bottom-1.html.ini | 2 - .../calc-offsets-absolute-top-1.html.ini | 2 - .../calc-offsets-relative-bottom-1.html.ini | 2 + .../calc-offsets-relative-top-1.html.ini | 2 + .../meta/css/css-values/calc-rounding-001.html.ini | 3 + .../calc-width-block-intrinsic-1.html.ini | 2 - .../css-values/calc-width-table-auto-1.html.ini | 2 + .../css-values/calc-width-table-fixed-1.html.ini | 2 + .../css-values/calc-z-index-fractions-001.html.ini | 3 + .../meta/css/css-values/cap-invalidation.html.ini | 3 + .../ch-empty-pseudo-recalc-on-font-load.html.ini | 10 + .../ch-pseudo-recalc-on-font-load.html.ini | 16 + .../css/css-values/ch-recalc-on-font-load.html.ini | 10 + tests/wpt/meta/css/css-values/ch-unit-001.html.ini | 2 + tests/wpt/meta/css/css-values/ch-unit-002.html.ini | 2 + tests/wpt/meta/css/css-values/ch-unit-003.html.ini | 2 + tests/wpt/meta/css/css-values/ch-unit-004.html.ini | 2 + tests/wpt/meta/css/css-values/ch-unit-008.html.ini | 2 + tests/wpt/meta/css/css-values/ch-unit-009.html.ini | 2 + tests/wpt/meta/css/css-values/ch-unit-010.html.ini | 2 + tests/wpt/meta/css/css-values/ch-unit-011.html.ini | 2 + tests/wpt/meta/css/css-values/ch-unit-012.html.ini | 2 + tests/wpt/meta/css/css-values/ch-unit-016.html.ini | 2 + tests/wpt/meta/css/css-values/ch-unit-017.html.ini | 2 + tests/wpt/meta/css/css-values/ch-unit-018.html.ini | 2 + tests/wpt/meta/css/css-values/ex-unit-002.html.ini | 2 + tests/wpt/meta/css/css-values/ex-unit-003.html.ini | 2 + .../meta/css/css-values/exp-log-serialize.html.ini | 3 + .../getComputedStyle-border-radius-001.html.ini | 3 + .../getComputedStyle-border-radius-003.html.ini | 3 + .../getComputedStyle-calc-mixed-units-002.html.ini | 6 + .../css-values/hypot-pow-sqrt-computed.html.ini | 21 + .../css-values/hypot-pow-sqrt-serialize.html.ini | 24 + tests/wpt/meta/css/css-values/ic-unit-002.html.ini | 2 + tests/wpt/meta/css/css-values/ic-unit-003.html.ini | 2 + tests/wpt/meta/css/css-values/ic-unit-004.html.ini | 2 + tests/wpt/meta/css/css-values/ic-unit-009.html.ini | 2 + tests/wpt/meta/css/css-values/ic-unit-010.html.ini | 2 + tests/wpt/meta/css/css-values/ic-unit-011.html.ini | 2 + tests/wpt/meta/css/css-values/ic-unit-012.html.ini | 2 + tests/wpt/meta/css/css-values/ic-unit-015.html.ini | 2 + .../css/css-values/lh-rlh-on-root-001.html.ini | 24 + tests/wpt/meta/css/css-values/lh-unit-001.html.ini | 2 + tests/wpt/meta/css/css-values/lh-unit-002.html.ini | 2 + tests/wpt/meta/css/css-values/lh-unit-003.html.ini | 4 +- .../css/css-values/line-break-ch-unit.html.ini | 291 + .../css-values/minmax-number-serialize.html.ini | 30 + .../meta/css/css-values/rcap-invalidation.html.ini | 3 + .../css/css-values/round-mod-rem-computed.html.ini | 345 + .../css-values/round-mod-rem-serialize.html.ini | 18 + .../css/css-values/signs-abs-computed.html.ini | 297 + .../css/css-values/signs-abs-serialize.html.ini | 6 + .../css/css-values/sin-cos-tan-serialize.html.ini | 90 + .../urls/resolve-relative-to-base.sub.html.ini | 6 + .../css/css-values/vh-calc-support-pct.html.ini | 2 - .../css/css-values/vh-interpolate-pct.html.ini | 2 + .../meta/css/css-values/vh-interpolate-px.html.ini | 2 + .../meta/css/css-values/vh-interpolate-vh.html.ini | 2 + .../vh-support-transform-translate.html.ini | 2 - .../vh_not_refreshing_on_chrome.html.ini | 2 - ...wport-relative-lengths-scaled-viewport.html.ini | 3 + .../css-values/viewport-units-css2-001.html.ini | 114 - .../css/css-values/viewport-units-modify.html.ini | 3 - .../viewport-units-writing-mode.html.ini | 24 +- ...iaQueryList-addListener-removeListener.html.ini | 3 + tests/wpt/meta/css/geometry/DOMMatrix-001.html.ini | 12 + .../css/geometry/DOMMatrix-attributes.html.ini | 30 + .../css/geometry/DOMMatrix-stringifier.html.ini | 234 + .../DOMMatrix2DInit-validate-fixup.html.ini | 315 + tests/wpt/meta/css/geometry/DOMPoint-002.html.ini | 6 + tests/wpt/meta/css/geometry/DOMRect-002.html.ini | 6 + tests/wpt/meta/css/geometry/historical.html.ini | 3 + tests/wpt/meta/css/geometry/spec-examples.html.ini | 12 + .../css/mediaqueries/aspect-ratio-001.html.ini | 2 + .../css/mediaqueries/aspect-ratio-003.html.ini | 2 + .../css/mediaqueries/aspect-ratio-005.html.ini | 2 + .../css/mediaqueries/aspect-ratio-006.html.ini | 2 + .../aspect-ratio-serialization.html.ini | 3 + .../mediaqueries/device-aspect-ratio-003.html.ini | 2 + .../meta/css/mediaqueries/dynamic-range.html.ini | 6 + .../mediaqueries/mq-case-insensitive-001.html.ini | 2 + .../mq-non-matching-lazy-load.tentative.html.ini | 3 + .../mediaqueries/overflow-media-features.html.ini | 45 + .../css/mediaqueries/relative-units-005.html.ini | 3 - .../css/mediaqueries/test_media_queries.html.ini | 57 + .../css/mediaqueries/update-media-feature.html.ini | 27 + .../mediaqueries/viewport-script-dynamic.html.ini | 2 + .../css/selectors/any-link-dynamic-001.html.ini | 2 + .../meta/css/selectors/dir-pseudo-in-has.html.ini | 2 + .../selectors/dir-pseudo-on-bdi-element.html.ini | 15 + .../selectors/dir-pseudo-on-input-element.html.ini | 54 + .../dir-pseudo-update-document-element.html.ini | 2 + .../meta/css/selectors/dir-selector-auto.html.ini | 66 +- .../css/selectors/focus-display-none-001.html.ini | 6 + .../meta/css/selectors/focus-visible-009.html.ini | 3 + .../focus-visible-script-focus-001.html.ini | 1 - .../meta/css/selectors/focus-within-001.html.ini | 2 + .../meta/css/selectors/focus-within-002.html.ini | 2 + .../meta/css/selectors/focus-within-003.html.ini | 2 + .../meta/css/selectors/focus-within-004.html.ini | 2 + .../meta/css/selectors/focus-within-005.html.ini | 2 + .../meta/css/selectors/focus-within-006.html.ini | 2 + .../meta/css/selectors/focus-within-007.html.ini | 2 + .../meta/css/selectors/focus-within-008.html.ini | 2 + .../meta/css/selectors/focus-within-009.html.ini | 36 + .../meta/css/selectors/focus-within-010.html.ini | 2 + .../focus-within-display-none-001.html.ini | 6 + .../css/selectors/focus-within-shadow-001.html.ini | 2 + .../css/selectors/focus-within-shadow-002.html.ini | 2 + .../css/selectors/focus-within-shadow-003.html.ini | 2 + .../css/selectors/focus-within-shadow-004.html.ini | 2 + .../css/selectors/focus-within-shadow-005.html.ini | 2 + .../css/selectors/focus-within-shadow-006.html.ini | 2 + .../has-argument-with-explicit-scope.html.ini | 39 +- tests/wpt/meta/css/selectors/has-basic.html.ini | 52 +- .../css/selectors/has-relative-argument.html.ini | 105 +- .../meta/css/selectors/has-specificity.html.ini | 3 - .../css/selectors/has-style-sharing-001.html.ini | 2 + .../css/selectors/has-style-sharing-002.html.ini | 2 + .../css/selectors/has-style-sharing-003.html.ini | 2 + .../css/selectors/has-style-sharing-004.html.ini | 2 + .../css/selectors/has-style-sharing-005.html.ini | 2 + .../css/selectors/has-style-sharing-006.html.ini | 2 + ...-pseudo-class-across-shadow-boundaries.html.ini | 2 + .../lang-pseudo-class-empty-attribute.xhtml.ini | 3 + .../invalidation/any-link-pseudo.html.ini | 3 + ...ttribute-or-elemental-selectors-in-has.html.ini | 39 +- .../child-indexed-pseudo-classes-in-has.html.ini | 76 +- .../selectors/invalidation/class-id-attr.html.ini | 2 - .../selectors/invalidation/defined-in-has.html.ini | 3 + .../invalidation/dir-pseudo-class-in-has.html.ini | 2 + .../invalidation/empty-pseudo-in-has.html.ini | 6 +- .../invalidation/enabled-disabled.html.ini | 6 + .../selectors/invalidation/has-complexity.html.ini | 2 +- .../invalidation/has-in-adjacent-position.html.ini | 306 +- .../invalidation/has-in-ancestor-position.html.ini | 381 +- .../invalidation/has-in-parent-position.html.ini | 177 +- .../invalidation/has-in-sibling-position.html.ini | 342 +- ...ation-after-removing-non-first-element.html.ini | 3 +- ...has-invalidation-for-wiping-an-element.html.ini | 6 +- .../selectors/invalidation/has-sibling.html.ini | 105 +- .../selectors/invalidation/has-with-not.html.ini | 30 +- .../invalidation/has-with-nth-child.html.ini | 3 + .../invalidation/has-with-pseudo-class.html.ini | 8 + .../input-pseudo-classes-in-has.html.ini | 17 +- .../invalidation/insert-sibling-002.html.ini | 3 + .../invalidation/insert-sibling-003.html.ini | 3 + .../invalidation/insert-sibling-004.html.ini | 3 + .../is-pseudo-containing-complex-in-has.html.ini | 1008 +- ...containing-sibling-relationship-in-has.html.ini | 3 + .../meta/css/selectors/invalidation/is.html.ini | 15 + ...g-pseudo-class-in-has-document-element.html.ini | 2 + ...lass-in-has-multiple-document-elements.html.ini | 2 + .../lang-pseudo-class-in-has-xhtml.xhtml.ini | 2 + .../invalidation/lang-pseudo-class-in-has.html.ini | 2 + .../media-loading-pseudo-classes-in-has.html.ini | 7 + ...egated-nth-child-when-ancestor-changes.html.ini | 2 + ...d-nth-last-child-when-ancestor-changes.html.ini | 2 + .../css/selectors/invalidation/not-001.html.ini | 7 - .../css/selectors/invalidation/not-002.html.ini | 16 - .../not-pseudo-containing-complex-in-has.html.ini | 1035 +- ...containing-sibling-relationship-in-has.html.ini | 3 + .../nth-child-containing-ancestor.html.ini | 2 + .../invalidation/nth-child-in-shadow-root.html.ini | 2 + .../nth-child-of-attr-largedom.html.ini | 2 + .../nth-last-child-containing-ancestor.html.ini | 2 + .../nth-last-child-in-shadow-root.html.ini | 2 + .../invalidation/nth-last-child-of-attr.html.ini | 2 + .../invalidation/nth-last-child-of-class.html.ini | 2 + .../invalidation/nth-last-child-of-has.html.ini | 2 + .../nth-last-child-of-in-ancestor.html.ini | 2 + .../nth-last-child-of-sibling.html.ini | 2 + .../nth-last-child-when-ancestor-changes.html.ini | 2 + .../nth-last-child-when-sibling-changes.html.ini | 2 + ...ed-child-indexed-pseudo-classes-in-has.html.ini | 139 +- .../meta/css/selectors/invalidation/where.html.ini | 15 + tests/wpt/meta/css/selectors/is-nested.html.ini | 6 + .../wpt/meta/css/selectors/is-specificity.html.ini | 3 + .../wpt/meta/css/selectors/is-where-basic.html.ini | 42 +- tests/wpt/meta/css/selectors/is-where-not.html.ini | 54 +- tests/wpt/meta/css/selectors/not-complex.html.ini | 2 - .../meta/css/selectors/not-specificity.html.ini | 25 - .../css/selectors/nth-child-of-nesting.html.ini | 2 + .../css/selectors/nth-child-of-pseudo.html.ini | 2 + .../selectors/nth-last-child-of-nesting.html.ini | 2 + .../css/selectors/nth-of-type-namespace.html.ini | 2 - .../selectors/old-tests/css3-modsel-101.xml.ini | 2 + .../selectors/old-tests/css3-modsel-102.xml.ini | 2 + .../selectors/old-tests/css3-modsel-103.xml.ini | 2 + .../selectors/old-tests/css3-modsel-105.xml.ini | 2 + .../selectors/old-tests/css3-modsel-106.xml.ini | 2 + .../selectors/old-tests/css3-modsel-108.xml.ini | 2 + .../selectors/old-tests/css3-modsel-109.xml.ini | 2 + .../selectors/old-tests/css3-modsel-110.xml.ini | 2 + .../selectors/old-tests/css3-modsel-125.xml.ini | 2 + .../selectors/old-tests/css3-modsel-125b.xml.ini | 2 + .../selectors/old-tests/css3-modsel-126.xml.ini | 2 + .../selectors/old-tests/css3-modsel-126b.xml.ini | 2 + .../selectors/old-tests/css3-modsel-127.xml.ini | 2 + .../selectors/old-tests/css3-modsel-127b.xml.ini | 2 + .../selectors/old-tests/css3-modsel-128.xml.ini | 2 + .../selectors/old-tests/css3-modsel-128b.xml.ini | 2 + .../selectors/old-tests/css3-modsel-129.xml.ini | 2 + .../selectors/old-tests/css3-modsel-129b.xml.ini | 2 + .../selectors/old-tests/css3-modsel-134.xml.ini | 2 + .../selectors/old-tests/css3-modsel-134b.xml.ini | 2 + .../selectors/old-tests/css3-modsel-135.xml.ini | 2 + .../selectors/old-tests/css3-modsel-135b.xml.ini | 2 + .../selectors/old-tests/css3-modsel-136.xml.ini | 2 + .../selectors/old-tests/css3-modsel-136b.xml.ini | 2 + .../selectors/old-tests/css3-modsel-173a.xml.ini | 2 + .../css/selectors/old-tests/css3-modsel-99.xml.ini | 2 + .../meta/css/selectors/parsing/parse-not.html.ini | 3 - .../css/selectors/remove-hovered-element.html.ini | 2 + .../wpt/meta/css/selectors/scope-selector.html.ini | 2 + .../css/selectors/selection-image-001.html.ini | 2 + .../css/selectors/selection-image-002.html.ini | 2 + ...ctor-placeholder-shown-type-change-002.html.ini | 2 + ...ctor-placeholder-shown-type-change-003.html.ini | 2 + .../selector-required-type-change-002.html.ini | 2 + .../meta/css/selectors/selector-required.html.ini | 2 + .../css/selectors/visited-inheritance.html.ini | 2 - .../css/selectors/webkit-pseudo-element.html.ini | 12 + ...ructor-and-callbacks-are-held-strongly.html.ini | 12 - ...ustomElementRegistry-getName.tentative.html.ini | 9 + .../custom-elements/CustomElementRegistry.html.ini | 16 - .../Document-createElement-svg.svg.ini | 2 + .../HTMLElement-attachInternals.html.ini | 12 + .../meta/custom-elements/adopted-callback.html.ini | 126 + .../meta/custom-elements/builtin-coverage.html.ini | 330 + .../custom-elements/connected-callbacks.html.ini | 72 + .../custom-element-registry/per-global.html.ini | 3 + .../custom-element-registry/upgrade.html.ini | 3 + ...omized-built-in-constructor-exceptions.html.ini | 2 - .../disconnected-callbacks.html.ini | 72 + .../element-internals-shadowroot.html.ini | 20 + ...back-reactions-inside-another-callback.html.ini | 6 + .../ElementInternals-NotSupportedError.html.ini | 3 + ...ElementInternals-reportValidity-bubble.html.ini | 2 + ...ntInternals-setFormValue-nullish-value.html.ini | 2 + .../form-associated-callback.html.ini | 2 + .../form-disabled-callback.html.ini | 28 + .../form-associated/form-reset-callback.html.ini | 9 + .../htmlconstructor/newtarget.html.ini | 12 + ...rser-custom-element-in-foreign-content.html.ini | 3 + ...-uses-create-an-element-for-a-token-svg.svg.ini | 2 + ...parser-uses-registry-of-owner-document.html.ini | 3 + .../custom-elements/pseudo-class-defined.html.ini | 18 + .../AriaMixin-element-attributes.html.ini | 6 + .../reactions/CSSStyleDeclaration.html.ini | 6 - .../custom-elements/reactions/Document.html.ini | 3 + .../custom-elements/reactions/Element.html.ini | 6 + .../reactions/ElementContentEditable.html.ini | 6 + .../custom-elements/reactions/HTMLElement.html.ini | 6 + .../reactions/HTMLTableElement.html.ini | 9 + .../meta/custom-elements/reactions/Range.html.ini | 3 + .../custom-elements/reactions/ShadowRoot.html.ini | 9 + ...ShadowRoot-innerHTML-upgrade.tentative.html.ini | 12 + .../constructor-call.tentative.html.ini | 6 + ...ry-with-different-definition.tentative.html.ini | 12 + tests/wpt/meta/custom-elements/upgrading.html.ini | 3 + .../wpt/meta/dom/abort/abort-signal-any.any.js.ini | 5 + .../HTMLCollection-as-prototype.html.ini | 3 + .../dom/collections/HTMLCollection-delete.html.ini | 6 + .../collections/HTMLCollection-own-props.html.ini | 3 + ...LCollection-supported-property-indices.html.ini | 12 + ...TMLCollection-supported-property-names.html.ini | 3 + tests/wpt/meta/dom/events/CustomEvent.html.ini | 3 + ...ent-dispatch-detached-input-and-change.html.ini | 12 + .../Event-dispatch-listener-order.window.js.ini | 3 + .../events/Event-subclasses-constructors.html.ini | 24 + .../EventListener-handleEvent-cross-realm.html.ini | 9 - .../dom/events/EventListener-handleEvent.html.ini | 6 + .../dom/events/EventTarget-dispatchEvent.html.ini | 9 + .../dom/events/event-global-extra.window.js.ini | 3 + ...-set-when-coercing-beforeunload-result.html.ini | 3 - .../meta/dom/events/relatedTarget.window.js.ini | 2 + ...rollend-with-snap-on-fractional-offset.html.ini | 3 + .../meta/dom/events/shadow-relatedTarget.html.ini | 2 + .../dom/events/webkit-animation-end-event.html.ini | 37 + .../webkit-animation-iteration-event.html.ini | 37 + .../events/webkit-animation-start-event.html.ini | 39 + tests/wpt/meta/dom/idlharness.any.js.ini | 9 + tests/wpt/meta/dom/idlharness.window.js.ini | 9 + tests/wpt/meta/dom/interface-objects.html.ini | 6 + .../DOMTokenList-coverage-for-attributes.html.ini | 9 + .../dom/nodes/CharacterData-surrogates.html.ini | 24 + .../DOMImplementation-createDocument.html.ini | 6 + .../dom/nodes/Document-constructor-svg.svg.ini | 2 + .../dom/nodes/Document-constructor-xml.xml.ini | 2 + .../contentType/contenttype_datauri_02.html.ini | 3 + .../Document-createElement-namespace.html.ini | 33 + .../dom/nodes/Document-createElementNS.html.ini | 18 + .../nodes/Document-getElementsByTagName.html.ini | 3 + .../nodes/Element-childElement-null-svg.svg.ini | 2 + ...ement-childElementCount-dynamic-add-svg.svg.ini | 2 + ...nt-childElementCount-dynamic-remove-svg.svg.ini | 2 + .../Element-childElementCount-nochild-svg.svg.ini | 2 + .../nodes/Element-childElementCount-svg.svg.ini | 2 + tests/wpt/meta/dom/nodes/Element-closest.html.ini | 3 + ...lement-firstElementChild-entity-xhtml.xhtml.ini | 3 + .../nodes/Element-firstElementChild-entity.svg.ini | 2 + ...Element-firstElementChild-namespace-svg.svg.ini | 2 + .../nodes/Element-firstElementChild-svg.svg.ini | 2 + ...entsByTagName-change-document-HTMLNess.html.ini | 3 + .../nodes/Element-getElementsByTagName.html.ini | 3 + .../dom/nodes/Element-lastElementChild-svg.svg.ini | 2 + .../nodes/Element-nextElementSibling-svg.svg.ini | 2 + .../Element-previousElementSibling-svg.svg.ini | 2 + .../nodes/Element-siblingElement-null-svg.svg.ini | 2 + tests/wpt/meta/dom/nodes/Node-contains-xml.xml.ini | 2 + .../dom/nodes/Node-lookupNamespaceURI.html.ini | 18 + .../wpt/meta/dom/nodes/Node-lookupPrefix.xhtml.ini | 21 + tests/wpt/meta/dom/nodes/Node-normalize.html.ini | 3 + .../dom/nodes/ParentNode-replaceChildren.html.ini | 76 - .../ProcessingInstruction-escapes-1.xhtml.ini | 3 + .../ProcessingInstruction-literal-1.xhtml.ini | 3 + tests/wpt/meta/dom/nodes/adoption.window.js.ini | 15 + .../dom/nodes/getElementsByClassName-10.xml.ini | 2 + .../dom/nodes/getElementsByClassName-11.xml.ini | 2 + .../getElementsByClassName-empty-set.html.ini | 10 - .../dom/nodes/query-target-in-load-event.html.ini | 3 + ...from-shadow-host-and-adopt-into-iframe.html.ini | 2 + tests/wpt/meta/dom/nodes/rootNode.html.ini | 3 + .../basic-dom-part-objects.tentative.html.ini | 75 + .../dom/ranges/StaticRange-constructor.html.ini | 51 + .../dom/traversal/NodeIterator-removal.html.ini | 66 + ...eeWalker-acceptNode-filter-cross-realm.html.ini | 9 - .../DOMParser-parseFromString-html.html.ini | 3 + ...ser-parseFromString-url-base-pushstate.html.ini | 30 + .../DOMParser-parseFromString-url-base.html.ini | 30 + ...OMParser-parseFromString-url-moretests.html.ini | 18 + ...OMParser-parseFromString-url-pushstate.html.ini | 30 + .../DOMParser-parseFromString-url.html.ini | 30 + .../DOMParser-parseFromString-xml-doctype.html.ini | 3 + ...er-parseFromString-xml-internal-subset.html.ini | 3 + ...Parser-parseFromString-xml-parsererror.html.ini | 54 + .../DOMParser-parseFromString-xml.html.ini | 24 + .../XMLSerializer-serializeToString.html.ini | 63 + .../domparsing/createContextualFragment.html.ini | 9 + tests/wpt/meta/domparsing/idlharness.window.js.ini | 3 + tests/wpt/meta/domparsing/innerhtml-01.xhtml.ini | 6 + tests/wpt/meta/domparsing/innerhtml-03.xhtml.ini | 6 + tests/wpt/meta/domparsing/innerhtml-05.xhtml.ini | 3 + .../insert_adjacent_html-xhtml.xhtml.ini | 3 + .../meta/domparsing/xml-serialization.xhtml.ini | 24 + tests/wpt/meta/encoding/big5-encoder.html.ini | 36 + tests/wpt/meta/encoding/idlharness.any.js.ini | 122 + .../euc-jp/eucjp-encode-href-errors-han.html.ini | 63849 +++++++++++++++++ .../eucjp-encode-href-errors-hangul.html.ini | 33571 +++++++++ .../euc-jp/eucjp-encode-href-errors-misc.html.ini | 10299 +++ .../euc-jp/eucjp-encode-href.html.ini | 22190 ++++++ .../iso2022jp-encode-form-errors-stateful.html.ini | 3 + .../iso2022jp-encode-href-errors-han.html.ini | 63849 +++++++++++++++++ .../iso2022jp-encode-href-errors-hangul.html.ini | 33571 +++++++++ .../iso2022jp-encode-href-errors-misc.html.ini | 10299 +++ .../iso-2022-jp/iso2022jp-encode-href.html.ini | 22190 ++++++ .../euc-kr/euckr-encode-href-errors-han.html.ini | 69337 +++++++++++++++++++ .../euc-kr/euckr-encode-href-errors-misc.html.ini | 9363 +++ .../euc-kr/euckr-encode-href.html.ini | 51178 ++++++++++++++ .../big5/big5-encode-href-errors-han.html.ini | 43255 ++++++++++++ .../big5/big5-encode-href-errors-hangul.html.ini | 33571 +++++++++ .../big5/big5-encode-href-errors-misc.html.ini | 10314 +++ .../big5/big5-encode-href.html.ini | 43114 ++++++++++++ .../wpt/meta/encoding/remove-only-one-bom.html.ini | 6 + tests/wpt/meta/encoding/sniffing.html.ini | 3 + .../meta/encoding/streams/backpressure.any.js.ini | 32 + .../encoding/streams/decode-attributes.any.js.ini | 176 + .../encoding/streams/decode-bad-chunks.any.js.ini | 39 + .../encoding/streams/decode-ignore-bom.any.js.ini | 80 + .../streams/decode-incomplete-input.any.js.ini | 21 + .../streams/decode-split-character.any.js.ini | 74 + .../encoding/streams/encode-bad-chunks.any.js.ini | 44 + .../meta/encoding/streams/encode-utf8.any.js.ini | 122 + .../readable-writable-properties.any.js.ini | 20 + .../wpt/meta/encoding/streams/realms.window.js.ini | 2 + .../meta/encoding/unsupported-labels.window.js.ini | 1 + .../wpt/meta/encoding/utf-32-from-win1252.html.ini | 9 + .../eventsource/format-field-id-null.window.js.ini | 15 + .../shared-worker/eventsource-close.htm.ini | 3 + ...eventsource-constructor-non-same-origin.htm.ini | 12 + .../shared-worker/eventsource-eventtarget.htm.ini | 3 + .../shared-worker/eventsource-onmessage.htm.ini | 3 + .../shared-worker/eventsource-onopen.htm.ini | 3 + .../shared-worker/eventsource-prototype.htm.ini | 3 + .../shared-worker/eventsource-url.htm.ini | 3 + .../fetch/api/abort/destroyed-context.html.ini | 2 + tests/wpt/meta/fetch/api/abort/keepalive.html.ini | 2 + .../api/basic/header-value-combining.any.js.ini | 45 + .../api/basic/header-value-null-byte.any.js.ini | 9 + .../meta/fetch/api/basic/integrity.sub.any.js.ini | 23 + .../wpt/meta/fetch/api/basic/keepalive.any.js.ini | 1 + .../meta/fetch/api/basic/mediasource.window.js.ini | 3 + .../fetch/api/basic/scheme-blob.sub.any.js.ini | 43 +- tests/wpt/meta/fetch/api/body/mime-type.any.js.ini | 78 +- .../fetch/api/cors/cors-filtering.sub.any.js.ini | 8 + .../meta/fetch/api/cors/cors-keepalive.any.js.ini | 2 + .../fetch/api/cors/cors-preflight-cache.any.js.ini | 8 + .../cors-preflight-not-cors-safelisted.any.js.ini | 14 + .../api/cors/cors-preflight-redirect.any.js.ini | 30 + .../api/cors/cors-preflight-referrer.any.js.ini | 14 + .../cors-preflight-response-validation.any.js.ini | 14 + .../meta/fetch/api/cors/cors-preflight.any.js.ini | 14 + .../fetch/api/cors/data-url-shared-worker.html.ini | 9 + .../meta/fetch/api/cors/sandboxed-iframe.html.ini | 3 + .../fetch/api/headers/header-setcookie.any.js.ini | 9 + .../fetch/api/headers/headers-no-cors.any.js.ini | 36 - .../fetch/api/policies/csp-blocked-worker.html.ini | 3 + ...errer-no-referrer-service-worker.https.html.ini | 3 + .../referrer-origin-service-worker.https.html.ini | 3 + ...when-cross-origin-service-worker.https.html.ini | 3 + ...ferrer-origin-when-cross-origin-worker.html.ini | 3 + .../referrer-origin-when-cross-origin.html.ini | 3 + .../api/policies/referrer-origin-worker.html.ini | 6 + .../fetch/api/policies/referrer-origin.html.ini | 6 + ...ferrer-unsafe-url-service-worker.https.html.ini | 3 + .../fetch/api/redirect/redirect-mode.any.js.ini | 32 + .../api/redirect/redirect-referrer.any.js.ini | 80 + .../api/redirect/redirect-upload.h2.any.js.ini | 1 - .../fetch-destination-frame.https.html.ini | 6 + .../fetch-destination-iframe.https.html.ini | 6 + .../fetch-destination-no-load-event.https.html.ini | 24 + .../fetch-destination-prefetch.https.html.ini | 6 + .../fetch-destination-worker.https.html.ini | 9 + .../construct-in-detached-frame.window.js.ini | 3 + .../api/request/request-init-001.sub.html.ini | 3 + .../api/request/request-init-priority.any.js.ini | 14 + .../api/request/request-keepalive-quota.html.ini | 15 + .../request-reset-attributes.https.html.ini | 9 + .../response-body-read-task-handling.html.ini | 3 + .../response/response-consume-stream.any.js.ini | 30 + .../fetch/api/response/response-consume.html.ini | 18 + .../response/response-error-from-stream.any.js.ini | 1 - .../api/response/response-from-stream.any.js.ini | 9 + .../api/response/response-static-json.any.js.ini | 18 + .../fetch/content-length/parsing.window.js.ini | 6 - .../img-mime-types-coverage.tentative.sub.html.ini | 48 + ...slabeled-as-html-nosniff.tentative.sub.html.ini | 2 + ...slabeled-as-html-nosniff.tentative.sub.html.ini | 4 + .../corb/response_block.tentative.https.html.ini | 6 + ...t-html-correctly-labeled.tentative.sub.html.ini | 3 + ...ipt-html-via-cross-origin-blob-url.sub.html.ini | 4 + ...ript-js-mislabeled-as-html-nosniff.sub.html.ini | 3 + ...with-json-parser-breaker.tentative.sub.html.ini | 81 + ...-with-nonsniffable-types.tentative.sub.html.ini | 4 + .../cross-origin-resource-policy/fetch.any.js.ini | 6 + .../fetch.https.any.js.ini | 9 + .../basic.tentative.https.window.js.ini | 6 + .../resources-with-0x00-in-header.window.js.ini | 3 + .../http-cache/basic-auth-cache-test.html.ini | 2 + ...nvas-remote-read-remote-image-redirect.html.ini | 3 + ...ement-img-environment-change.https.sub.html.ini | 4 +- .../element-img-environment-change.sub.html.ini | 4 +- .../fetch/metadata/navigation.https.sub.html.ini | 2 + .../meta/fetch/metadata/object.https.sub.html.ini | 10 + .../meta/fetch/metadata/preload.https.sub.html.ini | 55 + .../meta/fetch/metadata/report.https.sub.html.ini | 2 + .../fetch/metadata/sharedworker.https.sub.html.ini | 2 + .../meta/fetch/metadata/style.https.sub.html.ini | 36 + .../meta/fetch/metadata/track.https.sub.html.ini | 13 + .../metadata/trailing-dot.https.sub.any.js.ini | 59 +- .../meta/fetch/metadata/worker.https.sub.html.ini | 9 + .../meta/fetch/metadata/xslt.https.sub.html.ini | 3 + tests/wpt/meta/fetch/nosniff/image.html.ini | 3 + .../wpt/meta/fetch/nosniff/importscripts.html.ini | 4 + tests/wpt/meta/fetch/nosniff/script.html.ini | 3 + tests/wpt/meta/fetch/nosniff/stylesheet.html.ini | 18 + .../orb/tentative/known-mime-type.sub.any.js.ini | 18 + ...reflight-required.tentative.https.window.js.ini | 24 + ...subresource-fetch.tentative.https.window.js.ini | 120 + .../fenced-frame.tentative.https.window.js.ini | 63 + ...m-treat-as-public.tentative.https.window.js.ini | 9 + .../fetch.tentative.https.window.js.ini | 81 + .../fetch.tentative.window.js.ini | 24 + .../iframe.tentative.https.window.js.ini | 44 + .../iframe.tentative.window.js.ini | 15 + ...xed-content-fetch.tentative.https.window.js.ini | 135 + .../nested-worker.tentative.https.window.js.ini | 6 + .../nested-worker.tentative.window.js.ini | 6 + .../preflight-cache.https.tentative.window.js.ini | 9 + .../redirect.tentative.https.window.js.ini | 69 + ...-background-fetch.tentative.https.window.js.ini | 28 + ...vice-worker-fetch.tentative.https.window.js.ini | 49 + ...ice-worker-update.tentative.https.window.js.ini | 10 + .../service-worker.tentative.https.window.js.ini | 10 + ...worker-blob-fetch.tentative.https.window.js.ini | 46 + ...hared-worker-blob-fetch.tentative.window.js.ini | 46 + ...ared-worker-fetch.tentative.https.window.js.ini | 46 + .../shared-worker-fetch.tentative.window.js.ini | 40 + .../shared-worker.tentative.https.window.js.ini | 10 + .../shared-worker.tentative.window.js.ini | 10 + .../websocket.tentative.window.js.ini | 9 + .../worker-blob-fetch.tentative.window.js.ini | 36 + .../worker-fetch.tentative.https.window.js.ini | 27 + .../worker-fetch.tentative.window.js.ini | 24 + .../worker.tentative.window.js.ini | 6 + ...m-treat-as-public.tentative.https.window.js.ini | 9 + .../xhr.https.tentative.window.js.ini | 23 + .../xhr.tentative.window.js.ini | 24 + tests/wpt/meta/fetch/range/blob.any.js.ini | 6 + tests/wpt/meta/fetch/range/general.window.js.ini | 3 + ...rkup-mitigation-data-url.tentative.sub.html.ini | 21 + .../dangling-markup-mitigation.tentative.html.ini | 27 + .../embedded-credentials.tentative.sub.html.ini | 12 + ...redirect-to-url-with-credentials.https.html.ini | 4 + .../stale-while-revalidate/fetch-sw.https.html.ini | 4 + .../stale-while-revalidate/stale-css.html.ini | 3 + .../stale-while-revalidate/stale-image.html.ini | 4 +- .../stale-while-revalidate/stale-script.html.ini | 3 + tests/wpt/meta/fullscreen/idlharness.window.js.ini | 30 + ...mepad-default-feature-policy.https.sub.html.ini | 5 + .../idlharness-extensions.https.window.js.ini | 48 + .../meta/gamepad/idlharness.https.window.js.ini | 93 + tests/wpt/meta/hr-time/idlharness.any.js.ini | 9 + .../meta/hr-time/test_cross_frame_start.html.ini | 6 + tests/wpt/meta/hr-time/timeOrigin.html.ini | 6 + .../embedding.tentative.https.window.js.ini | 28 + .../hasStorageAccess.tentative.https.window.js.ini | 2 + ...uestStorageAccess.tentative.https.window.js.ini | 2 + ...tStorageAccessFor.tentative.https.window.js.ini | 2 + .../worker-cookies.tentative.https.window.js.ini | 21 + .../browsing_context_name.html.ini | 4 + .../browsing_context_name_cross_origin.html.ini | 4 + .../browsing_context_name_cross_origin_2.html.ini | 3 + .../browsing_context_name_cross_origin_3.html.ini | 3 + .../document-state.https.html.ini | 6 + ...al-navigate-parent-while-child-loading.html.ini | 3 - ...ry-traversal-navigates-multiple-frames.html.ini | 3 +- .../resume-timer-on-history-back.html.ini | 7 + .../scroll-restoration-basic.html.ini | 6 + ...ration-fragment-scrolling-cross-origin.html.ini | 2 +- ...ll-restoration-navigation-cross-origin.html.ini | 3 + .../scroll-restoration-navigation-samedoc.html.ini | 3 + .../history-traversal/popstate_event.html.ini | 3 + .../history-traversal/same-url.html.ini | 4 + .../scroll-restoration-order.html.ini | 3 + ...cross-origin-main-frame-navigation.sub.html.ini | 3 + .../navigating-across-documents/003.html.ini | 4 + .../navigating-across-documents/004.html.ini | 4 + .../navigating-across-documents/005.html.ini | 1 - .../navigating-across-documents/006.html.ini | 3 + .../navigating-across-documents/007.html.ini | 3 + .../navigating-across-documents/010.html.ini | 3 + .../navigating-across-documents/012.html.ini | 3 + .../window-open-204.html.ini | 4 +- ...abort-return-value-undefined.tentative.html.ini | 4 + .../javascript-url-referrer.window.js.ini | 4 + ...ript-url-return-value-handling-dynamic.html.ini | 15 - ...-security-check-same-origin-domain.sub.html.ini | 3 +- ...navigation-unload-same-origin-fragment.html.ini | 3 - .../navigation-unload-same-origin.window.js.ini | 3 - .../refresh/navigate.window.js.ini | 7 + .../source/navigate-child-src-about-blank.html.ini | 3 + .../top-level-data-url.window.js.ini | 12 + .../read-media/pageload-video.html.ini | 3 + .../browsing-the-web/scroll-to-fragid/003.html.ini | 3 + .../fragment-and-encoding-2.html.ini | 6 + .../scroll-frag-percent-encoded.html.ini | 3 + .../scroll-position-vertical-rl.html.ini | 3 + .../scroll-to-anchor-name.html.ini | 3 + .../scroll-to-fragid/scroll-to-top.html.ini | 3 + .../unloading-documents/001.html.ini | 3 + .../unloading-documents/002.html.ini | 3 + .../unloading-documents/003.html.ini | 3 + .../unloading-documents/004.html.ini | 3 + .../unloading-documents/005.html.ini | 3 + .../beforeunload-on-history-back.html.ini | 3 + .../beforeunload-on-navigation-of-parent.html.ini | 3 + .../unloading-documents/unload/003.html.ini | 3 + .../unloading-documents/unload/006.html.ini | 4 + .../history/the-history-interface/001.html.ini | 6 + .../history/the-history-interface/002.html.ini | 4 + .../history_back_cross_realm_method.html.ini | 3 - .../history_forward_cross_realm_method.html.ini | 3 - .../history_go_cross_realm_method.html.ini | 3 - .../history_go_undefined.html.ini | 3 + .../history_properties_only_fully_active.html.ini | 3 + .../joint_session_history/001.html.ini | 4 + .../joint_session_history/002.html.ini | 4 + .../pushstate.html.ini | 3 + .../replacestate.html.ini | 3 + .../traverse-during-unload.html.ini | 4 - ...raverse_the_history_write_after_load_2.html.ini | 4 + .../traverse_the_history_write_onload_2.html.ini | 3 + ...w_prototype_cycle_through_location.sub.html.ini | 3 + .../assign_after_load.html.ini | 3 + .../location-prevent-extensions.html.ini | 7 - .../location-protocol-setter-non-broken.html.ini | 11 +- .../location-protocol-setter.html.ini | 3 + ...ototype-setting-same-origin-domain.sub.html.ini | 3 + ...location-prototype-setting-same-origin.html.ini | 3 + .../location-symbol-toprimitive.html.ini | 3 + .../location-valueof.html.ini | 3 + .../location_reload_javascript_url.html.ini | 3 + .../no-browsing-context.window.js.ini | 3 + .../per-global.window.js.ini | 3 + .../reload_document_write_onload.html.ini | 3 + .../scripted_click_assign_during_load.html.ini | 3 + ...cripted_form_submit_assign_during_load.html.ini | 3 + .../navigator_online_online.https.html.ini | 3 + ...oss-origin-due-to-document-domain-only.html.ini | 3 + .../cross-origin-objects-on-new-window.html.ini | 2 - .../cross-origin-objects.html.ini | 13 +- ...arent-no-child-bad-subdomain.sub.https.html.ini | 58 +- .../parent-no-child-yes-port.sub.https.html.ini | 10 +- .../parent-no-child-yes-same.sub.https.html.ini | 9 +- ...-yes-subdomain-with-redirect.sub.https.html.ini | 10 +- ...arent-no-child-yes-subdomain.sub.https.html.ini | 10 +- ...hild-yeswithparams-subdomain.sub.https.html.ini | 10 +- .../parent-yes-child-no-port.sub.https.html.ini | 10 +- .../parent-yes-child-no-same.sub.https.html.ini | 9 +- ...arent-yes-child-no-subdomain.sub.https.html.ini | 10 +- .../parent-yes-child-yes-port.sub.https.html.ini | 10 +- .../parent-yes-child-yes-same.sub.https.html.ini | 9 +- ...rent-yes-child-yes-subdomain.sub.https.html.ini | 10 +- ...ain-child2-yes-subdomainport.sub.https.html.ini | 10 +- ...omain1-child2-yes-subdomain2.sub.https.html.ini | 10 +- ...yes-subdomain-child2-no-port.sub.https.html.ini | 10 +- ...domain-child2-yes-subdomain2.sub.https.html.ini | 11 +- ...ain-child2-yes-subdomainport.sub.https.html.ini | 11 +- ...yes-subdomain-child2-no-port.sub.https.html.ini | 11 +- ...domain-child2-yes-subdomain2.sub.https.html.ini | 11 +- ...ain-child2-yes-subdomainport.sub.https.html.ini | 11 +- .../cross-origin-isolated.sub.https.html.ini | 4 +- .../sandboxed-iframe-no.https.html.ini | 4 +- .../sandboxed-iframe-yes.https.html.ini | 4 +- .../sandboxed-same-origin-iframe-no.https.html.ini | 4 +- ...sandboxed-same-origin-iframe-yes.https.html.ini | 4 +- .../going-back.sub.https.html.ini | 17 +- ...rent-no-1-no-same-2-yes-port.sub.https.html.ini | 20 +- ...no-1-no-same-2-yes-subdomain.sub.https.html.ini | 20 +- ...no-subdomain-2-yes-subdomain.sub.https.html.ini | 19 +- ...o-subdomain-2-yes-subdomain2.sub.https.html.ini | 20 +- ...ubdomain-yes-2-subdomain2-no.sub.https.html.ini | 20 +- ...yes-subdomain-2-no-subdomain.sub.https.html.ini | 21 +- ...rent-yes-1-no-same-2-no-port.sub.https.html.ini | 20 +- ...yes-1-no-same-2-no-subdomain.sub.https.html.ini | 20 +- .../insecure-http.sub.html.ini | 9 +- .../opener-no-openee-yes-port.sub.https.html.ini | 10 +- .../opener-no-openee-yes-same.sub.https.html.ini | 11 +- ...ener-no-openee-yes-subdomain.sub.https.html.ini | 10 +- .../opener-yes-openee-no-port.sub.https.html.ini | 10 +- .../opener-yes-openee-no-same.sub.https.html.ini | 11 +- ...ener-yes-openee-no-subdomain.sub.https.html.ini | 10 +- .../opener-yes-openee-yes-port.sub.https.html.ini | 10 +- .../opener-yes-openee-yes-same.sub.https.html.ini | 11 +- ...ner-yes-openee-yes-subdomain.sub.https.html.ini | 10 +- .../origin/origin-of-data-document.html.ini | 3 + .../document_domain.html.ini | 6 + .../document_domain_setter.html.ini | 3 + .../sandboxed-document_domain.html.ini | 3 + .../sandboxing/sandbox-allow-same-origin.html.ini | 4 + .../sandboxing/sandbox-allow-scripts.html.ini | 4 + ...cripts-via-unsandboxed-popup.tentative.html.ini | 4 + .../sandboxing/sandbox-parse-noscript.html.ini | 2 + .../the-window-object/BarProp.window.js.ini | 6 + .../indexed-browsing-contexts-02.html.ini | 9 + .../indexed-browsing-contexts-03.html.ini | 3 + .../the-window-object/close-method.window.js.ini | 3 + .../closed-attribute.window.js.ini | 6 + .../browsers/the-window-object/focus.window.js.ini | 3 + .../discard_iframe_history_1.html.ini | 3 + .../discard_iframe_history_2.html.ini | 3 + .../length-attribute.window.js.ini | 3 + .../navigated-named-objects.window.js.ini | 9 + .../noopener-noreferrer-BarProp.window.js.ini | 10 + .../creating_browsing_context_test_01.html.ini | 1 - .../open-features-non-integer-screenx.html.ini | 27 + .../open-features-non-integer-screeny.html.ini | 27 + .../security-window/window-security.https.html.ini | 336 + .../the-window-object/self-et-al.window.js.ini | 2 + .../window-properties.https.html.ini | 4 +- ...totype-setting-cross-origin-domain.sub.html.ini | 18 + ...oxy-prototype-setting-cross-origin.sub.html.ini | 18 + ...e-setting-goes-cross-origin-domain.sub.html.ini | 27 + .../choose-default-001.html.ini | 3 + .../browsers/windows/browsing-context.html.ini | 6 + .../dangling-markup-window-name.tentative.html.ini | 2 + .../document-domain-nested-navigate.window.js.ini | 3 + .../html/browsers/windows/embedded-opener.html.ini | 3 + .../frameElement.sub.html.ini | 3 + .../name-attribute.window.js.ini | 55 + .../windows/noreferrer-window-name.html.ini | 7 + ...-cross-origin-nested-browsing-contexts.html.ini | 4 + .../2d.composite.globalAlpha.image.html.ini | 3 + .../2d.composite.globalAlpha.imagepattern.html.ini | 3 + .../2d.drawImage.3arg.html.ini | 3 + .../2d.drawImage.5arg.html.ini | 3 + .../2d.drawImage.9arg.basic.html.ini | 3 + .../2d.drawImage.9arg.destpos.html.ini | 3 + .../2d.drawImage.9arg.destsize.html.ini | 3 + .../2d.drawImage.9arg.sourcepos.html.ini | 3 + .../2d.drawImage.9arg.sourcesize.html.ini | 3 + .../2d.drawImage.alpha.html.ini | 3 + .../2d.drawImage.broken.html.ini | 3 + .../2d.drawImage.clip.html.ini | 3 + .../2d.drawImage.composite.html.ini | 3 + .../2d.drawImage.floatsource.html.ini | 3 + .../2d.drawImage.negativedest.html.ini | 3 + .../2d.drawImage.negativedir.html.ini | 3 + .../2d.drawImage.negativesource.html.ini | 3 + .../2d.drawImage.nonfinite.html.ini | 3 + .../2d.drawImage.nowrap.html.ini | 3 + .../2d.drawImage.path.html.ini | 3 + .../2d.drawImage.svg.html.ini | 3 + .../2d.drawImage.transform.html.ini | 3 + .../2d.drawImage.zerosource.html.ini | 3 + .../2d.drawImage.zerosource.image.html.ini | 3 + ...gradient.interpolate.zerosize.fillText.html.ini | 3 + .../layers/2d.layer.beginLayer-options.html.ini | 3 + .../layers/2d.layer.cross-layer-paths.html.ini | 2 + .../layers/2d.layer.exceptions-are-no-op.html.ini | 3 + .../element/layers/2d.layer.global-filter.html.ini | 2 + ...nvalid-calls.beginLayer-reset-endLayer.html.ini | 3 + ...layer.invalid-calls.beginLayer-restore.html.ini | 3 + ...invalid-calls.beginLayer-save-endLayer.html.ini | 3 + .../2d.layer.invalid-calls.endLayer.html.ini | 3 + ....invalid-calls.save-beginLayer-restore.html.ini | 3 + .../2d.layer.invalid-calls.save-endLayer.html.ini | 3 + ...r.layer-rendering-state-reset-in-layer.html.ini | 3 + ...er-opportunities.requestAnimationFrame.html.ini | 2 + .../2d.layer.render-opportunities.toBlob.html.ini | 2 + .../canvas/element/layers/2d.layer.reset.html.ini | 2 + .../element/layers/2d.layer.restore-style.html.ini | 2 + .../layers/2d.layer.unclosed-nested.html.ini | 2 + ....layer.valid-calls.beginLayer-endLayer.html.ini | 3 + .../2d.layer.valid-calls.beginLayer-save.html.ini | 3 + .../2d.layer.valid-calls.beginLayer.html.ini | 3 + .../2d.layer.valid-calls.save-beginLayer.html.ini | 3 + ...d.layer.valid-calls.save_reset_restore.html.ini | 3 + .../canvas-createImageBitmap-resize.html.ini | 2 +- .../createImageBitmap-exif-orientation.html.ini | 6 + ...reateImageBitmap-exif-orientation_none.html.ini | 25 + .../imagebitmap/createImageBitmap-flipY.html.ini | 32 + .../createImageBitmap-in-worker-transfer.html.ini | 3 +- .../createImageBitmap-invalid-args.html.ini | 17 + .../createImageBitmap-origin.sub.html.ini | 38 +- .../createImageBitmap-serializable.html.ini | 17 +- .../createImageBitmap-transfer.html.ini | 17 +- .../manual/text/canvas.2d.disconnected.html.ini | 2 + .../canvas_transformations_reset_001.html.ini | 2 - ...-display-p3-drawImage-ImageBitmap-Blob.html.ini | 209 +- ...y-p3-drawImage-ImageBitmap-ImageBitmap.html.ini | 624 +- ...isplay-p3-drawImage-ImageBitmap-cloned.html.ini | 209 +- ...display-p3-drawImage-ImageBitmap-image.html.ini | 209 +- .../path-objects/2d.path.arc.shape.1.html.ini | 3 + .../2d.imageData.get.large.crash.html.ini | 3 +- .../2d.imageData.object.ctor.basics.html.ini | 3 +- .../element/reset/2d.reset.state.clip.html.ini | 2 + .../reset/2d.reset.state.direction.html.ini | 3 + .../reset/2d.reset.state.fill_style.html.ini | 3 + .../element/reset/2d.reset.state.filter.html.ini | 3 + .../element/reset/2d.reset.state.font.html.ini | 3 + .../reset/2d.reset.state.font_kerning.html.ini | 3 + .../reset/2d.reset.state.font_stretch.html.ini | 3 + .../2d.reset.state.font_variant_caps.html.ini | 3 + .../reset/2d.reset.state.global_alpha.html.ini | 3 + ...reset.state.global_composite_operation.html.ini | 3 + ...2d.reset.state.image_smoothing_enabled.html.ini | 3 + ...2d.reset.state.image_smoothing_quality.html.ini | 3 + .../reset/2d.reset.state.letter_spacing.html.ini | 3 + .../element/reset/2d.reset.state.line_cap.html.ini | 3 + .../reset/2d.reset.state.line_dash.html.ini | 3 + .../reset/2d.reset.state.line_dash_offset.html.ini | 3 + .../reset/2d.reset.state.line_join.html.ini | 3 + .../reset/2d.reset.state.line_width.html.ini | 3 + .../reset/2d.reset.state.miter_limit.html.ini | 3 + .../reset/2d.reset.state.shadow_blur.html.ini | 3 + .../reset/2d.reset.state.shadow_color.html.ini | 3 + .../reset/2d.reset.state.shadow_offset_x.html.ini | 3 + .../reset/2d.reset.state.shadow_offset_y.html.ini | 3 + .../reset/2d.reset.state.stroke_style.html.ini | 3 + .../reset/2d.reset.state.text_align.html.ini | 3 + .../reset/2d.reset.state.text_baseline.html.ini | 3 + .../reset/2d.reset.state.text_rendering.html.ini | 3 + .../2d.reset.state.transformation_matrix.html.ini | 3 + .../reset/2d.reset.state.word_spacing.html.ini | 3 + .../text/2d.text.draw.align.center.html.ini | 3 + .../text/2d.text.draw.align.end.ltr.html.ini | 3 + .../text/2d.text.draw.align.end.rtl.html.ini | 3 + .../element/text/2d.text.draw.align.left.html.ini | 3 + .../element/text/2d.text.draw.align.right.html.ini | 3 + .../text/2d.text.draw.align.start.ltr.html.ini | 3 + .../text/2d.text.draw.align.start.rtl.html.ini | 3 + .../text/2d.text.draw.baseline.alphabetic.html.ini | 3 + .../text/2d.text.draw.baseline.bottom.html.ini | 3 + .../text/2d.text.draw.baseline.hanging.html.ini | 3 + .../2d.text.draw.baseline.ideographic.html.ini | 3 + .../text/2d.text.draw.baseline.middle.html.ini | 3 + .../text/2d.text.draw.baseline.top.html.ini | 3 + .../text/2d.text.draw.fill.maxWidth.bound.html.ini | 3 + .../2d.text.draw.fill.maxWidth.fontface.html.ini | 3 + .../element/text/2d.text.draw.fontface.html.ini | 3 + .../text/2d.text.draw.fontface.notinpage.html.ini | 3 + .../text/2d.text.draw.fontface.repeat.html.ini | 3 + .../element/text/2d.text.draw.space.basic.html.ini | 3 + .../text/2d.text.draw.space.collapse.end.html.ini | 3 + .../2d.text.draw.space.collapse.nonspace.html.ini | 3 + .../2d.text.draw.space.collapse.other.html.ini | 3 + .../2d.text.draw.space.collapse.space.html.ini | 3 + .../2d.text.draw.space.collapse.start.html.ini | 3 + .../text/2d.text.draw.stroke.unaffected.html.ini | 3 + ...2d.text.drawing.style.absolute.spacing.html.ini | 3 + ...xt.drawing.style.font-relative.spacing.html.ini | 3 + .../2d.text.drawing.style.fontKerning.html.ini | 3 + ...awing.style.fontKerning.with.uppercase.html.ini | 3 + ...ext.drawing.style.fontStretch.settings.html.ini | 3 + ...ext.drawing.style.fontVariant.settings.html.ini | 3 + .../2d.text.drawing.style.invalid.spacing.html.ini | 3 + ...rawing.style.letterSpacing.change.font.html.ini | 3 + ...xt.drawing.style.letterSpacing.measure.html.ini | 3 + ...d.text.drawing.style.measure.direction.html.ini | 3 + ...2d.text.drawing.style.measure.rtl.text.html.ini | 3 + ...d.text.drawing.style.measure.textAlign.html.ini | 3 + ...d.text.drawing.style.nonfinite.spacing.html.ini | 3 + ...t.drawing.style.textRendering.settings.html.ini | 3 + ....drawing.style.wordSpacing.change.font.html.ini | 3 + ...text.drawing.style.wordSpacing.measure.html.ini | 3 + .../element/text/2d.text.font.parse.basic.html.ini | 3 + .../text/2d.text.font.parse.complex.html.ini | 3 + .../text/2d.text.font.parse.complex2.html.ini | 3 + .../text/2d.text.font.parse.family.html.ini | 3 + .../text/2d.text.font.parse.invalid.html.ini | 3 + ...ext.font.parse.size.percentage.default.html.ini | 3 + .../2d.text.font.parse.size.percentage.html.ini | 3 + .../element/text/2d.text.font.parse.tiny.html.ini | 3 + .../element/text/2d.text.font.weight.html.ini | 3 + .../element/text/2d.text.fontVariantCaps2.html.ini | 2 + .../element/text/2d.text.fontVariantCaps3.html.ini | 2 + .../element/text/2d.text.fontVariantCaps4.html.ini | 2 + .../2d.text.measure.actualBoundingBox.html.ini | 3 + .../element/text/2d.text.measure.advances.html.ini | 3 + .../text/2d.text.measure.baselines.html.ini | 3 + .../2d.text.measure.emHeights-low-ascent.html.ini | 3 + ...2d.text.measure.emHeights-zero-descent.html.ini | 3 + .../text/2d.text.measure.emHeights.html.ini | 3 + ...measure.fontBoundingBox-reduced-ascent.html.ini | 3 + ...t.measure.fontBoundingBox-zero-descent.html.ini | 3 + .../2d.text.measure.fontBoundingBox.ahem.html.ini | 3 + .../text/2d.text.measure.fontBoundingBox.html.ini | 3 + .../text/2d.text.measure.width.basic.html.ini | 3 + .../text/2d.text.measure.width.empty.html.ini | 3 + .../text/2d.text.measure.width.space.html.ini | 3 + .../element/text/direction-inherit-rtl.html.ini | 2 + .../canvas/element/text/direction-rtl.html.ini | 2 + .../text/parent-style-relative-units.html.ini | 6 + .../2d.state.saverestore.font.html.ini | 4 - .../2d.state.saverestore.textAlign.html.ini | 4 - .../2d.state.saverestore.textBaseline.html.ini | 4 - ...d.conformance.requirements.missingargs.html.ini | 3 + ...formance.requirements.missingargs.worker.js.ini | 3 + .../compositing/2d.composite.clip.clear.html.ini | 3 + .../2d.composite.clip.clear.worker.js.ini | 3 + .../2d.composite.globalAlpha.image.html.ini | 3 + .../2d.composite.globalAlpha.image.worker.js.ini | 3 + .../2d.composite.globalAlpha.imagepattern.html.ini | 3 + ...omposite.globalAlpha.imagepattern.worker.js.ini | 3 + .../compositing/2d.composite.solid.clear.html.ini | 3 + .../2d.composite.solid.clear.worker.js.ini | 3 + .../2d.composite.transparent.clear.html.ini | 3 + .../2d.composite.transparent.clear.worker.js.ini | 3 + ...d.conformance.requirements.missingargs.html.ini | 3 + ...formance.requirements.missingargs.worker.js.ini | 3 + .../2d.drawImage.9arg.basic.html.ini | 3 + .../2d.drawImage.9arg.basic.worker.js.ini | 3 + .../2d.drawImage.9arg.sourcepos.html.ini | 3 + .../2d.drawImage.9arg.sourcepos.worker.js.ini | 3 + .../2d.drawImage.9arg.sourcesize.html.ini | 3 + .../2d.drawImage.9arg.sourcesize.worker.js.ini | 3 + .../2d.drawImage.alpha.html.ini | 3 + .../2d.drawImage.alpha.worker.js.ini | 3 + .../2d.drawImage.broken.html.ini | 3 + .../2d.drawImage.broken.worker.js.ini | 3 + .../2d.drawImage.clip.html.ini | 3 + .../2d.drawImage.clip.worker.js.ini | 3 + .../2d.drawImage.composite.html.ini | 3 + .../2d.drawImage.composite.worker.js.ini | 3 + .../2d.drawImage.floatsource.html.ini | 3 + .../2d.drawImage.floatsource.worker.js.ini | 3 + .../2d.drawImage.negativedest.html.ini | 3 + .../2d.drawImage.negativedest.worker.js.ini | 3 + .../2d.drawImage.negativedir.html.ini | 3 + .../2d.drawImage.negativedir.worker.js.ini | 3 + .../2d.drawImage.negativesource.html.ini | 3 + .../2d.drawImage.negativesource.worker.js.ini | 3 + .../2d.drawImage.nonfinite.html.ini | 3 + .../2d.drawImage.nonfinite.worker.js.ini | 3 + .../2d.drawImage.nowrap.html.ini | 3 + .../2d.drawImage.nowrap.worker.js.ini | 3 + .../2d.drawImage.path.html.ini | 3 + .../2d.drawImage.path.worker.js.ini | 3 + .../2d.drawImage.svg.html.ini | 3 + .../2d.drawImage.transform.html.ini | 3 + .../2d.drawImage.transform.worker.js.ini | 3 + .../2d.drawImage.zerosource.html.ini | 3 + .../2d.drawImage.zerosource.image.html.ini | 3 + .../2d.drawImage.zerosource.worker.js.ini | 3 + .../2d.fillStyle.CSSRGB.html.ini | 3 + .../2d.fillStyle.toStringFunctionCallback.html.ini | 3 + ...illStyle.toStringFunctionCallback.worker.js.ini | 3 + .../2d.gradient.interpolate.color.html.ini | 3 + .../2d.gradient.interpolate.color.worker.js.ini | 3 + .../2d.gradient.interpolate.coloralpha.html.ini | 3 + ...d.gradient.interpolate.coloralpha.worker.js.ini | 3 + ...gradient.interpolate.zerosize.fillText.html.ini | 3 + ...ent.interpolate.zerosize.fillText.worker.js.ini | 3 + ...adient.interpolate.zerosize.strokeText.html.ini | 3 + ...t.interpolate.zerosize.strokeText.worker.js.ini | 3 + .../2d.gradient.object.invalidcolor.html.ini | 3 + .../2d.gradient.object.invalidcolor.worker.js.ini | 3 + .../2d.gradient.object.return.html.ini | 3 + .../2d.gradient.object.return.worker.js.ini | 3 + .../2d.gradient.object.type.html.ini | 3 + .../2d.gradient.object.type.worker.js.ini | 3 + .../2d.gradient.radial.cone.beside.html.ini | 3 + .../2d.gradient.radial.cone.beside.worker.js.ini | 3 + .../2d.gradient.radial.touch1.html.ini | 3 + .../2d.gradient.radial.touch1.worker.js.ini | 3 + .../2d.gradient.radial.touch2.html.ini | 3 + .../2d.gradient.radial.touch2.worker.js.ini | 3 + .../2d.gradient.radial.touch3.html.ini | 3 + .../2d.gradient.radial.touch3.worker.js.ini | 3 + .../2d.pattern.basic.type.html.ini | 3 + .../2d.pattern.basic.type.worker.js.ini | 3 + .../2d.pattern.transform.identity.html.ini | 3 + .../2d.pattern.transform.identity.worker.js.ini | 3 + .../2d.pattern.transform.infinity.html.ini | 3 + .../2d.pattern.transform.infinity.worker.js.ini | 3 + .../2d.pattern.transform.invalid.html.ini | 3 + .../2d.pattern.transform.invalid.worker.js.ini | 3 + ...Object.dropShadow.exceptions.tentative.html.ini | 3 +- .../layers/2d.layer.beginLayer-options.html.ini | 3 + .../2d.layer.beginLayer-options.worker.js.ini | 3 + .../layers/2d.layer.cross-layer-paths.html.ini | 2 + .../layers/2d.layer.cross-layer-paths.w.html.ini | 2 + .../layers/2d.layer.exceptions-are-no-op.html.ini | 3 + .../2d.layer.exceptions-are-no-op.worker.js.ini | 3 + .../layers/2d.layer.global-filter.html.ini | 2 + .../layers/2d.layer.global-filter.w.html.ini | 2 + ....global-states.alpha.blending.shadow.w.html.ini | 2 + ...d.layer.global-states.alpha.blending.w.html.ini | 2 + ...global-states.alpha.composite.shadow.w.html.ini | 2 + ....layer.global-states.alpha.composite.w.html.ini | 2 + .../2d.layer.global-states.alpha.shadow.w.html.ini | 2 + .../layers/2d.layer.global-states.alpha.w.html.ini | 2 + ....layer.global-states.blending.shadow.w.html.ini | 2 + .../2d.layer.global-states.blending.w.html.ini | 2 + ...layer.global-states.composite.shadow.w.html.ini | 2 + .../2d.layer.global-states.composite.w.html.ini | 2 + ...-states.filter.alpha.blending.shadow.w.html.ini | 2 + ....global-states.filter.alpha.blending.w.html.ini | 2 + ...states.filter.alpha.composite.shadow.w.html.ini | 2 + ...global-states.filter.alpha.composite.w.html.ini | 2 + ...er.global-states.filter.alpha.shadow.w.html.ini | 2 + .../2d.layer.global-states.filter.alpha.w.html.ini | 2 + ...global-states.filter.blending.shadow.w.html.ini | 2 + ....layer.global-states.filter.blending.w.html.ini | 2 + ...lobal-states.filter.composite.shadow.w.html.ini | 2 + ...layer.global-states.filter.composite.w.html.ini | 2 + ...lobal-states.filter.no-global-states.w.html.ini | 2 + ...2d.layer.global-states.filter.shadow.w.html.ini | 2 + ...layer.global-states.no-global-states.w.html.ini | 2 + .../2d.layer.global-states.shadow.w.html.ini | 2 + ...nvalid-calls.beginLayer-reset-endLayer.html.ini | 3 + ...d-calls.beginLayer-reset-endLayer.worker.js.ini | 3 + ...layer.invalid-calls.beginLayer-restore.html.ini | 3 + ....invalid-calls.beginLayer-restore.worker.js.ini | 3 + ...invalid-calls.beginLayer-save-endLayer.html.ini | 3 + ...id-calls.beginLayer-save-endLayer.worker.js.ini | 3 + .../2d.layer.invalid-calls.endLayer.html.ini | 3 + .../2d.layer.invalid-calls.endLayer.worker.js.ini | 3 + ....invalid-calls.save-beginLayer-restore.html.ini | 3 + ...lid-calls.save-beginLayer-restore.worker.js.ini | 3 + .../2d.layer.invalid-calls.save-endLayer.html.ini | 3 + ...layer.invalid-calls.save-endLayer.worker.js.ini | 3 + ...r.layer-rendering-state-reset-in-layer.html.ini | 3 + ...er-rendering-state-reset-in-layer.worker.js.ini | 3 + .../offscreen/layers/2d.layer.nested.w.html.ini | 2 + ...yer.render-opportunities.convertToBlob.html.ini | 2 + ...r.render-opportunities.convertToBlob.w.html.ini | 2 + ...render-opportunities.createImageBitmap.html.ini | 2 + ...nder-opportunities.createImageBitmap.w.html.ini | 2 + ...d.layer.render-opportunities.drawImage.html.ini | 2 + ...layer.render-opportunities.drawImage.w.html.ini | 2 + ...ayer.render-opportunities.getImageData.html.ini | 2 + ...er.render-opportunities.getImageData.w.html.ini | 2 + ...ayer.render-opportunities.putImageData.html.ini | 2 + ...er.render-opportunities.putImageData.w.html.ini | 2 + ...-opportunities.transferToImageBitmap.w.html.ini | 2 + .../offscreen/layers/2d.layer.reset.html.ini | 2 + .../offscreen/layers/2d.layer.reset.w.html.ini | 2 + .../layers/2d.layer.restore-style.html.ini | 2 + .../layers/2d.layer.restore-style.w.html.ini | 2 + .../layers/2d.layer.several-complex.html.ini | 2 + .../layers/2d.layer.several-complex.w.html.ini | 2 + .../layers/2d.layer.unclosed-nested.html.ini | 2 + .../layers/2d.layer.unclosed-nested.w.html.ini | 2 + .../offscreen/layers/2d.layer.unclosed.html.ini | 2 + .../offscreen/layers/2d.layer.unclosed.w.html.ini | 2 + ....layer.valid-calls.beginLayer-endLayer.html.ini | 3 + ...r.valid-calls.beginLayer-endLayer.worker.js.ini | 3 + .../2d.layer.valid-calls.beginLayer-save.html.ini | 3 + ...layer.valid-calls.beginLayer-save.worker.js.ini | 3 + .../2d.layer.valid-calls.beginLayer.html.ini | 3 + .../2d.layer.valid-calls.beginLayer.worker.js.ini | 3 + .../layers/2d.layer.valid-calls.restore.html.ini | 3 + .../2d.layer.valid-calls.restore.worker.js.ini | 3 + .../2d.layer.valid-calls.save-beginLayer.html.ini | 3 + ...layer.valid-calls.save-beginLayer.worker.js.ini | 3 + .../layers/2d.layer.valid-calls.save.html.ini | 3 + .../layers/2d.layer.valid-calls.save.worker.js.ini | 3 + ...d.layer.valid-calls.save_reset_restore.html.ini | 3 + ...er.valid-calls.save_reset_restore.worker.js.ini | 3 + .../2d.layer.valid-calls.save_restore.html.ini | 3 + ...2d.layer.valid-calls.save_restore.worker.js.ini | 3 + .../line-styles/2d.line.fill.noop.html.ini | 3 + .../line-styles/2d.line.fill.noop.worker.js.ini | 3 + .../2d.line.invalid.strokestyle.html.ini | 3 + .../2d.line.invalid.strokestyle.worker.js.ini | 3 + .../offscreencanvas.convert.to.blob.w.html.ini | 2 + .../2d.text.draw.generic.family.html.ini | 15 + .../2d.text.draw.generic.family.w.html.ini | 16 + .../manual/filter/offscreencanvas.filter.html.ini | 3 + .../filter/offscreencanvas.filter.w.html.ini | 2 +- .../image-smoothing/image.smoothing.html.ini | 27 + .../image-smoothing/image.smoothing.worker.js.ini | 27 + .../offscreencanvas.constructor.html.ini | 5 + .../offscreencanvas.constructor.worker.js.ini | 2 + .../offscreencanvas.getcontext.html.ini | 8 + .../offscreencanvas.getcontext.worker.js.ini | 8 + .../offscreencanvas.resize.html.ini | 8 + .../offscreencanvas.transferrable.html.ini | 2 + .../2d.transformation.getTransform.html.ini | 2 + .../path-objects/2d.path.ellipse.basics.html.ini | 3 + .../2d.path.ellipse.basics.worker.js.ini | 3 + .../2d.path.isPointInPath.basic.html.ini | 3 + .../2d.path.isPointInPath.basic.worker.js.ini | 3 + .../2d.path.isPointInStroke.scaleddashes.html.ini | 3 + ...path.isPointInStroke.scaleddashes.worker.js.ini | 3 + .../2d.path.isPointInpath.invalid.html.ini | 3 + .../2d.path.isPointInpath.invalid.worker.js.ini | 3 + .../2d.path.isPointInpath.multi.path.html.ini | 3 + .../2d.path.isPointInpath.multi.path.worker.js.ini | 3 + .../2d.path.roundrect.1.radius.dompoint.html.ini | 3 + ...rect.1.radius.dompoint.single argument.html.ini | 3 + ...1.radius.dompoint.single argument.worker.js.ini | 3 + ....path.roundrect.1.radius.dompoint.worker.js.ini | 3 + ...d.path.roundrect.1.radius.dompointinit.html.ini | 3 + ....1.radius.dompointinit.single.argument.html.ini | 3 + ...dius.dompointinit.single.argument.worker.js.ini | 3 + ...h.roundrect.1.radius.dompointinit.worker.js.ini | 3 + ...ndrect.1.radius.double.single.argument.html.ini | 3 + ...t.1.radius.double.single.argument.worker.js.ini | 3 + ....path.roundrect.2.radii.1.dompointinit.html.ini | 3 + ....roundrect.2.radii.1.dompointinit.worker.js.ini | 3 + ....path.roundrect.2.radii.2.dompointinit.html.ini | 3 + ....roundrect.2.radii.2.dompointinit.worker.js.ini | 3 + ....path.roundrect.3.radii.2.dompointinit.html.ini | 3 + ....roundrect.3.radii.2.dompointinit.worker.js.ini | 3 + .../2d.path.roundrect.badinput.html.ini | 3 + .../2d.path.roundrect.badinput.worker.js.ini | 3 + .../2d.path.roundrect.radius.noargument.html.ini | 3 + ....path.roundrect.radius.noargument.worker.js.ini | 3 + .../2d.imageData.create2.double.html.ini | 3 + .../2d.imageData.create2.double.worker.js.ini | 3 + .../2d.imageData.get.clamp.html.ini | 2 + .../2d.imageData.get.clamp.worker.js.ini | 2 + .../2d.imageData.get.double.html.ini | 3 + .../2d.imageData.get.double.worker.js.ini | 3 + .../2d.imageData.get.invalid.html.ini | 3 + .../2d.imageData.get.invalid.worker.js.ini | 3 + .../2d.imageData.get.large.crash.html.ini | 3 +- .../2d.imageData.get.large.crash.worker.js.ini | 3 + .../2d.imageData.get.nonpremul.html.ini | 2 + .../2d.imageData.get.nonpremul.worker.js.ini | 2 + .../2d.imageData.get.rounding.html.ini | 3 + .../2d.imageData.get.rounding.worker.js.ini | 3 + .../canvas/offscreen/reset/2d.reset.basic.html.ini | 3 + .../offscreen/reset/2d.reset.basic.worker.js.ini | 3 + .../offscreen/reset/2d.reset.state.clip.html.ini | 2 + .../offscreen/reset/2d.reset.state.clip.w.html.ini | 2 + .../reset/2d.reset.state.direction.html.ini | 3 + .../reset/2d.reset.state.direction.worker.js.ini | 3 + .../reset/2d.reset.state.fill_style.html.ini | 3 + .../reset/2d.reset.state.fill_style.worker.js.ini | 3 + .../offscreen/reset/2d.reset.state.filter.html.ini | 3 + .../reset/2d.reset.state.filter.worker.js.ini | 3 + .../offscreen/reset/2d.reset.state.font.html.ini | 3 + .../reset/2d.reset.state.font.worker.js.ini | 3 + .../reset/2d.reset.state.font_kerning.html.ini | 3 + .../2d.reset.state.font_kerning.worker.js.ini | 3 + .../reset/2d.reset.state.font_stretch.html.ini | 3 + .../2d.reset.state.font_stretch.worker.js.ini | 3 + .../2d.reset.state.font_variant_caps.html.ini | 3 + .../2d.reset.state.font_variant_caps.worker.js.ini | 3 + .../reset/2d.reset.state.global_alpha.html.ini | 3 + .../2d.reset.state.global_alpha.worker.js.ini | 3 + ...reset.state.global_composite_operation.html.ini | 3 + ....state.global_composite_operation.worker.js.ini | 3 + ...2d.reset.state.image_smoothing_enabled.html.ini | 3 + ...set.state.image_smoothing_enabled.worker.js.ini | 3 + ...2d.reset.state.image_smoothing_quality.html.ini | 3 + ...set.state.image_smoothing_quality.worker.js.ini | 3 + .../reset/2d.reset.state.letter_spacing.html.ini | 3 + .../2d.reset.state.letter_spacing.worker.js.ini | 3 + .../reset/2d.reset.state.line_cap.html.ini | 3 + .../reset/2d.reset.state.line_cap.worker.js.ini | 3 + .../reset/2d.reset.state.line_dash.html.ini | 3 + .../reset/2d.reset.state.line_dash.worker.js.ini | 3 + .../reset/2d.reset.state.line_dash_offset.html.ini | 3 + .../2d.reset.state.line_dash_offset.worker.js.ini | 3 + .../reset/2d.reset.state.line_join.html.ini | 3 + .../reset/2d.reset.state.line_join.worker.js.ini | 3 + .../reset/2d.reset.state.line_width.html.ini | 3 + .../reset/2d.reset.state.line_width.worker.js.ini | 3 + .../reset/2d.reset.state.miter_limit.html.ini | 3 + .../reset/2d.reset.state.miter_limit.worker.js.ini | 3 + .../reset/2d.reset.state.shadow_blur.html.ini | 3 + .../reset/2d.reset.state.shadow_blur.worker.js.ini | 3 + .../reset/2d.reset.state.shadow_color.html.ini | 3 + .../2d.reset.state.shadow_color.worker.js.ini | 3 + .../reset/2d.reset.state.shadow_offset_x.html.ini | 3 + .../2d.reset.state.shadow_offset_x.worker.js.ini | 3 + .../reset/2d.reset.state.shadow_offset_y.html.ini | 3 + .../2d.reset.state.shadow_offset_y.worker.js.ini | 3 + .../reset/2d.reset.state.stroke_style.html.ini | 3 + .../2d.reset.state.stroke_style.worker.js.ini | 3 + .../reset/2d.reset.state.text_align.html.ini | 3 + .../reset/2d.reset.state.text_align.worker.js.ini | 3 + .../reset/2d.reset.state.text_baseline.html.ini | 3 + .../2d.reset.state.text_baseline.worker.js.ini | 3 + .../reset/2d.reset.state.text_rendering.html.ini | 3 + .../2d.reset.state.text_rendering.worker.js.ini | 3 + .../2d.reset.state.transformation_matrix.html.ini | 3 + ...reset.state.transformation_matrix.worker.js.ini | 3 + .../reset/2d.reset.state.word_spacing.html.ini | 3 + .../2d.reset.state.word_spacing.worker.js.ini | 3 + .../offscreen/shadows/2d.shadow.alpha.1.html.ini | 2 + .../shadows/2d.shadow.alpha.1.worker.js.ini | 2 + .../text/2d.text.draw.space.collapse.end.html.ini | 2 + .../2d.text.draw.space.collapse.end.worker.js.ini | 2 + .../2d.text.draw.space.collapse.other.html.ini | 2 + ...2d.text.draw.space.collapse.other.worker.js.ini | 2 + .../2d.text.draw.space.collapse.space.html.ini | 2 + ...2d.text.draw.space.collapse.space.worker.js.ini | 2 + .../2d.text.draw.space.collapse.start.html.ini | 2 + ...2d.text.draw.space.collapse.start.worker.js.ini | 2 + ...2d.text.drawing.style.absolute.spacing.html.ini | 3 + ...xt.drawing.style.absolute.spacing.worker.js.ini | 3 + ...xt.drawing.style.font-relative.spacing.html.ini | 3 + ...awing.style.font-relative.spacing.worker.js.ini | 3 + ...ext.drawing.style.fontStretch.settings.html.ini | 3 + ...rawing.style.fontStretch.settings.worker.js.ini | 3 + ...ext.drawing.style.fontVariant.settings.html.ini | 2 + ...rawing.style.fontVariant.settings.worker.js.ini | 2 + ...xt.drawing.style.letterSpacing.measure.html.ini | 3 + ...awing.style.letterSpacing.measure.worker.js.ini | 3 + ...text.drawing.style.wordSpacing.measure.html.ini | 3 + ...drawing.style.wordSpacing.measure.worker.js.ini | 3 + .../text/2d.text.font.parse.complex2.html.ini | 3 + .../text/2d.text.font.parse.complex2.worker.js.ini | 3 + .../offscreen/text/2d.text.font.weight.html.ini | 3 + .../text/2d.text.font.weight.worker.js.ini | 3 + .../text/2d.text.fontVariantCaps1.html.ini | 2 + .../text/2d.text.fontVariantCaps2.html.ini | 2 + .../text/2d.text.fontVariantCaps3.html.ini | 2 + .../text/2d.text.fontVariantCaps4.html.ini | 2 + .../text/2d.text.fontVariantCaps5.html.ini | 2 + .../text/2d.text.fontVariantCaps6.html.ini | 2 + .../2d.text.measure.actualBoundingBox.html.ini | 2 + ...2d.text.measure.actualBoundingBox.worker.js.ini | 2 + .../text/2d.text.measure.advances.html.ini | 2 + .../text/2d.text.measure.advances.worker.js.ini | 2 + .../text/2d.text.measure.baselines.html.ini | 2 + .../text/2d.text.measure.baselines.worker.js.ini | 2 + .../2d.text.measure.emHeights-low-ascent.html.ini | 3 + ...text.measure.emHeights-low-ascent.worker.js.ini | 3 + ...2d.text.measure.emHeights-zero-descent.html.ini | 3 + ...xt.measure.emHeights-zero-descent.worker.js.ini | 3 + .../text/2d.text.measure.emHeights.html.ini | 2 + .../text/2d.text.measure.emHeights.worker.js.ini | 2 + ...measure.fontBoundingBox-reduced-ascent.html.ini | 3 + ...re.fontBoundingBox-reduced-ascent.worker.js.ini | 3 + ...t.measure.fontBoundingBox-zero-descent.html.ini | 3 + ...sure.fontBoundingBox-zero-descent.worker.js.ini | 3 + .../2d.text.measure.fontBoundingBox.ahem.html.ini | 3 + ...text.measure.fontBoundingBox.ahem.worker.js.ini | 3 + .../text/2d.text.measure.fontBoundingBox.html.ini | 2 + .../2d.text.measure.fontBoundingBox.worker.js.ini | 2 + .../text/2d.text.measure.width.basic.html.ini | 2 + .../text/2d.text.measure.width.basic.worker.js.ini | 2 + .../text/2d.text.measure.width.empty.html.ini | 2 + .../text/2d.text.measure.width.empty.worker.js.ini | 2 + .../text/2d.text.measure.width.space.html.ini | 2 + .../text/2d.text.measure.width.space.worker.js.ini | 2 + .../text/2d.text.setFont.mathFont.html.ini | 3 + .../text/2d.text.setFont.mathFont.worker.js.ini | 3 + .../2d.getcontext.extraargs.cache.html.ini | 3 + .../2d.getcontext.extraargs.cache.worker.js.ini | 3 + .../2d.getcontext.extraargs.create.html.ini | 3 + .../2d.getcontext.extraargs.create.worker.js.ini | 3 + .../the-offscreen-canvas/initial.color.html.ini | 3 + .../initial.color.worker.js.ini | 3 + .../size.attributes.parse.empty.html.ini | 3 + .../size.attributes.parse.empty.worker.js.ini | 3 + .../size.attributes.parse.onlyspace.html.ini | 3 + .../size.attributes.parse.onlyspace.worker.js.ini | 3 + .../2d.color.space.p3.to.srgb.html.ini | 3 + .../2d.color.space.p3.to.srgb.worker.js.ini | 3 + .../meta/html/dom/aria-element-reflection.html.ini | 9 - .../Document.currentScript.html.ini | 4 + .../dom-tree-accessors/nameditem-05.html.ini | 15 + .../dom-tree-accessors/nameditem-07.html.ini | 24 + .../dom-tree-accessors/nameditem-08.html.ini | 3 + .../dom-tree-accessors/nameditem-names.html.ini | 9 + .../document-cookie.html.ini | 3 + .../dataset-binding.window.js.ini | 6 + .../global-attributes/dataset-delete.html.ini | 3 + .../global-attributes/dataset-get.html.ini | 3 + .../elements/global-attributes/dataset.html.ini | 3 + .../global-attributes/dir_auto-N-EN-ref.html.ini | 2 + .../global-attributes/dir_auto-isolate.html.ini | 2 + .../dir_auto-pre-N-between-Rs.html.ini | 2 + .../global-attributes/dir_auto-pre-mixed.html.ini | 2 + .../dir_auto-textarea-N-between-Rs.html.ini | 2 + .../dir_auto-textarea-mixed.html.ini | 2 + .../dir_auto-textarea-script-N-EN.html.ini | 2 + .../dir_auto-textarea-script-N-between-Rs.html.ini | 2 + .../dir_auto-textarea-script-mixed.html.ini | 2 + .../global-attributes/document-dir.html.ini | 9 + .../the-anchor-attribute-003.tentative.html.ini | 9 + .../the-lang-attribute-003.html.ini | 3 + .../the-lang-attribute-004.html.ini | 3 + .../the-lang-attribute-006.html.ini | 3 + ...late-enumerated-ascii-case-insensitive.html.ini | 3 + .../images/bypass-cache-revalidation.html.ini | 4 - .../name-content-attribute-and-property.html.ini | 18 + .../dir-isolation-001a.html.ini | 2 + .../dir-isolation-001b.html.ini | 2 + .../dir-isolation-001c.html.ini | 2 + .../dir-isolation-002a.html.ini | 2 + .../dir-isolation-002b.html.ini | 2 + .../dir-isolation-002c.html.ini | 2 + .../dir-isolation-003a.html.ini | 2 + .../dir-isolation-003b.html.ini | 2 + .../dir-isolation-003c.html.ini | 2 + .../dir-isolation-004a.html.ini | 2 + .../dir-isolation-004b.html.ini | 2 + .../dir-isolation-004c.html.ini | 2 + .../dir-isolation-005a.html.ini | 2 + .../dir-isolation-005b.html.ini | 2 + .../dir-isolation-005c.html.ini | 2 + .../dir-isolation-006a.html.ini | 2 + .../dir-isolation-006b.html.ini | 2 + .../dir-isolation-006c.html.ini | 2 + .../dir-isolation-007a.html.ini | 2 + .../dir-isolation-007b.html.ini | 2 + .../dir-isolation-007c.html.ini | 2 + .../dir-isolation-008a.html.ini | 2 + .../dir-isolation-008b.html.ini | 2 + .../dir-isolation-008c.html.ini | 2 + .../dir-isolation-009a.html.ini | 2 + .../dir-isolation-009b.html.ini | 2 + .../dir-isolation-009c.html.ini | 2 + tests/wpt/meta/html/dom/historical.html.ini | 3 + tests/wpt/meta/html/dom/idlharness.https.html.ini | 69 +- tests/wpt/meta/html/dom/idlharness.worker.js.ini | 30 + .../wpt/meta/html/dom/reflection-embedded.html.ini | 3 + tests/wpt/meta/html/dom/reflection-forms.html.ini | 7539 ++ .../wpt/meta/html/dom/reflection-grouping.html.ini | 8370 +++ tests/wpt/meta/html/dom/reflection-misc.html.ini | 7182 ++ .../wpt/meta/html/dom/reflection-obsolete.html.ini | 4926 ++ .../wpt/meta/html/dom/reflection-sections.html.ini | 8772 +++ .../wpt/meta/html/dom/reflection-tabular.html.ini | 11718 ++++ tests/wpt/meta/html/dom/reflection-text.html.ini | 15120 ++++ ...ment-render-blocking-partial.tentative.html.ini | 2 + .../document-render-blocking.tentative.html.ini | 2 + tests/wpt/meta/html/dom/self-origin.sub.html.ini | 3 + .../html/dom/usvstring-reflection.https.html.ini | 27 + .../datatransfer-constructor-001.html.ini | 3 + .../dnd/datastore/datatransfer-types.html.ini | 15 + .../datastore/datatransferitemlist-remove.html.ini | 3 + .../meta/html/editing/dnd/dom/draggable.html.ini | 63 + .../wpt/meta/html/editing/dnd/historical.html.ini | 3 + .../meta/html/editing/dnd/synthetic/001.html.ini | 48 + .../html/editing/dnd/target-origin/202.html.ini | 3 + ...able-enumerated-ascii-case-insensitive.html.ini | 3 + .../draggable_attribute.html.ini | 882 + .../dropzone_attribute.html.ini | 6 + .../autocapitalization/autocapitalize.html.ini | 24 + .../contentEditable-slotted-inherit.html.ini | 6 + ...able-enumerated-ascii-case-insensitive.html.ini | 51 + ...er-interaction-editing-contenteditable.html.ini | 18 + ...user-interaction-editing-designMode-svg.svg.ini | 2 + ...user-interaction-editing-designMode-xml.xml.ini | 2 + .../user-interaction-editing-designMode.html.ini | 9 + ...heck-enumerated-ascii-case-insensitive.html.ini | 3 + .../spelling-markers-009.html.ini | 2 + .../spelling-markers-010.html.ini | 2 + .../user-interaction-editing-spellcheck.html.ini | 9 + ...eforematch-element-fragment-navigation.html.ini | 24 + .../the-hidden-attribute/hidden-idl.html.ini | 15 + .../hidden-ua-stylesheet.html.ini | 21 + .../attr-img-fetchpriority.html.ini | 6 + .../collections/domstringlist.html.ini | 12 + .../collections/historical.html.ini | 3 + .../collections/htmlallcollection.html.ini | 120 + .../structured-cloning-error-extra.html.ini | 3 + .../structuredclone_0.html.ini | 12 + .../transfer-errors.window.js.ini | 30 + .../base-url-detached-document.https.window.js.ini | 7 + ...nges-after-nav-about-srcdoc.https.window.js.ini | 7 + ...-url-initiated-grand-parent.https.window.js.ini | 9 + ...dow-initiator-is-not-opener.https.window.js.ini | 3 + .../matches-about-blank-base-url.window.js.ini | 3 + .../dynamic-urls.sub.html.ini | 24 + .../historical.sub.xhtml.ini | 24 + .../urls/resolving-urls/query-encoding/__dir__.ini | 1 + .../nontraditional-about-srcdoc.html.ini | 6 + .../html/interaction/focus/composed.window.js.ini | 3 + .../document-level-apis.html.ini | 3 + .../focus-fixup-rule-one-no-dialogs.html.ini | 6 + .../focus/processing-model/preventScroll.html.ini | 18 + .../focus-tabindex-default-value.html.ini | 6 + .../tabindex-getter-frame.html.ini | 24 + .../tabindex-getter.html.ini | 2 + .../autofocus-on-stable-document.html.ini | 3 + .../document-with-fragment-nonexistent.html.ini | 3 +- .../document-with-fragment-top.html.ini | 1 - .../first-reconnected.html.ini | 3 + .../first-when-later-but-before.html.ini | 3 + .../first-when-later.html.ini | 3 + .../focus/the-autofocus-attribute/first.html.ini | 3 + .../no-autofocus-on-changing-input-type.html.ini | 3 + .../queue-non-focusable.html.ini | 3 + ...kip-another-top-level-browsing-context.html.ini | 4 - .../skip-non-focusable.html.ini | 3 + .../spin-by-blocking-style-sheet.html.ini | 3 + .../link-relationship/link-rel-manifest.html.ini | 4 - .../document-all.html.ini | 6 + .../document-color-01.html.ini | 18 + .../document-color-02.html.ini | 9 + .../document-color-03.html.ini | 9 + .../document-color-04.html.ini | 9 + .../the-marquee-element-0/marquee-loop.html.ini | 9 + .../marquee-scrollamount.html.ini | 9 + .../marquee-scrolldelay.html.ini | 12 + .../html/rendering/dimension-attributes.html.ini | 27 + .../flow-content-0/dialog-display.html.ini | 3 + .../flow-content-0/dialog.html.ini | 18 + .../flow-content-0/form-margin-quirk.html.ini | 3 + .../form-controls/resets.html.ini | 2 + .../form-controls/select-sizing-001.html.ini | 2 + .../form-controls/text-transform.html.ini | 2 + .../font-size.html.ini | 15 + .../tables/colgroup_valign_bottom.xhtml.ini | 2 + .../tables/colgroup_valign_top.xhtml.ini | 2 + .../tables/form-in-tables.html.ini | 30 + .../tables/hidden-attr.html.ini | 18 - .../tables/table-attribute.html.ini | 165 + .../tables/table-border-3q.html.ini | 2 + .../tables/table-border-3s.html.ini | 2 + .../tables/table-bordercolor-001.html.ini | 2 + .../tables/table-direction.html.ini | 2 + .../tables/table-row-direction.html.ini | 2 + .../tables/table-row-group-direction.html.ini | 2 + .../tables/table-ua-stylesheet.html.ini | 3 - .../tables/table-width-s.html.ini | 2 - .../tables/table-width.html.ini | 2 - .../fieldset-block-formatting-context.html.ini | 3 + .../fieldset-border-gap-negative-margin.html.ini | 2 + .../fieldset-border-gap-position-relative.html.ini | 2 + .../fieldset-content-before-legend.html.ini | 3 + .../fieldset-default-style.html.ini | 2 + .../fieldset-display.html.ini | 30 - .../fieldset-flexbox.html.ini | 3 - .../fieldset-generated-content.html.ini | 3 + .../fieldset-grid.html.ini | 6 + .../fieldset-list-item.html.ini | 2 + .../fieldset-overflow-hidden.html.ini | 2 + .../fieldset-overflow.html.ini | 2 + .../fieldset-painting-order.html.ini | 2 + .../fieldset-vertical.html.ini | 2 + .../legend-align-justify-self.html.ini | 39 + .../legend-auto-margins.html.ini | 2 + .../legend-block-formatting-context.html.ini | 3 - .../legend-block-margins-2.html.ini | 2 + .../legend-block-margins.html.ini | 2 + .../legend-display-rendering.html.ini | 2 + .../legend-display.html.ini | 108 - .../legend-float-abspos.html.ini | 12 + .../legend-list-item-numbering.html.ini | 2 + .../legend-margin-inline.html.ini | 12 + .../legend-position-relative.html.ini | 2 + .../legend-sans-fieldset-display.html.ini | 18 - .../legend-tall.html.ini | 2 + .../legend.html.ini | 3 + .../min-inline-size.html.ini | 15 + .../setting-overflow-visible.html.ini | 3 + .../the-page/body-margin-1a.html.ini | 2 + .../the-page/body-margin-1b.html.ini | 2 + .../the-page/body-margin-1c.html.ini | 2 + .../the-page/body-margin-1d.html.ini | 2 + .../the-page/body-margin-1e.html.ini | 2 + .../the-page/body-margin-1f.html.ini | 2 + .../the-page/body-margin-1i.html.ini | 2 + .../the-page/body-margin-1j.html.ini | 2 + .../the-page/body-margin-1k.html.ini | 2 + .../the-page/body-margin-1l.html.ini | 2 + .../the-page/body-margin-2a.html.ini | 2 + .../the-page/body-margin-2b.html.ini | 2 + .../the-page/body-margin-2c.html.ini | 2 + .../the-page/body-margin-2d.html.ini | 2 + .../the-page/body-margin-2e.html.ini | 2 + .../the-page/body-margin-2f.html.ini | 2 + .../the-page/body-margin-2i.html.ini | 2 + .../the-page/body-margin-2j.html.ini | 2 + .../the-page/body-margin-2k.html.ini | 2 + .../the-page/body-margin-2l.html.ini | 2 + .../iframe-body-margin-attributes.html.ini | 9 + .../align.html.ini | 6 - ...ntational-hints-ascii-case-insensitive.html.ini | 9 + .../img-empty-alt-replaced.html.ini | 3 + .../img_border_percent.xhtml.ini | 2 + .../input-align-right-1.html.ini | 2 + .../input-align-right-2.html.ini | 2 + .../canvas-update-with-border-object-fit.html.ini | 2 + .../change-src-while-not-displayed.html.ini | 2 - .../cross-domain-iframe-in-multicol.sub.html.ini | 2 - .../cross-domain-iframe.sub.html.ini | 2 - ...ll-cross-domain-iframe-in-scrolled.sub.html.ini | 2 - .../replaced-elements/images/space.html.ini | 2 + .../svg-embedded-sizing/svg-in-img-auto.html.ini | 4 + .../svg-embedded-sizing/svg-in-img-fixed.html.ini | 4 + .../svg-in-img-percentage.html.ini | 4 + .../svg-in-object-auto.html.ini | 4 + .../svg-in-object-fixed.html.ini | 4 + .../svg-in-object-percentage.html.ini | 4 + .../svg-inline-sizing/svg-inline.html.ini | 25 + .../the-option-element/option-with-br.html.ini | 2 + .../select-1-block-size-001.html.ini | 2 + .../select-1-block-size.html.ini | 2 + .../select-1-line-height.html.ini | 2 + .../no-help-cursor-on-links.historical.html.ini | 6 + .../appearance/appearance-animation-001.html.ini | 2 +- .../appearance/appearance-animation-002.html.ini | 2 + .../appearance/appearance-transition-001.html.ini | 2 +- .../appearance/appearance-transition-002.html.ini | 2 +- .../appearance/appearance-transition-003.html.ini | 2 +- .../widgets/appearance/default-styles.html.ini | 135 + .../anonymous-button-content-box.html.ini | 2 + .../widgets/button-layout/computed-style.html.ini | 150 - .../widgets/button-layout/display-other.html.ini | 30 +- .../rendering/widgets/button-layout/grid.html.ini | 6 + .../widgets/button-layout/inline-level.html.ini | 2 + .../propagate-text-decoration.html.ini | 2 + .../widgets/button-layout/shrink-wrap.html.ini | 17 +- .../widgets/input-checkbox-no-centering.html.ini | 2 + .../widgets/input-radio-no-centering.html.ini | 2 + .../widgets/select-wrap-no-spill.optional.html.ini | 4 + .../select-invalidation.html.ini | 2 - .../attr-script-fetchpriority.html.ini | 6 + ...lly-block-rendering-on-link-media-attr.html.ini | 6 + ...-media-does-not-block-render.tentative.html.ini | 3 + .../document-metadata/styling/LinkStyle.html.ini | 9 + .../the-base-element/base_multiple.html.ini | 3 + ...error-fired-before-scripting-unblocked.html.ini | 3 + .../link-load-error-events.html.ini | 9 + .../link-load-error-events.https.html.ini | 18 + ...-load-fired-before-scripting-unblocked.html.ini | 3 + .../the-link-element/link-rel-attribute.html.ini | 6 + .../the-link-element/link-style-error-01.html.ini | 36 + .../link-style-error-limited-quirks.html.ini | 36 + .../link-style-error-quirks.html.ini | 30 + .../the-link-element/link-type-attribute.html.ini | 2 + ...ot-removed-until-next-stylesheet-loads.html.ini | 3 + .../meta-color-scheme-attribute-changes.html.ini | 21 +- ...-color-scheme-normal-descendant-change.html.ini | 3 +- .../color-scheme/meta-color-scheme-remove.html.ini | 6 +- ...quiv-enumerated-ascii-case-insensitive.html.ini | 3 + .../the-style-element/mutations.window.js.ini | 6 + .../the-style-element/style-error-01.html.ini | 4 + .../the-style-element/style_disabled.html.ini | 3 + .../the-style-element/style_media.html.ini | 3 + .../the-style-element/style_media_change.html.ini | 6 + .../the-style-element/style_type_change.html.ini | 9 + .../the-style-element/style_type_html.html.ini | 6 + .../the-style-element/style_type_svg.svg.ini | 2 + ...ate-style-block-ascii-case-insensitive.html.ini | 2 + .../media-elements/audio_loop_base.html.ini | 5 + .../autoplay-supported-by-feature-policy.html.ini | 4 + .../autoplay-with-broken-track.html.ini | 10 + .../media-elements/event_loadstart.html.ini | 2 - .../media-elements/event_timeupdate.html.ini | 2 - .../event_timeupdate_noautoplay.html.ini | 7 + .../interfaces/TextTrack/activeCues.html.ini | 19 + .../interfaces/TextTrack/addCue.html.ini | 17 + .../interfaces/TextTrack/cues.html.ini | 13 + .../interfaces/TextTrack/kind.html.ini | 7 + .../interfaces/TextTrack/label.html.ini | 7 + .../interfaces/TextTrack/language.html.ini | 7 + .../interfaces/TextTrack/removeCue.html.ini | 8 + .../interfaces/TextTrackCue/constructor.html.ini | 4 + .../interfaces/TextTrackCue/endTime.html.ini | 8 + .../interfaces/TextTrackCue/id.html.ini | 8 + .../interfaces/TextTrackCue/onenter.html.ini | 8 + .../interfaces/TextTrackCue/onexit.html.ini | 8 + .../interfaces/TextTrackCue/pauseOnExit.html.ini | 8 + .../interfaces/TextTrackCue/startTime.html.ini | 8 + .../interfaces/TextTrackCue/track.html.ini | 8 + .../TextTrackCueList/getCueById.html.ini | 13 + .../interfaces/TextTrackCueList/getter.html.ini | 10 + .../interfaces/TextTrackCueList/length.html.ini | 4 + .../interfaces/TextTrackList/getter.html.ini | 4 + .../interfaces/TextTrackList/length.html.ini | 4 + .../autoplay-overrides-preload.html.ini | 2 - .../load-removes-queued-error-event.html.ini | 4 + ...urce-selection-candidate-insert-before.html.ini | 4 + .../resource-selection-candidate-moved.html.ini | 4 + ...tion-candidate-remove-addEventListener.html.ini | 5 + ...rce-selection-candidate-remove-onerror.html.ini | 5 + ...tion-invoke-insert-source-networkState.html.ini | 4 + .../resource-selection-pointer-control.html.ini | 4 + .../resource-selection-pointer-insert-br.html.ini | 4 + ...source-selection-pointer-insert-source.html.ini | 4 + ...resource-selection-pointer-insert-text.html.ini | 4 + ...-selection-pointer-remove-source-after.html.ini | 4 + ...source-selection-pointer-remove-source.html.ini | 4 + ...resource-selection-pointer-remove-text.html.ini | 4 + ...urce-selection-source-media-env-change.html.ini | 3 + .../resource-selection-source-media.html.ini | 6 + .../currentSrc.html.ini | 19 + .../media-elements/mime-types/canPlayType.html.ini | 88 + .../loop-from-ended.tentative.html.ini | 7 + .../play-in-detached-document.html.ini | 5 + .../ready-states/autoplay-hidden.optional.html.ini | 5 + .../autoplay-with-slow-text-tracks.html.ini | 4 + .../seeking/seek-to-currentTime.html.ini | 4 + .../seeking/seek-to-max-value.htm.ini | 4 + .../seeking/seek-to-negative-time.htm.ini | 4 + .../track/track-element/cloneNode.html.ini | 11 + .../track/track-element/src-clear-cues.html.ini | 10 + .../track/track-element/src-empty-string.html.ini | 5 + .../track/track-element/track-active-cues.html.ini | 5 + .../track-element/track-add-remove-cue.html.ini | 5 + .../track/track-element/track-add-track.html.ini | 4 + .../track-element/track-api-texttracks.html.ini | 4 + .../track-element/track-change-event.html.ini | 5 + .../track/track-element/track-cue-empty.html.ini | 4 + .../track/track-element/track-cue-inline.html.ini | 4 + .../track-cue-mutable-fragment.html.ini | 4 + .../track/track-element/track-cue-mutable.html.ini | 5 + .../track-cue-negative-duration.html.ini | 4 + .../track-cue-negative-timestamp-events.html.ini | 4 + .../track-cue-negative-timestamp.html.ini | 5 + .../track/track-element/track-cue-order.html.ini | 19 + ...ack-cue-rendering-after-controls-added.html.ini | 2 + ...k-cue-rendering-after-controls-removed.html.ini | 2 + .../track-cue-rendering-empty-cue.html.ini | 4 + .../track-cue-rendering-line-doesnt-fit.html.ini | 2 + .../track-cue-rendering-transformed-video.html.ini | 2 + ...ange-dynamically-created-track-element.html.ini | 5 + .../track-element/track-cues-cuechange.html.ini | 4 + .../track-element/track-cues-enter-exit.html.ini | 4 + .../track/track-element/track-cues-missed.html.ini | 5 + .../track-cues-pause-on-exit.html.ini | 5 + .../track-element/track-cues-seeking.html.ini | 5 + .../track-cues-sorted-before-dispatch.html.ini | 5 + .../track/track-element/track-data-url.html.ini | 11 + .../track-element/track-default-attribute.html.ini | 5 + .../track-delete-during-setup.html.ini | 5 + .../track-element/track-disabled-addcue.html.ini | 4 + .../track/track-element/track-disabled.html.ini | 4 + .../track-element-src-change-error.html.ini | 5 + .../track-element-src-change.html.ini | 5 + .../track/track-element/track-id.html.ini | 4 + .../track-element/track-large-timestamp.html.ini | 5 + .../track-load-error-readyState.html.ini | 5 + .../track-load-from-element-readyState.html.ini | 5 + .../track-load-from-src-readyState.html.ini | 5 + .../track-mode-not-changed-by-new-track.html.ini | 4 + .../track-mode-triggers-loading.html.ini | 4 + .../track/track-element/track-mode.html.ini | 5 + .../track-element/track-node-add-remove.html.ini | 4 + .../track-element/track-remove-active-cue.html.ini | 4 + .../track-remove-insert-ready-state.html.ini | 4 + .../track-remove-track-inband.html.ini | 4 + .../track-element/track-remove-track.html.ini | 4 + .../track-selection-metadata.html.ini | 4 + .../track-selection-task-order.html.ini | 5 + .../track-text-track-cue-list.html.ini | 5 + .../track/track-element/track-texttracks.html.ini | 4 + .../track-webvtt-align-positioning.html.ini | 4 + .../track-webvtt-align-text-line-position.html.ini | 4 + .../track-element/track-webvtt-alignment.html.ini | 11 + .../track-webvtt-blank-lines.html.ini | 8 + .../track/track-element/track-webvtt-bom.html.ini | 5 + .../track-webvtt-class-markup.html.ini | 8 + .../track-webvtt-cue-identifiers.html.ini | 8 + .../track-element/track-webvtt-cue-no-id.html.ini | 8 + .../track-webvtt-cue-recovery.html.ini | 11 + .../track-webvtt-cue-size-align.html.ini | 8 + .../track-element/track-webvtt-cue-size.html.ini | 8 + .../track-webvtt-degenerate-cues.html.ini | 5 + .../track-element/track-webvtt-empty-cue.html.ini | 5 + .../track-element/track-webvtt-entities.html.ini | 8 + .../track-webvtt-header-comment.html.ini | 5 + .../track-webvtt-interspersed-non-cue.html.ini | 5 + .../track-webvtt-line-position.html.ini | 4 + .../track-webvtt-magic-header.html.ini | 5 + .../track-element/track-webvtt-markup.html.ini | 8 + .../track-element/track-webvtt-newlines.html.ini | 5 + .../track-element/track-webvtt-no-timings.html.ini | 5 + .../track-webvtt-non-snap-to-lines.html.ini | 2 + .../track-webvtt-positioning.html.ini | 11 + .../track-element/track-webvtt-settings.html.ini | 8 + .../track-element/track-webvtt-timestamp.html.ini | 8 + .../track-webvtt-timings-hour.html.ini | 5 + .../track-webvtt-timings-no-hours.html.ini | 5 + .../track-webvtt-timings-whitespace.html.ini | 5 + ...-webvtt-two-cue-layout-after-first-end.html.ini | 2 + .../track-webvtt-unsupported-markup.html.ini | 5 + .../track/track-element/track-webvtt-utf8.html.ini | 5 + .../track-element/track-webvtt-valign.html.ini | 11 + .../track-element/track-webvtt-voice.html.ini | 8 + .../track-element/vtt-cue-float-precision.html.ini | 4 + .../media-elements/user-interface/muted.html.ini | 13 + .../the-area-element/area-coords.html.ini | 66 + .../the-area-element/area-processing.html.ini | 21 + .../the-area-element/area-shape.html.ini | 39 + .../the-area-element/area-stringifier.html.ini | 24 + .../the-canvas-element/historical.html.ini | 2 + .../the-canvas-element/initial.reset.path.html.ini | 3 + .../security.pattern.fillStyle.sub.html.ini | 40 + .../security.reset.cross.html.ini | 3 + .../security.reset.redirect.html.ini | 3 + .../the-canvas-element/toBlob.jpeg.html.ini | 3 + .../the-canvas-element/toBlob.null.html.ini | 3 + .../the-canvas-element/toBlob.png.html.ini | 3 + ...t-getters-return-null-for-cross-origin.html.ini | 3 + .../the-embed-element/embed-dimension.html.ini | 6 + ...ocument-under-content-visibility-focus.html.ini | 2 - ...document-under-content-visibility-gbcr.html.ini | 2 - .../the-embed-element/embed-document.html.ini | 3 + .../embed-in-object-fallback-2.html.ini | 3 + .../embed-in-object-fallback.html.ini | 3 + ...t-getters-return-null-for-cross-origin.html.ini | 3 + .../cross-origin-to-whom-part-2.window.js.ini | 3 + .../cross-origin-to-whom.window.js.ini | 3 + ...t-getters-return-null-for-cross-origin.html.ini | 3 + .../the-iframe-element/iframe-allow.html.ini | 3 + .../iframe-allowfullscreen.html.ini | 9 + .../iframe-network-error.sub.html.ini | 7 - .../the-iframe-element/iframe-nosrc.html.ini | 3 + .../iframe_javascript_url_01.htm.ini | 3 + .../iframe_sandbox_allow_script.html.ini | 4 + .../iframe_sandbox_allow_top_navigation-1.html.ini | 3 + .../iframe_sandbox_allow_top_navigation-3.html.ini | 3 + .../iframe_sandbox_block_modals-2.html.ini | 3 + .../iframe_sandbox_block_modals-3.html.ini | 3 + .../iframe_sandbox_block_modals-4.html.ini | 4 + .../iframe_sandbox_navigate_descendants.html.ini | 3 + ...frame_sandbox_navigate_history_go_back.html.ini | 3 + ...me_sandbox_navigate_history_go_forward.html.ini | 3 + ...download_block_downloads.sub.tentative.html.ini | 3 + .../iframe_sandbox_popups_escaping-2.html.ini | 2 +- .../sandbox-ascii-case-insensitive.html.ini | 3 + .../the-iframe-element/sandbox_005.htm.ini | 3 + .../the-iframe-element/sandbox_023.htm.ini | 3 + .../the-iframe-element/sandbox_025.htm.ini | 3 + .../the-iframe-element/sandbox_029.htm.ini | 3 + .../the-iframe-element/sandbox_031.htm.ini | 3 + .../src-repeated-in-ancestor.html.ini | 13 + .../404-response-with-actual-image-data.html.ini | 3 + .../the-img-element/adoption.html.ini | 3 + ...viewport-image-loading-lazy-load-event.html.ini | 3 + .../current-pixel-density/error.html.ini | 21 + .../decode/image-decode-iframe.html.ini | 10 + .../decode/image-decode-image-document.html.ini | 4 + ...mage-decode-path-changes-svg.tentative.html.ini | 18 + .../decode/image-decode-path-changes.html.ini | 24 + .../decode/image-decode-picture.html.ini | 24 + .../decode/image-decode-svg.tentative.html.ini | 39 + ...decode-with-quick-attach-svg.tentative.html.ini | 3 + .../decode/image-decode-with-quick-attach.html.ini | 3 + .../the-img-element/decode/image-decode.html.ini | 42 + .../disconnected-image-loading-lazy.html.ini | 3 + .../image-compositing-change.html.ini | 2 +- .../image-compositing-large-scale-change.html.ini | 2 - ...ge-loading-lazy-below-viewport-dynamic.html.ini | 3 + .../image-loading-lazy-clip-path.html.ini | 2 - ...ge-loading-lazy-crossorigin-change.sub.html.ini | 3 + ...loading-lazy-in-script-disabled-iframe.html.ini | 3 + ...image-loading-lazy-in-viewport-dynamic.html.ini | 3 + .../image-loading-lazy-move-document.html.ini | 3 + ...-lazy-move-into-script-disabled-iframe.html.ini | 3 + ...loading-lazy-referrerpolicy-change.sub.html.ini | 3 + .../image-loading-lazy-slow-aspect-ratio.html.ini | 2 +- ...ge-loading-lazy-zero-intersection-area.html.ini | 3 - .../image-loading-subpixel-clip.html.ini | 2 - .../move-element-and-scroll.html.ini | 4 + ...ered-below-viewport-image-loading-lazy.html.ini | 3 + .../not-rendered-image-loading-lazy.html.ini | 3 + .../the-img-element/null-image-source.html.ini | 6 + .../the-img-element/picture-loading-lazy.html.ini | 3 + .../remove-element-and-scroll.html.ini | 4 + .../parse-a-sizes-attribute-quirks-mode.html.ini | 24 + .../the-img-element/sizes/sizes-auto.html.ini | 126 + .../sizes/sizes-dynamic-001.html.ini | 2 + .../sizes/sizes-dynamic-002.html.ini | 2 + .../srcset/parse-a-srcset-attribute.html.ini | 2 + .../svg-img-with-external-stylesheet.html.ini | 2 + .../update-the-image-data/fail-to-resolve.html.ini | 3 + .../the-img-element/update-the-source-set.html.ini | 24 + .../the-img-element/usemap-casing.html.ini | 3 + ...t-getters-return-null-for-cross-origin.html.ini | 6 + .../the-object-element/historical.html.ini | 4 + .../the-object-element/object-attributes.html.ini | 12 + .../the-object-element/object-events.html.ini | 13 + .../the-object-element/object-handler.html.ini | 7 + .../object-in-object-fallback-2.html.ini | 3 + .../the-video-element/intrinsic_sizes.htm.ini | 15 + .../resize-during-playback.html.ini | 3 + .../the-video-element/video_content_image.htm.ini | 2 + .../the-video-element/video_content_text.htm.ini | 2 + .../video_dynamic_poster_absolute.htm.ini | 2 + .../video_dynamic_poster_relative.htm.ini | 2 + .../video_initially_paused.html.ini | 2 + .../video_size_preserved_after_ended.html.ini | 3 + .../dirname-only-if-applies.html.ini | 6 + ...rm-validation-validity-patternMismatch.html.ini | 21 + .../form-validation-validity-stepMismatch.html.ini | 5 + .../form-validation-validity-valueMissing.html.ini | 5 + .../constraints/infinite_backtracking.html.ini | 2 + .../constraints/input-maxlength-emoji.html.ini | 3 + .../forms/constraints/radio-valueMissing.html.ini | 3 + .../form_owner_and_table_3.html.ini | 5 + .../form-double-submit-multiple-targets.html.ini | 2 - .../form-double-submit-requestsubmit.html.ini | 12 + .../form-submission-algorithm.html.ini | 6 +- ...m-submit-iframe-then-location-navigate.html.ini | 3 - .../form-submission-0/historical.window.js.ini | 4 - .../multipart-formdata.window.js.ini | 32 +- .../submission-checks.window.js.ini | 11 + .../form-submission-0/submit-file.sub.html.ini | 4 + .../form-submission-0/text-plain.window.js.ini | 20 +- .../form-submission-0/urlencoded2.window.js.ini | 36 +- .../rel-base-target.html.ini | 2 + .../rel-button-target.html.ini | 13 + .../rel-form-target.html.ini | 13 + .../rel-input-target.html.ini | 13 + .../selection-start-end-extra.html.ini | 3 + .../textarea-selection-while-parsing.xhtml.ini | 4 + ...button-willvalidate-readonly-attribute.html.ini | 3 - .../HTMLFieldSetElement.html.ini | 3 + .../the-fieldset-element/disabled-003.html.ini | 2 - .../the-form-element/form-autocomplete.html.ini | 79 +- .../the-form-element/form-elements-filter.html.ini | 5 + .../the-form-element/form-indexed-element.html.ini | 5 + .../forms/the-form-element/form-nameditem.html.ini | 10 + .../datetime-local-trailing-zeros.html.ini | 3 - .../forms/the-input-element/files.html.ini | 1 + .../focus-dynamic-type-change-on-blur.html.ini | 240 + .../focus-dynamic-type-change.html.ini | 121 + .../hidden-charset-case-sensitive.html.ini | 4 - .../image-click-form-data.html.ini | 5 + .../forms/the-input-element/image01.html.ini | 5 + .../input-type-change-value.html.ini | 6 + .../the-input-element/input-valueasnumber.html.ini | 9 + .../pattern_attribute_v_flag.html.ini | 9 + .../forms/the-input-element/radio-morphed.html.ini | 3 - .../forms/the-input-element/radio.html.ini | 3 + .../forms/the-input-element/range-2.html.ini | 4 + .../range-intrinsic-size.html.ini | 2 + .../show-picker-cross-origin-iframe.html.ini | 6 - .../label-attributes.sub.html.ini | 3 + .../forms/the-meter-element/meter.html.ini | 149 + .../the-output-element/output-validity.html.ini | 3 - .../inserted-or-removed.html.ini | 2 + .../select-selectedOptions.html.ini | 23 + .../the-select-element/select-validity.html.ini | 3 + ...select-willvalidate-readonly-attribute.html.ini | 3 - .../selectlist-ask-for-reset.html.ini | 12 + .../selectlist-explicit-size.tentative.html.ini | 2 + .../selectlist-font-size.tentative.html.ini | 2 + .../selectlist-form-attribute.tentative.html.ini | 42 + ...electlist-form-state-restore.tentative.html.ini | 3 + .../selectlist-form-submission.tentative.html.ini | 6 + .../selectlist-labels.tentative.html.ini | 3 + .../selectlist-marker-part.tentative.html.ini | 2 + .../selectlist-marker-slot.tentative.html.ini | 2 + ...-arbitrary-content-displayed.tentative.html.ini | 2 + ...itrary-content-not-displayed.tentative.html.ini | 2 + ...electlist-pseudo-open-closed.tentative.html.ini | 6 + ...electlist-required-attribute.tentative.html.ini | 3 + .../selectlist-rtl.tentative.html.ini | 2 + ...list-selected-value-behavior.tentative.html.ini | 2 + ...lectlist-selected-value-part.tentative.html.ini | 2 + ...lectlist-selected-value-slot.tentative.html.ini | 2 + .../selectlist-user-select.tentative.html.ini | 12 + .../selectlist-validity.tentative.html.ini | 6 + .../selectlist-value-option.tentative.html.ini | 3 + ...ectlist-value-selectedOption.tentative.html.ini | 33 + .../selectlist-writingmode-lr.tentative.html.ini | 2 + .../selectlist-writingmode-rl.tentative.html.ini | 2 + .../value-defaultValue-textContent.html.ini | 8 + ...wrap-enumerated-ascii-case-insensitive.html.ini | 4 + .../grouping-ol-rev-reftest-001.html.ini | 2 + .../grouping-ol-start-reftest-001.html.ini | 2 + .../grouping-ol-start-reftest-002.html.ini | 2 + .../grouping-ol-type-reftest-002.html.ini | 2 + .../grouping-ol-type-reftest-003.html.ini | 2 + .../the-ol-element/grouping-ol.html.ini | 69 + .../the-ol-element/ol.start-reflection-1.html.ini | 3 + .../the-ol-element/ol.start-reflection-2.html.ini | 3 + .../contextmenu-historical.html.ini | 3 + .../name-attribute.tentative.html.ini | 36 + .../child-sequential-focus.html.ini | 15 + .../dialog-autofocus-just-once.html.ini | 3 + .../dialog-autofocus-multiple-times.html.ini | 4 + .../the-dialog-element/dialog-autofocus.html.ini | 4 + .../dialog-focus-previous-outside.html.ini | 2 + ...ialog-focusing-steps-prevent-autofocus.html.ini | 3 + .../dialog-form-submission-unusual.html.ini | 6 + .../dialog-no-throw-requested-state.html.ini | 3 + .../dialog-return-value.html.ini | 3 + .../dialog-showModal-remove.html.ini | 3 + ...inert-does-not-match-disabled-selector.html.ini | 3 + .../inert-node-is-not-highlighted.html.ini | 2 - ...ertness-with-modal-dialogs-and-iframes.html.ini | 21 +- .../modal-dialog-backdrop-opacity.html.ini | 2 + .../show-modal-focusing-steps.html.ini | 4 + .../anchor-with-inline-element.html.ini | 7 + ...ader-origin-no-referrer-when-downgrade.html.ini | 4 + .../header-origin-no-referrer.html.ini | 4 + ...header-origin-origin-when-cross-origin.html.ini | 4 + .../header-origin-origin.html.ini | 4 + .../header-origin-same-origin.html.ini | 4 + ...origin-strict-origin-when-cross-origin.html.ini | 4 + .../header-origin-strict-origin.html.ini | 4 + .../header-origin-unsafe-url.html.ini | 4 + .../downloading-resources/header-origin.html.ini | 4 + ...er-referrer-no-referrer-when-downgrade.html.ini | 4 + .../header-referrer-no-referrer.html.ini | 4 + ...ader-referrer-origin-when-cross-origin.html.ini | 4 + .../header-referrer-origin.html.ini | 4 + .../header-referrer-same-origin.html.ini | 4 + ...ferrer-strict-origin-when-cross-origin.html.ini | 4 + .../header-referrer-strict-origin.html.ini | 4 + .../header-referrer-unsafe-url.html.ini | 4 + .../downloading-resources/header-referrer.html.ini | 4 + .../htmlanchorelement_noopener.html.ini | 1 - .../target_blank_implicit_noopener.html.ini | 16 + .../target_blank_implicit_noopener_base.html.ini | 2 + ...linked-resource-ascii-case-insensitive.html.ini | 2 + .../hide-other-popover-side-effects.html.ini | 3 + .../popover-anchor-change-display.html.ini | 2 + .../popovers/popover-anchor-display-none.html.ini | 3 + .../popovers/popover-anchor-display.html.ini | 2 + .../popovers/popover-anchor-idl-property.html.ini | 9 + .../popover-anchor-multicol-display.html.ini | 3 + .../popover-anchor-nested-display.html.ini | 2 + .../popover-anchor-scroll-display.html.ini | 2 + .../popover-anchor-transition.tentative.html.ini | 3 + .../semantics/popovers/popover-appearance.html.ini | 2 + .../popovers/popover-backdrop-appearance.html.ini | 2 + .../popover-beforetoggle-opening-event.html.ini | 3 + .../popover-css-properties.tentative.html.ini | 198 + .../popovers/popover-document-open.html.ini | 3 + .../semantics/popovers/popover-events.html.ini | 15 + .../popovers/popover-hidden-display.html.ini | 2 + .../popover-light-dismiss-on-scroll.html.ini | 3 + .../popovers/popover-open-display.html.ini | 2 + .../semantics/popovers/popover-removal-2.html.ini | 3 + .../semantics/popovers/popover-removal.html.ini | 3 + .../popovers/popover-shadowhost-focus.html.ini | 2 + .../popovers/popover-stacking-context.html.ini | 2 + .../semantics/popovers/popover-stacking.html.ini | 27 + .../popover-types-with-hints.tentative.html.ini | 21 + .../html/semantics/popovers/popover-types.html.ini | 3 + .../html/semantics/popovers/togglePopover.html.ini | 9 + .../popovers/toggleevent-interface.html.ini | 111 + .../css-module-assertions/charset-2.html.ini | 2 + .../css-module-assertions/charset-bom.html.ini | 2 + .../css-module-assertions/charset.html.ini | 2 + .../content-type-checking.html.ini | 16 + .../cors-crossorigin-requests.html.ini | 9 + .../css-module-assertions/credentials.sub.html.ini | 3 + .../css-module-worker-test.html.ini | 7 + .../import-css-module-basic.html.ini | 2 + .../import-css-module-dynamic.html.ini | 2 + .../css-module-assertions/integrity.html.ini | 2 + .../load-error-events.html.ini | 25 + .../referrer-policies.sub.html.ini | 2 + .../css-module-assertions/relative-urls.html.ini | 2 + .../css-module/integrity.html.ini | 3 +- .../the-script-element/data-url.html.ini | 3 + .../execution-timing/040.html.ini | 3 + .../execution-timing/042.html.ini | 3 + .../execution-timing/043.html.ini | 3 + .../execution-timing/044.html.ini | 3 + .../execution-timing/045.html.ini | 3 + .../execution-timing/054.html.ini | 3 + .../execution-timing/055.html.ini | 3 + .../execution-timing/083.html.ini | 3 + .../execution-timing/108.html.ini | 3 + .../execution-timing/109.html.ini | 3 + .../execution-timing/128.html.ini | 3 + .../execution-timing/131.html.ini | 3 + .../execution-timing/132.html.ini | 3 + .../execution-timing/133.html.ini | 3 + .../execution-timing/134.html.ini | 3 + .../execution-timing/135.html.ini | 3 + .../execution-timing/136.html.ini | 3 + .../execution-timing/138.html.ini | 3 + .../execution-timing/139.html.ini | 3 + .../execution-timing/140.html.ini | 3 + .../execution-timing/141.html.ini | 3 + .../execution-timing/142.html.ini | 3 + .../execution-timing/143.html.ini | 3 + .../execution-timing/144.html.ini | 3 + .../execution-timing/145.html.ini | 3 + .../execution-timing/147.html.ini | 3 + .../execution-timing/148.html.ini | 3 + .../unsupported-assertion.html.ini | 2 - ...amic-import-with-attributes-argument.any.js.ini | 8 + .../empty-attributes-clause.html.ini | 4 + .../invalid-type-attribute-error.html.ini | 3 + .../json-module-assertions/charset-2.html.ini | 2 + .../json-module-assertions/charset-bom.any.js.ini | 8 + .../json-module-assertions/charset.html.ini | 2 + .../cors-crossorigin-requests.html.ini | 9 + .../credentials.sub.html.ini | 3 + .../json-module-assertions/integrity.html.ini | 2 + .../invalid-content-type.any.js.ini | 8 + .../json-module-service-worker-test.https.html.ini | 9 + .../load-error-events.html.ini | 25 + .../json-module-assertions/module.html.ini | 4 + .../json-module-assertions/non-object.any.js.ini | 8 + .../json-module-assertions/parse-error.html.ini | 4 + .../referrer-policies.sub.html.ini | 2 + .../repeated-imports.any.js.ini | 8 + .../valid-content-type.html.ini | 19 + .../the-script-element/module/charset-02.html.ini | 6 + .../dynamic-imports-script-error.html.ini | 3 + ...-compilation-base-url-external-classic.html.ini | 3 + ...g-compilation-base-url-external-module.html.ini | 3 + .../string-compilation-nonce-classic.html.ini | 6 + .../string-compilation-nonce-module.html.ini | 6 + .../string-compilation-other-document.html.ini | 3 + .../module/module-import-referrer.html.ini | 2 + .../module/referrer-no-referrer.sub.html.ini | 18 + .../referrer-origin-when-cross-origin.sub.html.ini | 15 + .../module/referrer-origin.sub.html.ini | 18 + .../referrer-policy-for-descendants.sub.html.ini | 18 + .../module/referrer-same-origin.sub.html.ini | 15 + .../module/referrer-unsafe-url.sub.html.ini | 12 + .../the-script-element/muted-errors.sub.html.ini | 18 + .../the-script-element/script-charset-02.html.ini | 9 + .../node-document.html.ini | 6 + .../template-child-nodes.html.ini | 6 + .../template-content-hierarcy.html.ini | 6 + .../pseudo-classes/checked-type-change.html.ini | 3 + .../selectors/pseudo-classes/checked.html.ini | 9 + .../selectors/pseudo-classes/default.html.ini | 6 + .../selectors/pseudo-classes/dir-dynamic.html.ini | 12 + .../dir-html-input-dynamic-text.html.ini | 3 + .../selectors/pseudo-classes/dir.html.ini | 9 + .../selectors/pseudo-classes/dir01.html.ini | 3 + .../selectors/pseudo-classes/disabled.html.ini | 17 +- .../pseudo-classes/focus-autofocus.html.ini | 4 + .../selectors/pseudo-classes/focus.html.ini | 6 + .../pseudo-classes/indeterminate-radio.html.ini | 3 + .../indeterminate-type-change.html.ini | 3 + .../pseudo-classes/indeterminate.html.ini | 15 + .../inrange-outofrange-type-change.html.ini | 6 + .../pseudo-classes/inrange-outofrange.html.ini | 18 + .../readwrite-readonly-type-change.html.ini | 3 + .../required-optional-hidden.html.ini | 3 + .../pseudo-classes/required-optional.html.ini | 18 + .../processing-model-1/col-span-limits.html.ini | 6 + .../processing-model-1/span-limits.html.ini | 6 - .../the-table-element/remove-row.html.ini | 3 + .../the-table-element/table-rows.html.ini | 3 + .../the-a-element/a-download-click-404.html.ini | 3 + ...-download-click-redirect-to-javascript.html.ini | 3 + .../the-a-element/a-download-click.html.ini | 3 + .../the-bdi-element/bdi-auto-dir-default.html.ini | 2 + .../bdi-neutral-missing-pdf.html.ini | 2 + .../the-bdi-element/bdi-neutral-nested.html.ini | 2 + .../the-bdi-element/bdi-neutral-number.html.ini | 2 + .../the-bdi-element/bdi-neutral-separate.html.ini | 2 + .../bdi-neutral-to-another-bdi-1.html.ini | 2 + .../bdi-neutral-to-another-bdi-2.html.ini | 2 + .../bdi-neutral-to-letter-following-1.html.ini | 2 + .../bdi-neutral-to-letter-following-2.html.ini | 2 + .../bdi-neutral-to-letter-preceding-1.html.ini | 2 + .../bdi-neutral-to-letter-preceding-2.html.ini | 2 + .../bdi-neutral-to-number-following-1.html.ini | 2 + .../bdi-neutral-to-number-following-2.html.ini | 2 + .../bdi-neutral-to-surrounding-run.html.ini | 2 + .../the-bdi-element/bdi-neutral-wrapped.html.ini | 2 + .../bdi-paragraph-level-container.html.ini | 2 + .../the-bdo-element/bdo-child.html.ini | 2 + .../the-bdo-element/bidi-001.html.ini | 2 + .../br-bidi-in-inline-ancestors.html.ini | 2 + .../the-ruby-element/ruby-usage.html.ini | 2 + .../the-wbr-element/wbr-element.html.ini | 2 + .../attr-link-fetchpriority.html.ini | 6 + .../the-input-byte-stream-003.html.ini | 2 + .../the-input-byte-stream-004.html.ini | 2 + .../the-input-byte-stream-007.html.ini | 3 + .../the-input-byte-stream-009.html.ini | 3 + .../the-input-byte-stream-030.html.ini | 3 + .../syntax/parsing/DOMContentLoaded-defer.html.ini | 3 + .../html/syntax/parsing/html5lib_webkit02.html.ini | 90 + .../html_content_in_foreign_context.html.ini | 3 + .../parsing/meta-inhead-insertion-mode.html.ini | 3 + .../html/syntax/parsing/quotes-in-meta.html.ini | 3 + .../syntax/parsing/unclosed-svg-script.html.ini | 6 + .../serializing.html.ini | 6 + .../serializing-html-fragments/template.html.ini | 3 + .../serializing-xml-fragments/outerHTML.html.ini | 42 + ...e-shadowrootmode-img-src.tentative.sub.html.ini | 3 + ...rootmode-link-stylesheet.tentative.sub.html.ini | 3 + ...hadowrootmode-script-src.tentative.sub.html.ini | 3 + ...ed-template-shadowrootmode-1.tentative.html.ini | 3 + ...ed-template-shadowrootmode-2.tentative.html.ini | 3 + .../page-load/template-img-src.tentative.html.ini | 3 + .../template-link-stylesheet.tentative.html.ini | 3 + ...plate-shadowrootmode-img-src.tentative.html.ini | 3 + ...adowrootmode-link-stylesheet.tentative.html.ini | 3 + ...te-shadowrootmode-script-src.tentative.html.ini | 3 + .../adopt-while-parsing-001.html.ini | 2 + .../message-event-init.tentative.html.ini | 3 + .../animation-frames/callback-invoked.html.ini | 3 + .../animation-frames/cancel-pending.html.ini | 3 + .../document-write/module-dynamic-import.html.ini | 4 +- .../module-tla-immediate-promise.html.ini | 5 - .../document-write/module-tla-import.html.ini | 4 +- .../abort-refresh-immediate.window.js.ini | 13 + .../abort-refresh-multisecond-header.window.js.ini | 10 + .../abort-refresh-multisecond-meta.window.js.ini | 10 + .../abort-while-navigating.window.js.ini | 19 + .../abort.sub.window.js.ini | 10 + .../opening-the-input-stream/active.window.js.ini | 12 + ...ut-exception-vs-return-origin.sub.window.js.ini | 10 + .../bailout-exception-vs-return-xml.window.js.ini | 10 + ...ffects-ignore-opens-during-unload.window.js.ini | 10 + ...open-cancels-javascript-url-navigation.html.ini | 3 + .../encoding.window.js.ini | 3 + .../event-listeners.window.js.ini | 18 + .../location-set-and-document-open.html.ini | 3 + .../no-new-global.window.js.ini | 6 + .../opening-the-input-stream/quirks.window.js.ini | 2 + .../opening-the-input-stream/url.window.js.ini | 6 + .../queue-microtask-exceptions.any.js.ini | 9 + .../microtask-queuing/queue-microtask.any.js.ini | 9 + ...vent-handler-lexical-scopes-form-owner.html.ini | 9 - .../compile-event-handler-lexical-scopes.html.ini | 10 + .../frameset-element-synthetic-errorevent.html.ini | 2 - .../frameset-element-synthetic-event.html.ini | 2 - .../events/event-handler-removal.window.js.ini | 3 + ...ompiled-raw-handler-compiled-late.window.js.ini | 3 + ...ompiled-raw-handler-compiled-once.window.js.ini | 3 + ...mpiled-raw-handler-keeps-position.window.js.ini | 3 + .../events/messageevent-constructor.https.html.ini | 3 + .../compile-error-cross-origin.html.ini | 6 + .../compile-error-in-attribute.html.ini | 6 + .../compile-error-in-setInterval.html.ini | 3 + .../compile-error-in-setTimeout.html.ini | 3 + .../atomics-wait-async.https.any.js.ini | 14 + .../requires-failure.https.any.js.ini | 7 + .../requires-success.any.js.ini | 6 + .../promise-job-entry.html.ini | 2 +- .../promise-job-incumbent.html.ini | 6 + .../runtime-error-cross-origin.html.ini | 6 + .../runtime-error-in-setInterval.html.ini | 3 + .../runtime-error-in-setTimeout.html.ini | 3 + .../disallow-crossorigin.html.ini | 3 + ...omise-rejection-events.dedicatedworker.html.ini | 3 + .../promise-rejection-events.html.ini | 3 + ...e-rejection-events.serviceworker.https.html.ini | 3 + .../promise-rejection-events.sharedworker.html.ini | 2 + .../historical.https.window.js.ini | 3 + .../the-navigator-object/navigator.any.js.ini | 8 + .../navigator_user_agent.https.html.ini | 6 + .../the-navigator-object/protocol.https.html.ini | 18 + .../Worker_Self_Origin.html.ini | 9 + .../child-document-raf-order.html.ini | 3 + .../HostEnsureCanAddPrivateElement.window.js.ini | 36 +- tests/wpt/meta/mediasession/mediametadata.html.ini | 42 + .../navigation-timing/buffered-flag.window.js.ini | 4 + .../navigation-timing/idlharness.window.js.ini | 102 + .../meta/navigation-timing/po-navigation.html.ini | 4 + .../unload-event-same-origin-check.html.ini | 9 + .../case-sensitivity.any.js.ini | 8 + .../performance-timeline/idlharness.any.js.ini | 9 + ...navigation-id-element-timing.tentative.html.ini | 3 +- .../navigation-id-initial-load.tentative.html.ini | 3 + ...d-long-task-task-attribution.tentative.html.ini | 3 +- .../navigation-id-mark-measure.tentative.html.ini | 3 +- .../navigation-id-reset.tentative.html.ini | 4 + ...avigation-id-resource-timing.tentative.html.ini | 3 +- .../navigation-id-worker-created-entries.html.ini | 3 + ...ation-timing-attributes.tentative.window.js.ini | 3 + ...avigation-timing-reload.tentative.window.js.ini | 3 + .../meta/performance-timeline/po-observe.html.ini | 4 + .../meta/performance-timeline/po-resource.html.ini | 3 + .../tentative/include-frames-originA-A-A.html.ini | 3 + .../tentative/include-frames-originA-A.html.ini | 3 + .../tentative/include-frames-originA-AA.html.ini | 3 + .../tentative/include-frames-originA-AB.html.ini | 3 + .../tentative/include-frames-originA-B-A.html.ini | 3 + .../tentative/include-frames-originA-B-B.html.ini | 3 + .../tentative/include-frames-originA-B.html.ini | 3 + ...performance-entry-source-deleted-frame.html.ini | 4 + .../tentative/with-filter-options-originA.html.ini | 3 + .../wpt/meta/permissions/all-permissions.html.ini | 27 + tests/wpt/meta/permissions/idlharness.any.js.ini | 138 + ...ery-feature-policy-attribute.https.sub.html.ini | 12 + .../quirks/body-fills-html-quirk-float.html.ini | 2 - .../meta/quirks/line-height-calculation.html.ini | 18 - ...height-trailing-collapsable-whitespace.html.ini | 2 + .../quirks/percentage-height-calculation.html.ini | 120 + ...ge-height-quirk-excludes-flex-grid-002.html.ini | 2 + tests/wpt/meta/quirks/supports.html.ini | 3 + ...-cell-nowrap-minimum-width-calculation.html.ini | 3 + .../table-cell-width-calculation-abspos.html.ini | 2 - ...able-cell-width-calculation-applies-to.html.ini | 3 - .../quirks/table-cell-width-calculation.html.ini | 21 - .../quirks.html.ini | 2 + .../excluded-properties-003.html.ini | 3 - .../quirks/unitless-length/limited-quirks.html.ini | 141 - .../meta/quirks/unitless-length/no-quirks.html.ini | 141 - .../meta/quirks/unitless-length/quirks.html.ini | 141 - .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../same-origin/sharedworker-classic.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../unsafe-url/sharedworker-classic.http.html.ini | 6 + .../unset/sharedworker-classic.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../same-origin/sharedworker-classic.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../unsafe-url/sharedworker-classic.http.html.ini | 6 + .../unset/sharedworker-classic.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../same-origin/sharedworker-classic.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../unsafe-url/sharedworker-classic.http.html.ini | 6 + .../unset/sharedworker-classic.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../same-origin/sharedworker-classic.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../unsafe-url/sharedworker-classic.http.html.ini | 6 + .../unset/sharedworker-classic.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../same-origin/sharedworker-classic.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../unsafe-url/sharedworker-classic.http.html.ini | 6 + .../unset/sharedworker-classic.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../same-origin/sharedworker-classic.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../unsafe-url/sharedworker-classic.http.html.ini | 6 + .../unset/sharedworker-classic.http.html.ini | 6 + .../child-css/external-import-stylesheet.html.ini | 3 + .../child-css/internal-import-stylesheet.html.ini | 3 + .../child-css/processing-instruction.html.ini | 3 + .../font-face/external-import-stylesheet.html.ini | 3 + .../font-face/external-stylesheet.html.ini | 3 + .../font-face/internal-import-stylesheet.html.ini | 3 + .../font-face/internal-stylesheet.html.ini | 3 + .../font-face/processing-instruction.html.ini | 3 + .../image/external-import-stylesheet.html.ini | 3 + .../image/external-stylesheet.html.ini | 3 + .../css-integration/image/inline-style.html.ini | 3 + .../image/internal-import-stylesheet.html.ini | 3 + .../image/internal-stylesheet.html.ini | 3 + .../image/presentation-attribute.html.ini | 3 + .../image/processing-instruction.html.ini | 3 + .../svg/external-stylesheet.html.ini | 27 + .../css-integration/svg/inline-style.html.ini | 27 + .../svg/internal-stylesheet.html.ini | 27 + .../svg/presentation-attribute.html.ini | 24 + .../svg/processing-instruction.html.ini | 27 + .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-module.http.html.ini | 6 + .../iframe.http-rp/no-referrer/fetch.http.html.ini | 36 + .../no-referrer/sharedworker-classic.http.html.ini | 6 + .../no-referrer/sharedworker-module.http.html.ini | 6 + .../no-referrer/worker-classic.http.html.ini | 6 + .../no-referrer/worker-module.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-module.http.html.ini | 6 + .../gen/iframe.http-rp/origin/fetch.http.html.ini | 36 + .../origin/sharedworker-classic.http.html.ini | 6 + .../origin/sharedworker-module.http.html.ini | 6 + .../origin/worker-classic.http.html.ini | 6 + .../origin/worker-module.http.html.ini | 6 + .../same-origin/sharedworker-classic.http.html.ini | 6 + .../same-origin/sharedworker-module.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-module.http.html.ini | 6 + .../strict-origin/fetch.http.html.ini | 36 + .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-module.http.html.ini | 6 + .../strict-origin/worker-classic.http.html.ini | 6 + .../strict-origin/worker-module.http.html.ini | 6 + .../unsafe-url/sharedworker-classic.http.html.ini | 6 + .../unsafe-url/sharedworker-module.http.html.ini | 6 + .../unset/sharedworker-classic.http.html.ini | 6 + .../unset/sharedworker-module.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-module.http.html.ini | 6 +- .../iframe.meta/no-referrer/fetch.http.html.ini | 36 + .../no-referrer/sharedworker-classic.http.html.ini | 6 + .../no-referrer/sharedworker-module.http.html.ini | 6 + .../no-referrer/worker-classic.http.html.ini | 6 + .../no-referrer/worker-module.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-module.http.html.ini | 6 + .../gen/iframe.meta/origin/fetch.http.html.ini | 36 + .../origin/sharedworker-classic.http.html.ini | 6 + .../origin/sharedworker-module.http.html.ini | 6 + .../origin/worker-classic.http.html.ini | 6 + .../iframe.meta/origin/worker-module.http.html.ini | 6 + .../same-origin/sharedworker-classic.http.html.ini | 6 + .../same-origin/sharedworker-module.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-module.http.html.ini | 6 + .../iframe.meta/strict-origin/fetch.http.html.ini | 36 + .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-module.http.html.ini | 6 + .../strict-origin/worker-classic.http.html.ini | 6 + .../strict-origin/worker-module.http.html.ini | 6 + .../iframe.meta/strict-origin/xhr.http.html.ini | 2 - .../unsafe-url/sharedworker-classic.http.html.ini | 6 + .../unsafe-url/sharedworker-module.http.html.ini | 6 + .../unset/sharedworker-classic.http.html.ini | 6 + .../unset/sharedworker-module.http.html.ini | 6 + .../req.attr/same-origin/script-tag.http.html.ini | 7 - .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-module.http.html.ini | 6 + .../top.http-rp/no-referrer/fetch.http.html.ini | 36 + .../no-referrer/sharedworker-classic.http.html.ini | 6 + .../no-referrer/sharedworker-module.http.html.ini | 6 + .../no-referrer/worker-classic.http.html.ini | 6 + .../no-referrer/worker-module.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-module.http.html.ini | 6 + .../gen/top.http-rp/origin/fetch.http.html.ini | 36 + .../origin/sharedworker-classic.http.html.ini | 6 + .../origin/sharedworker-module.http.html.ini | 6 + .../origin/worker-classic.http.html.ini | 6 + .../top.http-rp/origin/worker-module.http.html.ini | 6 + .../same-origin/sharedworker-classic.http.html.ini | 6 + .../same-origin/sharedworker-module.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-module.http.html.ini | 6 + .../top.http-rp/strict-origin/fetch.http.html.ini | 36 + .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-module.http.html.ini | 6 + .../strict-origin/worker-classic.http.html.ini | 6 + .../strict-origin/worker-module.http.html.ini | 6 + .../unsafe-url/sharedworker-classic.http.html.ini | 6 + .../unsafe-url/sharedworker-module.http.html.ini | 6 + .../unset/sharedworker-classic.http.html.ini | 6 + .../unset/sharedworker-module.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-module.http.html.ini | 6 + .../gen/top.meta/no-referrer/fetch.http.html.ini | 36 + .../no-referrer/sharedworker-classic.http.html.ini | 6 + .../no-referrer/sharedworker-module.http.html.ini | 6 + .../no-referrer/worker-classic.http.html.ini | 6 + .../no-referrer/worker-module.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-module.http.html.ini | 6 + .../gen/top.meta/origin/fetch.http.html.ini | 36 + .../origin/sharedworker-classic.http.html.ini | 6 + .../origin/sharedworker-module.http.html.ini | 6 + .../top.meta/origin/worker-classic.http.html.ini | 6 + .../top.meta/origin/worker-module.http.html.ini | 6 + .../same-origin/sharedworker-classic.http.html.ini | 6 + .../same-origin/sharedworker-module.http.html.ini | 6 + .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-module.http.html.ini | 6 + .../gen/top.meta/strict-origin/fetch.http.html.ini | 36 + .../sharedworker-classic.http.html.ini | 6 + .../sharedworker-module.http.html.ini | 6 + .../strict-origin/worker-classic.http.html.ini | 6 + .../strict-origin/worker-module.http.html.ini | 6 + .../unsafe-url/sharedworker-classic.http.html.ini | 6 + .../unsafe-url/sharedworker-module.http.html.ini | 6 + .../unset/sharedworker-classic.http.html.ini | 6 + .../unset/sharedworker-module.http.html.ini | 6 + .../no-referrer/fetch.http.html.ini | 36 + .../no-referrer/worker-classic.http.html.ini | 6 + .../no-referrer/worker-module.http.html.ini | 6 + .../no-referrer/xhr.http.html.ini | 36 + .../origin/fetch.http.html.ini | 36 + .../origin/worker-classic.http.html.ini | 6 + .../origin/worker-module.http.html.ini | 6 + .../origin/xhr.http.html.ini | 36 + .../strict-origin/fetch.http.html.ini | 36 + .../strict-origin/worker-classic.http.html.ini | 6 + .../strict-origin/worker-module.http.html.ini | 6 + .../strict-origin/xhr.http.html.ini | 36 + .../no-referrer-when-downgrade/fetch.http.html.ini | 36 + .../worker-classic.http.html.ini | 6 + .../worker-module.http.html.ini | 6 + .../no-referrer-when-downgrade/xhr.http.html.ini | 36 + .../no-referrer/fetch.http.html.ini | 36 + .../no-referrer/worker-classic.http.html.ini | 6 + .../no-referrer/worker-module.http.html.ini | 6 + .../no-referrer/xhr.http.html.ini | 36 + .../origin-when-cross-origin/fetch.http.html.ini | 36 + .../worker-classic.http.html.ini | 6 + .../worker-module.http.html.ini | 6 + .../origin-when-cross-origin/xhr.http.html.ini | 36 + .../origin/fetch.http.html.ini | 36 + .../origin/worker-classic.http.html.ini | 6 + .../origin/worker-module.http.html.ini | 6 + .../worker-module.http-rp/origin/xhr.http.html.ini | 36 + .../same-origin/fetch.http.html.ini | 30 + .../same-origin/worker-classic.http.html.ini | 6 + .../same-origin/worker-module.http.html.ini | 6 + .../same-origin/xhr.http.html.ini | 30 + .../fetch.http.html.ini | 36 + .../worker-classic.http.html.ini | 6 + .../worker-module.http.html.ini | 6 + .../xhr.http.html.ini | 36 + .../strict-origin/fetch.http.html.ini | 36 + .../strict-origin/worker-classic.http.html.ini | 6 + .../strict-origin/worker-module.http.html.ini | 6 + .../strict-origin/xhr.http.html.ini | 36 + .../unsafe-url/fetch.http.html.ini | 36 + .../unsafe-url/worker-classic.http.html.ini | 6 + .../unsafe-url/worker-module.http.html.ini | 6 + .../unsafe-url/xhr.http.html.ini | 36 + .../unset/worker-classic.http.html.ini | 6 + .../unset/worker-module.http.html.ini | 6 + .../generic/iframe-src-change.html.ini | 3 + .../popup-inheritance-form-submission.html.ini | 3 +- .../generic/multiple-headers-one-invalid.html.ini | 3 + .../subresource-test/area-navigate.html.ini | 4 + .../attr-referrer-invalid-value.html.ini | 3 + .../subresource-test/fetch-messaging.html.ini | 3 + .../subresource-test/iframe-messaging.html.ini | 3 + .../subresource-test/image-decoding.html.ini | 3 + .../subresource-test/link-navigate.html.ini | 3 + .../subresource-test/script-messaging.html.ini | 3 + .../subresource-test/worker-messaging.html.ini | 3 + .../subresource-test/xhr-messaging.html.ini | 3 + .../body-size-cross-origin.https.html.ini | 18 + .../buffer-full-add-after-full-event.html.ini | 4 + ...-add-entries-during-callback-that-drop.html.ini | 4 + ...uffer-full-add-entries-during-callback.html.ini | 4 + .../buffer-full-add-then-clear.html.ini | 3 + ...r-full-decrease-buffer-during-callback.html.ini | 4 + ...r-full-increase-buffer-during-callback.html.ini | 4 + ...er-full-inspect-buffer-during-callback.html.ini | 4 + .../buffer-full-then-increased.html.ini | 3 + .../meta/resource-timing/buffered-flag.any.js.ini | 8 + .../entries-for-network-errors.sub.https.html.ini | 3 + .../wpt/meta/resource-timing/idlharness.any.js.ini | 24 + .../resource-timing/iframe-failed-commit.html.ini | 21 +- .../iframe-sequence-of-events.html.ini | 54 + .../interim-response-times.h2.html.ini | 36 + .../interim-response-times.html.ini | 36 + .../nested-nav-fallback-timing.html.ini | 6 + ...nextHopProtocol-is-tao-protected.https.html.ini | 23 +- ...ss-origin-css-fetched-memory-cache.sub.html.ini | 3 - ...tries-for-cross-origin-css-fetched.sub.html.ini | 3 + .../object-not-found-adds-entry.html.ini | 3 +- .../meta/resource-timing/opaque-origin.html.ini | 2 +- .../queue-entry-regardless-buffer-size.html.ini | 4 + .../resource-timing/resource-reload-TAO.html.ini | 3 +- .../resource-timing-level1.sub.html.ini | 63 + ...esource_connection_reuse_mixed_content.html.ini | 15 + ...onnection_reuse_mixed_content_redirect.html.ini | 15 + .../resource_dedicated_worker.html.ini | 3 + .../resource_nested_dedicated_worker.worker.js.ini | 3 + .../resource_subframe_self_navigation.html.ini | 13 + .../resource-timing/resource_timing.worker.js.ini | 4 + .../tentative/document-initiated.html.ini | 4 + .../tentative/script-initiated.html.ini | 2 + .../tentative/stylesheet-initiated.html.ini | 4 + .../resource-timing/test_resource_timing.html.ini | 70 + .../test_resource_timing.https.html.ini | 70 + .../meta/selection/bidi/modify.tentative.html.ini | 108 +- .../meta/selection/caret/empty-elements.html.ini | 3 - .../contenteditable/cefalse-on-boundaries.html.ini | 12 - .../contenteditable/modify.tentative.html.ini | 43 +- .../selection/script-and-style-elements.html.ini | 3 + .../onselectionchange-content-attribute.html.ini | 3 - .../textcontrols/selectionchange-bubble.html.ini | 13 +- .../textcontrols/selectionchange.html.ini | 132 +- .../readable-streams/bad-strategies.any.js.ini | 9 + .../bad-underlying-sources.any.js.ini | 9 + .../streams/readable-streams/cancel.any.js.ini | 9 + .../readable-streams/constructor.any.js.ini | 9 + .../count-queuing-strategy-integration.any.js.ini | 9 + .../readable-streams/default-reader.any.js.ini | 6 - .../floating-point-total-queue-size.any.js.ini | 9 + .../meta/streams/readable-streams/from.any.js.ini | 170 + .../readable-streams/garbage-collection.any.js.ini | 9 + .../streams/readable-streams/general.any.js.ini | 7 - .../owning-type-message-port.any.js.ini | 20 + .../owning-type-video-frame.any.js.ini | 39 + .../readable-streams/owning-type.any.js.ini | 38 + .../reentrant-strategies.any.js.ini | 14 + .../meta/streams/readable-streams/tee.any.js.ini | 67 - .../streams/readable-streams/templated.any.js.ini | 6 - .../subresource-integrity.html.ini | 3 + .../touch-touchevent-constructor.html.ini | 9 + ...ngInstruction.DOMCharacterDataModified.html.ini | 3 + .../approved/domnodeinserted.html.ini | 4 + .../uievents/legacy/Event-subclasses-init.html.ini | 3 + .../focus-automated-blink-webkit.html.ini | 7 + tests/wpt/meta/url/IdnaTestV2.window.js.ini | 522 + .../wpt/meta/url/a-element-origin-xhtml.xhtml.ini | 12 + tests/wpt/meta/url/a-element-origin.html.ini | 12 + tests/wpt/meta/url/data-uri-fragment.html.ini | 3 + tests/wpt/meta/url/historical.any.js.ini | 14 + tests/wpt/meta/url/toascii.window.js.ini | 27 + tests/wpt/meta/url/url-origin.any.js.ini | 26 + .../wpt/meta/url/url-setters-a-area.window.js.ini | 96 + .../wpt/meta/url/url-setters-stripping.any.js.ini | 36 - tests/wpt/meta/url/url-setters.any.js.ini | 42 + tests/wpt/meta/url/url-statics-canparse.any.js.ini | 44 - .../wasm/jsapi/constructor/toStringTag.any.js.ini | 5 + .../jsapi/exception/basic.tentative.any.js.ini | 30 - .../exception/constructor.tentative.any.js.ini | 26 - .../jsapi/exception/getArg.tentative.any.js.ini | 24 - .../wasm/jsapi/exception/is.tentative.any.js.ini | 20 - .../jsapi/exception/toString.tentative.any.js.ini | 14 - .../entry-different-function-realm.html.ini | 4 +- .../meta/wasm/jsapi/functions/incumbent.html.ini | 5 - .../meta/wasm/jsapi/global/constructor.any.js.ini | 63 - .../wasm/jsapi/global/value-get-set.any.js.ini | 105 - .../instance/constructor-bad-imports.any.js.ini | 5 - .../wasm/jsapi/instance/constructor.any.js.ini | 39 - .../memory/constructor-shared.tentative.any.js.ini | 5 + .../wasm/jsapi/module/customSections.any.js.ini | 8 + .../meta/wasm/jsapi/proto-from-ctor-realm.html.ini | 226 - tests/wpt/meta/wasm/jsapi/prototypes.any.js.ini | 33 - .../jsapi/tag/constructor.tentative.any.js.ini | 14 - .../wasm/jsapi/tag/toString.tentative.any.js.ini | 14 - .../broadcastchannel-success-and-failure.html.ini | 3 + .../module/broadcastchannel-success.html.ini | 3 + .../module/identity-not-preserved.html.ini | 10 + .../module/nested-worker-success.any.js.ini | 7 + .../module/serialization-via-idb.any.js.ini | 14 + .../serialization-via-notifications-api.any.js.ini | 14 + .../module/window-domain-success.sub.html.ini | 3 + .../module/window-messagechannel-success.html.ini | 3 + .../window-serviceworker-failure.https.html.ini | 3 + .../module/window-sharedworker-failure.html.ini | 3 + ...w-similar-but-cross-origin-success.sub.html.ini | 3 + .../module/window-simple-success.html.ini | 12 + tests/wpt/meta/wasm/webapi/abort.any.js.ini | 38 + tests/wpt/meta/wasm/webapi/body.any.js.ini | 9 + tests/wpt/meta/wasm/webapi/contenttype.any.js.ini | 32 + tests/wpt/meta/wasm/webapi/empty-body.any.js.ini | 58 + tests/wpt/meta/wasm/webapi/historical.any.js.ini | 14 + .../instantiateStreaming-bad-imports.any.js.ini | 190 +- tests/wpt/meta/wasm/webapi/invalid-args.any.js.ini | 9 + tests/wpt/meta/wasm/webapi/origin.sub.any.js.ini | 9 + tests/wpt/meta/wasm/webapi/rejected-arg.any.js.ini | 9 + tests/wpt/meta/wasm/webapi/status.any.js.ini | 92 + .../meta/webaudio/idlharness.https.window.js.ini | 913 +- .../processing-model/delay-time-clamping.html.ini | 3 + .../processing-model/feedback-delay-time.html.ini | 3 + .../realtimeanalyser-fft-scaling.html.ini | 1 + .../test-analyser-gain.html.ini | 3 + .../test-analyser-minimum.html.ini | 3 + .../test-analyser-output.html.ini | 3 + .../audiobuffer-copy-channel.html.ini | 21 + .../active-processing.https.html.ini | 3 + .../audiocontext-sinkid-setsinkid.https.html.ini | 3 + .../audiocontext-suspend-resume.html.ini | 25 + .../audionode-channel-rules.html.ini | 18 + .../audionode-connect-method-chaining.html.ini | 4 + .../audionode-connect-order.html.ini | 3 + .../audionode-disconnect-audioparam.html.ini | 21 + .../audionode-disconnect.html.ini | 27 + .../the-audionode-interface/audionode.html.ini | 9 + .../adding-events.html.ini | 6 + .../audioparam-close.html.ini | 18 + .../audioparam-exceptional-values.html.ini | 9 + ...udioparam-exponentialRampToValueAtTime.html.ini | 306 + .../audioparam-linearRampToValueAtTime.html.ini | 306 + .../audioparam-method-chaining.html.ini | 9 + .../audioparam-setTargetAtTime.html.ini | 309 + .../audioparam-setValueCurveAtTime.html.ini | 123 + .../audioparam-summingjunction.html.ini | 9 + .../automation-rate.html.ini | 18 + .../event-insertion.html.ini | 42 + .../k-rate-audioworklet.https.html.ini | 6 + .../k-rate-biquad-connection.html.ini | 14 + .../k-rate-connections.html.ini | 27 + .../k-rate-constant-source.html.ini | 27 + .../the-audioparam-interface/k-rate-delay.html.ini | 3 + .../k-rate-oscillator.html.ini | 9 + ...ospective-exponentialRampToValueAtTime.html.ini | 3 + .../retrospective-linearRampToValueAtTime.html.ini | 3 + .../retrospective-setTargetAtTime.html.ini | 3 + .../retrospective-setValueAtTime.html.ini | 3 + .../retrospective-setValueCurveAtTime.html.ini | 3 + ...udioworklet-addmodule-resolution.https.html.ini | 2 + .../audioworklet-audioparam-size.https.html.ini | 6 + .../audioworklet-audioparam.https.html.ini | 6 + .../audioworklet-denormals.https.window.js.ini | 3 + .../audioworklet-messageport.https.html.ini | 2 + ...et-postmessage-sharedarraybuffer.https.html.ini | 2 + .../audioworklet-suspend.https.html.ini | 3 + ...ioworkletglobalscope-sample-rate.https.html.ini | 2 + ...ioworkletglobalscope-timing-info.https.html.ini | 2 + .../audioworkletnode-automatic-pull.https.html.ini | 3 + .../audioworkletnode-channel-count.https.html.ini | 18 + .../audioworkletnode-construction.https.html.ini | 12 + ...oworkletnode-constructor-options.https.html.ini | 27 + ...ioworkletnode-disconnected-input.https.html.ini | 3 + ...workletnode-output-channel-count.https.html.ini | 2 + .../audioworkletprocessor-options.https.html.ini | 6 + .../audioworkletprocessor-promises.https.html.ini | 3 + .../baseaudiocontext-audioworklet.https.html.ini | 3 + .../process-getter.https.html.ini | 6 + .../process-parameters.https.html.ini | 7 + .../processor-construction-port.https.html.ini | 12 + .../simple-input-output.https.html.ini | 6 + .../suspended-context-messageport.https.html.ini | 9 + .../biquad-bandpass.html.ini | 9 + .../biquad-basic.html.ini | 12 + .../biquad-getFrequencyResponse.html.ini | 27 + .../no-dezippering.html.ini | 18 + .../active-processing.https.html.ini | 6 + .../audiochannelmerger-disconnect.html.ini | 3 + .../ctor-channelmerger.html.ini | 12 + .../ctor-channelsplitter.html.ini | 15 + .../constant-source-output.html.ini | 21 + .../test-constantsourcenode.html.ini | 3 + .../active-processing.https.html.ini | 6 + .../convolution-mono-mono.html.ini | 3 + .../convolver-cascade.html.ini | 3 + .../convolver-channels.html.ini | 3 + .../convolver-response-1-chan.html.ini | 39 + .../convolver-response-2-chan.html.ini | 27 + .../convolver-response-4-chan.html.ini | 27 + .../convolver-setBuffer-already-has-value.html.ini | 3 + .../convolver-setBuffer-null.html.ini | 3 + .../convolver-upmixing-1-channel-response.html.ini | 9 + .../ctor-convolver.html.ini | 33 + .../realtime-conv.html.ini | 3 + .../the-delaynode-interface/ctor-delay.html.ini | 21 + .../delaynode-channel-count-1.html.ini | 3 + .../delaynode-max-default-delay.html.ini | 3 + .../delaynode-max-nondefault-delay.html.ini | 3 + .../delaynode-maxdelay.html.ini | 3 + .../delaynode-maxdelaylimit.html.ini | 15 + .../delaynode-scheduling.html.ini | 3 + .../the-delaynode-interface/delaynode.html.ini | 3 + .../no-dezippering.html.ini | 9 + .../destination.html.ini | 3 + .../ctor-dynamicscompressor.html.ini | 21 + .../dynamicscompressor-basic.html.ini | 3 + .../the-gainnode-interface/no-dezippering.html.ini | 9 + .../ctor-iirfilter.html.ini | 27 + .../iirfilter-basic.html.ini | 42 + .../iirfilter-getFrequencyResponse.html.ini | 9 + .../the-iirfilternode-interface/iirfilter.html.ini | 48 + .../test-iirfilternode.html.ini | 21 + .../cors-check.https.html.ini | 2 + ...lementAudioSourceToScriptProcessorTest.html.ini | 3 + .../no-cors.https.html.ini | 2 + .../mediastreamaudiosourcenode-ctor.html.ini | 2 + .../mediastreamaudiosourcenode-routing.html.ini | 5 + .../ctor-oscillator.html.ini | 3 + .../detune-limiting.html.ini | 18 + .../automation-changes.html.ini | 18 + .../distance-exponential.html.ini | 9 + .../distance-inverse.html.ini | 9 + .../distance-linear.html.ini | 9 + .../panner-automation-basic.html.ini | 48 + .../panner-automation-equalpower-stereo.html.ini | 9 + .../panner-automation-position.html.ini | 21 + .../panner-azimuth.html.ini | 12 + .../panner-equalpower-stereo.html.ini | 9 + .../panner-equalpower.html.ini | 9 + .../test-pannernode-automation.html.ini | 3 + .../simple-input-output.html.ini | 3 + .../no-dezippering.html.ini | 15 + .../ctor-waveshaper.html.ini | 21 + .../curve-tests.html.ini | 21 + .../silent-inputs.html.ini | 9 + .../waveshaper-copy-curve.html.ini | 3 + .../waveshaper-limits.html.ini | 3 + .../waveshaper-simple.html.ini | 3 + .../waveshaper.html.ini | 3 + tests/wpt/meta/webidl/current-realm.html.ini | 9 + .../global-immutable-prototype.any.js.ini | 14 + ...object-implicit-this-value-cross-realm.html.ini | 6 + .../global-object-implicit-this-value.any.js.ini | 27 + ...ace-prototype-constructor-set-receiver.html.ini | 3 + .../interface-prototype-object.html.ini | 3 + .../invalid-this-value-cross-realm.html.ini | 3 + .../legacy-callback-interface-object.html.ini | 12 + .../DefineOwnProperty.html.ini | 6 + .../legacy-platform-object/Set.html.ini | 6 + .../sequence-conversion.html.ini | 18 + .../webmessaging/event.source.xorigin.sub.htm.ini | 3 + tests/wpt/meta/webmessaging/messageerror.html.ini | 6 + ...sage_cross_domain_image_transfer_2d.sub.htm.ini | 9 + .../wpt/meta/webmessaging/with-ports/011.html.ini | 3 + .../meta/webmessaging/without-ports/011.html.ini | 3 + .../meta/webmessaging/without-ports/026.html.ini | 3 + .../meta/webmessaging/without-ports/028.html.ini | 3 + ..._postMessage_user_activation.tentative.html.ini | 3 + tests/wpt/meta/websockets/Close-1000.any.js.ini | 10 +- .../websockets/Close-1005-verify-code.any.js.ini | 13 +- .../meta/websockets/Close-3000-reason.any.js.ini | 12 +- tests/wpt/meta/websockets/Close-delayed.any.js.ini | 13 +- .../websockets/Close-readyState-Closing.any.js.ini | 12 +- .../Close-server-initiated-close.any.js.ini | 10 +- .../wpt/meta/websockets/Close-undefined.any.js.ini | 12 +- .../websockets/Create-extensions-empty.any.js.ini | 10 + .../meta/websockets/Create-http-urls.any.js.ini | 8 + .../websockets/Create-non-absolute-url.any.js.ini | 26 + ...-protocols-repeated-case-insensitive.any.js.ini | 12 - .../websockets/Create-url-with-space.any.js.ini | 12 - .../Create-url-with-windows-1252-encoding.html.ini | 3 + .../Create-valid-url-array-protocols.any.js.ini | 11 +- .../Create-valid-url-protocol-empty.any.js.ini | 12 - .../Create-valid-url-protocol.any.js.ini | 12 +- .../meta/websockets/Send-before-open.any.js.ini | 12 - .../Send-binary-arraybufferview-float64.any.js.ini | 12 +- ...-binary-arraybufferview-int16-offset.any.js.ini | 10 +- .../Send-binary-arraybufferview-int8.any.js.ini | 12 +- tests/wpt/meta/websockets/Send-data.any.js.ini | 10 +- .../websockets/Send-paired-surrogates.any.js.ini | 12 +- .../meta/websockets/Send-unicode-data.any.js.ini | 10 +- ...bsocket-connection-ccns.tentative.window.js.ini | 3 + ...-with-closed-websocket-connection.window.js.ini | 3 + ...bsocket-connection-ccns.tentative.window.js.ini | 3 + ...he-with-open-websocket-connection.window.js.ini | 3 + ...bufferedAmount-unchanged-by-sync-xhr.any.js.ini | 9 +- tests/wpt/meta/websockets/constructor/014.html.ini | 8 + tests/wpt/meta/websockets/constructor/016.html.ini | 6 + tests/wpt/meta/websockets/cookies/007.html.ini | 5 + .../third-party-cookie-accepted.https.html.ini | 3 + .../WebSocket/close/close-connecting.html.ini | 8 + .../interfaces/WebSocket/extensions/001.html.ini | 8 + .../meta/websockets/mixed-content.https.any.js.ini | 15 + .../multi-globals/url-parsing/url-parsing.html.ini | 3 + ...-many-64K-messages-with-backpressure.any.js.ini | 35 + .../tentative/backpressure-receive.any.js.ini | 3 +- .../stream/tentative/constructor.any.js.ini | 12 + .../meta/websockets/unload-a-document/001.html.ini | 5 + .../meta/websockets/unload-a-document/003.html.ini | 3 + .../meta/websockets/unload-a-document/005.html.ini | 5 + tests/wpt/meta/webstorage/document-domain.html.ini | 4 + tests/wpt/meta/webstorage/set.window.js.ini | 12 + .../wpt/meta/webstorage/symbol-props.window.js.ini | 2 + tests/wpt/meta/webvr/idlharness.https.html.ini | 273 + ...r-disabled-by-feature-policy.https.sub.html.ini | 3 + ...y-attribute-redirect-on-load.https.sub.html.ini | 6 + ...-by-feature-policy-attribute.https.sub.html.ini | 6 + ...vr-enabled-by-feature-policy.https.sub.html.ini | 9 + ...elf-origin-by-feature-policy.https.sub.html.ini | 6 + .../webvr-supported-by-feature-policy.html.ini | 3 + tests/wpt/meta/webvtt/api/VTTCue/align.html.ini | 7 + .../api/VTTCue/constructor-exceptions.html.ini | 9 + .../meta/webvtt/api/VTTCue/constructor.html.ini | 15 + .../meta/webvtt/api/VTTCue/getCueAsHTML.html.ini | 36 + tests/wpt/meta/webvtt/api/VTTCue/line.html.ini | 7 + .../wpt/meta/webvtt/api/VTTCue/lineAlign.html.ini | 3 + tests/wpt/meta/webvtt/api/VTTCue/position.html.ini | 3 + .../meta/webvtt/api/VTTCue/positionAlign.html.ini | 3 + tests/wpt/meta/webvtt/api/VTTCue/region.html.ini | 3 + tests/wpt/meta/webvtt/api/VTTCue/size.html.ini | 3 + .../meta/webvtt/api/VTTCue/snapToLines.html.ini | 7 + tests/wpt/meta/webvtt/api/VTTCue/text.html.ini | 7 + tests/wpt/meta/webvtt/api/VTTCue/vertical.html.ini | 7 + .../meta/webvtt/api/VTTRegion/constructor.html.ini | 6 + tests/wpt/meta/webvtt/api/VTTRegion/id.html.ini | 3 + tests/wpt/meta/webvtt/api/VTTRegion/lines.html.ini | 3 + .../VTTRegion/non-visible-cue-with-region.html.ini | 3 + .../webvtt/api/VTTRegion/regionAnchorX.html.ini | 3 + .../webvtt/api/VTTRegion/regionAnchorY.html.ini | 3 + .../wpt/meta/webvtt/api/VTTRegion/scroll.html.ini | 3 + .../webvtt/api/VTTRegion/viewportAnchorX.html.ini | 3 + .../webvtt/api/VTTRegion/viewportAnchorY.html.ini | 3 + tests/wpt/meta/webvtt/api/VTTRegion/width.html.ini | 3 + tests/wpt/meta/webvtt/api/historical.html.ini | 6 + tests/wpt/meta/webvtt/api/idlharness.window.js.ini | 162 + ..._isSessionSupported_immersive-ar.https.html.ini | 6 + ...vice_requestSession_immersive-ar.https.html.ini | 5 + .../xrSession_environmentBlendMode.https.html.ini | 2 + .../gamepads-module/idlharness.https.window.js.ini | 3 + .../wpt/meta/webxr/idlharness.https.window.js.ini | 27 + .../xrSession_updateRenderState.https.html.ini | 12 + .../webxr-supported-by-feature-policy.html.ini | 3 + .../webxr/webxr_availability.http.sub.html.ini | 6 + .../webxr/webxr_permissions_policy.https.html.ini | 10 + .../webxr/xrDevice_disconnect_ends.https.html.ini | 6 +- ...ice_isSessionSupported_immersive.https.html.ini | 3 + ...nSupported_immersive_unsupported.https.html.ini | 3 + ...Device_isSessionSupported_inline.https.html.ini | 3 + ...rDevice_requestSession_immersive.https.html.ini | 8 + ...uestSession_immersive_no_gesture.https.html.ini | 3 + ...estSession_immersive_unsupported.https.html.ini | 3 + .../xrDevice_requestSession_no_mode.https.html.ini | 3 + ...Session_non_immersive_no_gesture.https.html.ini | 3 + ..._requestSession_optionalFeatures.https.html.ini | 11 + ...Session_requiredFeatures_unknown.https.html.ini | 3 + .../xrFrame_getViewerPose_getPose.https.html.ini | 2 + .../wpt/meta/webxr/xrFrame_lifetime.https.html.ini | 5 + .../xrSession_cancelAnimationFrame.https.html.ini | 5 + ...ncelAnimationFrame_invalidhandle.https.html.ini | 10 +- tests/wpt/meta/webxr/xrSession_end.https.html.ini | 5 + ...xrSession_features_deviceSupport.https.html.ini | 3 + ...ssion_prevent_multiple_exclusive.https.html.ini | 3 + ...estAnimationFrame_callback_calls.https.html.ini | 5 + ...requestAnimationFrame_data_valid.https.html.ini | 2 + ...uestAnimationFrame_getViewerPose.https.html.ini | 5 + ...n_requestReferenceSpace_features.https.html.ini | 35 + .../xrSession_viewer_availability.https.html.ini | 3 + .../xrSession_viewer_referenceSpace.https.html.ini | 5 + .../SharedWorker-MessageEvent-source.any.js.ini | 2 + .../meta/workers/SharedWorker-constructor.html.ini | 21 + ...aredWorker-detach-frame-in-error-event.html.ini | 4 + .../SharedWorker-exception-propagation.html.ini | 3 + .../meta/workers/SharedWorker-exception.html.ini | 3 + .../SharedWorker-replace-EventHandler.any.js.ini | 2 + .../workers/SharedWorker-script-error.html.ini | 6 + .../wpt/meta/workers/SharedWorker-simple.html.ini | 3 + .../workers/SharedWorkerPerformanceNow.html.ini | 3 + .../wpt/meta/workers/SharedWorker_blobUrl.html.ini | 3 + .../wpt/meta/workers/SharedWorker_dataUrl.html.ini | 7 + tests/wpt/meta/workers/Worker-base64.any.js.ini | 7 + .../workers/Worker-constructor-proto.any.js.ini | 7 + .../meta/workers/Worker-custom-event.any.js.ini | 7 + .../meta/workers/Worker-location.sub.any.js.ini | 4 + .../Worker-replace-event-handler.any.js.ini | 7 + .../Worker-replace-global-constructor.any.js.ini | 7 + .../meta/workers/Worker-replace-self.any.js.ini | 7 + ...kerGlobalScope_importScripts_NetworkErr.htm.ini | 3 + ...e_requestAnimationFrame.tentative.worker.js.ini | 3 + ...WorkerNavigator-hardware-concurrency.any.js.ini | 9 + tests/wpt/meta/workers/WorkerNavigator.any.js.ini | 9 + .../WorkerNavigator_userAgentData.https.html.ini | 3 + tests/wpt/meta/workers/abrupt-completion.html.ini | 6 + .../alpha/importScripts-in-sharedworker.html.ini | 2 + .../baseurl/alpha/xhr-in-sharedworker.html.ini | 2 + .../SharedWorker/Infinity-arguments.html.ini | 3 + .../SharedWorker/NaN-arguments.html.ini | 3 + .../SharedWorker/SharedWorker-constructor.html.ini | 9 + .../SharedWorker/URLMismatchError.htm.ini | 3 + .../SharedWorker/connect-event.html.ini | 3 + .../constructors/SharedWorker/dummy-name.html.ini | 3 + .../SharedWorker/dummy-shared-worker.html.ini | 3 + .../constructors/SharedWorker/empty-name.html.ini | 3 + .../SharedWorker/global-members.html.ini | 3 + .../SharedWorker/interface-objects.html.ini | 3 + .../constructors/SharedWorker/name.html.ini | 3 + .../SharedWorker/no-arguments-ctor.html.ini | 3 + .../SharedWorker/null-arguments.html.ini | 3 + .../SharedWorker/number-arguments.html.ini | 3 + .../SharedWorker/port-onmessage.html.ini | 3 + .../SharedWorker/port-properties.html.ini | 3 + .../SharedWorker/port-readonly.html.ini | 3 + .../constructors/SharedWorker/same-origin.html.ini | 27 + .../SharedWorker/setting-port-members.html.ini | 2 + .../SharedWorker/undefined-arguments.html.ini | 3 + .../unexpected-global-properties.html.ini | 3 + .../SharedWorker/unresolvable-url.html.ini | 3 + ...edicatedWorkerGlobalScope-members.worker.js.ini | 6 + .../Worker/expected-self-properties.worker.js.ini | 3 + .../constructors/Worker/same-origin.html.ini | 3 + tests/wpt/meta/workers/data-url-shared.html.ini | 28 + tests/wpt/meta/workers/data-url.html.ini | 3 + .../dedicated-worker-from-blob-url.window.js.ini | 3 + tests/wpt/meta/workers/examples/general.any.js.ini | 7 + .../wpt/meta/workers/examples/onconnect.any.js.ini | 2 + .../workers/importscripts_mime_local.any.js.ini | 81 + .../imagedata-cloned-canvas-in-array.html.ini | 3 + .../structured-clone-imagedata.html.ini | 3 + .../SharedWorkerGlobalScope/name/getting.html.ini | 9 + .../SharedWorkerGlobalScope/name/setting.html.ini | 3 + .../SharedWorkerGlobalScope/onconnect.html.ini | 3 + .../location/redirect-sharedworker.html.ini | 2 + .../location/returns-same-object.any.js.ini | 7 + .../interfaces/WorkerGlobalScope/self.any.js.ini | 7 + tests/wpt/meta/workers/name-property.html.ini | 4 + tests/wpt/meta/workers/opaque-origin.html.ini | 3 + .../workers/postMessage_event_properties.htm.ini | 3 + .../meta/workers/semantics/encodings/002.html.ini | 3 + .../meta/workers/semantics/encodings/004.html.ini | 3 + .../semantics/interface-objects/001.worker.js.ini | 48 + .../semantics/interface-objects/003.any.js.ini | 2 + .../semantics/interface-objects/004.any.js.ini | 2 + .../semantics/multiple-workers/001.html.ini | 3 + .../semantics/multiple-workers/004.html.ini | 3 + .../semantics/multiple-workers/008.html.ini | 3 + .../semantics/reporting-errors/001.html.ini | 3 + .../semantics/reporting-errors/002.html.ini | 3 + .../semantics/reporting-errors/003.html.ini | 3 + .../semantics/reporting-errors/004.html.ini | 3 + .../workers/semantics/run-a-worker/002.html.ini | 3 + .../semantics/structured-clone/dedicated.html.ini | 90 + .../semantics/structured-clone/shared.html.ini | 2 + tests/wpt/meta/workers/semantics/xhr/003.html.ini | 3 + tests/wpt/meta/workers/semantics/xhr/004.html.ini | 3 + tests/wpt/meta/workers/semantics/xhr/006.html.ini | 3 + .../shared-worker-from-blob-url.window.js.ini | 9 + .../shared-worker-name-via-options.html.ini | 3 + .../shared-worker-options-mismatch.html.ini | 72 + .../meta/workers/worker-performance.worker.js.ini | 9 + tests/wpt/meta/xhr/abort-after-stop.window.js.ini | 3 + tests/wpt/meta/xhr/abort-during-done.window.js.ini | 9 + .../abort-during-headers-received.window.js.ini | 3 + .../meta/xhr/abort-during-loading.window.js.ini | 3 + ...-control-basic-allow-preflight-cache.any.js.ini | 8 + ...control-preflight-request-header-sorted.htm.ini | 3 + ...andboxed-iframe-denied-without-wildcard.htm.ini | 3 + .../access-control-sandboxed-iframe-denied.htm.ini | 3 + .../xhr/allow-lists-starting-with-comma.htm.ini | 3 + tests/wpt/meta/xhr/blob-range.any.js.ini | 164 + tests/wpt/meta/xhr/data-uri.htm.ini | 3 + .../xhr/formdata/constructor-submitter.html.ini | 15 + tests/wpt/meta/xhr/getallresponseheaders.htm.ini | 21 + tests/wpt/meta/xhr/getresponseheader.any.js.ini | 38 + tests/wpt/meta/xhr/idlharness.any.js.ini | 6 + tests/wpt/meta/xhr/open-during-abort-event.htm.ini | 4 + .../meta/xhr/open-during-abort-processing.htm.ini | 3 + tests/wpt/meta/xhr/open-url-encoding.htm.ini | 6 + tests/wpt/meta/xhr/open-url-multi-window-2.htm.ini | 3 + tests/wpt/meta/xhr/open-url-multi-window-3.htm.ini | 3 + tests/wpt/meta/xhr/open-url-multi-window-4.htm.ini | 4 + tests/wpt/meta/xhr/open-url-multi-window-6.htm.ini | 3 + ...open-url-redirected-sharedworker-origin.htm.ini | 2 + .../xhr/overridemimetype-edge-cases.window.js.ini | 3 + .../xhr/overridemimetype-invalid-mime-type.htm.ini | 9 + tests/wpt/meta/xhr/response-data-deflate.htm.ini | 3 + .../wpt/meta/xhr/responsedocument-decoding.htm.ini | 6 + tests/wpt/meta/xhr/responsetext-decoding.htm.ini | 3 + .../xhr/responsexml-document-properties.htm.ini | 2 + .../meta/xhr/responsexml-non-well-formed.htm.ini | 18 + ...end-authentication-basic-repeat-no-args.htm.ini | 3 + tests/wpt/meta/xhr/send-conditional-cors.htm.ini | 3 + tests/wpt/meta/xhr/send-conditional.htm.ini | 6 + .../wpt/meta/xhr/send-content-type-charset.htm.ini | 24 + tests/wpt/meta/xhr/send-data-formdata.any.js.ini | 8 + .../meta/xhr/send-data-unexpected-tostring.htm.ini | 3 + .../xhr/send-entity-body-document-bogus.htm.ini | 9 + .../wpt/meta/xhr/send-entity-body-document.htm.ini | 3 + .../meta/xhr/send-no-response-event-order.htm.ini | 3 + .../wpt/meta/xhr/send-redirect-no-location.htm.ini | 12 + tests/wpt/meta/xhr/send-redirect-to-cors.htm.ini | 34 - .../xhr/setrequestheader-case-insensitive.htm.ini | 6 + .../xhr/setrequestheader-combining.window.js.ini | 3 + .../meta/xhr/setrequestheader-content-type.htm.ini | 15 + .../xhr/setrequestheader-header-allowed.htm.ini | 3 + .../setrequestheader-open-setrequestheader.htm.ini | 3 + tests/wpt/meta/xhr/status-async.htm.ini | 81 + tests/wpt/meta/xhr/status-basic.htm.ini | 81 + tests/wpt/meta/xhr/sync-no-timeout.any.js.ini | 6 + .../sync-xhr-supported-by-feature-policy.html.ini | 3 + tests/wpt/meta/xhr/template-element.html.ini | 3 + ...equest-sync-default-feature-policy.sub.html.ini | 10 + ...ttprequest-timeout-worker-synconworker.html.ini | 8 + .../watchAdvertisements-succeeds.https.html.ini | 3 + .../connect/connection-succeeds.https.html.ini | 3 + .../device-goes-out-of-range.https.html.ini | 3 + .../connect/get-same-gatt-server.https.html.ini | 3 + .../connect-disconnect-twice.https.html.ini | 3 + .../disconnect/disconnect-once.https.html.ini | 3 + .../disconnect-twice-in-a-row.https.html.ini | 3 + .../disconnect/event-is-fired.https.html.ini | 3 + .../adapter-not-present.https.html.ini | 3 + .../getAvailability/adapter-off.https.html.ini | 3 + .../getAvailability/adapter-on.https.html.ini | 3 + .../blocklisted-characteristic.https.html.ini | 3 + .../characteristic-found.https.html.ini | 3 + .../characteristic-not-found.https.html.ini | 3 + .../device-goes-out-of-range.https.html.ini | 3 + .../disconnect-called-before.https.html.ini | 3 + .../disconnect-called-during.https.html.ini | 3 + .../disconnect-invalidates-object.https.html.ini | 3 + ...haracteristic-after-reconnection.https.html.ini | 3 + .../get-same-characteristic.https.html.ini | 3 + .../invalid-characteristic-name.https.html.ini | 3 + .../reconnect-during.https.html.ini | 3 + .../service-is-removed.https.html.ini | 3 + ...listed-characteristics-with-uuid.https.html.ini | 3 + .../blocklisted-characteristics.https.html.ini | 3 + .../characteristics-found-with-uuid.https.html.ini | 3 + .../characteristics-found.https.html.ini | 3 + ...racteristics-not-found-with-uuid.https.html.ini | 3 + .../characteristics-not-found.https.html.ini | 3 + .../correct-characteristics.https.html.ini | 3 + ...vice-goes-out-of-range-with-uuid.https.html.ini | 3 + .../device-goes-out-of-range.https.html.ini | 3 + ...sconnect-called-before-with-uuid.https.html.ini | 3 + .../disconnect-called-before.https.html.ini | 3 + ...sconnect-called-during-with-uuid.https.html.ini | 3 + .../disconnect-called-during.https.html.ini | 3 + .../disconnect-invalidates-objects.https.html.ini | 3 + ...aracteristics-after-reconnection.https.html.ini | 3 + .../get-same-characteristics.https.html.ini | 3 + .../invalid-characteristic-name.https.html.ini | 3 + .../service-is-removed-with-uuid.https.html.ini | 3 + .../service-is-removed.https.html.ini | 3 + .../blocklisted-descriptor.https.html.ini | 3 + .../characteristic-is-removed.https.html.ini | 3 + .../getDescriptor/descriptor-found.https.html.ini | 3 + .../descriptor-not-found.https.html.ini | 3 + .../device-goes-out-of-range.https.html.ini | 3 + .../disconnect-called-before.https.html.ini | 3 + .../disconnect-called-during.https.html.ini | 3 + .../disconnect-invalidates-object.https.html.ini | 3 + ...nt-descriptor-after-reconnection.https.html.ini | 3 + .../get-same-descriptor.https.html.ini | 3 + .../invalid-descriptor-name.https.html.ini | 3 + ...locklisted-descriptors-with-uuid.https.html.ini | 3 + .../blocklisted-descriptors.https.html.ini | 3 + ...racteristic-is-removed-with-uuid.https.html.ini | 3 + .../characteristic-is-removed.https.html.ini | 3 + .../correct-descriptors.https.html.ini | 3 + .../descriptors-found-with-uuid.https.html.ini | 3 + .../descriptors-found.https.html.ini | 3 + .../descriptors-not-found-with-uuid.https.html.ini | 3 + .../descriptors-not-found.https.html.ini | 3 + ...vice-goes-out-of-range-with-uuid.https.html.ini | 3 + .../device-goes-out-of-range.https.html.ini | 3 + ...sconnect-called-before-with-uuid.https.html.ini | 3 + .../disconnect-called-before.https.html.ini | 3 + ...sconnect-called-during-with-uuid.https.html.ini | 3 + .../disconnect-called-during.https.html.ini | 3 + .../disconnect-invalidates-objects.https.html.ini | 3 + ...t-descriptors-after-reconnection.https.html.ini | 3 + .../get-same-descriptors.https.html.ini | 3 + .../invalid-descriptor-name.https.html.ini | 3 + .../device-goes-out-of-range.https.html.ini | 3 + .../disconnect-called-before.https.html.ini | 3 + .../disconnect-called-during.https.html.ini | 3 + .../disconnect-invalidates-object.https.html.ini | 3 + .../disconnected-device.https.html.ini | 3 + ...erent-service-after-reconnection.https.html.ini | 3 + .../get-same-service.https.html.ini | 3 + .../invalid-service-name.https.html.ini | 3 + .../no-permission-absent-service.https.html.ini | 3 + .../no-permission-present-service.https.html.ini | 3 + .../getPrimaryService/service-found.https.html.ini | 3 + .../service-not-found.https.html.ini | 3 + .../blocklisted-services-with-uuid.https.html.ini | 3 + .../blocklisted-services.https.html.ini | 3 + .../correct-services.https.html.ini | 3 + ...vice-goes-out-of-range-with-uuid.https.html.ini | 3 + .../device-goes-out-of-range.https.html.ini | 3 + ...sconnect-called-before-with-uuid.https.html.ini | 3 + .../disconnect-called-before.https.html.ini | 3 + ...sconnect-called-during-with-uuid.https.html.ini | 3 + .../disconnect-called-during.https.html.ini | 3 + .../disconnect-invalidates-objects.https.html.ini | 3 + .../disconnected-device-with-uuid.https.html.ini | 3 + .../disconnected-device.https.html.ini | 3 + ...rent-services-after-reconnection.https.html.ini | 3 + .../get-same-service-with-uuid.https.html.ini | 3 + .../get-same-service.https.html.ini | 3 + .../invalid-service-name.https.html.ini | 3 + ...mission-absent-service-with-uuid.https.html.ini | 3 + ...ission-present-service-with-uuid.https.html.ini | 3 + .../no-permission-present-service.https.html.ini | 3 + .../services-found-with-uuid.https.html.ini | 3 + .../services-found.https.html.ini | 3 + .../services-not-found-with-uuid.https.html.ini | 3 + .../services-not-found.https.html.ini | 3 + .../bluetooth/idl-BluetoothUUID.https.html.ini | 42 + .../meta/bluetooth/interfaces.https.html.ini | 2 + .../blocklisted-characteristic.https.html.ini | 3 + .../characteristic-is-removed.https.html.ini | 3 + .../device-goes-out-of-range.https.html.ini | 3 + .../disconnect-called-before.https.html.ini | 3 + .../disconnect-called-during.https.html.ini | 3 + .../characteristic/event-is-fired.https.html.ini | 3 + .../characteristic/read-succeeds.https.html.ini | 3 + .../read-updates-value.https.html.ini | 3 + .../service-is-removed.https.html.ini | 3 + .../blocklisted-descriptor.https.html.ini | 3 + .../characteristic-is-removed.https.html.ini | 3 + .../descriptor-is-removed.https.html.ini | 3 + .../device-goes-out-of-range.https.html.ini | 3 + .../disconnect-called-before.https.html.ini | 3 + .../descriptor/read-succeeds.https.html.ini | 3 + .../descriptor/read-updates-value.https.html.ini | 3 + .../descriptor/service-is-removed.https.html.ini | 3 + .../accept-all-devices-with-filter.https.html.ini | 3 + .../accept-all-devices.https.html.ini | 3 + .../device-with-empty-name.https.html.ini | 3 + .../device-with-name.https.html.ini | 3 + .../device-with-no-name.https.html.ini | 3 + .../optional-services-missing.https.html.ini | 3 + .../optional-services-present.https.html.ini | 3 + .../adapter-not-present.https.html.ini | 3 + .../requestDevice/adapter-off.https.html.ini | 3 + .../blocklisted-service-in-filter.https.html.ini | 3 + ...sted-service-in-optionalServices.https.html.ini | 3 + .../blocklisted-service-data-key.https.html.ini | 3 + .../canonicalizeFilter/empty-filter.https.html.ini | 3 + .../empty-filters-member.https.html.ini | 3 + .../empty-namePrefix.https.html.ini | 3 + .../empty-services-member.https.html.ini | 3 + .../filters-xor-acceptAllDevices.https.html.ini | 3 + .../max-length-for-device-name-name.https.html.ini | 3 + ...ength-for-device-name-namePrefix.https.html.ini | 3 + .../canonicalizeFilter/no-arguments.https.html.ini | 3 + .../no-filters-member.https.html.ini | 3 + ...-max-length-for-device-name-name.https.html.ini | 3 + ...ength-for-device-name-namePrefix.https.html.ini | 3 + .../unicode-valid-length-name-name.https.html.ini | 3 + ...ode-valid-length-name-namePrefix.https.html.ini | 3 + .../wrong-manufacturer-data-key.https.html.ini | 3 + .../wrong-mask-length.https.html.ini | 3 + .../wrong-service-data-key.https.html.ini | 3 + ...rvice-in-optionalServices-member.https.html.ini | 3 + ...wrong-service-in-services-member.https.html.ini | 3 + .../device-found-using-mask.https.html.ini | 3 + .../device-found-with-key-and-value.https.html.ini | 3 + .../device-found-with-key-only.https.html.ini | 3 + ...th-service-and-manufacturer-data.https.html.ini | 3 + ...device-not-found-with-extra-data.https.html.ini | 3 + ...th-service-and-manufacturer-data.https.html.ini | 3 + .../discovery-succeeds.https.html.ini | 3 + .../filter-does-not-match.https.html.ini | 3 + .../requestDevice/filter-matches.https.html.ini | 3 + ...ty-device-from-name-empty-filter.https.html.ini | 3 + ...y-device-from-name-prefix-filter.https.html.ini | 3 + ...ty-device-from-name-wrong-filter.https.html.ini | 3 + ...empty-device-from-service-filter.https.html.ini | 3 + .../requestDevice/name-empty-filter.https.html.ini | 3 + ...ng-device-from-name-empty-filter.https.html.ini | 3 + ...g-device-from-name-prefix-filter.https.html.ini | 3 + ...ng-device-from-name-wrong-filter.https.html.ini | 3 + ...ssing-device-from-service-filter.https.html.ini | 3 + .../requestDevice/no-devices.https.html.ini | 3 + ...ccept-all-devices-without-filter.https.html.ini | 3 + .../requestDevice/same-device.https.html.ini | 3 + .../single-filter-single-service.https.html.ini | 3 + ...single-filter-two-services-fails.https.html.ini | 3 + ...gle-filter-two-services-succeeds.https.html.ini | 3 + .../requestDevice/two-filters.https.html.ini | 3 + .../blocklisted-characteristic.https.html.ini | 3 + ...c-does-not-support-notifications.https.html.ini | 3 + .../characteristic-is-removed.https.html.ini | 3 + .../device-goes-out-of-range.https.html.ini | 3 + .../disconnect-called-before.https.html.ini | 3 + .../disconnect-called-during.https.html.ini | 3 + .../notify-failure.https.html.ini | 3 + .../notify-succeeds.https.html.ini | 3 + .../service-is-removed.https.html.ini | 3 + .../characteristic-is-removed.https.html.ini | 3 + .../disconnect-called-before.https.html.ini | 3 + .../disconnect-called-during.https.html.ini | 3 + .../notify-succeeds.https.html.ini | 3 + .../stop-after-start-succeeds.https.html.ini | 3 + .../stopNotifications/stop-twice.https.html.ini | 3 + .../stop-without-starting.https.html.ini | 3 + .../blocklisted-characteristic.https.html.ini | 3 + .../characteristic-is-removed.https.html.ini | 3 + .../device-goes-out-of-range.https.html.ini | 3 + .../disconnect-called-before.https.html.ini | 3 + .../service-is-removed.https.html.ini | 3 + .../characteristic/value-too-long.https.html.ini | 3 + .../characteristic/write-succeeds.https.html.ini | 3 + .../write-updates-value.https.html.ini | 3 + .../blocklisted-descriptor.https.html.ini | 3 + .../characteristic-is-removed.https.html.ini | 3 + .../descriptor-is-removed.https.html.ini | 3 + .../device-goes-out-of-range.https.html.ini | 3 + .../disconnect-called-before.https.html.ini | 3 + .../descriptor/service-is-removed.https.html.ini | 3 + .../descriptor/write-succeeds.https.html.ini | 3 + .../descriptor/write-updates-value.https.html.ini | 3 + .../meta/css/stylesheet_media_queries.html.ini | 3 + .../mozilla/meta/gfx-rs-gecko/color-2a.html.ini | 2 + .../column-balancing-nested-001.html.ini | 2 + .../display-block-baselines-1.html.ini | 2 + .../gfx-rs-gecko/element-paint-recursion.html.ini | 2 + .../meta/gfx-rs-gecko/grid-item-align-002.html.ini | 2 + .../gfx-rs-gecko/grid-item-justify-001.html.ini | 2 + .../meta/gfx-rs-gecko/image-zoom-1.html.ini | 2 + .../gfx-rs-gecko/opacity-background-1.html.ini | 2 + .../meta/webxr/create_session.https.html.ini | 4 + .../mozilla/meta/webxr/layerevents.https.html.ini | 3 + tests/wpt/mozilla/meta/webxr/layers.https.html.ini | 3 + .../mozilla/meta/webxr/obtain_frame.https.html.ini | 3 + .../meta/webxr/sessionavailable.https.html.ini | 4 + tests/wpt/webgl/meta-legacy-layout/MANIFEST.json | 29259 ++++++++ .../meta-legacy-layout/conformance/__dir__.ini | 1 + .../attribs/gl-disabled-vertex-attrib.html.ini | 6 + ...vertex-attrib-unconsumed-out-of-bounds.html.ini | 4 + .../attribs/gl-vertex-attrib-zero-issues.html.ini | 42 + .../canvas/buffer-offscreen-test.html.ini | 5 + .../canvas/buffer-preserve-test.html.ini | 5 + .../conformance/canvas/canvas-test.html.ini | 4 + ...w-static-webgl-to-multiple-canvas-test.html.ini | 4 + .../canvas/draw-webgl-to-canvas-test.html.ini | 4 + ...uffer-bindings-affected-by-to-data-url.html.ini | 8 + .../conformance/canvas/rapid-resizing.html.ini | 3 + .../conformance/canvas/to-data-url-test.html.ini | 91 + .../canvas/viewport-unchanged-upon-resize.html.ini | 4 + ...text-attribute-preserve-drawing-buffer.html.ini | 3 + ...tributes-alpha-depth-stencil-antialias.html.ini | 5 + .../conformance/context/methods.html.ini | 5 + .../context/premultiplyalpha-test.html.ini | 92 + .../angle-instanced-arrays-out-of-bounds.html.ini | 32 + .../oes-texture-float-with-canvas.html.ini | 422 + .../oes-texture-float-with-video.html.ini | 2 + .../oes-texture-half-float-with-canvas.html.ini | 422 + .../oes-texture-half-float-with-video.html.ini | 2 + .../extensions/oes-texture-half-float.html.ini | 24 + .../glsl/bugs/complex-glsl-does-not-crash.html.ini | 2 + .../misc/fragcolor-fragdata-invariant.html.ini | 5 + .../shader-varying-packing-restrictions.html.ini | 72 + ...der-with-define-line-continuation.frag.html.ini | 5 + ...ith-global-variable-precision-mismatch.html.ini | 11 + .../glsl/misc/shaders-with-invariance.html.ini | 23 + .../misc/shaders-with-uniform-structs.html.ini | 5 + .../glsl/misc/shaders-with-varyings.html.ini | 5 + .../misc/invalid-passed-params.html.ini | 20 + .../conformance/misc/uninitialized-test.html.ini | 2 + .../misc/webgl-specific-stencil-settings.html.ini | 97 + .../more/conformance/quickCheckAPI-S_V.html.ini | 2 + .../more/functions/copyTexSubImage2D.html.ini | 4 + ...text-attribute-preserve-drawing-buffer.html.ini | 5 + .../context-creation-worker.html.ini | 2 + .../offscreencanvas/context-creation.html.ini | 4 + .../context-lost-restored-worker.html.ini | 2 + .../offscreencanvas/context-lost-restored.html.ini | 2 + .../offscreencanvas/context-lost-worker.html.ini | 2 + .../offscreencanvas/context-lost.html.ini | 2 + .../offscreencanvas/methods-worker.html.ini | 4 + .../conformance/offscreencanvas/methods.html.ini | 4 + .../offscreencanvas-resize.html.ini | 2 + .../offscreencanvas-transfer-image-bitmap.html.ini | 2 + ...l-bind-attrib-location-long-names-test.html.ini | 10 + .../programs/gl-bind-attrib-location-test.html.ini | 10 + .../conformance/reading/read-pixels-test.html.ini | 65 + .../renderbuffers/feedback-loop.html.ini | 8 + .../framebuffer-state-restoration.html.ini | 11 + .../rendering/clipping-wide-points.html.ini | 7 + .../rendering/line-rendering-quality.html.ini | 8 + .../rendering/more-than-65536-indices.html.ini | 5 + .../rendering/multisample-corruption.html.ini | 9 + .../rendering/out-of-bounds-index-buffers.html.ini | 8 + .../rendering/point-no-attributes.html.ini | 6 + .../conformance/rendering/point-size.html.ini | 8 + .../rendering/preservedrawingbuffer-leak.html.ini | 8 + .../tex-2d-alpha-alpha-unsigned_byte.html.ini | 2 + ...x-2d-luminance-luminance-unsigned_byte.html.ini | 86 + ...ce_alpha-luminance_alpha-unsigned_byte.html.ini | 86 + .../canvas/tex-2d-rgb-rgb-unsigned_byte.html.ini | 338 + .../tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini | 86 + .../canvas/tex-2d-rgba-rgba-unsigned_byte.html.ini | 338 + ...ex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini | 86 + ...ex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini | 86 + .../tex-2d-alpha-alpha-unsigned_byte.html.ini | 4 + ...x-2d-luminance-luminance-unsigned_byte.html.ini | 4 + ...ce_alpha-luminance_alpha-unsigned_byte.html.ini | 4 + .../tex-2d-rgb-rgb-unsigned_byte.html.ini | 4 + .../tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini | 4 + .../tex-2d-rgba-rgba-unsigned_byte.html.ini | 4 + ...ex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini | 4 + ...ex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini | 4 + .../tex-2d-alpha-alpha-unsigned_byte.html.ini | 5 + ...x-2d-luminance-luminance-unsigned_byte.html.ini | 5 + ...ce_alpha-luminance_alpha-unsigned_byte.html.ini | 5 + .../tex-2d-rgb-rgb-unsigned_byte.html.ini | 5 + .../tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini | 5 + .../tex-2d-rgba-rgba-unsigned_byte.html.ini | 5 + ...ex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini | 5 + ...ex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini | 5 + .../tex-2d-alpha-alpha-unsigned_byte.html.ini | 4 + ...x-2d-luminance-luminance-unsigned_byte.html.ini | 4 + ...ce_alpha-luminance_alpha-unsigned_byte.html.ini | 4 + .../tex-2d-rgb-rgb-unsigned_byte.html.ini | 4 + .../tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini | 4 + .../tex-2d-rgba-rgba-unsigned_byte.html.ini | 4 + ...ex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini | 4 + ...ex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini | 4 + .../tex-2d-alpha-alpha-unsigned_byte.html.ini | 4 + ...x-2d-luminance-luminance-unsigned_byte.html.ini | 4 + ...ce_alpha-luminance_alpha-unsigned_byte.html.ini | 4 + .../tex-2d-rgb-rgb-unsigned_byte.html.ini | 4 + .../tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini | 4 + .../tex-2d-rgba-rgba-unsigned_byte.html.ini | 4 + ...ex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini | 4 + ...ex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini | 4 + .../tex-2d-alpha-alpha-unsigned_byte.html.ini | 4 + ...x-2d-luminance-luminance-unsigned_byte.html.ini | 4 + ...ce_alpha-luminance_alpha-unsigned_byte.html.ini | 4 + .../tex-2d-rgb-rgb-unsigned_byte.html.ini | 4 + .../tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini | 4 + .../tex-2d-rgba-rgba-unsigned_byte.html.ini | 4 + ...ex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini | 4 + ...ex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini | 4 + .../tex-2d-alpha-alpha-unsigned_byte.html.ini | 2 + ...x-2d-luminance-luminance-unsigned_byte.html.ini | 2 + ...ce_alpha-luminance_alpha-unsigned_byte.html.ini | 2 + .../tex-2d-rgb-rgb-unsigned_byte.html.ini | 2 + .../tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini | 2 + .../tex-2d-rgba-rgba-unsigned_byte.html.ini | 2 + ...ex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini | 2 + ...ex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini | 2 + .../misc/copy-tex-image-2d-formats.html.ini | 18 + .../misc/copy-tex-image-and-sub-image-2d.html.ini | 483 + .../textures/misc/cube-incomplete-fbo.html.ini | 4 + .../textures/misc/gl-pixelstorei.html.ini | 6 + ...igin-clean-conformance-offscreencanvas.html.ini | 4 + .../textures/misc/tex-image-webgl.html.ini | 7 + .../textures/misc/tex-input-validation.html.ini | 14 + .../misc/tex-sub-image-2d-bad-args.html.ini | 4 + .../tex-video-using-tex-unit-non-zero.html.ini | 8 + .../misc/texture-copying-feedback-loops.html.ini | 8 + .../textures/misc/texture-fakeblack.html.ini | 7 + .../textures/misc/texture-npot-video.html.ini | 6 + .../textures/misc/texture-npot.html.ini | 22 + .../textures/misc/texture-size-cube-maps.html.ini | 145 + .../misc/texture-sub-image-cube-maps.html.ini | 115 + .../textures/misc/texture-upload-size.html.ini | 84 + .../conformance/textures/svg_image/__dir__.ini | 1 + .../tex-2d-alpha-alpha-unsigned_byte.html.ini | 2 + ...x-2d-luminance-luminance-unsigned_byte.html.ini | 2 + ...ce_alpha-luminance_alpha-unsigned_byte.html.ini | 2 + .../video/tex-2d-rgb-rgb-unsigned_byte.html.ini | 2 + .../tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini | 2 + .../video/tex-2d-rgba-rgba-unsigned_byte.html.ini | 2 + ...ex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini | 2 + ...ex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini | 2 + .../tex-2d-alpha-alpha-unsigned_byte.html.ini | 9 + ...x-2d-luminance-luminance-unsigned_byte.html.ini | 45 + ...ce_alpha-luminance_alpha-unsigned_byte.html.ini | 45 + .../tex-2d-rgb-rgb-unsigned_byte.html.ini | 81 + .../tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini | 81 + .../tex-2d-rgba-rgba-unsigned_byte.html.ini | 81 + ...ex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini | 81 + ...ex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini | 81 + .../meta-legacy-layout/conformance2/__dir__.ini | 2 + ...l-bindAttribLocation-aliasing-inactive.html.ini | 1537 + .../attribs/gl-vertex-attrib-i-render.html.ini | 13 + .../buffers/buffer-type-restrictions.html.ini | 7 + .../buffers/get-buffer-sub-data-validity.html.ini | 4 + ...text-resize-changes-buffer-binding-bug.html.ini | 5 + ...ring-texture2darray-texture3d-data-bug.html.ini | 5 + .../incorrect-context-object-behaviour.html.ini | 5 + .../conformance2/context/methods-2.html.ini | 19 + .../context/no-experimental-webgl2.html.ini | 4 + .../extensions/ext-color-buffer-float.html.ini | 55 + .../extensions/promoted-extensions.html.ini | 4 + .../glsl3/attrib-location-length-limits.html.ini | 10 + .../conformance2/glsl3/shader-linking.html.ini | 7 + .../shader-with-1024-character-define.html.ini | 7 + ...er-with-1024-character-identifier.frag.html.ini | 16 + ...shader-with-mis-matching-uniform-block.html.ini | 4 + .../glsl3/texture-offset-out-of-range.html.ini | 13 + .../glsl3/uniform-location-length-limits.html.ini | 7 + .../conformance2/glsl3/valid-invariant.html.ini | 10 + ...ector-dynamic-indexing-swizzled-lvalue.html.ini | 6 + .../conformance2/misc/expando-loss-2.html.ini | 8 + .../misc/uninitialized-test-2.html.ini | 5 + .../conformance2/misc/views-with-offsets.html.ini | 8 + .../conformance2/offscreencanvas/__dir__.ini | 1 + .../context-creation-worker.html.ini | 2 + .../offscreencanvas/context-creation.html.ini | 4 + .../offscreencanvas/methods-2-worker.html.ini | 4 + .../offscreencanvas/methods-2.html.ini | 4 + .../offscreencanvas-transfer-image-bitmap.html.ini | 2 + .../programs/sampler-uniforms.html.ini | 2 + .../reading/read-pixels-from-fbo-test.html.ini | 13 + .../reading/read-pixels-pack-parameters.html.ini | 58 + .../framebuffer-object-attachment.html.ini | 9 + .../renderbuffers/framebuffer-test.html.ini | 8 + .../framebuffer-texture-layer.html.ini | 5 + .../renderbuffers/invalidate-framebuffer.html.ini | 8 + .../multisample-with-full-sample-counts.html.ini | 5 + ...pled-depth-renderbuffer-initialization.html.ini | 5 + ...ltisampled-renderbuffer-initialization.html.ini | 5 + ...ed-stencil-renderbuffer-initialization.html.ini | 5 + .../conformance2/renderbuffers/readbuffer.html.ini | 4 + .../rendering/attrib-type-match.html.ini | 16 + .../blitframebuffer-filter-outofbounds.html.ini | 5 + .../rendering/blitframebuffer-filter-srgb.html.ini | 5 + ...litframebuffer-multisampled-readbuffer.html.ini | 17 + .../blitframebuffer-outside-readbuffer.html.ini | 5 + ...blitframebuffer-resolve-to-back-buffer.html.ini | 5 + .../blitframebuffer-scissor-enabled.html.ini | 5 + .../blitframebuffer-size-overflow.html.ini | 5 + ...ramebuffer-srgb-and-linear-drawbuffers.html.ini | 5 + .../blitframebuffer-stencil-only.html.ini | 5 + .../rendering/blitframebuffer-test.html.ini | 5 + .../clear-func-buffer-type-match.html.ini | 31 + .../rendering/clear-srgb-color-buffer.html.ini | 2 + .../rendering/clearbuffer-sub-source.html.ini | 37 + .../rendering/clipping-wide-points.html.ini | 7 + .../rendering/depth-stencil-feedback-loop.html.ini | 4 + .../draw-buffers-dirty-state-bug.html.ini | 4 + .../rendering/draw-buffers-driver-hang.html.ini | 2 + .../conformance2/rendering/draw-buffers.html.ini | 315 + .../draw-with-integer-texture-base-level.html.ini | 7 + .../rendering/element-index-uint.html.ini | 7 + ...ramebuffer-texture-changing-base-level.html.ini | 16 + .../rendering/framebuffer-texture-level1.html.ini | 7 + .../rendering/framebuffer-unsupported.html.ini | 11 + ...-color-type-mismatch-color-buffer-type.html.ini | 25 + .../rendering/instanced-arrays.html.ini | 13 + .../rendering/line-rendering-quality.html.ini | 9 + .../multisampling-fragment-evaluation.html.ini | 5 + .../read-draw-when-missing-image.html.ini | 8 + .../rendering-sampling-feedback-loop.html.ini | 7 + .../rendering/rgb-format-support.html.ini | 34 + .../rendering/uniform-block-buffer-size.html.ini | 4 + .../conformance2/state/gl-get-calls.html.ini | 7 + .../state/gl-object-get-calls.html.ini | 121 + .../conformance2/textures/canvas/__dir__.ini | 1 + .../textures/canvas_sub_rectangle/__dir__.ini | 1 + .../conformance2/textures/image/__dir__.ini | 1 + .../image/tex-2d-r11f_g11f_b10f-rgb-float.html.ini | 4 + .../tex-2d-r11f_g11f_b10f-rgb-half_float.html.ini | 74 + ..._b10f-rgb-unsigned_int_10f_11f_11f_rev.html.ini | 4 + .../textures/image/tex-2d-r16f-red-float.html.ini | 4 + .../image/tex-2d-r16f-red-half_float.html.ini | 50 + .../textures/image/tex-2d-r32f-red-float.html.ini | 4 + .../image/tex-2d-r8-red-unsigned_byte.html.ini | 4 + .../tex-2d-r8ui-red_integer-unsigned_byte.html.ini | 4 + .../textures/image/tex-2d-rg16f-rg-float.html.ini | 4 + .../image/tex-2d-rg16f-rg-half_float.html.ini | 74 + .../textures/image/tex-2d-rg32f-rg-float.html.ini | 4 + .../image/tex-2d-rg8-rg-unsigned_byte.html.ini | 4 + .../tex-2d-rg8ui-rg_integer-unsigned_byte.html.ini | 4 + ...10_a2-rgba-unsigned_int_2_10_10_10_rev.html.ini | 4 + .../image/tex-2d-rgb16f-rgb-float.html.ini | 4 + .../image/tex-2d-rgb16f-rgb-half_float.html.ini | 74 + .../image/tex-2d-rgb32f-rgb-float.html.ini | 67 + .../image/tex-2d-rgb565-rgb-unsigned_byte.html.ini | 4 + ...tex-2d-rgb565-rgb-unsigned_short_5_6_5.html.ini | 4 + .../tex-2d-rgb5_a1-rgba-unsigned_byte.html.ini | 4 + ...2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html.ini | 4 + .../image/tex-2d-rgb8-rgb-unsigned_byte.html.ini | 4 + ...ex-2d-rgb8ui-rgb_integer-unsigned_byte.html.ini | 4 + .../image/tex-2d-rgb9_e5-rgb-float.html.ini | 4 + .../image/tex-2d-rgb9_e5-rgb-half_float.html.ini | 74 + .../image/tex-2d-rgba16f-rgba-float.html.ini | 4 + .../image/tex-2d-rgba16f-rgba-half_float.html.ini | 74 + .../image/tex-2d-rgba32f-rgba-float.html.ini | 67 + .../image/tex-2d-rgba4-rgba-unsigned_byte.html.ini | 4 + ...x-2d-rgba4-rgba-unsigned_short_4_4_4_4.html.ini | 4 + .../image/tex-2d-rgba8-rgba-unsigned_byte.html.ini | 67 + ...-2d-rgba8ui-rgba_integer-unsigned_byte.html.ini | 4 + .../image/tex-2d-srgb8-rgb-unsigned_byte.html.ini | 4 + ...tex-2d-srgb8_alpha8-rgba-unsigned_byte.html.ini | 4 + .../image/tex-3d-r11f_g11f_b10f-rgb-float.html.ini | 2 + .../tex-3d-r11f_g11f_b10f-rgb-half_float.html.ini | 2 + ..._b10f-rgb-unsigned_int_10f_11f_11f_rev.html.ini | 2 + .../textures/image/tex-3d-r16f-red-float.html.ini | 2 + .../image/tex-3d-r16f-red-half_float.html.ini | 2 + .../textures/image/tex-3d-r32f-red-float.html.ini | 2 + .../image/tex-3d-r8-red-unsigned_byte.html.ini | 2 + .../tex-3d-r8ui-red_integer-unsigned_byte.html.ini | 2 + .../textures/image/tex-3d-rg16f-rg-float.html.ini | 2 + .../image/tex-3d-rg16f-rg-half_float.html.ini | 2 + .../textures/image/tex-3d-rg32f-rg-float.html.ini | 2 + .../image/tex-3d-rg8-rg-unsigned_byte.html.ini | 2 + .../tex-3d-rg8ui-rg_integer-unsigned_byte.html.ini | 2 + ...10_a2-rgba-unsigned_int_2_10_10_10_rev.html.ini | 2 + .../image/tex-3d-rgb16f-rgb-float.html.ini | 2 + .../image/tex-3d-rgb16f-rgb-half_float.html.ini | 2 + .../image/tex-3d-rgb32f-rgb-float.html.ini | 2 + .../image/tex-3d-rgb565-rgb-unsigned_byte.html.ini | 2 + ...tex-3d-rgb565-rgb-unsigned_short_5_6_5.html.ini | 2 + .../tex-3d-rgb5_a1-rgba-unsigned_byte.html.ini | 2 + ...3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html.ini | 2 + .../image/tex-3d-rgb8-rgb-unsigned_byte.html.ini | 2 + ...ex-3d-rgb8ui-rgb_integer-unsigned_byte.html.ini | 2 + .../image/tex-3d-rgb9_e5-rgb-float.html.ini | 2 + .../image/tex-3d-rgb9_e5-rgb-half_float.html.ini | 2 + .../image/tex-3d-rgba16f-rgba-float.html.ini | 2 + .../image/tex-3d-rgba16f-rgba-half_float.html.ini | 2 + .../image/tex-3d-rgba32f-rgba-float.html.ini | 2 + .../image/tex-3d-rgba4-rgba-unsigned_byte.html.ini | 2 + ...x-3d-rgba4-rgba-unsigned_short_4_4_4_4.html.ini | 2 + .../image/tex-3d-rgba8-rgba-unsigned_byte.html.ini | 2 + ...-3d-rgba8ui-rgba_integer-unsigned_byte.html.ini | 2 + .../image/tex-3d-srgb8-rgb-unsigned_byte.html.ini | 2 + ...tex-3d-srgb8_alpha8-rgba-unsigned_byte.html.ini | 2 + .../textures/image_bitmap_from_blob/__dir__.ini | 1 + .../textures/image_bitmap_from_canvas/__dir__.ini | 1 + .../textures/image_bitmap_from_image/__dir__.ini | 1 + .../image_bitmap_from_image_bitmap/__dir__.ini | 1 + .../image_bitmap_from_image_data/__dir__.ini | 1 + .../textures/image_bitmap_from_video/__dir__.ini | 1 + .../conformance2/textures/image_data/__dir__.ini | 1 + .../textures/misc/active-3d-texture-bug.html.ini | 5 + .../misc/copy-texture-cube-map-AMD-bug.html.ini | 115 + .../misc/copy-texture-image-luma-format.html.ini | 5 + .../misc/copy-texture-image-same-texture.html.ini | 31 + .../copy-texture-image-webgl-specific.html.ini | 5 + .../textures/misc/copy-texture-image.html.ini | 205 + .../textures/misc/gl-get-tex-parameter.html.ini | 673 + ...igin-clean-conformance-offscreencanvas.html.ini | 4 + .../misc/tex-3d-mipmap-levels-intel-bug.html.ini | 16 + .../textures/misc/tex-3d-size-limit.html.ini | 5 + .../textures/misc/tex-base-level-bug.html.ini | 10 + ...mage-with-array-buffer-view-sub-source.html.ini | 17 + ...-image-with-bad-args-from-dom-elements.html.ini | 4 + .../textures/misc/tex-image-with-bad-args.html.ini | 19 + .../tex-image-with-different-data-source.html.ini | 4 + .../textures/misc/tex-input-validation.html.ini | 23 + .../textures/misc/tex-mipmap-levels.html.ini | 32 + .../textures/misc/tex-new-formats.html.ini | 5 + .../textures/misc/tex-srgb-mipmap.html.ini | 3 + .../textures/misc/tex-storage-2d.html.ini | 11 + .../misc/tex-storage-and-subimage-3d.html.ini | 23 + .../misc/tex-subimage3d-canvas-bug.html.ini | 8 + .../misc/tex-subimage3d-pixel-buffer-bug.html.ini | 11 + .../misc/tex-unpack-params-imagedata.html.ini | 5 + ...rams-with-flip-y-and-premultiply-alpha.html.ini | 4 + .../textures/misc/tex-unpack-params.html.ini | 11 + .../textures/misc/texture-npot.html.ini | 88 + .../conformance2/textures/svg_image/__dir__.ini | 1 + .../conformance2/textures/video/__dir__.ini | 1 + .../conformance2/textures/webgl_canvas/__dir__.ini | 1 + .../simultaneous_binding.html.ini | 139 + .../transform_feedback/switching-objects.html.ini | 31 + .../transform_feedback/too-small-buffers.html.ini | 360 + .../transform_feedback/transform_feedback.html.ini | 7 + .../incompatible-texture-type-for-sampler.html.ini | 182 + .../vertex_arrays/vertex-array-object.html.ini | 13 + .../wpt/webgl/meta-legacy-layout/deqp/__dir__.ini | 1 + .../oes-texture-float-with-image.html.ini | 366 + .../oes-texture-half-float-with-image.html.ini | 366 + .../shader-varying-packing-restrictions.html.ini | 10 +- .../conformance/reading/read-pixels-test.html.ini | 4 - .../tex-2d-alpha-alpha-unsigned_byte.html.ini | 42 + ...x-2d-luminance-luminance-unsigned_byte.html.ini | 204 + ...ce_alpha-luminance_alpha-unsigned_byte.html.ini | 204 + .../image/tex-2d-rgb-rgb-unsigned_byte.html.ini | 366 + .../tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini | 366 + .../image/tex-2d-rgba-rgba-unsigned_byte.html.ini | 366 + ...ex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini | 366 + ...ex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini | 366 + .../tex-2d-alpha-alpha-unsigned_byte.html.ini | 1 - .../misc/copy-tex-image-and-sub-image-2d.html.ini | 1007 + ...igin-clean-conformance-offscreencanvas.html.ini | 3 + .../misc/origin-clean-conformance.html.ini | 3 + .../tex-video-using-tex-unit-non-zero.html.ini | 1 - .../textures/misc/texture-upload-size.html.ini | 18 + ...igin-clean-conformance-offscreencanvas.html.ini | 3 + .../transform_feedback/too-small-buffers.html.ini | 271 +- 4797 files changed, 679824 insertions(+), 5231 deletions(-) delete mode 100644 tests/wpt/include-legacy-layout.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/attr-case-sensitivity-001.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/attr-case-sensitivity-002.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/computed-value.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/content-animation.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/content-no-interpolation.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/content-none-details.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/content-none-fieldset.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/content-none-math.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/content-none-root-block.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/content-none-root-columns.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/content-none-root-flex.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/content-none-root-grid.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/content-none-root-ruby.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/content-none-root-table.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/content-none-select-2.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/content-none-span-dynamic.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/content-none-span.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/content-none-table.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/element-replacement-alt.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/element-replacement-dynamic.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/element-replacement-gradient.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/element-replacement-image-no-src.tentative.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/element-replacement-image-src.tentative.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/element-replacement-on-replaced-element.tentative.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/element-replacement.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/inheritance.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/pseudo-element-inline-box.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/quotes-003.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/quotes-004.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/quotes-005.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/quotes-008.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/quotes-009.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/quotes-010.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/quotes-011.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/quotes-013.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/quotes-015.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/quotes-016.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/quotes-021.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/quotes-026.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/quotes-030.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/quotes-034.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/quotes-first-letter-001.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/quotes-first-letter-002.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/quotes-first-letter-003.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/quotes-first-letter-004.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/quotes-first-letter-005.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-content/quotes-slot-scoping.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/animation-001.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/animation-002.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/animation-003.tentative.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/animation-004.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/animations/caption-side-no-interpolation.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/animations/float-interpolation.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/animations/padding-block-interpolation.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/animations/padding-inline-interpolation.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/getComputedStyle-listing.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/inheritance.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/logical-box-border-color.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/logical-box-border-radius.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/logical-box-border-shorthands.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/logical-box-border-style.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/logical-box-border-width.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/logical-box-inset.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/logical-box-margin.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/logical-box-padding.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/logical-box-size.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/logical-values-float-clear-3.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/logical-values-float-clear-4.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/logical-values-float-clear-reftest.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/logical-values-float-clear.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/logical-values-resize.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-block-size-vlr.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-block-size.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-inline-size-vlr.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-inline-size.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-with-deferred-writing-mode.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-with-variables.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/block-size-computed.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/block-size-valid.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-block-color-computed.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-block-style-computed.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-block-width-computed.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-inline-color-computed.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-inline-style-computed.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-inline-width-computed.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/inline-size-computed.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/inline-size-valid.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/inset-block-inline-computed.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/inset-computed.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/margin-block-inline-computed.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/max-block-size-computed.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/max-block-size-valid.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/max-inline-size-computed.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/max-inline-size-valid.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/min-block-size-computed.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/min-block-size-valid.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/min-inline-size-computed.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/min-inline-size-valid.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-logical/parsing/padding-block-inline-computed.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-masking/clip/clip-no-stacking-context.html.ini create mode 100644 tests/wpt/meta-legacy-layout/css/css-masking/clip/clip-rect-scroll.html.ini delete mode 100644 tests/wpt/meta/FileAPI/Blob-methods-from-detached-frame.html.ini create mode 100644 tests/wpt/meta/FileAPI/blob/Blob-constructor-endings.html.ini create mode 100644 tests/wpt/meta/FileAPI/blob/Blob-stream.any.js.ini create mode 100644 tests/wpt/meta/FileAPI/file/File-constructor-endings.html.ini create mode 100644 tests/wpt/meta/FileAPI/file/send-file-form-utf-8.html.ini create mode 100644 tests/wpt/meta/FileAPI/file/send-file-form.html.ini create mode 100644 tests/wpt/meta/FileAPI/historical.https.html.ini create mode 100644 tests/wpt/meta/FileAPI/url/sandboxed-iframe.html.ini create mode 100644 tests/wpt/meta/FileAPI/url/url-in-tags.window.js.ini create mode 100644 tests/wpt/meta/FileAPI/url/url-lifetime.html.ini create mode 100644 tests/wpt/meta/FileAPI/url/url-reload.window.js.ini create mode 100644 tests/wpt/meta/FileAPI/url/url-with-xhr.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/derive_bits_keys/hkdf.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/derive_bits_keys/pbkdf2.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/encrypt_decrypt/aes_gcm_256_iv.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/generateKey/failures_AES-CBC.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/generateKey/failures_AES-CTR.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/generateKey/failures_AES-GCM.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/generateKey/failures_AES-KW.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/generateKey/failures_ECDH.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/generateKey/failures_ECDSA.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/generateKey/failures_HMAC.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/generateKey/failures_RSA-OAEP.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/generateKey/failures_RSA-PSS.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/generateKey/failures_RSASSA-PKCS1-v1_5.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/generateKey/successes_AES-CBC.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/generateKey/successes_AES-CTR.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/generateKey/successes_AES-GCM.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/generateKey/successes_AES-KW.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/generateKey/successes_ECDH.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/generateKey/successes_ECDSA.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/generateKey/successes_HMAC.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/generateKey/successes_RSASSA-PKCS1-v1_5.https.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/historical.any.js.ini create mode 100644 tests/wpt/meta/WebCryptoAPI/secure_context/crypto-subtle-secure-context-available.https.sub.html.ini create mode 100644 tests/wpt/meta/cookies/cookie-enabled-noncookie-frame.html.ini create mode 100644 tests/wpt/meta/cookies/navigated-away.html.ini delete mode 100644 tests/wpt/meta/cors/basic.htm.ini create mode 100644 tests/wpt/meta/cors/client-hint-request-headers-2.tentative.htm.ini create mode 100644 tests/wpt/meta/cors/origin.htm.ini create mode 100644 tests/wpt/meta/cors/preflight-cache.htm.ini create mode 100644 tests/wpt/meta/cors/remote-origin.htm.ini create mode 100644 tests/wpt/meta/cors/request-headers.htm.ini create mode 100644 tests/wpt/meta/cors/status-async.htm.ini create mode 100644 tests/wpt/meta/css/compositing/background-blending/background-blend-mode-gradient-image.html.ini create mode 100644 tests/wpt/meta/css/compositing/compositing_simple_div.html.ini create mode 100644 tests/wpt/meta/css/compositing/inheritance.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-interposed.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-overflow-scroll.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-with-transparent-pixels.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-with-3D-transform.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-with-transform-and-perspective.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blending-with-sibling.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-border-image.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-both-parent-and-blended-with-3D-transform.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-canvas-parent.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-canvas-sibling.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-creates-stacking-context.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-filter.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-iframe-parent.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-iframe-sibling.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-image.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-mask.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-overflowing-child-of-blended-element.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-overflowing-child.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-paragraph-background-image.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-paragraph.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-element-overflow-hidden-and-border-radius.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-element-overflow-scroll.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-with-3D-transform.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-with-border-radius.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-with-text.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-script.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-sibling-with-3D-transform.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-simple.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-stacking-context-001.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-stacking-context-creates-isolation.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-svg.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-video.html.ini create mode 100644 tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-with-transform-and-preserve-3D.html.ini create mode 100644 tests/wpt/meta/css/compositing/parsing/background-blend-mode-computed.html.ini create mode 100644 tests/wpt/meta/css/compositing/parsing/background-blend-mode-valid.html.ini create mode 100644 tests/wpt/meta/css/compositing/parsing/isolation-computed.html.ini create mode 100644 tests/wpt/meta/css/compositing/parsing/isolation-valid.html.ini create mode 100644 tests/wpt/meta/css/compositing/root-element-blend-mode.html.ini delete mode 100644 tests/wpt/meta/css/compositing/root-element-opacity-change.html.ini create mode 100644 tests/wpt/meta/css/compositing/svg/mix-blend-mode-in-svg-image.html.ini create mode 100644 tests/wpt/meta/css/compositing/svg/mix-blend-mode-svg-rectangle.html.ini create mode 100644 tests/wpt/meta/css/css-align/animation/column-gap-composition.html.ini create mode 100644 tests/wpt/meta/css/css-align/animation/column-gap-interpolation.html.ini create mode 100644 tests/wpt/meta/css/css-align/animation/row-gap-composition.html.ini create mode 100644 tests/wpt/meta/css/css-align/animation/row-gap-interpolation.html.ini create mode 100644 tests/wpt/meta/css/css-align/baseline-of-scrollable-1b.html.ini create mode 100644 tests/wpt/meta/css/css-align/baseline-rules/grid-item-input-type-number.html.ini create mode 100644 tests/wpt/meta/css/css-align/baseline-rules/grid-item-input-type-text.html.ini create mode 100644 tests/wpt/meta/css/css-align/baseline-rules/synthesized-baseline-grid-001.html.ini delete mode 100644 tests/wpt/meta/css/css-align/baseline-rules/synthesized-baseline-table-cell-001.html.ini create mode 100644 tests/wpt/meta/css/css-align/content-distribution/parse-align-content-002.html.ini create mode 100644 tests/wpt/meta/css/css-align/content-distribution/parse-align-content-005.html.ini create mode 100644 tests/wpt/meta/css/css-align/content-distribution/parse-justify-content-002.html.ini create mode 100644 tests/wpt/meta/css/css-align/content-distribution/parse-justify-content-005.html.ini create mode 100644 tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-001.html.ini create mode 100644 tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-002.html.ini create mode 100644 tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-003.html.ini create mode 100644 tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-004.html.ini create mode 100644 tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-005.html.ini create mode 100644 tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-006.html.ini create mode 100644 tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-007.html.ini create mode 100644 tests/wpt/meta/css/css-align/default-alignment/justify-items-legacy-001.html.ini create mode 100644 tests/wpt/meta/css/css-align/default-alignment/parse-align-items-002.html.ini create mode 100644 tests/wpt/meta/css/css-align/default-alignment/parse-align-items-005.html.ini create mode 100644 tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-001.html.ini create mode 100644 tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-002.html.ini create mode 100644 tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-003.html.ini create mode 100644 tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-004.html.ini create mode 100644 tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-005.html.ini create mode 100644 tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-006.html.ini create mode 100644 tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-001.html.ini create mode 100644 tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-002.html.ini create mode 100644 tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-003.html.ini create mode 100644 tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-004.html.ini create mode 100644 tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-005.html.ini create mode 100644 tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-006.html.ini create mode 100644 tests/wpt/meta/css/css-align/default-alignment/shorthand-serialization-001.html.ini create mode 100644 tests/wpt/meta/css/css-align/distribution-values/space-evenly-001.html.ini create mode 100644 tests/wpt/meta/css/css-align/gaps/column-gap-animation-001.html.ini create mode 100644 tests/wpt/meta/css/css-align/gaps/column-gap-animation-002.html.ini create mode 100644 tests/wpt/meta/css/css-align/gaps/column-gap-animation-003.html.ini create mode 100644 tests/wpt/meta/css/css-align/gaps/column-gap-parsing-001.html.ini create mode 100644 tests/wpt/meta/css/css-align/gaps/gap-animation-001.html.ini create mode 100644 tests/wpt/meta/css/css-align/gaps/gap-animation-002.html.ini create mode 100644 tests/wpt/meta/css/css-align/gaps/gap-animation-003.html.ini create mode 100644 tests/wpt/meta/css/css-align/gaps/gap-animation-004.html.ini create mode 100644 tests/wpt/meta/css/css-align/gaps/gap-normal-computed-001.html.ini create mode 100644 tests/wpt/meta/css/css-align/gaps/gap-normal-used-001.html.ini create mode 100644 tests/wpt/meta/css/css-align/gaps/gap-parsing-001.html.ini create mode 100644 tests/wpt/meta/css/css-align/gaps/grid-column-gap-parsing-001.html.ini create mode 100644 tests/wpt/meta/css/css-align/gaps/grid-gap-parsing-001.html.ini create mode 100644 tests/wpt/meta/css/css-align/gaps/grid-row-gap-parsing-001.html.ini create mode 100644 tests/wpt/meta/css/css-align/gaps/row-gap-animation-001.html.ini create mode 100644 tests/wpt/meta/css/css-align/gaps/row-gap-animation-002.html.ini create mode 100644 tests/wpt/meta/css/css-align/gaps/row-gap-animation-003.html.ini create mode 100644 tests/wpt/meta/css/css-align/gaps/row-gap-parsing-001.html.ini create mode 100644 tests/wpt/meta/css/css-align/inheritance.html.ini create mode 100644 tests/wpt/meta/css/css-align/parsing/column-gap-computed.html.ini create mode 100644 tests/wpt/meta/css/css-align/parsing/column-gap-valid.html.ini create mode 100644 tests/wpt/meta/css/css-align/parsing/gap-computed.html.ini create mode 100644 tests/wpt/meta/css/css-align/parsing/gap-shorthand.html.ini create mode 100644 tests/wpt/meta/css/css-align/parsing/gap-valid.html.ini create mode 100644 tests/wpt/meta/css/css-align/parsing/justify-items-computed.html.ini create mode 100644 tests/wpt/meta/css/css-align/parsing/justify-items-valid.html.ini create mode 100644 tests/wpt/meta/css/css-align/parsing/justify-self-computed.html.ini create mode 100644 tests/wpt/meta/css/css-align/parsing/justify-self-valid.html.ini create mode 100644 tests/wpt/meta/css/css-align/parsing/place-content-computed.html.ini create mode 100644 tests/wpt/meta/css/css-align/parsing/place-content-shorthand.html.ini create mode 100644 tests/wpt/meta/css/css-align/parsing/place-content-valid.html.ini create mode 100644 tests/wpt/meta/css/css-align/parsing/place-items-computed.html.ini create mode 100644 tests/wpt/meta/css/css-align/parsing/place-items-shorthand.html.ini create mode 100644 tests/wpt/meta/css/css-align/parsing/place-items-valid.html.ini create mode 100644 tests/wpt/meta/css/css-align/parsing/place-self-computed.html.ini create mode 100644 tests/wpt/meta/css/css-align/parsing/place-self-shorthand.html.ini create mode 100644 tests/wpt/meta/css/css-align/parsing/place-self-valid.html.ini create mode 100644 tests/wpt/meta/css/css-align/parsing/row-gap-computed.html.ini create mode 100644 tests/wpt/meta/css/css-align/parsing/row-gap-valid.html.ini create mode 100644 tests/wpt/meta/css/css-align/self-alignment/parse-align-self-002.html.ini create mode 100644 tests/wpt/meta/css/css-align/self-alignment/parse-align-self-005.html.ini create mode 100644 tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-001.html.ini create mode 100644 tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-002.html.ini create mode 100644 tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-003.html.ini create mode 100644 tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-004.html.ini create mode 100644 tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-005.html.ini create mode 100644 tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-001.html.ini create mode 100644 tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-002.html.ini create mode 100644 tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-003.html.ini create mode 100644 tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-004.html.ini create mode 100644 tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-005.html.ini create mode 100644 tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-006.html.ini create mode 100644 tests/wpt/meta/css/css-conditional/at-supports-selector-file-selector-button.html.ini create mode 100644 tests/wpt/meta/css/css-conditional/at-supports-selector-placeholder.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/animations/font-size-adjust-composition.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/animations/font-size-interpolation-001.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/animations/font-size-interpolation-002.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/animations/font-size-interpolation-003.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/animations/font-variation-settings-composition.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/animations/font-variation-settings-interpolation.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/calc-in-font-variation-settings.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/crash-font-face-invalid-descriptor.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/first-available-font-003.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/first-available-font-004.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/first-available-font-007.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-default-04.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-display/font-display-change.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-display/font-display-failure-fallback.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-display/font-display-feature-policy-02.tentative.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-display/font-display-preload.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-display/font-display.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-face-unicode-range-2.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-family-name-001.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-family-name-002.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-family-name-003.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-family-name-004.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-family-name-005.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-family-name-006.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-family-name-007.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-family-name-008.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-family-name-009.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-family-name-010.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-family-name-011.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-family-name-012.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-family-name-013.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-family-name-014.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-family-name-015.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-family-name-021.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-family-name-024.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-feature-resolution-001.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-feature-settings-descriptor-01.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-feature-settings-serialization-001.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-features-across-space-1.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-features-across-space-2.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-features-across-space-3.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-kerning-01.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-kerning-03.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-kerning-04.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-kerning-05.html.ini delete mode 100644 tests/wpt/meta/css/css-fonts/font-palette-empty-font-family.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-shorthand-subproperties-reset.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-size-adjust-002.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-size-adjust-005.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-size-adjust-009.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-size-adjust-010.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-size-adjust-011.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-size-adjust-014.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-size-adjust-metrics-override.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-size-monospace-adjust.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-size-zero-1.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-stretch-01.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-stretch-02.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-stretch-03.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-stretch-04.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-stretch-05.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-stretch-06.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-stretch-07.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-stretch-08.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-stretch-09.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-stretch-10.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-stretch-11.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-synthesis-01.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-synthesis-02.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-synthesis-03.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-synthesis-04.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-synthesis-05.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-01.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-02.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-03.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-04.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-alternates-02.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-alternates-03.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-alternates-04.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-alternates-05.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-alternates-06.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-alternates-07.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-alternates-08.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-alternates-09.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-alternates-10.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-alternates-11.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-alternates-12.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-alternates-13.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-alternates-14.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-alternates-15.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-alternates-16.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-alternates-17.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-alternates-18.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-alternates-parsing.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-caps-02.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-caps-03.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-caps-04.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-caps-05.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-caps-06.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-caps-07.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-caps.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-east-asian-02.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-east-asian-03.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-east-asian-04.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-east-asian-05.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-east-asian-06.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-east-asian-07.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-east-asian-08.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-east-asian-09.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-east-asian-10.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-east-asian.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-ligatures-02.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-ligatures-04.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-ligatures-05.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-ligatures-07.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-ligatures-10.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-ligatures.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-numeric-02.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-numeric-03.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-numeric-04.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-numeric-05.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-numeric-06.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-numeric-07.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-numeric-08.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-numeric-09.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-numeric.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variant-position.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-variation-settings-serialization-001.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-weight-bolder-001.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-weight-lighter-001.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/font-weight-normal-001.xht.ini create mode 100644 tests/wpt/meta/css/css-fonts/format-specifiers-variations.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/generic-family-keywords-003.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/hiragana-katakana-kerning.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/matching/fixed-stretch-style-over-weight.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/matching/stretch-distance-over-weight-distance.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/matching/style-ranges-over-weight-direction.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/math-script-level-and-math-style/math-script-level-002.tentative.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/math-script-level-and-math-style/math-script-level-004.tentative.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/math-script-level-and-math-style/math-script-level-auto-and-math-style-002.tentative.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/math-script-level-and-math-style/math-style-001.tentative.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/parsing/font-computed.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/parsing/font-feature-settings-computed.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/parsing/font-feature-settings-valid.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/parsing/font-kerning-computed.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/parsing/font-kerning-valid.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/parsing/font-language-override-computed.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/parsing/font-language-override-valid.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/parsing/font-optical-sizing-computed.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/parsing/font-optical-sizing-valid.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/parsing/font-variant-caps-computed.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/parsing/font-variant-caps-valid.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/parsing/font-variant-east-asian-computed.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/parsing/font-variant-east-asian-valid.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/parsing/font-variant-ligatures-computed.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/parsing/font-variant-ligatures-valid.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/parsing/font-variant-numeric-computed.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/parsing/font-variant-numeric-valid.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/parsing/font-variant-position-computed.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/parsing/font-variant-position-valid.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/separators.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/size-adjust-03.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/standard-font-family-11.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/standard-font-family-12.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/standard-font-family-13.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/standard-font-family-14.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/standard-font-family-16.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/standard-font-family-19.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/standard-font-family-20.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/test-synthetic-italic-2.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/test-synthetic-italic-3.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/test_datafont_same_origin.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/test_font_feature_values_parsing.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/variations/font-descriptor-range-reversed.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/variations/font-parse-numeric-stretch-style-weight.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/variations/font-stretch.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/variations/font-variation-settings-inherit.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/variations/variable-box-font.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/variations/variable-gpos-m2b.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/variations/variable-gsub.html.ini create mode 100644 tests/wpt/meta/css/css-fonts/variations/variable-opsz.html.ini create mode 100644 tests/wpt/meta/css/css-images/conic-gradient-angle-negative.html.ini create mode 100644 tests/wpt/meta/css/css-images/conic-gradient-angle.html.ini create mode 100644 tests/wpt/meta/css/css-images/conic-gradient-center.html.ini create mode 100644 tests/wpt/meta/css/css-images/css-image-fallbacks-and-annotations.html.ini create mode 100644 tests/wpt/meta/css/css-images/css-image-fallbacks-and-annotations002.html.ini create mode 100644 tests/wpt/meta/css/css-images/css-image-fallbacks-and-annotations003.html.ini create mode 100644 tests/wpt/meta/css/css-images/css-image-fallbacks-and-annotations004.html.ini create mode 100644 tests/wpt/meta/css/css-images/css-image-fallbacks-and-annotations005.html.ini create mode 100644 tests/wpt/meta/css/css-images/gradient/color-stops-parsing.html.ini delete mode 100644 tests/wpt/meta/css/css-images/gradients-with-border.html.ini create mode 100644 tests/wpt/meta/css/css-images/idlharness.html.ini create mode 100644 tests/wpt/meta/css/css-images/image-orientation/image-orientation-default.html.ini create mode 100644 tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image-composited-dynamic1.html.ini create mode 100644 tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image-composited.html.ini create mode 100644 tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image-computed-style.html.ini create mode 100644 tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image-content-images.html.ini create mode 100644 tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image-dynamic1.html.ini create mode 100644 tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image.html.ini delete mode 100644 tests/wpt/meta/css/css-images/image-orientation/image-orientation-iframe.html.ini create mode 100644 tests/wpt/meta/css/css-images/image-orientation/image-orientation-none-computed-style.html.ini create mode 100644 tests/wpt/meta/css/css-images/image-orientation/image-orientation-none-image-document.html.ini create mode 100644 tests/wpt/meta/css/css-images/image-set/image-set-content-rendering.html.ini create mode 100644 tests/wpt/meta/css/css-images/image-set/image-set-dpcm-rendering.html.ini create mode 100644 tests/wpt/meta/css/css-images/image-set/image-set-negative-resolution-rendering-3.html.ini create mode 100644 tests/wpt/meta/css/css-images/image-set/image-set-rendering.html.ini create mode 100644 tests/wpt/meta/css/css-images/image-set/image-set-repeating-linear-gradient-rendering.html.ini create mode 100644 tests/wpt/meta/css/css-images/image-set/image-set-repeating-radial-gradient-rendering.html.ini create mode 100644 tests/wpt/meta/css/css-images/image-set/image-set-type-unsupported-rendering-2.html.ini create mode 100644 tests/wpt/meta/css/css-images/image-set/image-set-type-unsupported-rendering.html.ini create mode 100644 tests/wpt/meta/css/css-images/image-set/image-set-zero-resolution-rendering-2.html.ini create mode 100644 tests/wpt/meta/css/css-images/image-set/image-set-zero-resolution-rendering.html.ini create mode 100644 tests/wpt/meta/css/css-images/inheritance.html.ini create mode 100644 tests/wpt/meta/css/css-images/multiple-position-color-stop-conic.html.ini create mode 100644 tests/wpt/meta/css/css-images/normalization-conic-2.html.ini create mode 100644 tests/wpt/meta/css/css-images/normalization-conic-degenerate.html.ini create mode 100644 tests/wpt/meta/css/css-images/normalization-conic.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-001e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-001i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-001o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-001p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-002e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-002i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-002o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-002p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-003e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-003i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-003o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-003p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-004e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-004i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-004o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-004p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-005e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-005i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-005o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-005p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-006e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-006i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-006o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-contain-svg-006p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-001e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-001i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-001o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-001p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-002e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-002i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-002o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-002p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-003e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-003i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-003o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-003p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-004e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-004i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-004o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-004p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-005e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-005i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-005o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-005p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-006e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-006i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-006o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-cover-svg-006p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-001e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-001i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-001o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-001p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-002e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-002i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-002o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-002p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-003e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-003i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-003o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-003p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-004e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-004i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-004o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-004p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-005e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-005i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-005o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-005p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-006e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-006i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-006o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-fill-svg-006p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-001e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-001i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-001o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-001p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-002e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-002i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-002o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-002p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-003e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-003i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-003o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-003p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-004e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-004i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-004o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-004p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-005e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-005i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-005o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-005p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-006e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-006i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-006o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-none-svg-006p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-001e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-001i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-001o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-001p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-002e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-002i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-002o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-002p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-003e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-003i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-003o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-003p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-004e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-004i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-004o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-004p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-005e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-005i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-005o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-005p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-006e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-006i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-006o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-fit-scale-down-svg-006p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-position-svg-001e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-position-svg-001i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-position-svg-001o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-position-svg-001p.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-position-svg-002e.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-position-svg-002i.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-position-svg-002o.html.ini delete mode 100644 tests/wpt/meta/css/css-images/object-position-svg-002p.html.ini create mode 100644 tests/wpt/meta/css/css-images/object-view-box-fit-contain-video.html.ini create mode 100644 tests/wpt/meta/css/css-images/object-view-box-fit-none-video.html.ini create mode 100644 tests/wpt/meta/css/css-images/out-of-range-color-stop-conic.html.ini create mode 100644 tests/wpt/meta/css/css-images/parsing/image-orientation-computed.html.ini create mode 100644 tests/wpt/meta/css/css-images/parsing/image-orientation-valid.html.ini create mode 100644 tests/wpt/meta/css/css-images/parsing/image-rendering-computed.html.ini create mode 100644 tests/wpt/meta/css/css-images/parsing/image-rendering-valid.html.ini create mode 100644 tests/wpt/meta/css/css-images/parsing/image-resolution-valid.html.ini create mode 100644 tests/wpt/meta/css/css-images/parsing/object-fit-computed.html.ini create mode 100644 tests/wpt/meta/css/css-images/parsing/object-fit-valid.html.ini create mode 100644 tests/wpt/meta/css/css-images/parsing/object-position-computed.html.ini create mode 100644 tests/wpt/meta/css/css-images/parsing/object-position-valid.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/background-image-tiled.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/custom-property-animation-on-main-thread.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/geometry-with-float-size.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/hidpi/canvas-transform.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/hidpi/device-pixel-ratio.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/idlharness.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/paint2d-paths.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/parse-input-arguments-018.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-interpolation-001.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-interpolation-002.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-interpolation-004.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-interpolation-005.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-interpolation-006.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-interpolation-007.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-interpolation-008.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-interpolation-009.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-interpolation-010.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-invalidation-001.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-invalidation-002.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-stylemap.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-value-001.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-value-002.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-value-003.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-value-004.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-value-005.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-value-006.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-value-007.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-value-008.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-value-009.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-value-010.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-value-011.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-value-012.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-value-013.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-value-014.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-value-015.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-value-016.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-value-017.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/registered-property-value-018.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/style-background-image.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/style-before-pseudo.https.html.ini create mode 100644 tests/wpt/meta/css/css-paint-api/style-first-letter-pseudo.https.html.ini create mode 100644 tests/wpt/meta/css/css-text/animations/letter-spacing-composition.html.ini create mode 100644 tests/wpt/meta/css/css-text/animations/letter-spacing-interpolation.html.ini create mode 100644 tests/wpt/meta/css/css-text/animations/text-indent-composition.html.ini create mode 100644 tests/wpt/meta/css/css-text/animations/word-spacing-composition.html.ini create mode 100644 tests/wpt/meta/css/css-text/animations/word-spacing-interpolation.html.ini delete mode 100644 tests/wpt/meta/css/css-text/bidi/bidi-lines-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/boundary-shaping/boundary-shaping-009.html.ini create mode 100644 tests/wpt/meta/css/css-text/hanging-punctuation/hanging-punctuation-allow-end-001.xht.ini create mode 100644 tests/wpt/meta/css/css-text/hanging-punctuation/hanging-punctuation-first-001.xht.ini create mode 100644 tests/wpt/meta/css/css-text/hanging-punctuation/hanging-punctuation-force-end-001.xht.ini create mode 100644 tests/wpt/meta/css/css-text/hanging-punctuation/hanging-punctuation-last-001.xht.ini create mode 100644 tests/wpt/meta/css/css-text/hanging-punctuation/hanging-scrollable-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/hyphens/hyphens-auto-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/hyphens/hyphens-auto-last-word-001.html.ini delete mode 100644 tests/wpt/meta/css/css-text/hyphens/hyphens-manual-inline-010.html.ini create mode 100644 tests/wpt/meta/css/css-text/hyphens/hyphens-none-011.html.ini delete mode 100644 tests/wpt/meta/css/css-text/hyphens/hyphens-none-012.html.ini delete mode 100644 tests/wpt/meta/css/css-text/hyphens/hyphens-none-013.html.ini create mode 100644 tests/wpt/meta/css/css-text/hyphens/hyphens-none-014.html.ini create mode 100644 tests/wpt/meta/css/css-text/hyphens/hyphens-overflow-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/hyphens/hyphens-punctuation-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/hyphens/hyphens-shaping-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/hyphens/shy-styling-001.html.ini delete mode 100644 tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-211.html.ini create mode 100644 tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-bidi-003.xht.ini create mode 100644 tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-bidi-004.xht.ini create mode 100644 tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-bidi-005.xht.ini create mode 100644 tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-control-chars-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-end-of-line-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-ligatures-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-nesting-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-nesting-003.xht.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-008.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-009.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-010.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-011.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-012.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-013.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-014.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-015.html.ini delete mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-016.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-017.html.ini delete mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-and-white-space-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-and-white-space-005.html.ini delete mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-and-white-space-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-and-white-space-008.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-and-white-space-009.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-008.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-009.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-011.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-013.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-014.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-015.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-016.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-loose-011.xht.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-loose-012.xht.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-loose-013.xht.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-loose-014.xht.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-loose-015.xht.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-loose-016a.xht.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-loose-016b.xht.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-loose-017a.xht.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-loose-017b.xht.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-loose-018.xht.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-loose-hyphens-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-loose-hyphens-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-normal-011.xht.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-normal-012.xht.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-normal-013.xht.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-normal-hyphens-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-normal-hyphens-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-shaping-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-strict-hyphens-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-break/line-break-strict-hyphens-002.html.ini delete mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-001.html.ini delete mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-002.html.ini delete mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-003.html.ini delete mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-004.html.ini delete mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-005.html.ini delete mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-006.html.ini delete mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-007.html.ini delete mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-008.html.ini delete mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-010.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-012.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-013.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-014.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-017.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-018.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-019.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-021.html.ini delete mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-005.html.ini delete mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-009.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-nowrap-001.html.ini delete mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-ic-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-002.html.ini delete mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-004.html.ini delete mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-008.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-009.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-010.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-inline-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-span-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-span-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-008.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-009.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-010.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-span-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-span-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-cluster-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-cluster-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-shaping-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-shaping-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/parsing/hanging-punctuation-valid.html.ini create mode 100644 tests/wpt/meta/css/css-text/parsing/hyphens-computed.html.ini create mode 100644 tests/wpt/meta/css/css-text/parsing/hyphens-valid.html.ini create mode 100644 tests/wpt/meta/css/css-text/parsing/line-break-computed.html.ini create mode 100644 tests/wpt/meta/css/css-text/parsing/line-break-valid.html.ini create mode 100644 tests/wpt/meta/css/css-text/parsing/tab-size-computed.html.ini create mode 100644 tests/wpt/meta/css/css-text/parsing/tab-size-valid.html.ini create mode 100644 tests/wpt/meta/css/css-text/parsing/text-align-all-valid.html.ini create mode 100644 tests/wpt/meta/css/css-text/parsing/text-align-last-computed.html.ini create mode 100644 tests/wpt/meta/css/css-text/parsing/text-align-last-valid.html.ini create mode 100644 tests/wpt/meta/css/css-text/parsing/text-autospace-computed.html.ini create mode 100644 tests/wpt/meta/css/css-text/parsing/text-autospace-valid.html.ini create mode 100644 tests/wpt/meta/css/css-text/parsing/white-space-computed.html.ini create mode 100644 tests/wpt/meta/css/css-text/parsing/white-space-valid.html.ini create mode 100644 tests/wpt/meta/css/css-text/parsing/word-boundary-detection-computed.html.ini create mode 100644 tests/wpt/meta/css/css-text/parsing/word-boundary-detection-valid.html.ini create mode 100644 tests/wpt/meta/css/css-text/parsing/word-boundary-expansion-computed.html.ini create mode 100644 tests/wpt/meta/css/css-text/parsing/word-boundary-expansion-valid.html.ini create mode 100644 tests/wpt/meta/css/css-text/parsing/word-spacing-invalid.html.ini create mode 100644 tests/wpt/meta/css/css-text/shaping/reference/shaping-001-ref.html.ini create mode 100644 tests/wpt/meta/css/css-text/shaping/reference/shaping-002-ref.html.ini create mode 100644 tests/wpt/meta/css/css-text/shaping/reference/shaping-003-ref.html.ini create mode 100644 tests/wpt/meta/css/css-text/shaping/reference/shaping-008-ref.html.ini create mode 100644 tests/wpt/meta/css/css-text/shaping/reference/shaping-009-ref.html.ini create mode 100644 tests/wpt/meta/css/css-text/shaping/reference/shaping-010-ref.html.ini create mode 100644 tests/wpt/meta/css/css-text/shaping/reference/shaping-011-ref.html.ini create mode 100644 tests/wpt/meta/css/css-text/shaping/reference/shaping-020-ref.html.ini create mode 100644 tests/wpt/meta/css/css-text/shaping/reference/shaping-021-ref.html.ini create mode 100644 tests/wpt/meta/css/css-text/shaping/reference/shaping-023-ref.html.ini delete mode 100644 tests/wpt/meta/css/css-text/shaping/reference/shaping-024-ref.html.ini delete mode 100644 tests/wpt/meta/css/css-text/shaping/reference/shaping-025-ref.html.ini delete mode 100644 tests/wpt/meta/css/css-text/shaping/shaping_lig-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/tab-size/tab-min-rendered-width-1.html.ini create mode 100644 tests/wpt/meta/css/css-text/tab-size/tab-size-inheritance-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/tab-size/tab-size-spacing-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/tab-size/tab-size.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-align/text-align-end-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-align/text-align-end-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-align/text-align-end-009.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-align/text-align-end-014.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-align/text-align-end-016.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-align/text-align-justify-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-align/text-align-justify-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-align/text-align-justifyall-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-align/text-align-justifyall-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-align/text-align-justifyall-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-align/text-align-justifyall-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-align/text-align-justifyall-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-align/text-align-justifyall-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-align/text-align-last-wins-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-align/text-align-start-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-align/text-align-start-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-align/text-align-start-009.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-align/text-align-start-014.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-align/text-align-start-016.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-encoding/shaping-join-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-encoding/shaping-no-join-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-encoding/shaping-tatweel-002.html.ini delete mode 100644 tests/wpt/meta/css/css-text/text-indent/percentage-value-intrinsic-size.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-indent/text-indent-min-max-content-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-justify/text-justify-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-justify/text-justify-distribute-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-justify/text-justify-inter-character-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-stroke-width-subpixel.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/math/text-transform-math-auto-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/math/text-transform-math-auto-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-009.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-010.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-014.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-016.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-018.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-020.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-022.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-024.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-028.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-030.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-031.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-032.xht.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-033.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-034.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-001.xht.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-002.xht.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-004.xht.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-005.xht.ini delete mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-008.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-009.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-multiple-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-002a.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-008.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-009.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-010.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-014.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-015.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-016.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-017.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-018.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-019.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-020.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-021.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-022.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-023.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-024.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-025.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-028.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-029.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-030.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-031.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-032.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-033.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-034.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-035.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-038.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-039.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-040.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-041.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-042.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-043.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-044.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-101.html.ini create mode 100644 tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-102.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-008.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-009.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-010.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-011.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-008.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-009.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-010.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-011.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-012.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-013.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-014.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-015.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-016.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-017.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-018.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-tab-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-tab-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-tab-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-tab-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-tab-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-tab-006.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-with-ideographic-space-004.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-with-ideographic-space-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-008.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-009.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-010.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/control-chars-00C.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/control-chars-00D.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/display-contents-remove-whitespace-change.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/eol-spaces-bidi-001.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/full-width-leading-spaces-002.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/full-width-leading-spaces-003.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/full-width-leading-spaces-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/line-edge-white-space-collapse-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/line-edge-white-space-collapse-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/object-replacement-1.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/object-replacement-2.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-float-001.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/pre-line-with-space-and-newline.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-008.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-009.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-011.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-012.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-013.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-014.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-015.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-017.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-018.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-019.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-020.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-float-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-008.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-009.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-010.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-011.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-012.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-013.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-014.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-tab-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-tab-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-tab-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-tab-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/pre-wrap-tab-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/text-space-collapse-discard-001.xht.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/text-space-collapse-preserve-breaks-001.xht.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/text-space-trim-trim-inner-001.xht.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/text-wrap-balance-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/text-wrap-balance-text-indent-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/textarea-break-spaces-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/textarea-break-spaces-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-011.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-012.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-013.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-014.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-002.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-003.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-006.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-008.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-011.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-012.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-013.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-014.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-015.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-016.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-017.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-018.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-019.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-020.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-021.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-022.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-023.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-024.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-025.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-004.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-break-spaces-004.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-break-spaces-007.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-break-spaces-008.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-break-spaces-012.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-break-spaces-015.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-space-align-start.tentative.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-space-and-text-alignment-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-space-and-text-alignment-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-space-and-text-alignment-rtl-003.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-space-before-br-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/trailing-space-in-inline-box.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/white-space-applies-to-text-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/white-space-intrinsic-size-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/white-space-intrinsic-size-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/white-space-intrinsic-size-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/white-space-intrinsic-size-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-justify-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-justify-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-justify-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-justify-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-003.html.ini delete mode 100644 tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-008.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-011.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/white-space-vs-joiners-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/white-space/white-space-zero-fontsize-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-008.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-009.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-010.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-011.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-012.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-013.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-014.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-102.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-103.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-104.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-105.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-107.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-108.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-109.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-110.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-112.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-113.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-114.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-115.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-116.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-117.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-118.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-119.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-120.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-121.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-122.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-123.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-124.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-125.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-126.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-127.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-128.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-boundary/word-boundary-129.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/auto-phrase/word-break-auto-phrase-intrinsic-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/auto-phrase/word-break-auto-phrase-overflow-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/auto-phrase/word-break-auto-phrase-wbr-nobr-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/auto-phrase/word-break-auto-phrase-wbr-nobr-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/break-boundary-2-chars-001.html.ini delete mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-000.html.ini delete mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-004.html.ini delete mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-010.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-012.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-013.html.ini delete mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-014.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-015.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-016.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-017.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-018.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-019.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-020.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-021.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-022.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-023.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-024.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-025.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-026.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-027.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-029.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-030.html.ini delete mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-ethiopic.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-004.tentative.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-007.tentative.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-009.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-keep-all-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-keep-all-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-keep-all-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-keep-all-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-keep-all-006.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-keep-all-007.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-keep-all-008.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-keep-all-010.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-min-content-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-min-content-002.html.ini delete mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-min-content-003.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-min-content-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-min-content-005.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-min-content-006.html.ini delete mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-normal-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-normal-ar-000.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-normal-bo-000.html.ini delete mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-normal-ethiopic.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-normal-hi-000.html.ini delete mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-normal-ja-000.html.ini delete mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-normal-ja-001.html.ini delete mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-normal-ja-002.html.ini delete mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-normal-ja-004.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-normal-km-000.html.ini delete mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-normal-ko-000.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-normal-lo-000.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-normal-my-000.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-normal-tdd-000.html.ini create mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-normal-th-000.html.ini delete mode 100644 tests/wpt/meta/css/css-text/word-break/word-break-normal-zh-000.html.ini create mode 100644 tests/wpt/meta/css/css-text/writing-system/writing-system-line-break-001.html.ini create mode 100644 tests/wpt/meta/css/css-text/writing-system/writing-system-line-break-002.html.ini create mode 100644 tests/wpt/meta/css/css-text/writing-system/writing-system-segment-break-001.html.ini delete mode 100644 tests/wpt/meta/css/css-values/animations/line-height-lh-transition.html.ini create mode 100644 tests/wpt/meta/css/css-values/attr-color-invalid-cast.html.ini create mode 100644 tests/wpt/meta/css/css-values/attr-color-valid.html.ini create mode 100644 tests/wpt/meta/css/css-values/attr-in-max.html.ini create mode 100644 tests/wpt/meta/css/css-values/attr-invalid-type-008.html.ini create mode 100644 tests/wpt/meta/css/css-values/attr-length-invalid-cast.html.ini create mode 100644 tests/wpt/meta/css/css-values/attr-length-valid-zero-nofallback.html.ini create mode 100644 tests/wpt/meta/css/css-values/attr-length-valid-zero.html.ini create mode 100644 tests/wpt/meta/css/css-values/attr-length-valid.html.ini create mode 100644 tests/wpt/meta/css/css-values/attr-px-invalid-cast.html.ini create mode 100644 tests/wpt/meta/css/css-values/attr-px-valid.html.ini create mode 100644 tests/wpt/meta/css/css-values/calc-background-position-002.html.ini delete mode 100644 tests/wpt/meta/css/css-values/calc-height-block-1.html.ini create mode 100644 tests/wpt/meta/css/css-values/calc-in-counter-001.xhtml.ini create mode 100644 tests/wpt/meta/css/css-values/calc-in-font-feature-settings.html.ini create mode 100644 tests/wpt/meta/css/css-values/calc-infinity-nan-serialize-number.html.ini create mode 100644 tests/wpt/meta/css/css-values/calc-linear-radial-conic-gradient-001.html.ini delete mode 100644 tests/wpt/meta/css/css-values/calc-max-height-block-1.html.ini delete mode 100644 tests/wpt/meta/css/css-values/calc-max-width-block-intrinsic-1.html.ini delete mode 100644 tests/wpt/meta/css/css-values/calc-min-height-block-1.html.ini create mode 100644 tests/wpt/meta/css/css-values/calc-numbers.html.ini delete mode 100644 tests/wpt/meta/css/css-values/calc-offsets-absolute-bottom-1.html.ini delete mode 100644 tests/wpt/meta/css/css-values/calc-offsets-absolute-top-1.html.ini create mode 100644 tests/wpt/meta/css/css-values/calc-offsets-relative-bottom-1.html.ini create mode 100644 tests/wpt/meta/css/css-values/calc-offsets-relative-top-1.html.ini create mode 100644 tests/wpt/meta/css/css-values/calc-rounding-001.html.ini delete mode 100644 tests/wpt/meta/css/css-values/calc-width-block-intrinsic-1.html.ini create mode 100644 tests/wpt/meta/css/css-values/calc-width-table-auto-1.html.ini create mode 100644 tests/wpt/meta/css/css-values/calc-width-table-fixed-1.html.ini create mode 100644 tests/wpt/meta/css/css-values/calc-z-index-fractions-001.html.ini create mode 100644 tests/wpt/meta/css/css-values/cap-invalidation.html.ini create mode 100644 tests/wpt/meta/css/css-values/ch-empty-pseudo-recalc-on-font-load.html.ini create mode 100644 tests/wpt/meta/css/css-values/ch-pseudo-recalc-on-font-load.html.ini create mode 100644 tests/wpt/meta/css/css-values/ch-recalc-on-font-load.html.ini create mode 100644 tests/wpt/meta/css/css-values/ch-unit-001.html.ini create mode 100644 tests/wpt/meta/css/css-values/ch-unit-002.html.ini create mode 100644 tests/wpt/meta/css/css-values/ch-unit-003.html.ini create mode 100644 tests/wpt/meta/css/css-values/ch-unit-004.html.ini create mode 100644 tests/wpt/meta/css/css-values/ch-unit-008.html.ini create mode 100644 tests/wpt/meta/css/css-values/ch-unit-009.html.ini create mode 100644 tests/wpt/meta/css/css-values/ch-unit-010.html.ini create mode 100644 tests/wpt/meta/css/css-values/ch-unit-011.html.ini create mode 100644 tests/wpt/meta/css/css-values/ch-unit-012.html.ini create mode 100644 tests/wpt/meta/css/css-values/ch-unit-016.html.ini create mode 100644 tests/wpt/meta/css/css-values/ch-unit-017.html.ini create mode 100644 tests/wpt/meta/css/css-values/ch-unit-018.html.ini create mode 100644 tests/wpt/meta/css/css-values/ex-unit-002.html.ini create mode 100644 tests/wpt/meta/css/css-values/ex-unit-003.html.ini create mode 100644 tests/wpt/meta/css/css-values/getComputedStyle-border-radius-001.html.ini create mode 100644 tests/wpt/meta/css/css-values/getComputedStyle-border-radius-003.html.ini create mode 100644 tests/wpt/meta/css/css-values/getComputedStyle-calc-mixed-units-002.html.ini create mode 100644 tests/wpt/meta/css/css-values/ic-unit-002.html.ini create mode 100644 tests/wpt/meta/css/css-values/ic-unit-003.html.ini create mode 100644 tests/wpt/meta/css/css-values/ic-unit-004.html.ini create mode 100644 tests/wpt/meta/css/css-values/ic-unit-009.html.ini create mode 100644 tests/wpt/meta/css/css-values/ic-unit-010.html.ini create mode 100644 tests/wpt/meta/css/css-values/ic-unit-011.html.ini create mode 100644 tests/wpt/meta/css/css-values/ic-unit-012.html.ini create mode 100644 tests/wpt/meta/css/css-values/ic-unit-015.html.ini create mode 100644 tests/wpt/meta/css/css-values/lh-rlh-on-root-001.html.ini create mode 100644 tests/wpt/meta/css/css-values/lh-unit-001.html.ini create mode 100644 tests/wpt/meta/css/css-values/lh-unit-002.html.ini create mode 100644 tests/wpt/meta/css/css-values/line-break-ch-unit.html.ini create mode 100644 tests/wpt/meta/css/css-values/minmax-number-serialize.html.ini create mode 100644 tests/wpt/meta/css/css-values/rcap-invalidation.html.ini create mode 100644 tests/wpt/meta/css/css-values/urls/resolve-relative-to-base.sub.html.ini delete mode 100644 tests/wpt/meta/css/css-values/vh-calc-support-pct.html.ini create mode 100644 tests/wpt/meta/css/css-values/vh-interpolate-pct.html.ini create mode 100644 tests/wpt/meta/css/css-values/vh-interpolate-px.html.ini create mode 100644 tests/wpt/meta/css/css-values/vh-interpolate-vh.html.ini delete mode 100644 tests/wpt/meta/css/css-values/vh-support-transform-translate.html.ini delete mode 100644 tests/wpt/meta/css/css-values/vh_not_refreshing_on_chrome.html.ini create mode 100644 tests/wpt/meta/css/css-values/viewport-relative-lengths-scaled-viewport.html.ini delete mode 100644 tests/wpt/meta/css/css-values/viewport-units-modify.html.ini create mode 100644 tests/wpt/meta/css/geometry/DOMMatrix-001.html.ini create mode 100644 tests/wpt/meta/css/geometry/DOMMatrix-attributes.html.ini create mode 100644 tests/wpt/meta/css/geometry/DOMMatrix-stringifier.html.ini create mode 100644 tests/wpt/meta/css/geometry/DOMMatrix2DInit-validate-fixup.html.ini create mode 100644 tests/wpt/meta/css/geometry/DOMPoint-002.html.ini create mode 100644 tests/wpt/meta/css/geometry/DOMRect-002.html.ini create mode 100644 tests/wpt/meta/css/geometry/historical.html.ini create mode 100644 tests/wpt/meta/css/geometry/spec-examples.html.ini create mode 100644 tests/wpt/meta/css/mediaqueries/aspect-ratio-001.html.ini create mode 100644 tests/wpt/meta/css/mediaqueries/aspect-ratio-003.html.ini create mode 100644 tests/wpt/meta/css/mediaqueries/aspect-ratio-005.html.ini create mode 100644 tests/wpt/meta/css/mediaqueries/aspect-ratio-006.html.ini create mode 100644 tests/wpt/meta/css/mediaqueries/aspect-ratio-serialization.html.ini create mode 100644 tests/wpt/meta/css/mediaqueries/device-aspect-ratio-003.html.ini create mode 100644 tests/wpt/meta/css/mediaqueries/mq-case-insensitive-001.html.ini create mode 100644 tests/wpt/meta/css/mediaqueries/mq-non-matching-lazy-load.tentative.html.ini create mode 100644 tests/wpt/meta/css/mediaqueries/overflow-media-features.html.ini delete mode 100644 tests/wpt/meta/css/mediaqueries/relative-units-005.html.ini create mode 100644 tests/wpt/meta/css/mediaqueries/update-media-feature.html.ini create mode 100644 tests/wpt/meta/css/mediaqueries/viewport-script-dynamic.html.ini create mode 100644 tests/wpt/meta/css/selectors/any-link-dynamic-001.html.ini create mode 100644 tests/wpt/meta/css/selectors/dir-pseudo-in-has.html.ini create mode 100644 tests/wpt/meta/css/selectors/dir-pseudo-on-bdi-element.html.ini create mode 100644 tests/wpt/meta/css/selectors/dir-pseudo-on-input-element.html.ini create mode 100644 tests/wpt/meta/css/selectors/dir-pseudo-update-document-element.html.ini create mode 100644 tests/wpt/meta/css/selectors/focus-display-none-001.html.ini create mode 100644 tests/wpt/meta/css/selectors/focus-visible-009.html.ini create mode 100644 tests/wpt/meta/css/selectors/focus-within-001.html.ini create mode 100644 tests/wpt/meta/css/selectors/focus-within-002.html.ini create mode 100644 tests/wpt/meta/css/selectors/focus-within-003.html.ini create mode 100644 tests/wpt/meta/css/selectors/focus-within-004.html.ini create mode 100644 tests/wpt/meta/css/selectors/focus-within-005.html.ini create mode 100644 tests/wpt/meta/css/selectors/focus-within-006.html.ini create mode 100644 tests/wpt/meta/css/selectors/focus-within-007.html.ini create mode 100644 tests/wpt/meta/css/selectors/focus-within-008.html.ini create mode 100644 tests/wpt/meta/css/selectors/focus-within-009.html.ini create mode 100644 tests/wpt/meta/css/selectors/focus-within-010.html.ini create mode 100644 tests/wpt/meta/css/selectors/focus-within-display-none-001.html.ini create mode 100644 tests/wpt/meta/css/selectors/focus-within-shadow-001.html.ini create mode 100644 tests/wpt/meta/css/selectors/focus-within-shadow-002.html.ini create mode 100644 tests/wpt/meta/css/selectors/focus-within-shadow-003.html.ini create mode 100644 tests/wpt/meta/css/selectors/focus-within-shadow-004.html.ini create mode 100644 tests/wpt/meta/css/selectors/focus-within-shadow-005.html.ini create mode 100644 tests/wpt/meta/css/selectors/focus-within-shadow-006.html.ini create mode 100644 tests/wpt/meta/css/selectors/has-style-sharing-001.html.ini create mode 100644 tests/wpt/meta/css/selectors/has-style-sharing-002.html.ini create mode 100644 tests/wpt/meta/css/selectors/has-style-sharing-003.html.ini create mode 100644 tests/wpt/meta/css/selectors/has-style-sharing-004.html.ini create mode 100644 tests/wpt/meta/css/selectors/has-style-sharing-005.html.ini create mode 100644 tests/wpt/meta/css/selectors/has-style-sharing-006.html.ini create mode 100644 tests/wpt/meta/css/selectors/i18n/lang-pseudo-class-across-shadow-boundaries.html.ini create mode 100644 tests/wpt/meta/css/selectors/i18n/lang-pseudo-class-empty-attribute.xhtml.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/any-link-pseudo.html.ini delete mode 100644 tests/wpt/meta/css/selectors/invalidation/class-id-attr.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/defined-in-has.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/dir-pseudo-class-in-has.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/enabled-disabled.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/has-with-nth-child.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/insert-sibling-002.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/insert-sibling-003.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/insert-sibling-004.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/is-pseudo-containing-sibling-relationship-in-has.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/is.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/lang-pseudo-class-in-has-document-element.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/lang-pseudo-class-in-has-multiple-document-elements.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/lang-pseudo-class-in-has-xhtml.xhtml.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/lang-pseudo-class-in-has.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/media-loading-pseudo-classes-in-has.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/negated-nth-child-when-ancestor-changes.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/negated-nth-last-child-when-ancestor-changes.html.ini delete mode 100644 tests/wpt/meta/css/selectors/invalidation/not-001.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/not-pseudo-containing-sibling-relationship-in-has.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/nth-child-containing-ancestor.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/nth-child-in-shadow-root.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/nth-child-of-attr-largedom.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/nth-last-child-containing-ancestor.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/nth-last-child-in-shadow-root.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/nth-last-child-of-attr.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/nth-last-child-of-class.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/nth-last-child-of-has.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/nth-last-child-of-in-ancestor.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/nth-last-child-of-sibling.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/nth-last-child-when-ancestor-changes.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/nth-last-child-when-sibling-changes.html.ini create mode 100644 tests/wpt/meta/css/selectors/invalidation/where.html.ini create mode 100644 tests/wpt/meta/css/selectors/is-nested.html.ini create mode 100644 tests/wpt/meta/css/selectors/is-specificity.html.ini delete mode 100644 tests/wpt/meta/css/selectors/not-complex.html.ini delete mode 100644 tests/wpt/meta/css/selectors/not-specificity.html.ini create mode 100644 tests/wpt/meta/css/selectors/nth-child-of-nesting.html.ini create mode 100644 tests/wpt/meta/css/selectors/nth-child-of-pseudo.html.ini create mode 100644 tests/wpt/meta/css/selectors/nth-last-child-of-nesting.html.ini delete mode 100644 tests/wpt/meta/css/selectors/nth-of-type-namespace.html.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-101.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-102.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-103.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-105.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-106.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-108.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-109.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-110.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-125.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-125b.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-126.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-126b.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-127.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-127b.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-128.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-128b.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-129.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-129b.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-134.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-134b.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-135.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-135b.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-136.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-136b.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-173a.xml.ini create mode 100644 tests/wpt/meta/css/selectors/old-tests/css3-modsel-99.xml.ini create mode 100644 tests/wpt/meta/css/selectors/remove-hovered-element.html.ini create mode 100644 tests/wpt/meta/css/selectors/scope-selector.html.ini create mode 100644 tests/wpt/meta/css/selectors/selection-image-001.html.ini create mode 100644 tests/wpt/meta/css/selectors/selection-image-002.html.ini create mode 100644 tests/wpt/meta/css/selectors/selector-placeholder-shown-type-change-002.html.ini create mode 100644 tests/wpt/meta/css/selectors/selector-placeholder-shown-type-change-003.html.ini create mode 100644 tests/wpt/meta/css/selectors/selector-required-type-change-002.html.ini create mode 100644 tests/wpt/meta/css/selectors/selector-required.html.ini delete mode 100644 tests/wpt/meta/css/selectors/visited-inheritance.html.ini create mode 100644 tests/wpt/meta/css/selectors/webkit-pseudo-element.html.ini delete mode 100644 tests/wpt/meta/custom-elements/CustomElementRegistry-constructor-and-callbacks-are-held-strongly.html.ini create mode 100644 tests/wpt/meta/custom-elements/CustomElementRegistry-getName.tentative.html.ini create mode 100644 tests/wpt/meta/custom-elements/Document-createElement-svg.svg.ini create mode 100644 tests/wpt/meta/custom-elements/HTMLElement-attachInternals.html.ini create mode 100644 tests/wpt/meta/custom-elements/adopted-callback.html.ini create mode 100644 tests/wpt/meta/custom-elements/builtin-coverage.html.ini create mode 100644 tests/wpt/meta/custom-elements/connected-callbacks.html.ini create mode 100644 tests/wpt/meta/custom-elements/custom-element-registry/per-global.html.ini create mode 100644 tests/wpt/meta/custom-elements/custom-element-registry/upgrade.html.ini delete mode 100644 tests/wpt/meta/custom-elements/customized-built-in-constructor-exceptions.html.ini create mode 100644 tests/wpt/meta/custom-elements/disconnected-callbacks.html.ini create mode 100644 tests/wpt/meta/custom-elements/enqueue-custom-element-callback-reactions-inside-another-callback.html.ini create mode 100644 tests/wpt/meta/custom-elements/form-associated/ElementInternals-NotSupportedError.html.ini create mode 100644 tests/wpt/meta/custom-elements/form-associated/ElementInternals-reportValidity-bubble.html.ini create mode 100644 tests/wpt/meta/custom-elements/form-associated/ElementInternals-setFormValue-nullish-value.html.ini create mode 100644 tests/wpt/meta/custom-elements/form-associated/form-associated-callback.html.ini create mode 100644 tests/wpt/meta/custom-elements/form-associated/form-disabled-callback.html.ini create mode 100644 tests/wpt/meta/custom-elements/form-associated/form-reset-callback.html.ini create mode 100644 tests/wpt/meta/custom-elements/htmlconstructor/newtarget.html.ini create mode 100644 tests/wpt/meta/custom-elements/parser/parser-custom-element-in-foreign-content.html.ini create mode 100644 tests/wpt/meta/custom-elements/parser/parser-uses-create-an-element-for-a-token-svg.svg.ini create mode 100644 tests/wpt/meta/custom-elements/parser/parser-uses-registry-of-owner-document.html.ini create mode 100644 tests/wpt/meta/custom-elements/pseudo-class-defined.html.ini create mode 100644 tests/wpt/meta/custom-elements/reactions/Document.html.ini create mode 100644 tests/wpt/meta/custom-elements/reactions/Element.html.ini create mode 100644 tests/wpt/meta/custom-elements/reactions/ElementContentEditable.html.ini create mode 100644 tests/wpt/meta/custom-elements/reactions/HTMLTableElement.html.ini create mode 100644 tests/wpt/meta/custom-elements/reactions/Range.html.ini create mode 100644 tests/wpt/meta/custom-elements/reactions/ShadowRoot.html.ini create mode 100644 tests/wpt/meta/custom-elements/scoped-registry/ShadowRoot-innerHTML-upgrade.tentative.html.ini create mode 100644 tests/wpt/meta/custom-elements/scoped-registry/constructor-call.tentative.html.ini create mode 100644 tests/wpt/meta/custom-elements/scoped-registry/constructor-reentry-with-different-definition.tentative.html.ini create mode 100644 tests/wpt/meta/custom-elements/upgrading.html.ini create mode 100644 tests/wpt/meta/dom/abort/abort-signal-any.any.js.ini create mode 100644 tests/wpt/meta/dom/collections/HTMLCollection-as-prototype.html.ini create mode 100644 tests/wpt/meta/dom/collections/HTMLCollection-delete.html.ini create mode 100644 tests/wpt/meta/dom/collections/HTMLCollection-own-props.html.ini create mode 100644 tests/wpt/meta/dom/collections/HTMLCollection-supported-property-indices.html.ini create mode 100644 tests/wpt/meta/dom/collections/HTMLCollection-supported-property-names.html.ini create mode 100644 tests/wpt/meta/dom/events/CustomEvent.html.ini create mode 100644 tests/wpt/meta/dom/events/Event-dispatch-detached-input-and-change.html.ini create mode 100644 tests/wpt/meta/dom/events/Event-dispatch-listener-order.window.js.ini create mode 100644 tests/wpt/meta/dom/events/Event-subclasses-constructors.html.ini create mode 100644 tests/wpt/meta/dom/events/EventListener-handleEvent.html.ini create mode 100644 tests/wpt/meta/dom/events/EventTarget-dispatchEvent.html.ini create mode 100644 tests/wpt/meta/dom/events/event-global-extra.window.js.ini delete mode 100644 tests/wpt/meta/dom/events/event-global-is-still-set-when-coercing-beforeunload-result.html.ini create mode 100644 tests/wpt/meta/dom/events/relatedTarget.window.js.ini create mode 100644 tests/wpt/meta/dom/events/scrolling/scrollend-with-snap-on-fractional-offset.html.ini create mode 100644 tests/wpt/meta/dom/events/shadow-relatedTarget.html.ini create mode 100644 tests/wpt/meta/dom/events/webkit-animation-end-event.html.ini create mode 100644 tests/wpt/meta/dom/events/webkit-animation-iteration-event.html.ini create mode 100644 tests/wpt/meta/dom/events/webkit-animation-start-event.html.ini create mode 100644 tests/wpt/meta/dom/interface-objects.html.ini create mode 100644 tests/wpt/meta/dom/lists/DOMTokenList-coverage-for-attributes.html.ini create mode 100644 tests/wpt/meta/dom/nodes/CharacterData-surrogates.html.ini create mode 100644 tests/wpt/meta/dom/nodes/DOMImplementation-createDocument.html.ini create mode 100644 tests/wpt/meta/dom/nodes/Document-constructor-svg.svg.ini create mode 100644 tests/wpt/meta/dom/nodes/Document-constructor-xml.xml.ini create mode 100644 tests/wpt/meta/dom/nodes/Document-contentType/contentType/contenttype_datauri_02.html.ini create mode 100644 tests/wpt/meta/dom/nodes/Document-createElement-namespace.html.ini create mode 100644 tests/wpt/meta/dom/nodes/Document-createElementNS.html.ini create mode 100644 tests/wpt/meta/dom/nodes/Document-getElementsByTagName.html.ini create mode 100644 tests/wpt/meta/dom/nodes/Element-childElement-null-svg.svg.ini create mode 100644 tests/wpt/meta/dom/nodes/Element-childElementCount-dynamic-add-svg.svg.ini create mode 100644 tests/wpt/meta/dom/nodes/Element-childElementCount-dynamic-remove-svg.svg.ini create mode 100644 tests/wpt/meta/dom/nodes/Element-childElementCount-nochild-svg.svg.ini create mode 100644 tests/wpt/meta/dom/nodes/Element-childElementCount-svg.svg.ini create mode 100644 tests/wpt/meta/dom/nodes/Element-closest.html.ini create mode 100644 tests/wpt/meta/dom/nodes/Element-firstElementChild-entity-xhtml.xhtml.ini create mode 100644 tests/wpt/meta/dom/nodes/Element-firstElementChild-entity.svg.ini create mode 100644 tests/wpt/meta/dom/nodes/Element-firstElementChild-namespace-svg.svg.ini create mode 100644 tests/wpt/meta/dom/nodes/Element-firstElementChild-svg.svg.ini create mode 100644 tests/wpt/meta/dom/nodes/Element-getElementsByTagName-change-document-HTMLNess.html.ini create mode 100644 tests/wpt/meta/dom/nodes/Element-getElementsByTagName.html.ini create mode 100644 tests/wpt/meta/dom/nodes/Element-lastElementChild-svg.svg.ini create mode 100644 tests/wpt/meta/dom/nodes/Element-nextElementSibling-svg.svg.ini create mode 100644 tests/wpt/meta/dom/nodes/Element-previousElementSibling-svg.svg.ini create mode 100644 tests/wpt/meta/dom/nodes/Element-siblingElement-null-svg.svg.ini create mode 100644 tests/wpt/meta/dom/nodes/Node-contains-xml.xml.ini create mode 100644 tests/wpt/meta/dom/nodes/Node-lookupNamespaceURI.html.ini create mode 100644 tests/wpt/meta/dom/nodes/Node-lookupPrefix.xhtml.ini create mode 100644 tests/wpt/meta/dom/nodes/Node-normalize.html.ini delete mode 100644 tests/wpt/meta/dom/nodes/ParentNode-replaceChildren.html.ini create mode 100644 tests/wpt/meta/dom/nodes/ProcessingInstruction-escapes-1.xhtml.ini create mode 100644 tests/wpt/meta/dom/nodes/ProcessingInstruction-literal-1.xhtml.ini create mode 100644 tests/wpt/meta/dom/nodes/adoption.window.js.ini create mode 100644 tests/wpt/meta/dom/nodes/getElementsByClassName-10.xml.ini create mode 100644 tests/wpt/meta/dom/nodes/getElementsByClassName-11.xml.ini delete mode 100644 tests/wpt/meta/dom/nodes/getElementsByClassName-empty-set.html.ini create mode 100644 tests/wpt/meta/dom/nodes/query-target-in-load-event.html.ini create mode 100644 tests/wpt/meta/dom/nodes/remove-from-shadow-host-and-adopt-into-iframe.html.ini create mode 100644 tests/wpt/meta/dom/nodes/rootNode.html.ini create mode 100644 tests/wpt/meta/dom/parts/basic-dom-part-objects.tentative.html.ini create mode 100644 tests/wpt/meta/dom/ranges/StaticRange-constructor.html.ini create mode 100644 tests/wpt/meta/dom/traversal/NodeIterator-removal.html.ini create mode 100644 tests/wpt/meta/domparsing/DOMParser-parseFromString-html.html.ini create mode 100644 tests/wpt/meta/domparsing/DOMParser-parseFromString-url-base-pushstate.html.ini create mode 100644 tests/wpt/meta/domparsing/DOMParser-parseFromString-url-base.html.ini create mode 100644 tests/wpt/meta/domparsing/DOMParser-parseFromString-url-moretests.html.ini create mode 100644 tests/wpt/meta/domparsing/DOMParser-parseFromString-url-pushstate.html.ini create mode 100644 tests/wpt/meta/domparsing/DOMParser-parseFromString-url.html.ini create mode 100644 tests/wpt/meta/domparsing/DOMParser-parseFromString-xml-doctype.html.ini create mode 100644 tests/wpt/meta/domparsing/DOMParser-parseFromString-xml-internal-subset.html.ini create mode 100644 tests/wpt/meta/domparsing/DOMParser-parseFromString-xml-parsererror.html.ini create mode 100644 tests/wpt/meta/domparsing/DOMParser-parseFromString-xml.html.ini create mode 100644 tests/wpt/meta/domparsing/XMLSerializer-serializeToString.html.ini create mode 100644 tests/wpt/meta/domparsing/createContextualFragment.html.ini create mode 100644 tests/wpt/meta/domparsing/idlharness.window.js.ini create mode 100644 tests/wpt/meta/domparsing/innerhtml-01.xhtml.ini create mode 100644 tests/wpt/meta/domparsing/innerhtml-03.xhtml.ini create mode 100644 tests/wpt/meta/domparsing/innerhtml-05.xhtml.ini create mode 100644 tests/wpt/meta/domparsing/insert_adjacent_html-xhtml.xhtml.ini create mode 100644 tests/wpt/meta/domparsing/xml-serialization.xhtml.ini create mode 100644 tests/wpt/meta/encoding/big5-encoder.html.ini create mode 100644 tests/wpt/meta/encoding/idlharness.any.js.ini create mode 100644 tests/wpt/meta/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-href-errors-han.html.ini create mode 100644 tests/wpt/meta/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-href-errors-hangul.html.ini create mode 100644 tests/wpt/meta/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-href-errors-misc.html.ini create mode 100644 tests/wpt/meta/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-href.html.ini create mode 100644 tests/wpt/meta/encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-encode-form-errors-stateful.html.ini create mode 100644 tests/wpt/meta/encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-encode-href-errors-han.html.ini create mode 100644 tests/wpt/meta/encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-encode-href-errors-hangul.html.ini create mode 100644 tests/wpt/meta/encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-encode-href-errors-misc.html.ini create mode 100644 tests/wpt/meta/encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-encode-href.html.ini create mode 100644 tests/wpt/meta/encoding/legacy-mb-korean/euc-kr/euckr-encode-href-errors-han.html.ini create mode 100644 tests/wpt/meta/encoding/legacy-mb-korean/euc-kr/euckr-encode-href-errors-misc.html.ini create mode 100644 tests/wpt/meta/encoding/legacy-mb-korean/euc-kr/euckr-encode-href.html.ini create mode 100644 tests/wpt/meta/encoding/legacy-mb-tchinese/big5/big5-encode-href-errors-han.html.ini create mode 100644 tests/wpt/meta/encoding/legacy-mb-tchinese/big5/big5-encode-href-errors-hangul.html.ini create mode 100644 tests/wpt/meta/encoding/legacy-mb-tchinese/big5/big5-encode-href-errors-misc.html.ini create mode 100644 tests/wpt/meta/encoding/legacy-mb-tchinese/big5/big5-encode-href.html.ini create mode 100644 tests/wpt/meta/encoding/remove-only-one-bom.html.ini create mode 100644 tests/wpt/meta/encoding/sniffing.html.ini create mode 100644 tests/wpt/meta/encoding/streams/backpressure.any.js.ini create mode 100644 tests/wpt/meta/encoding/streams/decode-attributes.any.js.ini create mode 100644 tests/wpt/meta/encoding/streams/decode-bad-chunks.any.js.ini create mode 100644 tests/wpt/meta/encoding/streams/decode-ignore-bom.any.js.ini create mode 100644 tests/wpt/meta/encoding/streams/decode-incomplete-input.any.js.ini create mode 100644 tests/wpt/meta/encoding/streams/decode-split-character.any.js.ini create mode 100644 tests/wpt/meta/encoding/streams/encode-bad-chunks.any.js.ini create mode 100644 tests/wpt/meta/encoding/streams/encode-utf8.any.js.ini create mode 100644 tests/wpt/meta/encoding/streams/readable-writable-properties.any.js.ini create mode 100644 tests/wpt/meta/encoding/streams/realms.window.js.ini create mode 100644 tests/wpt/meta/encoding/utf-32-from-win1252.html.ini create mode 100644 tests/wpt/meta/eventsource/format-field-id-null.window.js.ini create mode 100644 tests/wpt/meta/eventsource/shared-worker/eventsource-close.htm.ini create mode 100644 tests/wpt/meta/eventsource/shared-worker/eventsource-constructor-non-same-origin.htm.ini create mode 100644 tests/wpt/meta/eventsource/shared-worker/eventsource-eventtarget.htm.ini create mode 100644 tests/wpt/meta/eventsource/shared-worker/eventsource-onmessage.htm.ini create mode 100644 tests/wpt/meta/eventsource/shared-worker/eventsource-onopen.htm.ini create mode 100644 tests/wpt/meta/eventsource/shared-worker/eventsource-prototype.htm.ini create mode 100644 tests/wpt/meta/eventsource/shared-worker/eventsource-url.htm.ini create mode 100644 tests/wpt/meta/fetch/api/abort/destroyed-context.html.ini create mode 100644 tests/wpt/meta/fetch/api/abort/keepalive.html.ini create mode 100644 tests/wpt/meta/fetch/api/basic/header-value-combining.any.js.ini create mode 100644 tests/wpt/meta/fetch/api/basic/header-value-null-byte.any.js.ini create mode 100644 tests/wpt/meta/fetch/api/basic/integrity.sub.any.js.ini create mode 100644 tests/wpt/meta/fetch/api/basic/mediasource.window.js.ini create mode 100644 tests/wpt/meta/fetch/api/cors/cors-filtering.sub.any.js.ini create mode 100644 tests/wpt/meta/fetch/api/cors/cors-keepalive.any.js.ini create mode 100644 tests/wpt/meta/fetch/api/cors/cors-preflight-cache.any.js.ini create mode 100644 tests/wpt/meta/fetch/api/cors/cors-preflight-not-cors-safelisted.any.js.ini create mode 100644 tests/wpt/meta/fetch/api/cors/cors-preflight-referrer.any.js.ini create mode 100644 tests/wpt/meta/fetch/api/cors/cors-preflight-response-validation.any.js.ini create mode 100644 tests/wpt/meta/fetch/api/cors/cors-preflight.any.js.ini create mode 100644 tests/wpt/meta/fetch/api/cors/data-url-shared-worker.html.ini create mode 100644 tests/wpt/meta/fetch/api/cors/sandboxed-iframe.html.ini create mode 100644 tests/wpt/meta/fetch/api/headers/header-setcookie.any.js.ini create mode 100644 tests/wpt/meta/fetch/api/policies/csp-blocked-worker.html.ini create mode 100644 tests/wpt/meta/fetch/api/policies/referrer-no-referrer-service-worker.https.html.ini create mode 100644 tests/wpt/meta/fetch/api/policies/referrer-origin-service-worker.https.html.ini create mode 100644 tests/wpt/meta/fetch/api/policies/referrer-origin-when-cross-origin-service-worker.https.html.ini create mode 100644 tests/wpt/meta/fetch/api/policies/referrer-origin-when-cross-origin-worker.html.ini create mode 100644 tests/wpt/meta/fetch/api/policies/referrer-origin-when-cross-origin.html.ini create mode 100644 tests/wpt/meta/fetch/api/policies/referrer-origin-worker.html.ini create mode 100644 tests/wpt/meta/fetch/api/policies/referrer-origin.html.ini create mode 100644 tests/wpt/meta/fetch/api/policies/referrer-unsafe-url-service-worker.https.html.ini create mode 100644 tests/wpt/meta/fetch/api/redirect/redirect-mode.any.js.ini create mode 100644 tests/wpt/meta/fetch/api/redirect/redirect-referrer.any.js.ini create mode 100644 tests/wpt/meta/fetch/api/request/destination/fetch-destination-frame.https.html.ini create mode 100644 tests/wpt/meta/fetch/api/request/destination/fetch-destination-iframe.https.html.ini create mode 100644 tests/wpt/meta/fetch/api/request/destination/fetch-destination-no-load-event.https.html.ini create mode 100644 tests/wpt/meta/fetch/api/request/destination/fetch-destination-prefetch.https.html.ini create mode 100644 tests/wpt/meta/fetch/api/request/destination/fetch-destination-worker.https.html.ini create mode 100644 tests/wpt/meta/fetch/api/request/multi-globals/construct-in-detached-frame.window.js.ini create mode 100644 tests/wpt/meta/fetch/api/request/request-init-001.sub.html.ini create mode 100644 tests/wpt/meta/fetch/api/request/request-init-priority.any.js.ini create mode 100644 tests/wpt/meta/fetch/api/request/request-keepalive-quota.html.ini create mode 100644 tests/wpt/meta/fetch/api/request/request-reset-attributes.https.html.ini create mode 100644 tests/wpt/meta/fetch/api/response/response-body-read-task-handling.html.ini create mode 100644 tests/wpt/meta/fetch/api/response/response-consume.html.ini create mode 100644 tests/wpt/meta/fetch/api/response/response-from-stream.any.js.ini create mode 100644 tests/wpt/meta/fetch/corb/img-mime-types-coverage.tentative.sub.html.ini create mode 100644 tests/wpt/meta/fetch/corb/img-png-mislabeled-as-html-nosniff.tentative.sub.html.ini create mode 100644 tests/wpt/meta/fetch/corb/preload-image-png-mislabeled-as-html-nosniff.tentative.sub.html.ini create mode 100644 tests/wpt/meta/fetch/corb/response_block.tentative.https.html.ini create mode 100644 tests/wpt/meta/fetch/corb/script-html-correctly-labeled.tentative.sub.html.ini create mode 100644 tests/wpt/meta/fetch/corb/script-html-via-cross-origin-blob-url.sub.html.ini create mode 100644 tests/wpt/meta/fetch/corb/script-js-mislabeled-as-html-nosniff.sub.html.ini create mode 100644 tests/wpt/meta/fetch/corb/script-resource-with-json-parser-breaker.tentative.sub.html.ini create mode 100644 tests/wpt/meta/fetch/corb/script-resource-with-nonsniffable-types.tentative.sub.html.ini create mode 100644 tests/wpt/meta/fetch/cross-origin-resource-policy/fetch.any.js.ini create mode 100644 tests/wpt/meta/fetch/cross-origin-resource-policy/fetch.https.any.js.ini create mode 100644 tests/wpt/meta/fetch/fetch-later/basic.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/fetch/h1-parsing/resources-with-0x00-in-header.window.js.ini create mode 100644 tests/wpt/meta/fetch/http-cache/basic-auth-cache-test.html.ini create mode 100644 tests/wpt/meta/fetch/images/canvas-remote-read-remote-image-redirect.html.ini create mode 100644 tests/wpt/meta/fetch/metadata/navigation.https.sub.html.ini create mode 100644 tests/wpt/meta/fetch/metadata/object.https.sub.html.ini create mode 100644 tests/wpt/meta/fetch/metadata/preload.https.sub.html.ini create mode 100644 tests/wpt/meta/fetch/metadata/report.https.sub.html.ini create mode 100644 tests/wpt/meta/fetch/metadata/sharedworker.https.sub.html.ini create mode 100644 tests/wpt/meta/fetch/metadata/style.https.sub.html.ini create mode 100644 tests/wpt/meta/fetch/metadata/track.https.sub.html.ini create mode 100644 tests/wpt/meta/fetch/metadata/worker.https.sub.html.ini create mode 100644 tests/wpt/meta/fetch/metadata/xslt.https.sub.html.ini create mode 100644 tests/wpt/meta/fetch/nosniff/image.html.ini create mode 100644 tests/wpt/meta/fetch/nosniff/importscripts.html.ini create mode 100644 tests/wpt/meta/fetch/nosniff/script.html.ini create mode 100644 tests/wpt/meta/fetch/nosniff/stylesheet.html.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/fenced-frame-no-preflight-required.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/fenced-frame-subresource-fetch.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/fenced-frame.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/fetch-from-treat-as-public.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/fetch.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/fetch.tentative.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/iframe.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/iframe.tentative.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/mixed-content-fetch.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/nested-worker.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/nested-worker.tentative.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/preflight-cache.https.tentative.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/redirect.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/service-worker-background-fetch.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/service-worker-fetch.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/service-worker-update.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/service-worker.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/shared-worker-blob-fetch.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/shared-worker-blob-fetch.tentative.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/shared-worker-fetch.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/shared-worker-fetch.tentative.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/shared-worker.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/shared-worker.tentative.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/websocket.tentative.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/worker-blob-fetch.tentative.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/worker-fetch.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/worker-fetch.tentative.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/worker.tentative.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/xhr-from-treat-as-public.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/xhr.https.tentative.window.js.ini create mode 100644 tests/wpt/meta/fetch/private-network-access/xhr.tentative.window.js.ini create mode 100644 tests/wpt/meta/fetch/range/general.window.js.ini create mode 100644 tests/wpt/meta/fetch/security/dangling-markup-mitigation-data-url.tentative.sub.html.ini create mode 100644 tests/wpt/meta/fetch/security/dangling-markup-mitigation.tentative.html.ini create mode 100644 tests/wpt/meta/fetch/security/embedded-credentials.tentative.sub.html.ini create mode 100644 tests/wpt/meta/fetch/security/redirect-to-url-with-credentials.https.html.ini create mode 100644 tests/wpt/meta/fetch/stale-while-revalidate/fetch-sw.https.html.ini create mode 100644 tests/wpt/meta/fetch/stale-while-revalidate/stale-css.html.ini create mode 100644 tests/wpt/meta/fetch/stale-while-revalidate/stale-script.html.ini create mode 100644 tests/wpt/meta/fullscreen/idlharness.window.js.ini create mode 100644 tests/wpt/meta/hr-time/idlharness.any.js.ini create mode 100644 tests/wpt/meta/hr-time/test_cross_frame_start.html.ini create mode 100644 tests/wpt/meta/hr-time/timeOrigin.html.ini create mode 100644 tests/wpt/meta/html/anonymous-iframe/embedding.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/html/anonymous-iframe/hasStorageAccess.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/html/anonymous-iframe/requestStorageAccess.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/html/anonymous-iframe/requestStorageAccessFor.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/html/anonymous-iframe/worker-cookies.tentative.https.window.js.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin_2.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin_3.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/document-state.https.html.ini delete mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/history-traversal-navigate-parent-while-child-loading.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/resume-timer-on-history-back.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-basic.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-navigation-cross-origin.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-navigation-samedoc.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/popstate_event.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/same-url.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/scroll-restoration-order.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/window-name-after-cross-origin-main-frame-navigation.sub.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/003.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/004.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/006.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/007.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/010.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/012.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-abort/javascript-url-abort-return-value-undefined.tentative.html.ini delete mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin-fragment.html.ini delete mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin.window.js.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/refresh/navigate.window.js.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/source/navigate-child-src-about-blank.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/top-level-data-url.window.js.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/read-media/pageload-video.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/003.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/fragment-and-encoding-2.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/scroll-frag-percent-encoded.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/scroll-position-vertical-rl.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/scroll-to-anchor-name.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/scroll-to-top.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/001.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/002.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/003.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/004.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/005.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/beforeunload-on-history-back.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/beforeunload-on-navigation-of-parent.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/unload/003.html.ini create mode 100644 tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/unload/006.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-history-interface/001.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-history-interface/002.html.ini delete mode 100644 tests/wpt/meta/html/browsers/history/the-history-interface/history_back_cross_realm_method.html.ini delete mode 100644 tests/wpt/meta/html/browsers/history/the-history-interface/history_forward_cross_realm_method.html.ini delete mode 100644 tests/wpt/meta/html/browsers/history/the-history-interface/history_go_cross_realm_method.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-history-interface/history_go_undefined.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-history-interface/history_properties_only_fully_active.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-history-interface/joint_session_history/001.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-history-interface/joint_session_history/002.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-history-interface/pushstate-replacestate-empty-string/pushstate.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-history-interface/pushstate-replacestate-empty-string/replacestate.html.ini delete mode 100644 tests/wpt/meta/html/browsers/history/the-history-interface/traverse-during-unload.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_write_after_load_2.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_write_onload_2.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-location-interface/allow_prototype_cycle_through_location.sub.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-location-interface/assign_after_load.html.ini delete mode 100644 tests/wpt/meta/html/browsers/history/the-location-interface/location-prevent-extensions.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-location-interface/location-protocol-setter.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-location-interface/location-prototype-setting-same-origin-domain.sub.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-location-interface/location-prototype-setting-same-origin.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-location-interface/location-symbol-toprimitive.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-location-interface/location-valueof.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-location-interface/location_reload_javascript_url.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-location-interface/no-browsing-context.window.js.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-location-interface/per-global.window.js.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-location-interface/reload_document_write_onload.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-location-interface/scripted_click_assign_during_load.html.ini create mode 100644 tests/wpt/meta/html/browsers/history/the-location-interface/scripted_form_submit_assign_during_load.html.ini create mode 100644 tests/wpt/meta/html/browsers/offline/browser-state/navigator_online_online.https.html.ini create mode 100644 tests/wpt/meta/html/browsers/origin/cross-origin-objects/cross-origin-due-to-document-domain-only.html.ini delete mode 100644 tests/wpt/meta/html/browsers/origin/cross-origin-objects/cross-origin-objects-on-new-window.html.ini create mode 100644 tests/wpt/meta/html/browsers/origin/origin-of-data-document.html.ini create mode 100644 tests/wpt/meta/html/browsers/origin/relaxing-the-same-origin-restriction/document_domain.html.ini create mode 100644 tests/wpt/meta/html/browsers/origin/relaxing-the-same-origin-restriction/document_domain_setter.html.ini create mode 100644 tests/wpt/meta/html/browsers/origin/relaxing-the-same-origin-restriction/sandboxed-document_domain.html.ini create mode 100644 tests/wpt/meta/html/browsers/sandboxing/sandbox-allow-same-origin.html.ini create mode 100644 tests/wpt/meta/html/browsers/sandboxing/sandbox-allow-scripts.html.ini create mode 100644 tests/wpt/meta/html/browsers/sandboxing/sandbox-disallow-scripts-via-unsandboxed-popup.tentative.html.ini create mode 100644 tests/wpt/meta/html/browsers/sandboxing/sandbox-parse-noscript.html.ini create mode 100644 tests/wpt/meta/html/browsers/the-window-object/BarProp.window.js.ini create mode 100644 tests/wpt/meta/html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-02.html.ini create mode 100644 tests/wpt/meta/html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-03.html.ini create mode 100644 tests/wpt/meta/html/browsers/the-window-object/close-method.window.js.ini create mode 100644 tests/wpt/meta/html/browsers/the-window-object/closed-attribute.window.js.ini create mode 100644 tests/wpt/meta/html/browsers/the-window-object/focus.window.js.ini create mode 100644 tests/wpt/meta/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_1.html.ini create mode 100644 tests/wpt/meta/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_2.html.ini create mode 100644 tests/wpt/meta/html/browsers/the-window-object/length-attribute.window.js.ini create mode 100644 tests/wpt/meta/html/browsers/the-window-object/named-access-on-the-window-object/navigated-named-objects.window.js.ini create mode 100644 tests/wpt/meta/html/browsers/the-window-object/noopener-noreferrer-BarProp.window.js.ini create mode 100644 tests/wpt/meta/html/browsers/the-window-object/security-window/window-security.https.html.ini create mode 100644 tests/wpt/meta/html/browsers/the-window-object/self-et-al.window.js.ini create mode 100644 tests/wpt/meta/html/browsers/the-windowproxy-exotic-object/windowproxy-prototype-setting-cross-origin-domain.sub.html.ini create mode 100644 tests/wpt/meta/html/browsers/the-windowproxy-exotic-object/windowproxy-prototype-setting-cross-origin.sub.html.ini create mode 100644 tests/wpt/meta/html/browsers/the-windowproxy-exotic-object/windowproxy-prototype-setting-goes-cross-origin-domain.sub.html.ini create mode 100644 tests/wpt/meta/html/browsers/windows/browsing-context-names/choose-default-001.html.ini create mode 100644 tests/wpt/meta/html/browsers/windows/browsing-context.html.ini create mode 100644 tests/wpt/meta/html/browsers/windows/dangling-markup-window-name.tentative.html.ini create mode 100644 tests/wpt/meta/html/browsers/windows/document-domain-nested-navigate.window.js.ini create mode 100644 tests/wpt/meta/html/browsers/windows/embedded-opener.html.ini create mode 100644 tests/wpt/meta/html/browsers/windows/nested-browsing-contexts/frameElement.sub.html.ini create mode 100644 tests/wpt/meta/html/browsers/windows/nested-browsing-contexts/name-attribute.window.js.ini create mode 100644 tests/wpt/meta/html/browsers/windows/noreferrer-window-name.html.ini create mode 100644 tests/wpt/meta/html/browsers/windows/targeting-cross-origin-nested-browsing-contexts.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/compositing/2d.composite.globalAlpha.image.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/compositing/2d.composite.globalAlpha.imagepattern.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.3arg.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.5arg.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.alpha.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.broken.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.clip.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.composite.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.floatsource.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.negativedest.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.negativedir.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.negativesource.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.nonfinite.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.nowrap.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.path.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.svg.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.transform.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.zerosource.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillText.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.beginLayer-options.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.cross-layer-paths.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.exceptions-are-no-op.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.global-filter.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.invalid-calls.beginLayer-reset-endLayer.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.invalid-calls.beginLayer-restore.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.invalid-calls.beginLayer-save-endLayer.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.invalid-calls.endLayer.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.invalid-calls.save-beginLayer-restore.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.invalid-calls.save-endLayer.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.layer-rendering-state-reset-in-layer.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.render-opportunities.requestAnimationFrame.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.render-opportunities.toBlob.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.reset.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.restore-style.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.unclosed-nested.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.valid-calls.beginLayer-endLayer.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.valid-calls.beginLayer-save.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.valid-calls.beginLayer.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.valid-calls.save-beginLayer.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/layers/2d.layer.valid-calls.save_reset_restore.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-exif-orientation_none.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/manual/text/canvas.2d.disconnected.html.ini delete mode 100644 tests/wpt/meta/html/canvas/element/manual/transformations/canvas_transformations_reset_001.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/path-objects/2d.path.arc.shape.1.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.clip.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.direction.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.fill_style.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.filter.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.font.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.font_kerning.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.font_stretch.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.font_variant_caps.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.global_alpha.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.global_composite_operation.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.image_smoothing_enabled.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.image_smoothing_quality.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.letter_spacing.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.line_cap.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.line_dash.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.line_dash_offset.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.line_join.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.line_width.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.miter_limit.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.shadow_blur.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.shadow_color.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.shadow_offset_x.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.shadow_offset_y.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.stroke_style.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.text_align.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.text_baseline.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.text_rendering.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.transformation_matrix.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/reset/2d.reset.state.word_spacing.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.align.center.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.align.end.ltr.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.align.end.rtl.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.align.left.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.align.right.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.align.start.ltr.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.align.start.rtl.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.baseline.alphabetic.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.baseline.bottom.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.baseline.hanging.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.baseline.ideographic.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.baseline.middle.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.baseline.top.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.fill.maxWidth.bound.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.fill.maxWidth.fontface.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.fontface.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.fontface.notinpage.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.fontface.repeat.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.space.basic.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.space.collapse.end.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.space.collapse.nonspace.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.space.collapse.other.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.space.collapse.space.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.space.collapse.start.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.draw.stroke.unaffected.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.drawing.style.absolute.spacing.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.drawing.style.font-relative.spacing.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.drawing.style.fontKerning.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.drawing.style.fontKerning.with.uppercase.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.drawing.style.fontStretch.settings.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.drawing.style.fontVariant.settings.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.drawing.style.invalid.spacing.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.drawing.style.letterSpacing.change.font.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.drawing.style.letterSpacing.measure.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.drawing.style.measure.direction.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.drawing.style.measure.rtl.text.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.drawing.style.measure.textAlign.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.drawing.style.nonfinite.spacing.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.drawing.style.textRendering.settings.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.drawing.style.wordSpacing.change.font.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.drawing.style.wordSpacing.measure.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.font.parse.basic.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.font.parse.complex.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.font.parse.complex2.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.font.parse.family.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.font.parse.invalid.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.font.parse.size.percentage.default.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.font.parse.size.percentage.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.font.parse.tiny.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.font.weight.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.fontVariantCaps2.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.fontVariantCaps3.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.fontVariantCaps4.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.measure.actualBoundingBox.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.measure.advances.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.measure.baselines.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.measure.emHeights-low-ascent.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.measure.emHeights-zero-descent.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.measure.emHeights.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.measure.fontBoundingBox-reduced-ascent.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.measure.fontBoundingBox-zero-descent.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.measure.fontBoundingBox.ahem.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.measure.fontBoundingBox.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.measure.width.basic.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.measure.width.empty.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/2d.text.measure.width.space.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/direction-inherit-rtl.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/direction-rtl.html.ini create mode 100644 tests/wpt/meta/html/canvas/element/text/parent-style-relative-units.html.ini delete mode 100644 tests/wpt/meta/html/canvas/element/the-canvas-state/2d.state.saverestore.font.html.ini delete mode 100644 tests/wpt/meta/html/canvas/element/the-canvas-state/2d.state.saverestore.textAlign.html.ini delete mode 100644 tests/wpt/meta/html/canvas/element/the-canvas-state/2d.state.saverestore.textBaseline.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/2d.conformance.requirements.missingargs.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/2d.conformance.requirements.missingargs.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/compositing/2d.composite.clip.clear.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/compositing/2d.composite.clip.clear.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.image.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.image.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.imagepattern.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.imagepattern.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/compositing/2d.composite.solid.clear.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/compositing/2d.composite.solid.clear.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/compositing/2d.composite.transparent.clear.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/compositing/2d.composite.transparent.clear.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/conformance-requirements/2d.conformance.requirements.missingargs.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/conformance-requirements/2d.conformance.requirements.missingargs.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.alpha.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.alpha.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.broken.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.broken.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.clip.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.clip.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.composite.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.composite.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.floatsource.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.floatsource.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedest.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedest.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedir.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedir.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativesource.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativesource.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nonfinite.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nonfinite.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nowrap.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nowrap.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.path.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.path.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.svg.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.transform.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.transform.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.CSSRGB.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.toStringFunctionCallback.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.toStringFunctionCallback.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.color.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.color.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.coloralpha.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.coloralpha.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillText.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillText.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeText.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeText.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidcolor.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidcolor.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.return.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.return.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.type.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.type.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.beside.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.beside.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch1.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch1.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch2.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch2.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch3.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch3.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.type.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.type.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.transform.identity.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.transform.identity.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.transform.infinity.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.transform.infinity.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.transform.invalid.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.transform.invalid.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.beginLayer-options.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.beginLayer-options.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.cross-layer-paths.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.cross-layer-paths.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.exceptions-are-no-op.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.exceptions-are-no-op.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-filter.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-filter.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.alpha.blending.shadow.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.alpha.blending.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.alpha.composite.shadow.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.alpha.composite.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.alpha.shadow.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.alpha.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.blending.shadow.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.blending.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.composite.shadow.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.composite.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.blending.shadow.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.blending.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.composite.shadow.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.composite.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.shadow.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.filter.blending.shadow.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.filter.blending.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.filter.composite.shadow.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.filter.composite.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.filter.no-global-states.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.filter.shadow.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.no-global-states.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.global-states.shadow.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.invalid-calls.beginLayer-reset-endLayer.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.invalid-calls.beginLayer-reset-endLayer.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.invalid-calls.beginLayer-restore.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.invalid-calls.beginLayer-restore.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.invalid-calls.beginLayer-save-endLayer.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.invalid-calls.beginLayer-save-endLayer.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.invalid-calls.endLayer.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.invalid-calls.endLayer.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.invalid-calls.save-beginLayer-restore.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.invalid-calls.save-beginLayer-restore.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.invalid-calls.save-endLayer.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.invalid-calls.save-endLayer.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.layer-rendering-state-reset-in-layer.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.layer-rendering-state-reset-in-layer.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.nested.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.render-opportunities.convertToBlob.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.render-opportunities.convertToBlob.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.render-opportunities.createImageBitmap.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.render-opportunities.createImageBitmap.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.render-opportunities.drawImage.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.render-opportunities.drawImage.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.render-opportunities.getImageData.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.render-opportunities.getImageData.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.render-opportunities.putImageData.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.render-opportunities.putImageData.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.render-opportunities.transferToImageBitmap.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.reset.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.reset.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.restore-style.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.restore-style.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.several-complex.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.several-complex.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.unclosed-nested.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.unclosed-nested.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.unclosed.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.unclosed.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.valid-calls.beginLayer-endLayer.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.valid-calls.beginLayer-endLayer.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.valid-calls.beginLayer-save.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.valid-calls.beginLayer-save.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.valid-calls.beginLayer.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.valid-calls.beginLayer.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.valid-calls.restore.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.valid-calls.restore.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.valid-calls.save-beginLayer.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.valid-calls.save-beginLayer.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.valid-calls.save.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.valid-calls.save.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.valid-calls.save_reset_restore.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.valid-calls.save_reset_restore.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.valid-calls.save_restore.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.valid-calls.save_restore.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/line-styles/2d.line.fill.noop.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/line-styles/2d.line.fill.noop.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/line-styles/2d.line.invalid.strokestyle.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/line-styles/2d.line.invalid.strokestyle.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/manual/draw-generic-family/2d.text.draw.generic.family.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/manual/draw-generic-family/2d.text.draw.generic.family.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/manual/filter/offscreencanvas.filter.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/manual/image-smoothing/image.smoothing.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/manual/image-smoothing/image.smoothing.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/manual/transformations/2d.transformation.getTransform.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.ellipse.basics.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.ellipse.basics.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.isPointInStroke.scaleddashes.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.isPointInStroke.scaleddashes.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.isPointInpath.invalid.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.isPointInpath.invalid.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.isPointInpath.multi.path.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.isPointInpath.multi.path.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.roundrect.1.radius.dompoint.single argument.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.roundrect.1.radius.dompoint.single argument.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.roundrect.1.radius.dompointinit.single.argument.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.roundrect.1.radius.dompointinit.single.argument.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.roundrect.1.radius.double.single.argument.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.roundrect.1.radius.double.single.argument.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.roundrect.badinput.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.roundrect.badinput.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.roundrect.radius.noargument.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.roundrect.radius.noargument.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.double.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.double.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.double.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.double.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.invalid.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.invalid.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.large.crash.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.rounding.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.rounding.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.basic.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.basic.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.clip.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.clip.w.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.direction.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.direction.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.fill_style.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.fill_style.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.filter.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.filter.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.font.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.font.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.font_kerning.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.font_kerning.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.font_stretch.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.font_stretch.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.font_variant_caps.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.font_variant_caps.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.global_alpha.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.global_alpha.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.global_composite_operation.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.global_composite_operation.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.image_smoothing_enabled.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.image_smoothing_enabled.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.image_smoothing_quality.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.image_smoothing_quality.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.letter_spacing.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.letter_spacing.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.line_cap.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.line_cap.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.line_dash.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.line_dash.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.line_dash_offset.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.line_dash_offset.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.line_join.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.line_join.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.line_width.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.line_width.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.miter_limit.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.miter_limit.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.shadow_blur.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.shadow_blur.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.shadow_color.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.shadow_color.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.shadow_offset_x.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.shadow_offset_x.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.shadow_offset_y.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.shadow_offset_y.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.stroke_style.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.stroke_style.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.text_align.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.text_align.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.text_baseline.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.text_baseline.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.text_rendering.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.text_rendering.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.transformation_matrix.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.transformation_matrix.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.word_spacing.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/reset/2d.reset.state.word_spacing.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.drawing.style.absolute.spacing.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.drawing.style.absolute.spacing.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.drawing.style.font-relative.spacing.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.drawing.style.font-relative.spacing.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.drawing.style.fontStretch.settings.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.drawing.style.fontStretch.settings.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.drawing.style.letterSpacing.measure.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.drawing.style.letterSpacing.measure.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.drawing.style.wordSpacing.measure.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.drawing.style.wordSpacing.measure.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.font.parse.complex2.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.font.parse.complex2.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.font.weight.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.font.weight.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.fontVariantCaps1.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.fontVariantCaps2.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.fontVariantCaps3.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.fontVariantCaps4.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.fontVariantCaps5.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.fontVariantCaps6.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.emHeights-low-ascent.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.emHeights-low-ascent.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.emHeights-zero-descent.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.emHeights-zero-descent.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.fontBoundingBox-reduced-ascent.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.fontBoundingBox-reduced-ascent.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.fontBoundingBox-zero-descent.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.fontBoundingBox-zero-descent.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.fontBoundingBox.ahem.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.fontBoundingBox.ahem.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.setFont.mathFont.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/text/2d.text.setFont.mathFont.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.extraargs.cache.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.extraargs.cache.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.extraargs.create.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/the-offscreen-canvas/2d.getcontext.extraargs.create.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/the-offscreen-canvas/initial.color.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/the-offscreen-canvas/initial.color.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.empty.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.empty.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.onlyspace.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/the-offscreen-canvas/size.attributes.parse.onlyspace.worker.js.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/wide-gamut-canvas/2d.color.space.p3.to.srgb.html.ini create mode 100644 tests/wpt/meta/html/canvas/offscreen/wide-gamut-canvas/2d.color.space.p3.to.srgb.worker.js.ini create mode 100644 tests/wpt/meta/html/dom/documents/dom-tree-accessors/Document.currentScript.html.ini create mode 100644 tests/wpt/meta/html/dom/documents/dom-tree-accessors/nameditem-05.html.ini create mode 100644 tests/wpt/meta/html/dom/documents/dom-tree-accessors/nameditem-07.html.ini create mode 100644 tests/wpt/meta/html/dom/documents/dom-tree-accessors/nameditem-08.html.ini create mode 100644 tests/wpt/meta/html/dom/documents/dom-tree-accessors/nameditem-names.html.ini create mode 100644 tests/wpt/meta/html/dom/documents/resource-metadata-management/document-cookie.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/dataset-binding.window.js.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/dataset-delete.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/dataset-get.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/dataset.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/dir_auto-N-EN-ref.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/dir_auto-isolate.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/dir_auto-pre-N-between-Rs.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/dir_auto-pre-mixed.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/dir_auto-textarea-N-between-Rs.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/dir_auto-textarea-mixed.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/dir_auto-textarea-script-N-EN.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/dir_auto-textarea-script-N-between-Rs.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/dir_auto-textarea-script-mixed.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/document-dir.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/the-anchor-attribute-003.tentative.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/the-lang-attribute-003.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/the-lang-attribute-004.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/the-lang-attribute-006.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/global-attributes/translate-enumerated-ascii-case-insensitive.html.ini delete mode 100644 tests/wpt/meta/html/dom/elements/images/bypass-cache-revalidation.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/name-content-attribute-and-property.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-001a.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-001b.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-001c.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-002a.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-002b.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-002c.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-003a.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-003b.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-003c.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-004a.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-004b.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-004c.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-005a.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-005b.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-005c.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006a.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006b.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006c.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-007a.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-007b.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-007c.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-008a.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-008b.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-008c.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-009a.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-009b.html.ini create mode 100644 tests/wpt/meta/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-009c.html.ini create mode 100644 tests/wpt/meta/html/dom/historical.html.ini create mode 100644 tests/wpt/meta/html/dom/reflection-embedded.html.ini create mode 100644 tests/wpt/meta/html/dom/reflection-forms.html.ini create mode 100644 tests/wpt/meta/html/dom/reflection-grouping.html.ini create mode 100644 tests/wpt/meta/html/dom/reflection-misc.html.ini create mode 100644 tests/wpt/meta/html/dom/reflection-obsolete.html.ini create mode 100644 tests/wpt/meta/html/dom/reflection-sections.html.ini create mode 100644 tests/wpt/meta/html/dom/reflection-tabular.html.ini create mode 100644 tests/wpt/meta/html/dom/reflection-text.html.ini create mode 100644 tests/wpt/meta/html/dom/render-blocking/document-render-blocking-partial.tentative.html.ini create mode 100644 tests/wpt/meta/html/dom/render-blocking/document-render-blocking.tentative.html.ini create mode 100644 tests/wpt/meta/html/dom/self-origin.sub.html.ini create mode 100644 tests/wpt/meta/html/dom/usvstring-reflection.https.html.ini create mode 100644 tests/wpt/meta/html/editing/dnd/datastore/datatransfer-constructor-001.html.ini create mode 100644 tests/wpt/meta/html/editing/dnd/datastore/datatransfer-types.html.ini create mode 100644 tests/wpt/meta/html/editing/dnd/datastore/datatransferitemlist-remove.html.ini create mode 100644 tests/wpt/meta/html/editing/dnd/dom/draggable.html.ini create mode 100644 tests/wpt/meta/html/editing/dnd/historical.html.ini create mode 100644 tests/wpt/meta/html/editing/dnd/synthetic/001.html.ini create mode 100644 tests/wpt/meta/html/editing/dnd/target-origin/202.html.ini create mode 100644 tests/wpt/meta/html/editing/dnd/the-draggable-attribute/draggable-enumerated-ascii-case-insensitive.html.ini create mode 100644 tests/wpt/meta/html/editing/dnd/the-draggable-attribute/draggable_attribute.html.ini create mode 100644 tests/wpt/meta/html/editing/dnd/the-dropzone-attribute/dropzone_attribute.html.ini create mode 100644 tests/wpt/meta/html/editing/editing-0/autocapitalization/autocapitalize.html.ini create mode 100644 tests/wpt/meta/html/editing/editing-0/contenteditable/contentEditable-slotted-inherit.html.ini create mode 100644 tests/wpt/meta/html/editing/editing-0/contenteditable/contenteditable-enumerated-ascii-case-insensitive.html.ini create mode 100644 tests/wpt/meta/html/editing/editing-0/contenteditable/user-interaction-editing-contenteditable.html.ini create mode 100644 tests/wpt/meta/html/editing/editing-0/making-entire-documents-editable-the-designmode-idl-attribute/user-interaction-editing-designMode-svg.svg.ini create mode 100644 tests/wpt/meta/html/editing/editing-0/making-entire-documents-editable-the-designmode-idl-attribute/user-interaction-editing-designMode-xml.xml.ini create mode 100644 tests/wpt/meta/html/editing/editing-0/making-entire-documents-editable-the-designmode-idl-attribute/user-interaction-editing-designMode.html.ini create mode 100644 tests/wpt/meta/html/editing/editing-0/spelling-and-grammar-checking/spellcheck-enumerated-ascii-case-insensitive.html.ini create mode 100644 tests/wpt/meta/html/editing/editing-0/spelling-and-grammar-checking/spelling-markers-009.html.ini create mode 100644 tests/wpt/meta/html/editing/editing-0/spelling-and-grammar-checking/spelling-markers-010.html.ini create mode 100644 tests/wpt/meta/html/editing/editing-0/spelling-and-grammar-checking/user-interaction-editing-spellcheck.html.ini create mode 100644 tests/wpt/meta/html/editing/the-hidden-attribute/beforematch-element-fragment-navigation.html.ini create mode 100644 tests/wpt/meta/html/editing/the-hidden-attribute/hidden-idl.html.ini create mode 100644 tests/wpt/meta/html/editing/the-hidden-attribute/hidden-ua-stylesheet.html.ini create mode 100644 tests/wpt/meta/html/embedded-content/the-img-element/attr-img-fetchpriority.html.ini create mode 100644 tests/wpt/meta/html/infrastructure/common-dom-interfaces/collections/domstringlist.html.ini create mode 100644 tests/wpt/meta/html/infrastructure/common-dom-interfaces/collections/historical.html.ini create mode 100644 tests/wpt/meta/html/infrastructure/common-dom-interfaces/collections/htmlallcollection.html.ini create mode 100644 tests/wpt/meta/html/infrastructure/safe-passing-of-structured-data/structured-cloning-error-extra.html.ini create mode 100644 tests/wpt/meta/html/infrastructure/safe-passing-of-structured-data/structuredclone_0.html.ini create mode 100644 tests/wpt/meta/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window.js.ini create mode 100644 tests/wpt/meta/html/infrastructure/urls/base-url/base-url-detached-document.https.window.js.ini create mode 100644 tests/wpt/meta/html/infrastructure/urls/base-url/document-base-url-changes-after-nav-about-srcdoc.https.window.js.ini create mode 100644 tests/wpt/meta/html/infrastructure/urls/base-url/document-base-url-initiated-grand-parent.https.window.js.ini create mode 100644 tests/wpt/meta/html/infrastructure/urls/base-url/document-base-url-window-initiator-is-not-opener.https.window.js.ini create mode 100644 tests/wpt/meta/html/infrastructure/urls/base-url/matches-about-blank-base-url.window.js.ini create mode 100644 tests/wpt/meta/html/infrastructure/urls/dynamic-changes-to-base-urls/dynamic-urls.sub.html.ini create mode 100644 tests/wpt/meta/html/infrastructure/urls/dynamic-changes-to-base-urls/historical.sub.xhtml.ini create mode 100644 tests/wpt/meta/html/infrastructure/urls/resolving-urls/query-encoding/__dir__.ini create mode 100644 tests/wpt/meta/html/infrastructure/urls/terminology-0/nontraditional-about-srcdoc.html.ini create mode 100644 tests/wpt/meta/html/interaction/focus/composed.window.js.ini create mode 100644 tests/wpt/meta/html/interaction/focus/document-level-focus-apis/document-level-apis.html.ini create mode 100644 tests/wpt/meta/html/interaction/focus/processing-model/focus-fixup-rule-one-no-dialogs.html.ini create mode 100644 tests/wpt/meta/html/interaction/focus/processing-model/preventScroll.html.ini create mode 100644 tests/wpt/meta/html/interaction/focus/sequential-focus-navigation-and-the-tabindex-attribute/focus-tabindex-default-value.html.ini create mode 100644 tests/wpt/meta/html/interaction/focus/sequential-focus-navigation-and-the-tabindex-attribute/tabindex-getter-frame.html.ini create mode 100644 tests/wpt/meta/html/interaction/focus/sequential-focus-navigation-and-the-tabindex-attribute/tabindex-getter.html.ini create mode 100644 tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/autofocus-on-stable-document.html.ini create mode 100644 tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/first-reconnected.html.ini create mode 100644 tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/first-when-later-but-before.html.ini create mode 100644 tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/first-when-later.html.ini create mode 100644 tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/first.html.ini create mode 100644 tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/no-autofocus-on-changing-input-type.html.ini create mode 100644 tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/queue-non-focusable.html.ini delete mode 100644 tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/skip-another-top-level-browsing-context.html.ini create mode 100644 tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/skip-non-focusable.html.ini create mode 100644 tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/spin-by-blocking-style-sheet.html.ini delete mode 100644 tests/wpt/meta/html/links/manifest/link-relationship/link-rel-manifest.html.ini create mode 100644 tests/wpt/meta/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/document-all.html.ini create mode 100644 tests/wpt/meta/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/document-color-01.html.ini create mode 100644 tests/wpt/meta/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/document-color-02.html.ini create mode 100644 tests/wpt/meta/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/document-color-03.html.ini create mode 100644 tests/wpt/meta/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/document-color-04.html.ini create mode 100644 tests/wpt/meta/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-loop.html.ini create mode 100644 tests/wpt/meta/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-scrollamount.html.ini create mode 100644 tests/wpt/meta/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-scrolldelay.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/flow-content-0/dialog-display.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/flow-content-0/dialog.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/flow-content-0/form-margin-quirk.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/form-controls/resets.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/form-controls/select-sizing-001.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/form-controls/text-transform.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/font-size.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/tables/colgroup_valign_bottom.xhtml.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/tables/colgroup_valign_top.xhtml.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/tables/form-in-tables.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/tables/table-attribute.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/tables/table-border-3q.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/tables/table-border-3s.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/tables/table-bordercolor-001.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/tables/table-direction.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/tables/table-row-direction.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/tables/table-row-group-direction.html.ini delete mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/tables/table-ua-stylesheet.html.ini delete mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/tables/table-width-s.html.ini delete mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/tables/table-width.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-block-formatting-context.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-border-gap-negative-margin.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-border-gap-position-relative.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-content-before-legend.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-default-style.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-generated-content.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-grid.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-list-item.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-overflow-hidden.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-overflow.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-painting-order.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-vertical.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-align-justify-self.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-auto-margins.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-block-margins-2.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-block-margins.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display-rendering.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-float-abspos.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-list-item-numbering.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-margin-inline.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-position-relative.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-tall.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/min-inline-size.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-hr-element-0/setting-overflow-visible.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/body-margin-1a.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/body-margin-1b.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/body-margin-1c.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/body-margin-1d.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/body-margin-1e.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/body-margin-1f.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/body-margin-1i.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/body-margin-1j.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/body-margin-1k.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/body-margin-1l.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/body-margin-2a.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/body-margin-2b.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/body-margin-2c.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/body-margin-2d.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/body-margin-2e.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/body-margin-2f.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/body-margin-2i.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/body-margin-2j.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/body-margin-2k.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/body-margin-2l.html.ini create mode 100644 tests/wpt/meta/html/rendering/non-replaced-elements/the-page/iframe-body-margin-attributes.html.ini create mode 100644 tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/embedded-and-images-presentational-hints-ascii-case-insensitive.html.ini create mode 100644 tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-empty-alt-replaced.html.ini create mode 100644 tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img_border_percent.xhtml.ini create mode 100644 tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/input-align-right-1.html.ini create mode 100644 tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/input-align-right-2.html.ini create mode 100644 tests/wpt/meta/html/rendering/replaced-elements/embedded-content-rendering-rules/canvas-update-with-border-object-fit.html.ini delete mode 100644 tests/wpt/meta/html/rendering/replaced-elements/embedded-content/change-src-while-not-displayed.html.ini delete mode 100644 tests/wpt/meta/html/rendering/replaced-elements/embedded-content/cross-domain-iframe-in-multicol.sub.html.ini delete mode 100644 tests/wpt/meta/html/rendering/replaced-elements/embedded-content/cross-domain-iframe.sub.html.ini delete mode 100644 tests/wpt/meta/html/rendering/replaced-elements/embedded-content/tall-cross-domain-iframe-in-scrolled.sub.html.ini create mode 100644 tests/wpt/meta/html/rendering/replaced-elements/images/space.html.ini create mode 100644 tests/wpt/meta/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-img-auto.html.ini create mode 100644 tests/wpt/meta/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-img-fixed.html.ini create mode 100644 tests/wpt/meta/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-img-percentage.html.ini create mode 100644 tests/wpt/meta/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-object-auto.html.ini create mode 100644 tests/wpt/meta/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-object-fixed.html.ini create mode 100644 tests/wpt/meta/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-object-percentage.html.ini create mode 100644 tests/wpt/meta/html/rendering/replaced-elements/svg-inline-sizing/svg-inline.html.ini create mode 100644 tests/wpt/meta/html/rendering/replaced-elements/the-option-element/option-with-br.html.ini create mode 100644 tests/wpt/meta/html/rendering/replaced-elements/the-select-element/select-1-block-size-001.html.ini create mode 100644 tests/wpt/meta/html/rendering/replaced-elements/the-select-element/select-1-block-size.html.ini create mode 100644 tests/wpt/meta/html/rendering/replaced-elements/the-select-element/select-1-line-height.html.ini create mode 100644 tests/wpt/meta/html/rendering/the-css-user-agent-style-sheet-and-presentational-hints/no-help-cursor-on-links.historical.html.ini create mode 100644 tests/wpt/meta/html/rendering/widgets/appearance/appearance-animation-002.html.ini create mode 100644 tests/wpt/meta/html/rendering/widgets/appearance/default-styles.html.ini create mode 100644 tests/wpt/meta/html/rendering/widgets/button-layout/anonymous-button-content-box.html.ini create mode 100644 tests/wpt/meta/html/rendering/widgets/button-layout/grid.html.ini create mode 100644 tests/wpt/meta/html/rendering/widgets/button-layout/inline-level.html.ini create mode 100644 tests/wpt/meta/html/rendering/widgets/button-layout/propagate-text-decoration.html.ini create mode 100644 tests/wpt/meta/html/rendering/widgets/input-checkbox-no-centering.html.ini create mode 100644 tests/wpt/meta/html/rendering/widgets/input-radio-no-centering.html.ini create mode 100644 tests/wpt/meta/html/rendering/widgets/select-wrap-no-spill.optional.html.ini delete mode 100644 tests/wpt/meta/html/rendering/widgets/the-select-element/select-invalidation.html.ini create mode 100644 tests/wpt/meta/html/scripting/the-script-element/attr-script-fetchpriority.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/interactions-of-styling-and-scripting/conditionally-block-rendering-on-link-media-attr.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/interactions-of-styling-and-scripting/link-stylesheet-with-non-match-media-does-not-block-render.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/styling/LinkStyle.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-base-element/base_multiple.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-link-element/link-error-fired-before-scripting-unblocked.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-link-element/link-load-error-events.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-link-element/link-load-error-events.https.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-link-element/link-load-fired-before-scripting-unblocked.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-link-element/link-rel-attribute.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-link-element/link-style-error-01.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-link-element/link-style-error-limited-quirks.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-link-element/link-style-error-quirks.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-link-element/link-type-attribute.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-link-element/stylesheet-not-removed-until-next-stylesheet-loads.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-meta-element/pragma-directives/http-equiv-enumerated-ascii-case-insensitive.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-style-element/mutations.window.js.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-style-element/style-error-01.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-style-element/style_disabled.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-style-element/style_media.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-style-element/style_media_change.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-style-element/style_type_change.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-style-element/style_type_html.html.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-style-element/style_type_svg.svg.ini create mode 100644 tests/wpt/meta/html/semantics/document-metadata/the-style-element/update-style-block-ascii-case-insensitive.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/audio_loop_base.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/autoplay-supported-by-feature-policy.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/autoplay-with-broken-track.html.ini delete mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/event_loadstart.html.ini delete mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/event_timeupdate.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/event_timeupdate_noautoplay.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrack/activeCues.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrack/addCue.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrack/cues.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrack/kind.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrack/label.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrack/language.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrack/removeCue.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/constructor.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/endTime.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/id.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/onenter.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/onexit.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/pauseOnExit.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/startTime.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/track.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrackCueList/getCueById.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrackCueList/getter.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrackCueList/length.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrackList/getter.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrackList/length.html.ini delete mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/loading-the-media-resource/autoplay-overrides-preload.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/loading-the-media-resource/load-removes-queued-error-event.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-candidate-insert-before.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-candidate-moved.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-candidate-remove-addEventListener.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-candidate-remove-onerror.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-invoke-insert-source-networkState.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-pointer-control.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-pointer-insert-br.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-pointer-insert-source.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-pointer-insert-text.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-pointer-remove-source-after.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-pointer-remove-source.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-pointer-remove-text.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-source-media-env-change.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-source-media.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/location-of-the-media-resource/currentSrc.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/mime-types/canPlayType.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/playing-the-media-resource/loop-from-ended.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/playing-the-media-resource/play-in-detached-document.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/ready-states/autoplay-hidden.optional.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/ready-states/autoplay-with-slow-text-tracks.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/seeking/seek-to-currentTime.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/seeking/seek-to-max-value.htm.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/seeking/seek-to-negative-time.htm.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/cloneNode.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/src-clear-cues.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/src-empty-string.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-active-cues.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-add-remove-cue.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-add-track.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-api-texttracks.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-change-event.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cue-empty.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cue-inline.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cue-mutable-fragment.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cue-mutable.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cue-negative-duration.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cue-negative-timestamp-events.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cue-negative-timestamp.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cue-order.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-after-controls-added.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-after-controls-removed.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-empty-cue.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-line-doesnt-fit.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-transformed-video.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cues-cuechange-dynamically-created-track-element.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cues-cuechange.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cues-enter-exit.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cues-missed.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cues-pause-on-exit.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cues-seeking.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cues-sorted-before-dispatch.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-data-url.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-default-attribute.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-delete-during-setup.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-disabled-addcue.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-disabled.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-element-src-change-error.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-element-src-change.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-id.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-large-timestamp.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-load-error-readyState.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-load-from-element-readyState.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-load-from-src-readyState.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-mode-not-changed-by-new-track.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-mode-triggers-loading.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-mode.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-node-add-remove.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-remove-active-cue.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-remove-insert-ready-state.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-remove-track-inband.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-remove-track.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-selection-metadata.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-selection-task-order.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-text-track-cue-list.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-texttracks.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-align-positioning.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-align-text-line-position.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-alignment.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-blank-lines.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-bom.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-class-markup.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-cue-identifiers.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-cue-no-id.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-cue-recovery.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-cue-size-align.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-cue-size.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-degenerate-cues.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-empty-cue.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-entities.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-header-comment.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-interspersed-non-cue.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-line-position.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-magic-header.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-markup.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-newlines.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-no-timings.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-non-snap-to-lines.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-positioning.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-settings.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-timestamp.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-timings-hour.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-timings-no-hours.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-timings-whitespace.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-two-cue-layout-after-first-end.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-unsupported-markup.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-utf8.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-valign.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-voice.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/vtt-cue-float-precision.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/media-elements/user-interface/muted.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-area-element/area-coords.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-area-element/area-processing.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-area-element/area-shape.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-area-element/area-stringifier.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-canvas-element/historical.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-canvas-element/initial.reset.path.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-canvas-element/security.pattern.fillStyle.sub.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-canvas-element/security.reset.cross.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-canvas-element/security.reset.redirect.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-canvas-element/toBlob.jpeg.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-canvas-element/toBlob.null.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-canvas-element/toBlob.png.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-embed-element/document-getters-return-null-for-cross-origin.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-embed-element/embed-dimension.html.ini delete mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-embed-element/embed-document-under-content-visibility-focus.html.ini delete mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-embed-element/embed-document-under-content-visibility-gbcr.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-embed-element/embed-document.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback-2.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-frame-element/document-getters-return-null-for-cross-origin.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/cross-origin-to-whom-part-2.window.js.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/cross-origin-to-whom.window.js.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/document-getters-return-null-for-cross-origin.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe-allow.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe-allowfullscreen.html.ini delete mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe-network-error.sub.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe-nosrc.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_javascript_url_01.htm.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_script.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_top_navigation-1.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_top_navigation-3.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_block_modals-2.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_block_modals-3.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_block_modals-4.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigate_descendants.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigate_history_go_back.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigate_history_go_forward.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_block_downloads.sub.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/sandbox-ascii-case-insensitive.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/sandbox_005.htm.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/sandbox_023.htm.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/sandbox_025.htm.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/sandbox_029.htm.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/sandbox_031.htm.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/src-repeated-in-ancestor.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/404-response-with-actual-image-data.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/adoption.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/below-viewport-image-loading-lazy-load-event.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/current-pixel-density/error.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/decode/image-decode-iframe.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/decode/image-decode-image-document.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/decode/image-decode-path-changes-svg.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/decode/image-decode-path-changes.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/decode/image-decode-picture.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/decode/image-decode-svg.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/decode/image-decode-with-quick-attach-svg.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/decode/image-decode-with-quick-attach.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/decode/image-decode.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/disconnected-image-loading-lazy.html.ini delete mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/image-compositing-large-scale-change.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/image-loading-lazy-below-viewport-dynamic.html.ini delete mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/image-loading-lazy-clip-path.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/image-loading-lazy-crossorigin-change.sub.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/image-loading-lazy-in-script-disabled-iframe.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/image-loading-lazy-in-viewport-dynamic.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/image-loading-lazy-move-document.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/image-loading-lazy-move-into-script-disabled-iframe.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/image-loading-lazy-referrerpolicy-change.sub.html.ini delete mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/image-loading-lazy-zero-intersection-area.html.ini delete mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/image-loading-subpixel-clip.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/move-element-and-scroll.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/not-rendered-below-viewport-image-loading-lazy.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/not-rendered-image-loading-lazy.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/null-image-source.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/picture-loading-lazy.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/remove-element-and-scroll.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute-quirks-mode.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/sizes/sizes-auto.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/sizes/sizes-dynamic-001.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/sizes/sizes-dynamic-002.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/srcset/parse-a-srcset-attribute.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/svg-img-with-external-stylesheet.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/update-the-image-data/fail-to-resolve.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/update-the-source-set.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-img-element/usemap-casing.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-object-element/document-getters-return-null-for-cross-origin.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-object-element/historical.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-object-element/object-attributes.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-object-element/object-events.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-object-element/object-handler.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-object-element/object-in-object-fallback-2.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-video-element/intrinsic_sizes.htm.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-video-element/resize-during-playback.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-video-element/video_content_image.htm.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-video-element/video_content_text.htm.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-video-element/video_dynamic_poster_absolute.htm.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-video-element/video_dynamic_poster_relative.htm.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-video-element/video_initially_paused.html.ini create mode 100644 tests/wpt/meta/html/semantics/embedded-content/the-video-element/video_size_preserved_after_ended.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/attributes-common-to-form-controls/dirname-only-if-applies.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/constraints/form-validation-validity-patternMismatch.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/constraints/form-validation-validity-stepMismatch.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/constraints/form-validation-validity-valueMissing.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/constraints/infinite_backtracking.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/constraints/input-maxlength-emoji.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/constraints/radio-valueMissing.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/form-control-infrastructure/form_owner_and_table_3.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/form-submission-0/form-double-submit-requestsubmit.html.ini delete mode 100644 tests/wpt/meta/html/semantics/forms/form-submission-0/form-submit-iframe-then-location-navigate.html.ini delete mode 100644 tests/wpt/meta/html/semantics/forms/form-submission-0/historical.window.js.ini create mode 100644 tests/wpt/meta/html/semantics/forms/form-submission-0/submission-checks.window.js.ini create mode 100644 tests/wpt/meta/html/semantics/forms/form-submission-0/submit-file.sub.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/form-submission-target/rel-base-target.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/form-submission-target/rel-button-target.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/form-submission-target/rel-form-target.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/form-submission-target/rel-input-target.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/textfieldselection/selection-start-end-extra.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/textfieldselection/textarea-selection-while-parsing.xhtml.ini delete mode 100644 tests/wpt/meta/html/semantics/forms/the-button-element/button-willvalidate-readonly-attribute.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-fieldset-element/HTMLFieldSetElement.html.ini delete mode 100644 tests/wpt/meta/html/semantics/forms/the-fieldset-element/disabled-003.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-form-element/form-elements-filter.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-form-element/form-indexed-element.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-form-element/form-nameditem.html.ini delete mode 100644 tests/wpt/meta/html/semantics/forms/the-input-element/datetime-local-trailing-zeros.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-input-element/focus-dynamic-type-change-on-blur.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-input-element/focus-dynamic-type-change.html.ini delete mode 100644 tests/wpt/meta/html/semantics/forms/the-input-element/hidden-charset-case-sensitive.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-input-element/image-click-form-data.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-input-element/image01.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-input-element/input-type-change-value.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-input-element/input-valueasnumber.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-input-element/pattern_attribute_v_flag.html.ini delete mode 100644 tests/wpt/meta/html/semantics/forms/the-input-element/radio-morphed.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-input-element/radio.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-input-element/range-2.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-input-element/range-intrinsic-size.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-label-element/label-attributes.sub.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-meter-element/meter.html.ini delete mode 100644 tests/wpt/meta/html/semantics/forms/the-output-element/output-validity.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-select-element/select-selectedOptions.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-select-element/select-validity.html.ini delete mode 100644 tests/wpt/meta/html/semantics/forms/the-select-element/select-willvalidate-readonly-attribute.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-ask-for-reset.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-explicit-size.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-font-size.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-form-attribute.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-form-state-restore.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-form-submission.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-labels.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-marker-part.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-marker-slot.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-option-arbitrary-content-displayed.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-option-arbitrary-content-not-displayed.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-pseudo-open-closed.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-required-attribute.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-rtl.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-selected-value-behavior.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-selected-value-part.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-selected-value-slot.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-user-select.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-validity.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-value-option.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-value-selectedOption.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-writingmode-lr.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-selectlist-element/selectlist-writingmode-rl.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-textarea-element/value-defaultValue-textContent.html.ini create mode 100644 tests/wpt/meta/html/semantics/forms/the-textarea-element/wrap-enumerated-ascii-case-insensitive.html.ini create mode 100644 tests/wpt/meta/html/semantics/grouping-content/the-ol-element/grouping-ol-rev-reftest-001.html.ini create mode 100644 tests/wpt/meta/html/semantics/grouping-content/the-ol-element/grouping-ol-start-reftest-001.html.ini create mode 100644 tests/wpt/meta/html/semantics/grouping-content/the-ol-element/grouping-ol-start-reftest-002.html.ini create mode 100644 tests/wpt/meta/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-002.html.ini create mode 100644 tests/wpt/meta/html/semantics/grouping-content/the-ol-element/grouping-ol-type-reftest-003.html.ini create mode 100644 tests/wpt/meta/html/semantics/grouping-content/the-ol-element/grouping-ol.html.ini create mode 100644 tests/wpt/meta/html/semantics/grouping-content/the-ol-element/ol.start-reflection-1.html.ini create mode 100644 tests/wpt/meta/html/semantics/grouping-content/the-ol-element/ol.start-reflection-2.html.ini create mode 100644 tests/wpt/meta/html/semantics/interactive-elements/contextmenu-historical.html.ini create mode 100644 tests/wpt/meta/html/semantics/interactive-elements/the-details-element/name-attribute.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/interactive-elements/the-dialog-element/child-sequential-focus.html.ini create mode 100644 tests/wpt/meta/html/semantics/interactive-elements/the-dialog-element/dialog-autofocus-just-once.html.ini create mode 100644 tests/wpt/meta/html/semantics/interactive-elements/the-dialog-element/dialog-autofocus-multiple-times.html.ini create mode 100644 tests/wpt/meta/html/semantics/interactive-elements/the-dialog-element/dialog-autofocus.html.ini create mode 100644 tests/wpt/meta/html/semantics/interactive-elements/the-dialog-element/dialog-focus-previous-outside.html.ini create mode 100644 tests/wpt/meta/html/semantics/interactive-elements/the-dialog-element/dialog-focusing-steps-prevent-autofocus.html.ini create mode 100644 tests/wpt/meta/html/semantics/interactive-elements/the-dialog-element/dialog-form-submission-unusual.html.ini create mode 100644 tests/wpt/meta/html/semantics/interactive-elements/the-dialog-element/dialog-no-throw-requested-state.html.ini create mode 100644 tests/wpt/meta/html/semantics/interactive-elements/the-dialog-element/dialog-return-value.html.ini create mode 100644 tests/wpt/meta/html/semantics/interactive-elements/the-dialog-element/dialog-showModal-remove.html.ini create mode 100644 tests/wpt/meta/html/semantics/interactive-elements/the-dialog-element/inert-does-not-match-disabled-selector.html.ini delete mode 100644 tests/wpt/meta/html/semantics/interactive-elements/the-dialog-element/inert-node-is-not-highlighted.html.ini create mode 100644 tests/wpt/meta/html/semantics/interactive-elements/the-dialog-element/modal-dialog-backdrop-opacity.html.ini create mode 100644 tests/wpt/meta/html/semantics/interactive-elements/the-dialog-element/show-modal-focusing-steps.html.ini create mode 100644 tests/wpt/meta/html/semantics/interactive-elements/the-summary-element/anchor-with-inline-element.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/downloading-resources/header-origin-no-referrer-when-downgrade.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/downloading-resources/header-origin-no-referrer.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/downloading-resources/header-origin-origin-when-cross-origin.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/downloading-resources/header-origin-origin.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/downloading-resources/header-origin-same-origin.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/downloading-resources/header-origin-strict-origin-when-cross-origin.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/downloading-resources/header-origin-strict-origin.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/downloading-resources/header-origin-unsafe-url.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/downloading-resources/header-origin.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/downloading-resources/header-referrer-no-referrer-when-downgrade.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/downloading-resources/header-referrer-no-referrer.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/downloading-resources/header-referrer-origin-when-cross-origin.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/downloading-resources/header-referrer-origin.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/downloading-resources/header-referrer-same-origin.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/downloading-resources/header-referrer-strict-origin-when-cross-origin.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/downloading-resources/header-referrer-strict-origin.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/downloading-resources/header-referrer-unsafe-url.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/downloading-resources/header-referrer.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/links-created-by-a-and-area-elements/target_blank_implicit_noopener.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/links-created-by-a-and-area-elements/target_blank_implicit_noopener_base.html.ini create mode 100644 tests/wpt/meta/html/semantics/links/linktypes/link-type-stylesheet/process-stylesheet-linked-resource-ascii-case-insensitive.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/hide-other-popover-side-effects.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-anchor-change-display.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-anchor-display-none.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-anchor-display.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-anchor-idl-property.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-anchor-multicol-display.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-anchor-nested-display.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-anchor-scroll-display.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-anchor-transition.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-appearance.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-backdrop-appearance.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-beforetoggle-opening-event.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-css-properties.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-document-open.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-events.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-hidden-display.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-light-dismiss-on-scroll.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-open-display.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-removal-2.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-removal.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-shadowhost-focus.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-stacking-context.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-stacking.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-types-with-hints.tentative.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/popover-types.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/togglePopover.html.ini create mode 100644 tests/wpt/meta/html/semantics/popovers/toggleevent-interface.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/css-module-assertions/charset-2.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/css-module-assertions/charset-bom.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/css-module-assertions/charset.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/css-module-assertions/content-type-checking.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/css-module-assertions/cors-crossorigin-requests.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/css-module-assertions/credentials.sub.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/css-module-assertions/css-module-worker-test.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/css-module-assertions/import-css-module-basic.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/css-module-assertions/import-css-module-dynamic.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/css-module-assertions/integrity.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/css-module-assertions/load-error-events.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/css-module-assertions/referrer-policies.sub.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/css-module-assertions/relative-urls.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/data-url.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/040.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/042.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/043.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/044.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/045.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/054.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/055.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/083.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/108.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/109.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/128.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/131.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/132.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/133.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/134.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/135.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/136.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/138.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/139.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/140.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/141.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/142.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/143.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/144.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/145.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/147.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/execution-timing/148.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/import-attributes/dynamic-import-with-attributes-argument.any.js.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/import-attributes/empty-attributes-clause.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/import-attributes/invalid-type-attribute-error.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/json-module-assertions/charset-2.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/json-module-assertions/charset-bom.any.js.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/json-module-assertions/charset.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/json-module-assertions/cors-crossorigin-requests.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/json-module-assertions/credentials.sub.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/json-module-assertions/integrity.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/json-module-assertions/invalid-content-type.any.js.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/json-module-assertions/json-module-service-worker-test.https.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/json-module-assertions/load-error-events.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/json-module-assertions/module.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/json-module-assertions/non-object.any.js.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/json-module-assertions/parse-error.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/json-module-assertions/referrer-policies.sub.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/json-module-assertions/repeated-imports.any.js.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/json-module-assertions/valid-content-type.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/module/charset-02.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-script-error.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-external-classic.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-external-module.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-nonce-classic.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-nonce-module.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-other-document.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/module/module-import-referrer.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/module/referrer-no-referrer.sub.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/module/referrer-origin-when-cross-origin.sub.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/module/referrer-origin.sub.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/module/referrer-policy-for-descendants.sub.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/module/referrer-same-origin.sub.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/module/referrer-unsafe-url.sub.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/muted-errors.sub.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-script-element/script-charset-02.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/node-document.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/template-child-nodes.html.ini create mode 100644 tests/wpt/meta/html/semantics/scripting-1/the-template-element/template-element/template-content-hierarcy.html.ini create mode 100644 tests/wpt/meta/html/semantics/selectors/pseudo-classes/checked-type-change.html.ini create mode 100644 tests/wpt/meta/html/semantics/selectors/pseudo-classes/checked.html.ini create mode 100644 tests/wpt/meta/html/semantics/selectors/pseudo-classes/default.html.ini create mode 100644 tests/wpt/meta/html/semantics/selectors/pseudo-classes/dir-dynamic.html.ini create mode 100644 tests/wpt/meta/html/semantics/selectors/pseudo-classes/dir-html-input-dynamic-text.html.ini create mode 100644 tests/wpt/meta/html/semantics/selectors/pseudo-classes/dir.html.ini create mode 100644 tests/wpt/meta/html/semantics/selectors/pseudo-classes/dir01.html.ini create mode 100644 tests/wpt/meta/html/semantics/selectors/pseudo-classes/focus-autofocus.html.ini create mode 100644 tests/wpt/meta/html/semantics/selectors/pseudo-classes/focus.html.ini create mode 100644 tests/wpt/meta/html/semantics/selectors/pseudo-classes/indeterminate-radio.html.ini create mode 100644 tests/wpt/meta/html/semantics/selectors/pseudo-classes/indeterminate-type-change.html.ini create mode 100644 tests/wpt/meta/html/semantics/selectors/pseudo-classes/indeterminate.html.ini create mode 100644 tests/wpt/meta/html/semantics/selectors/pseudo-classes/inrange-outofrange-type-change.html.ini create mode 100644 tests/wpt/meta/html/semantics/selectors/pseudo-classes/inrange-outofrange.html.ini create mode 100644 tests/wpt/meta/html/semantics/selectors/pseudo-classes/readwrite-readonly-type-change.html.ini create mode 100644 tests/wpt/meta/html/semantics/selectors/pseudo-classes/required-optional-hidden.html.ini create mode 100644 tests/wpt/meta/html/semantics/selectors/pseudo-classes/required-optional.html.ini create mode 100644 tests/wpt/meta/html/semantics/tabular-data/processing-model-1/col-span-limits.html.ini create mode 100644 tests/wpt/meta/html/semantics/tabular-data/the-table-element/remove-row.html.ini create mode 100644 tests/wpt/meta/html/semantics/tabular-data/the-table-element/table-rows.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-a-element/a-download-click-404.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-a-element/a-download-click-redirect-to-javascript.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-a-element/a-download-click.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-bdi-element/bdi-auto-dir-default.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-missing-pdf.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-nested.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-number.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-separate.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-another-bdi-1.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-another-bdi-2.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-letter-following-1.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-letter-following-2.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-letter-preceding-1.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-letter-preceding-2.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-number-following-1.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-number-following-2.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-to-surrounding-run.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-bdi-element/bdi-neutral-wrapped.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-bdi-element/bdi-paragraph-level-container.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-bdo-element/bdo-child.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-bdo-element/bidi-001.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-br-element/br-bidi-in-inline-ancestors.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-ruby-element/ruby-usage.html.ini create mode 100644 tests/wpt/meta/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html.ini create mode 100644 tests/wpt/meta/html/semantics/the-link-element/attr-link-fetchpriority.html.ini create mode 100644 tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-003.html.ini create mode 100644 tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-004.html.ini create mode 100644 tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-007.html.ini create mode 100644 tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-009.html.ini create mode 100644 tests/wpt/meta/html/syntax/parsing-html-fragments/the-input-byte-stream-030.html.ini create mode 100644 tests/wpt/meta/html/syntax/parsing/DOMContentLoaded-defer.html.ini create mode 100644 tests/wpt/meta/html/syntax/parsing/html_content_in_foreign_context.html.ini create mode 100644 tests/wpt/meta/html/syntax/parsing/meta-inhead-insertion-mode.html.ini create mode 100644 tests/wpt/meta/html/syntax/parsing/quotes-in-meta.html.ini create mode 100644 tests/wpt/meta/html/syntax/parsing/unclosed-svg-script.html.ini create mode 100644 tests/wpt/meta/html/syntax/serializing-html-fragments/serializing.html.ini create mode 100644 tests/wpt/meta/html/syntax/serializing-html-fragments/template.html.ini create mode 100644 tests/wpt/meta/html/syntax/serializing-xml-fragments/outerHTML.html.ini create mode 100644 tests/wpt/meta/html/syntax/speculative-parsing/generated/document-write/template-shadowrootmode-img-src.tentative.sub.html.ini create mode 100644 tests/wpt/meta/html/syntax/speculative-parsing/generated/document-write/template-shadowrootmode-link-stylesheet.tentative.sub.html.ini create mode 100644 tests/wpt/meta/html/syntax/speculative-parsing/generated/document-write/template-shadowrootmode-script-src.tentative.sub.html.ini create mode 100644 tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/nested-template-shadowrootmode-1.tentative.html.ini create mode 100644 tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/nested-template-shadowrootmode-2.tentative.html.ini create mode 100644 tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-img-src.tentative.html.ini create mode 100644 tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-link-stylesheet.tentative.html.ini create mode 100644 tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-img-src.tentative.html.ini create mode 100644 tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-link-stylesheet.tentative.html.ini create mode 100644 tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-script-src.tentative.html.ini create mode 100644 tests/wpt/meta/html/the-xhtml-syntax/parsing-xhtml-documents/adopt-while-parsing-001.html.ini create mode 100644 tests/wpt/meta/html/user-activation/message-event-init.tentative.html.ini create mode 100644 tests/wpt/meta/html/webappapis/animation-frames/callback-invoked.html.ini create mode 100644 tests/wpt/meta/html/webappapis/animation-frames/cancel-pending.html.ini delete mode 100644 tests/wpt/meta/html/webappapis/dynamic-markup-insertion/document-write/module-tla-immediate-promise.html.ini create mode 100644 tests/wpt/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-immediate.window.js.ini create mode 100644 tests/wpt/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-multisecond-header.window.js.ini create mode 100644 tests/wpt/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-multisecond-meta.window.js.ini create mode 100644 tests/wpt/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-while-navigating.window.js.ini create mode 100644 tests/wpt/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort.sub.window.js.ini create mode 100644 tests/wpt/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/active.window.js.ini create mode 100644 tests/wpt/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/bailout-exception-vs-return-origin.sub.window.js.ini create mode 100644 tests/wpt/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/bailout-exception-vs-return-xml.window.js.ini create mode 100644 tests/wpt/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/bailout-side-effects-ignore-opens-during-unload.window.js.ini create mode 100644 tests/wpt/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/document-open-cancels-javascript-url-navigation.html.ini create mode 100644 tests/wpt/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/encoding.window.js.ini create mode 100644 tests/wpt/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/event-listeners.window.js.ini create mode 100644 tests/wpt/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/location-set-and-document-open.html.ini create mode 100644 tests/wpt/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/no-new-global.window.js.ini create mode 100644 tests/wpt/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/quirks.window.js.ini create mode 100644 tests/wpt/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/url.window.js.ini create mode 100644 tests/wpt/meta/html/webappapis/microtask-queuing/queue-microtask-exceptions.any.js.ini create mode 100644 tests/wpt/meta/html/webappapis/microtask-queuing/queue-microtask.any.js.ini create mode 100644 tests/wpt/meta/html/webappapis/scripting/events/compile-event-handler-lexical-scopes.html.ini delete mode 100644 tests/wpt/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/frameset-element-synthetic-errorevent.html.ini delete mode 100644 tests/wpt/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/frameset-element-synthetic-event.html.ini create mode 100644 tests/wpt/meta/html/webappapis/scripting/events/event-handler-removal.window.js.ini create mode 100644 tests/wpt/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late.window.js.ini create mode 100644 tests/wpt/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-once.window.js.ini create mode 100644 tests/wpt/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-keeps-position.window.js.ini create mode 100644 tests/wpt/meta/html/webappapis/scripting/events/messageevent-constructor.https.html.ini create mode 100644 tests/wpt/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin.html.ini create mode 100644 tests/wpt/meta/html/webappapis/scripting/processing-model-2/compile-error-in-attribute.html.ini create mode 100644 tests/wpt/meta/html/webappapis/scripting/processing-model-2/compile-error-in-setInterval.html.ini create mode 100644 tests/wpt/meta/html/webappapis/scripting/processing-model-2/compile-error-in-setTimeout.html.ini create mode 100644 tests/wpt/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-agent-formalism/atomics-wait-async.https.any.js.ini create mode 100644 tests/wpt/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-agent-formalism/requires-failure.https.any.js.ini create mode 100644 tests/wpt/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-agent-formalism/requires-success.any.js.ini create mode 100644 tests/wpt/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-job-queue/promise-job-incumbent.html.ini create mode 100644 tests/wpt/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin.html.ini create mode 100644 tests/wpt/meta/html/webappapis/scripting/processing-model-2/runtime-error-in-setInterval.html.ini create mode 100644 tests/wpt/meta/html/webappapis/scripting/processing-model-2/runtime-error-in-setTimeout.html.ini create mode 100644 tests/wpt/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/disallow-crossorigin.html.ini create mode 100644 tests/wpt/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events.serviceworker.https.html.ini create mode 100644 tests/wpt/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events.sharedworker.html.ini create mode 100644 tests/wpt/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/historical.https.window.js.ini create mode 100644 tests/wpt/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator.any.js.ini create mode 100644 tests/wpt/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator_user_agent.https.html.ini create mode 100644 tests/wpt/meta/html/webappapis/the-windoworworkerglobalscope-mixin/Worker_Self_Origin.html.ini create mode 100644 tests/wpt/meta/html/webappapis/update-rendering/child-document-raf-order.html.ini create mode 100644 tests/wpt/meta/mediasession/mediametadata.html.ini create mode 100644 tests/wpt/meta/navigation-timing/buffered-flag.window.js.ini create mode 100644 tests/wpt/meta/navigation-timing/idlharness.window.js.ini create mode 100644 tests/wpt/meta/navigation-timing/po-navigation.html.ini create mode 100644 tests/wpt/meta/navigation-timing/unload-event-same-origin-check.html.ini create mode 100644 tests/wpt/meta/performance-timeline/case-sensitivity.any.js.ini create mode 100644 tests/wpt/meta/performance-timeline/idlharness.any.js.ini create mode 100644 tests/wpt/meta/performance-timeline/navigation-id-worker-created-entries.html.ini create mode 100644 tests/wpt/meta/performance-timeline/not-restored-reasons/performance-navigation-timing-attributes.tentative.window.js.ini create mode 100644 tests/wpt/meta/performance-timeline/not-restored-reasons/performance-navigation-timing-reload.tentative.window.js.ini create mode 100644 tests/wpt/meta/performance-timeline/po-observe.html.ini create mode 100644 tests/wpt/meta/performance-timeline/po-resource.html.ini create mode 100644 tests/wpt/meta/performance-timeline/tentative/include-frames-originA-A-A.html.ini create mode 100644 tests/wpt/meta/performance-timeline/tentative/include-frames-originA-A.html.ini create mode 100644 tests/wpt/meta/performance-timeline/tentative/include-frames-originA-AA.html.ini create mode 100644 tests/wpt/meta/performance-timeline/tentative/include-frames-originA-AB.html.ini create mode 100644 tests/wpt/meta/performance-timeline/tentative/include-frames-originA-B-A.html.ini create mode 100644 tests/wpt/meta/performance-timeline/tentative/include-frames-originA-B-B.html.ini create mode 100644 tests/wpt/meta/performance-timeline/tentative/include-frames-originA-B.html.ini create mode 100644 tests/wpt/meta/performance-timeline/tentative/performance-entry-source-deleted-frame.html.ini create mode 100644 tests/wpt/meta/performance-timeline/tentative/with-filter-options-originA.html.ini create mode 100644 tests/wpt/meta/permissions/permissions-query-feature-policy-attribute.https.sub.html.ini delete mode 100644 tests/wpt/meta/quirks/body-fills-html-quirk-float.html.ini create mode 100644 tests/wpt/meta/quirks/line-height-trailing-collapsable-whitespace.html.ini create mode 100644 tests/wpt/meta/quirks/percentage-height-calculation.html.ini create mode 100644 tests/wpt/meta/quirks/percentage-height-quirk-excludes-flex-grid-002.html.ini create mode 100644 tests/wpt/meta/quirks/supports.html.ini create mode 100644 tests/wpt/meta/quirks/table-cell-nowrap-minimum-width-calculation.html.ini delete mode 100644 tests/wpt/meta/quirks/table-cell-width-calculation-abspos.html.ini delete mode 100644 tests/wpt/meta/quirks/table-cell-width-calculation-applies-to.html.ini create mode 100644 tests/wpt/meta/quirks/text-decoration-doesnt-propagate-into-tables/quirks.html.ini delete mode 100644 tests/wpt/meta/quirks/unitless-length/excluded-properties-003.html.ini delete mode 100644 tests/wpt/meta/quirks/unitless-length/limited-quirks.html.ini delete mode 100644 tests/wpt/meta/quirks/unitless-length/no-quirks.html.ini delete mode 100644 tests/wpt/meta/quirks/unitless-length/quirks.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K+1/gen/top.http-rp/no-referrer-when-downgrade/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K+1/gen/top.http-rp/origin-when-cross-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K+1/gen/top.http-rp/same-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K+1/gen/top.http-rp/strict-origin-when-cross-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K+1/gen/top.http-rp/unsafe-url/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K+1/gen/top.http-rp/unset/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K+1/gen/top.meta/no-referrer-when-downgrade/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K+1/gen/top.meta/origin-when-cross-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K+1/gen/top.meta/same-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K+1/gen/top.meta/strict-origin-when-cross-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K+1/gen/top.meta/unsafe-url/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K+1/gen/top.meta/unset/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K-1/gen/top.http-rp/no-referrer-when-downgrade/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K-1/gen/top.http-rp/origin-when-cross-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K-1/gen/top.http-rp/same-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K-1/gen/top.http-rp/strict-origin-when-cross-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K-1/gen/top.http-rp/unsafe-url/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K-1/gen/top.http-rp/unset/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K-1/gen/top.meta/no-referrer-when-downgrade/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K-1/gen/top.meta/origin-when-cross-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K-1/gen/top.meta/same-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K-1/gen/top.meta/strict-origin-when-cross-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K-1/gen/top.meta/unsafe-url/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K-1/gen/top.meta/unset/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K/gen/top.http-rp/no-referrer-when-downgrade/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K/gen/top.http-rp/origin-when-cross-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K/gen/top.http-rp/same-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K/gen/top.http-rp/strict-origin-when-cross-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K/gen/top.http-rp/unsafe-url/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K/gen/top.http-rp/unset/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K/gen/top.meta/no-referrer-when-downgrade/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K/gen/top.meta/origin-when-cross-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K/gen/top.meta/same-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K/gen/top.meta/strict-origin-when-cross-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K/gen/top.meta/unsafe-url/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/4K/gen/top.meta/unset/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/css-integration/child-css/external-import-stylesheet.html.ini create mode 100644 tests/wpt/meta/referrer-policy/css-integration/child-css/internal-import-stylesheet.html.ini create mode 100644 tests/wpt/meta/referrer-policy/css-integration/child-css/processing-instruction.html.ini create mode 100644 tests/wpt/meta/referrer-policy/css-integration/font-face/external-import-stylesheet.html.ini create mode 100644 tests/wpt/meta/referrer-policy/css-integration/font-face/external-stylesheet.html.ini create mode 100644 tests/wpt/meta/referrer-policy/css-integration/font-face/internal-import-stylesheet.html.ini create mode 100644 tests/wpt/meta/referrer-policy/css-integration/font-face/internal-stylesheet.html.ini create mode 100644 tests/wpt/meta/referrer-policy/css-integration/font-face/processing-instruction.html.ini create mode 100644 tests/wpt/meta/referrer-policy/css-integration/image/external-import-stylesheet.html.ini create mode 100644 tests/wpt/meta/referrer-policy/css-integration/image/external-stylesheet.html.ini create mode 100644 tests/wpt/meta/referrer-policy/css-integration/image/inline-style.html.ini create mode 100644 tests/wpt/meta/referrer-policy/css-integration/image/internal-import-stylesheet.html.ini create mode 100644 tests/wpt/meta/referrer-policy/css-integration/image/internal-stylesheet.html.ini create mode 100644 tests/wpt/meta/referrer-policy/css-integration/image/presentation-attribute.html.ini create mode 100644 tests/wpt/meta/referrer-policy/css-integration/image/processing-instruction.html.ini create mode 100644 tests/wpt/meta/referrer-policy/css-integration/svg/external-stylesheet.html.ini create mode 100644 tests/wpt/meta/referrer-policy/css-integration/svg/inline-style.html.ini create mode 100644 tests/wpt/meta/referrer-policy/css-integration/svg/internal-stylesheet.html.ini create mode 100644 tests/wpt/meta/referrer-policy/css-integration/svg/presentation-attribute.html.ini create mode 100644 tests/wpt/meta/referrer-policy/css-integration/svg/processing-instruction.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/no-referrer-when-downgrade/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/no-referrer-when-downgrade/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/no-referrer/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/no-referrer/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/no-referrer/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/no-referrer/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/no-referrer/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/origin-when-cross-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/origin-when-cross-origin/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/origin/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/origin/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/origin/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/origin/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/same-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/same-origin/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/strict-origin-when-cross-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/strict-origin-when-cross-origin/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/strict-origin/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/strict-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/strict-origin/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/strict-origin/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/strict-origin/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/unsafe-url/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/unsafe-url/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/unset/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.http-rp/unset/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/no-referrer-when-downgrade/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/no-referrer/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/no-referrer/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/no-referrer/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/no-referrer/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/no-referrer/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/origin-when-cross-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/origin-when-cross-origin/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/origin/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/origin/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/origin/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/origin/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/same-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/same-origin/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/strict-origin-when-cross-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/strict-origin-when-cross-origin/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/strict-origin/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/strict-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/strict-origin/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/strict-origin/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/strict-origin/worker-module.http.html.ini delete mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/strict-origin/xhr.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/unsafe-url/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/unsafe-url/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/unset/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/iframe.meta/unset/sharedworker-module.http.html.ini delete mode 100644 tests/wpt/meta/referrer-policy/gen/req.attr/same-origin/script-tag.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/no-referrer-when-downgrade/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/no-referrer-when-downgrade/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/no-referrer/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/no-referrer/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/no-referrer/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/no-referrer/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/no-referrer/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/origin-when-cross-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/origin-when-cross-origin/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/origin/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/origin/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/origin/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/origin/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/same-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/same-origin/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/strict-origin-when-cross-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/strict-origin-when-cross-origin/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/strict-origin/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/strict-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/strict-origin/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/strict-origin/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/strict-origin/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/unsafe-url/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/unsafe-url/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/unset/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.http-rp/unset/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/no-referrer-when-downgrade/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/no-referrer-when-downgrade/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/no-referrer/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/no-referrer/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/no-referrer/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/no-referrer/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/no-referrer/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/origin-when-cross-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/origin-when-cross-origin/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/origin/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/origin/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/origin/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/origin/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/same-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/same-origin/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/strict-origin-when-cross-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/strict-origin-when-cross-origin/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/strict-origin/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/strict-origin/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/strict-origin/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/strict-origin/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/strict-origin/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/unsafe-url/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/unsafe-url/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/unset/sharedworker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/top.meta/unset/sharedworker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer/xhr.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-classic.http-rp/origin/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-classic.http-rp/origin/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-classic.http-rp/origin/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-classic.http-rp/origin/xhr.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin/xhr.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/no-referrer-when-downgrade/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/no-referrer-when-downgrade/xhr.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/no-referrer/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/no-referrer/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/no-referrer/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/no-referrer/xhr.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/origin-when-cross-origin/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/origin-when-cross-origin/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/origin-when-cross-origin/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/origin-when-cross-origin/xhr.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/origin/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/origin/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/origin/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/origin/xhr.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/same-origin/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/same-origin/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/same-origin/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/same-origin/xhr.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/strict-origin-when-cross-origin/xhr.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/strict-origin/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/strict-origin/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/strict-origin/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/strict-origin/xhr.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/unsafe-url/fetch.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/unsafe-url/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/unsafe-url/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/unsafe-url/xhr.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/unset/worker-classic.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/gen/worker-module.http-rp/unset/worker-module.http.html.ini create mode 100644 tests/wpt/meta/referrer-policy/generic/iframe-src-change.html.ini create mode 100644 tests/wpt/meta/referrer-policy/generic/multiple-headers-one-invalid.html.ini create mode 100644 tests/wpt/meta/referrer-policy/generic/subresource-test/area-navigate.html.ini create mode 100644 tests/wpt/meta/referrer-policy/generic/subresource-test/attr-referrer-invalid-value.html.ini create mode 100644 tests/wpt/meta/referrer-policy/generic/subresource-test/fetch-messaging.html.ini create mode 100644 tests/wpt/meta/referrer-policy/generic/subresource-test/iframe-messaging.html.ini create mode 100644 tests/wpt/meta/referrer-policy/generic/subresource-test/image-decoding.html.ini create mode 100644 tests/wpt/meta/referrer-policy/generic/subresource-test/link-navigate.html.ini create mode 100644 tests/wpt/meta/referrer-policy/generic/subresource-test/script-messaging.html.ini create mode 100644 tests/wpt/meta/referrer-policy/generic/subresource-test/worker-messaging.html.ini create mode 100644 tests/wpt/meta/referrer-policy/generic/subresource-test/xhr-messaging.html.ini create mode 100644 tests/wpt/meta/resource-timing/body-size-cross-origin.https.html.ini create mode 100644 tests/wpt/meta/resource-timing/buffer-full-add-after-full-event.html.ini create mode 100644 tests/wpt/meta/resource-timing/buffer-full-add-entries-during-callback-that-drop.html.ini create mode 100644 tests/wpt/meta/resource-timing/buffer-full-add-entries-during-callback.html.ini create mode 100644 tests/wpt/meta/resource-timing/buffer-full-add-then-clear.html.ini create mode 100644 tests/wpt/meta/resource-timing/buffer-full-decrease-buffer-during-callback.html.ini create mode 100644 tests/wpt/meta/resource-timing/buffer-full-increase-buffer-during-callback.html.ini create mode 100644 tests/wpt/meta/resource-timing/buffer-full-inspect-buffer-during-callback.html.ini create mode 100644 tests/wpt/meta/resource-timing/buffer-full-then-increased.html.ini create mode 100644 tests/wpt/meta/resource-timing/buffered-flag.any.js.ini create mode 100644 tests/wpt/meta/resource-timing/interim-response-times.h2.html.ini create mode 100644 tests/wpt/meta/resource-timing/interim-response-times.html.ini create mode 100644 tests/wpt/meta/resource-timing/nested-nav-fallback-timing.html.ini delete mode 100644 tests/wpt/meta/resource-timing/no-entries-for-cross-origin-css-fetched-memory-cache.sub.html.ini create mode 100644 tests/wpt/meta/resource-timing/no-entries-for-cross-origin-css-fetched.sub.html.ini create mode 100644 tests/wpt/meta/resource-timing/queue-entry-regardless-buffer-size.html.ini create mode 100644 tests/wpt/meta/resource-timing/resource-timing-level1.sub.html.ini create mode 100644 tests/wpt/meta/resource-timing/resource_connection_reuse_mixed_content.html.ini create mode 100644 tests/wpt/meta/resource-timing/resource_connection_reuse_mixed_content_redirect.html.ini create mode 100644 tests/wpt/meta/resource-timing/resource_dedicated_worker.html.ini create mode 100644 tests/wpt/meta/resource-timing/resource_nested_dedicated_worker.worker.js.ini create mode 100644 tests/wpt/meta/resource-timing/resource_subframe_self_navigation.html.ini create mode 100644 tests/wpt/meta/resource-timing/resource_timing.worker.js.ini create mode 100644 tests/wpt/meta/resource-timing/tentative/document-initiated.html.ini create mode 100644 tests/wpt/meta/resource-timing/tentative/script-initiated.html.ini create mode 100644 tests/wpt/meta/resource-timing/tentative/stylesheet-initiated.html.ini create mode 100644 tests/wpt/meta/resource-timing/test_resource_timing.html.ini create mode 100644 tests/wpt/meta/resource-timing/test_resource_timing.https.html.ini delete mode 100644 tests/wpt/meta/selection/caret/empty-elements.html.ini delete mode 100644 tests/wpt/meta/selection/contenteditable/cefalse-on-boundaries.html.ini create mode 100644 tests/wpt/meta/selection/script-and-style-elements.html.ini delete mode 100644 tests/wpt/meta/selection/textcontrols/onselectionchange-content-attribute.html.ini create mode 100644 tests/wpt/meta/streams/readable-streams/bad-strategies.any.js.ini create mode 100644 tests/wpt/meta/streams/readable-streams/bad-underlying-sources.any.js.ini create mode 100644 tests/wpt/meta/streams/readable-streams/cancel.any.js.ini create mode 100644 tests/wpt/meta/streams/readable-streams/constructor.any.js.ini create mode 100644 tests/wpt/meta/streams/readable-streams/count-queuing-strategy-integration.any.js.ini create mode 100644 tests/wpt/meta/streams/readable-streams/floating-point-total-queue-size.any.js.ini create mode 100644 tests/wpt/meta/streams/readable-streams/from.any.js.ini create mode 100644 tests/wpt/meta/streams/readable-streams/garbage-collection.any.js.ini create mode 100644 tests/wpt/meta/streams/readable-streams/owning-type-message-port.any.js.ini create mode 100644 tests/wpt/meta/streams/readable-streams/owning-type-video-frame.any.js.ini create mode 100644 tests/wpt/meta/streams/readable-streams/owning-type.any.js.ini create mode 100644 tests/wpt/meta/streams/readable-streams/reentrant-strategies.any.js.ini create mode 100644 tests/wpt/meta/subresource-integrity/subresource-integrity.html.ini create mode 100644 tests/wpt/meta/touch-events/touch-touchevent-constructor.html.ini create mode 100644 tests/wpt/meta/uievents/legacy-domevents-tests/approved/ProcessingInstruction.DOMCharacterDataModified.html.ini create mode 100644 tests/wpt/meta/uievents/legacy-domevents-tests/approved/domnodeinserted.html.ini create mode 100644 tests/wpt/meta/uievents/legacy/Event-subclasses-init.html.ini create mode 100644 tests/wpt/meta/uievents/order-of-events/focus-events/focus-automated-blink-webkit.html.ini create mode 100644 tests/wpt/meta/url/IdnaTestV2.window.js.ini create mode 100644 tests/wpt/meta/url/a-element-origin-xhtml.xhtml.ini create mode 100644 tests/wpt/meta/url/a-element-origin.html.ini create mode 100644 tests/wpt/meta/url/data-uri-fragment.html.ini create mode 100644 tests/wpt/meta/url/historical.any.js.ini create mode 100644 tests/wpt/meta/url/url-origin.any.js.ini delete mode 100644 tests/wpt/meta/url/url-statics-canparse.any.js.ini delete mode 100644 tests/wpt/meta/wasm/jsapi/exception/constructor.tentative.any.js.ini delete mode 100644 tests/wpt/meta/wasm/jsapi/exception/is.tentative.any.js.ini delete mode 100644 tests/wpt/meta/wasm/jsapi/exception/toString.tentative.any.js.ini delete mode 100644 tests/wpt/meta/wasm/jsapi/functions/incumbent.html.ini delete mode 100644 tests/wpt/meta/wasm/jsapi/global/constructor.any.js.ini delete mode 100644 tests/wpt/meta/wasm/jsapi/global/value-get-set.any.js.ini delete mode 100644 tests/wpt/meta/wasm/jsapi/instance/constructor-bad-imports.any.js.ini delete mode 100644 tests/wpt/meta/wasm/jsapi/instance/constructor.any.js.ini create mode 100644 tests/wpt/meta/wasm/jsapi/module/customSections.any.js.ini delete mode 100644 tests/wpt/meta/wasm/jsapi/proto-from-ctor-realm.html.ini delete mode 100644 tests/wpt/meta/wasm/jsapi/prototypes.any.js.ini delete mode 100644 tests/wpt/meta/wasm/jsapi/tag/constructor.tentative.any.js.ini delete mode 100644 tests/wpt/meta/wasm/jsapi/tag/toString.tentative.any.js.ini create mode 100644 tests/wpt/meta/wasm/serialization/module/broadcastchannel-success-and-failure.html.ini create mode 100644 tests/wpt/meta/wasm/serialization/module/broadcastchannel-success.html.ini create mode 100644 tests/wpt/meta/wasm/serialization/module/identity-not-preserved.html.ini create mode 100644 tests/wpt/meta/wasm/serialization/module/nested-worker-success.any.js.ini create mode 100644 tests/wpt/meta/wasm/serialization/module/serialization-via-idb.any.js.ini create mode 100644 tests/wpt/meta/wasm/serialization/module/serialization-via-notifications-api.any.js.ini create mode 100644 tests/wpt/meta/wasm/serialization/module/window-domain-success.sub.html.ini create mode 100644 tests/wpt/meta/wasm/serialization/module/window-messagechannel-success.html.ini create mode 100644 tests/wpt/meta/wasm/serialization/module/window-serviceworker-failure.https.html.ini create mode 100644 tests/wpt/meta/wasm/serialization/module/window-sharedworker-failure.html.ini create mode 100644 tests/wpt/meta/wasm/serialization/module/window-similar-but-cross-origin-success.sub.html.ini create mode 100644 tests/wpt/meta/wasm/serialization/module/window-simple-success.html.ini create mode 100644 tests/wpt/meta/wasm/webapi/abort.any.js.ini create mode 100644 tests/wpt/meta/wasm/webapi/body.any.js.ini create mode 100644 tests/wpt/meta/wasm/webapi/contenttype.any.js.ini create mode 100644 tests/wpt/meta/wasm/webapi/empty-body.any.js.ini create mode 100644 tests/wpt/meta/wasm/webapi/historical.any.js.ini create mode 100644 tests/wpt/meta/wasm/webapi/invalid-args.any.js.ini create mode 100644 tests/wpt/meta/wasm/webapi/origin.sub.any.js.ini create mode 100644 tests/wpt/meta/wasm/webapi/rejected-arg.any.js.ini create mode 100644 tests/wpt/meta/wasm/webapi/status.any.js.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/processing-model/delay-time-clamping.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/processing-model/feedback-delay-time.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-analysernode-interface/test-analyser-gain.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-analysernode-interface/test-analyser-minimum.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-analysernode-interface/test-analyser-output.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audiobuffer-interface/audiobuffer-copy-channel.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audiobuffersourcenode-interface/active-processing.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-suspend-resume.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audionode-interface/audionode-channel-rules.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audionode-interface/audionode-connect-method-chaining.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audionode-interface/audionode-connect-order.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect-audioparam.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audionode-interface/audionode.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/adding-events.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-close.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-exceptional-values.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-exponentialRampToValueAtTime.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-linearRampToValueAtTime.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-method-chaining.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-setTargetAtTime.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-setValueCurveAtTime.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-summingjunction.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/automation-rate.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/event-insertion.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-audioworklet.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-connections.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-constant-source.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-delay.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-oscillator.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/retrospective-exponentialRampToValueAtTime.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/retrospective-linearRampToValueAtTime.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/retrospective-setTargetAtTime.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/retrospective-setValueAtTime.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/retrospective-setValueCurveAtTime.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-addmodule-resolution.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-audioparam-size.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-audioparam.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-denormals.https.window.js.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-messageport.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-postmessage-sharedarraybuffer.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-suspend.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletglobalscope-sample-rate.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletglobalscope-timing-info.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-automatic-pull.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-channel-count.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-construction.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-constructor-options.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-disconnected-input.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-output-channel-count.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-options.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-promises.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/baseaudiocontext-audioworklet.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/process-getter.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/process-parameters.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/processor-construction-port.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/simple-input-output.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/suspended-context-messageport.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-bandpass.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-basic.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-getFrequencyResponse.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-biquadfilternode-interface/no-dezippering.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-channelmergernode-interface/active-processing.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-channelmergernode-interface/audiochannelmerger-disconnect.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-channelmergernode-interface/ctor-channelmerger.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-channelsplitternode-interface/ctor-channelsplitter.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-constantsourcenode-interface/constant-source-output.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-constantsourcenode-interface/test-constantsourcenode.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-convolvernode-interface/active-processing.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-convolvernode-interface/convolution-mono-mono.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-convolvernode-interface/convolver-cascade.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-convolvernode-interface/convolver-channels.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-convolvernode-interface/convolver-response-1-chan.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-convolvernode-interface/convolver-response-2-chan.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-convolvernode-interface/convolver-response-4-chan.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-convolvernode-interface/convolver-setBuffer-already-has-value.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-convolvernode-interface/convolver-setBuffer-null.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-convolvernode-interface/convolver-upmixing-1-channel-response.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-convolvernode-interface/ctor-convolver.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-convolvernode-interface/realtime-conv.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-delaynode-interface/ctor-delay.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-delaynode-interface/delaynode-channel-count-1.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-delaynode-interface/delaynode-max-default-delay.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-delaynode-interface/delaynode-max-nondefault-delay.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-delaynode-interface/delaynode-maxdelay.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-delaynode-interface/delaynode-maxdelaylimit.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-delaynode-interface/delaynode-scheduling.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-delaynode-interface/delaynode.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-delaynode-interface/no-dezippering.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-destinationnode-interface/destination.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-dynamicscompressornode-interface/ctor-dynamicscompressor.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-dynamicscompressornode-interface/dynamicscompressor-basic.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-gainnode-interface/no-dezippering.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-iirfilternode-interface/ctor-iirfilter.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-iirfilternode-interface/iirfilter-basic.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-iirfilternode-interface/iirfilter-getFrequencyResponse.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-iirfilternode-interface/iirfilter.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-iirfilternode-interface/test-iirfilternode.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/cors-check.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/no-cors.https.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-mediastreamaudiosourcenode-interface/mediastreamaudiosourcenode-ctor.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-mediastreamaudiosourcenode-interface/mediastreamaudiosourcenode-routing.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-oscillatornode-interface/ctor-oscillator.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-oscillatornode-interface/detune-limiting.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-pannernode-interface/automation-changes.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-pannernode-interface/distance-exponential.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-pannernode-interface/distance-inverse.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-pannernode-interface/distance-linear.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-pannernode-interface/panner-automation-basic.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-pannernode-interface/panner-automation-equalpower-stereo.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-pannernode-interface/panner-automation-position.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-pannernode-interface/panner-azimuth.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-pannernode-interface/panner-equalpower-stereo.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-pannernode-interface/panner-equalpower.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-pannernode-interface/test-pannernode-automation.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-scriptprocessornode-interface/simple-input-output.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-stereopanner-interface/no-dezippering.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-waveshapernode-interface/ctor-waveshaper.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-waveshapernode-interface/curve-tests.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-waveshapernode-interface/silent-inputs.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-copy-curve.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-limits.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-simple.html.ini create mode 100644 tests/wpt/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper.html.ini create mode 100644 tests/wpt/meta/webidl/current-realm.html.ini create mode 100644 tests/wpt/meta/webidl/ecmascript-binding/global-immutable-prototype.any.js.ini create mode 100644 tests/wpt/meta/webidl/ecmascript-binding/global-object-implicit-this-value-cross-realm.html.ini create mode 100644 tests/wpt/meta/webidl/ecmascript-binding/global-object-implicit-this-value.any.js.ini create mode 100644 tests/wpt/meta/webidl/ecmascript-binding/interface-prototype-constructor-set-receiver.html.ini create mode 100644 tests/wpt/meta/webidl/ecmascript-binding/interface-prototype-object.html.ini create mode 100644 tests/wpt/meta/webidl/ecmascript-binding/invalid-this-value-cross-realm.html.ini create mode 100644 tests/wpt/meta/webidl/ecmascript-binding/legacy-callback-interface-object.html.ini create mode 100644 tests/wpt/meta/webidl/ecmascript-binding/legacy-platform-object/DefineOwnProperty.html.ini create mode 100644 tests/wpt/meta/webidl/ecmascript-binding/legacy-platform-object/Set.html.ini create mode 100644 tests/wpt/meta/webidl/ecmascript-binding/sequence-conversion.html.ini create mode 100644 tests/wpt/meta/webmessaging/event.source.xorigin.sub.htm.ini create mode 100644 tests/wpt/meta/webmessaging/messageerror.html.ini create mode 100644 tests/wpt/meta/webmessaging/postMessage_cross_domain_image_transfer_2d.sub.htm.ini create mode 100644 tests/wpt/meta/webmessaging/with-ports/011.html.ini create mode 100644 tests/wpt/meta/webmessaging/without-ports/011.html.ini create mode 100644 tests/wpt/meta/webmessaging/without-ports/026.html.ini create mode 100644 tests/wpt/meta/webmessaging/without-ports/028.html.ini create mode 100644 tests/wpt/meta/webmessaging/worker_postMessage_user_activation.tentative.html.ini create mode 100644 tests/wpt/meta/websockets/Create-http-urls.any.js.ini create mode 100644 tests/wpt/meta/websockets/Create-non-absolute-url.any.js.ini delete mode 100644 tests/wpt/meta/websockets/Create-protocols-repeated-case-insensitive.any.js.ini delete mode 100644 tests/wpt/meta/websockets/Create-url-with-space.any.js.ini create mode 100644 tests/wpt/meta/websockets/Create-url-with-windows-1252-encoding.html.ini delete mode 100644 tests/wpt/meta/websockets/Create-valid-url-protocol-empty.any.js.ini delete mode 100644 tests/wpt/meta/websockets/Send-before-open.any.js.ini create mode 100644 tests/wpt/meta/websockets/back-forward-cache-with-closed-websocket-connection-ccns.tentative.window.js.ini create mode 100644 tests/wpt/meta/websockets/back-forward-cache-with-closed-websocket-connection.window.js.ini create mode 100644 tests/wpt/meta/websockets/back-forward-cache-with-open-websocket-connection-ccns.tentative.window.js.ini create mode 100644 tests/wpt/meta/websockets/back-forward-cache-with-open-websocket-connection.window.js.ini create mode 100644 tests/wpt/meta/websockets/constructor/014.html.ini create mode 100644 tests/wpt/meta/websockets/cookies/third-party-cookie-accepted.https.html.ini create mode 100644 tests/wpt/meta/websockets/interfaces/WebSocket/close/close-connecting.html.ini create mode 100644 tests/wpt/meta/websockets/interfaces/WebSocket/extensions/001.html.ini create mode 100644 tests/wpt/meta/websockets/mixed-content.https.any.js.ini create mode 100644 tests/wpt/meta/websockets/multi-globals/url-parsing/url-parsing.html.ini create mode 100644 tests/wpt/meta/websockets/send-many-64K-messages-with-backpressure.any.js.ini create mode 100644 tests/wpt/meta/websockets/unload-a-document/003.html.ini create mode 100644 tests/wpt/meta/webstorage/document-domain.html.ini create mode 100644 tests/wpt/meta/webstorage/set.window.js.ini create mode 100644 tests/wpt/meta/webstorage/symbol-props.window.js.ini create mode 100644 tests/wpt/meta/webvr/idlharness.https.html.ini create mode 100644 tests/wpt/meta/webvr/webvr-disabled-by-feature-policy.https.sub.html.ini create mode 100644 tests/wpt/meta/webvr/webvr-enabled-by-feature-policy-attribute-redirect-on-load.https.sub.html.ini create mode 100644 tests/wpt/meta/webvr/webvr-enabled-by-feature-policy-attribute.https.sub.html.ini create mode 100644 tests/wpt/meta/webvr/webvr-enabled-by-feature-policy.https.sub.html.ini create mode 100644 tests/wpt/meta/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html.ini create mode 100644 tests/wpt/meta/webvr/webvr-supported-by-feature-policy.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTCue/align.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTCue/constructor-exceptions.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTCue/constructor.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTCue/getCueAsHTML.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTCue/line.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTCue/lineAlign.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTCue/position.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTCue/positionAlign.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTCue/region.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTCue/size.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTCue/snapToLines.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTCue/text.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTCue/vertical.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTRegion/constructor.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTRegion/id.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTRegion/lines.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTRegion/non-visible-cue-with-region.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTRegion/regionAnchorX.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTRegion/regionAnchorY.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTRegion/scroll.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTRegion/viewportAnchorX.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTRegion/viewportAnchorY.html.ini create mode 100644 tests/wpt/meta/webvtt/api/VTTRegion/width.html.ini create mode 100644 tests/wpt/meta/webvtt/api/historical.html.ini create mode 100644 tests/wpt/meta/webvtt/api/idlharness.window.js.ini create mode 100644 tests/wpt/meta/webxr/ar-module/xrDevice_isSessionSupported_immersive-ar.https.html.ini create mode 100644 tests/wpt/meta/webxr/gamepads-module/idlharness.https.window.js.ini create mode 100644 tests/wpt/meta/webxr/layers/xrSession_updateRenderState.https.html.ini create mode 100644 tests/wpt/meta/webxr/webxr-supported-by-feature-policy.html.ini create mode 100644 tests/wpt/meta/webxr/webxr_availability.http.sub.html.ini create mode 100644 tests/wpt/meta/webxr/webxr_permissions_policy.https.html.ini create mode 100644 tests/wpt/meta/webxr/xrDevice_isSessionSupported_immersive.https.html.ini create mode 100644 tests/wpt/meta/webxr/xrDevice_isSessionSupported_immersive_unsupported.https.html.ini create mode 100644 tests/wpt/meta/webxr/xrDevice_isSessionSupported_inline.https.html.ini create mode 100644 tests/wpt/meta/webxr/xrDevice_requestSession_immersive_no_gesture.https.html.ini create mode 100644 tests/wpt/meta/webxr/xrDevice_requestSession_immersive_unsupported.https.html.ini create mode 100644 tests/wpt/meta/webxr/xrDevice_requestSession_no_mode.https.html.ini create mode 100644 tests/wpt/meta/webxr/xrDevice_requestSession_non_immersive_no_gesture.https.html.ini create mode 100644 tests/wpt/meta/webxr/xrDevice_requestSession_requiredFeatures_unknown.https.html.ini create mode 100644 tests/wpt/meta/webxr/xrSession_features_deviceSupport.https.html.ini create mode 100644 tests/wpt/meta/webxr/xrSession_prevent_multiple_exclusive.https.html.ini create mode 100644 tests/wpt/meta/webxr/xrSession_viewer_availability.https.html.ini create mode 100644 tests/wpt/meta/workers/SharedWorker-MessageEvent-source.any.js.ini create mode 100644 tests/wpt/meta/workers/SharedWorker-constructor.html.ini create mode 100644 tests/wpt/meta/workers/SharedWorker-detach-frame-in-error-event.html.ini create mode 100644 tests/wpt/meta/workers/SharedWorker-exception-propagation.html.ini create mode 100644 tests/wpt/meta/workers/SharedWorker-exception.html.ini create mode 100644 tests/wpt/meta/workers/SharedWorker-replace-EventHandler.any.js.ini create mode 100644 tests/wpt/meta/workers/SharedWorker-script-error.html.ini create mode 100644 tests/wpt/meta/workers/SharedWorker-simple.html.ini create mode 100644 tests/wpt/meta/workers/SharedWorkerPerformanceNow.html.ini create mode 100644 tests/wpt/meta/workers/SharedWorker_blobUrl.html.ini create mode 100644 tests/wpt/meta/workers/SharedWorker_dataUrl.html.ini create mode 100644 tests/wpt/meta/workers/Worker-base64.any.js.ini create mode 100644 tests/wpt/meta/workers/Worker-constructor-proto.any.js.ini create mode 100644 tests/wpt/meta/workers/Worker-custom-event.any.js.ini create mode 100644 tests/wpt/meta/workers/Worker-location.sub.any.js.ini create mode 100644 tests/wpt/meta/workers/Worker-replace-event-handler.any.js.ini create mode 100644 tests/wpt/meta/workers/Worker-replace-global-constructor.any.js.ini create mode 100644 tests/wpt/meta/workers/Worker-replace-self.any.js.ini create mode 100644 tests/wpt/meta/workers/WorkerGlobalScope_importScripts_NetworkErr.htm.ini create mode 100644 tests/wpt/meta/workers/WorkerGlobalScope_requestAnimationFrame.tentative.worker.js.ini create mode 100644 tests/wpt/meta/workers/WorkerNavigator-hardware-concurrency.any.js.ini create mode 100644 tests/wpt/meta/workers/WorkerNavigator.any.js.ini create mode 100644 tests/wpt/meta/workers/WorkerNavigator_userAgentData.https.html.ini create mode 100644 tests/wpt/meta/workers/abrupt-completion.html.ini create mode 100644 tests/wpt/meta/workers/baseurl/alpha/importScripts-in-sharedworker.html.ini create mode 100644 tests/wpt/meta/workers/baseurl/alpha/xhr-in-sharedworker.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/Infinity-arguments.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/NaN-arguments.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/SharedWorker-constructor.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/URLMismatchError.htm.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/connect-event.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/dummy-name.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/dummy-shared-worker.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/empty-name.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/global-members.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/interface-objects.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/name.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/no-arguments-ctor.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/null-arguments.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/number-arguments.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/port-onmessage.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/port-properties.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/port-readonly.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/same-origin.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/setting-port-members.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/undefined-arguments.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/unexpected-global-properties.html.ini create mode 100644 tests/wpt/meta/workers/constructors/SharedWorker/unresolvable-url.html.ini create mode 100644 tests/wpt/meta/workers/constructors/Worker/DedicatedWorkerGlobalScope-members.worker.js.ini create mode 100644 tests/wpt/meta/workers/constructors/Worker/expected-self-properties.worker.js.ini create mode 100644 tests/wpt/meta/workers/constructors/Worker/same-origin.html.ini create mode 100644 tests/wpt/meta/workers/data-url-shared.html.ini create mode 100644 tests/wpt/meta/workers/data-url.html.ini create mode 100644 tests/wpt/meta/workers/dedicated-worker-from-blob-url.window.js.ini create mode 100644 tests/wpt/meta/workers/examples/general.any.js.ini create mode 100644 tests/wpt/meta/workers/examples/onconnect.any.js.ini create mode 100644 tests/wpt/meta/workers/importscripts_mime_local.any.js.ini create mode 100644 tests/wpt/meta/workers/interfaces/DedicatedWorkerGlobalScope/postMessage/imagedata-cloned-canvas-in-array.html.ini create mode 100644 tests/wpt/meta/workers/interfaces/DedicatedWorkerGlobalScope/postMessage/structured-clone-imagedata.html.ini create mode 100644 tests/wpt/meta/workers/interfaces/SharedWorkerGlobalScope/name/getting.html.ini create mode 100644 tests/wpt/meta/workers/interfaces/SharedWorkerGlobalScope/name/setting.html.ini create mode 100644 tests/wpt/meta/workers/interfaces/SharedWorkerGlobalScope/onconnect.html.ini create mode 100644 tests/wpt/meta/workers/interfaces/WorkerGlobalScope/location/redirect-sharedworker.html.ini create mode 100644 tests/wpt/meta/workers/interfaces/WorkerGlobalScope/location/returns-same-object.any.js.ini create mode 100644 tests/wpt/meta/workers/interfaces/WorkerGlobalScope/self.any.js.ini create mode 100644 tests/wpt/meta/workers/name-property.html.ini create mode 100644 tests/wpt/meta/workers/opaque-origin.html.ini create mode 100644 tests/wpt/meta/workers/postMessage_event_properties.htm.ini create mode 100644 tests/wpt/meta/workers/semantics/encodings/002.html.ini create mode 100644 tests/wpt/meta/workers/semantics/encodings/004.html.ini create mode 100644 tests/wpt/meta/workers/semantics/interface-objects/001.worker.js.ini create mode 100644 tests/wpt/meta/workers/semantics/interface-objects/003.any.js.ini create mode 100644 tests/wpt/meta/workers/semantics/interface-objects/004.any.js.ini create mode 100644 tests/wpt/meta/workers/semantics/multiple-workers/001.html.ini create mode 100644 tests/wpt/meta/workers/semantics/multiple-workers/004.html.ini create mode 100644 tests/wpt/meta/workers/semantics/multiple-workers/008.html.ini create mode 100644 tests/wpt/meta/workers/semantics/reporting-errors/001.html.ini create mode 100644 tests/wpt/meta/workers/semantics/reporting-errors/002.html.ini create mode 100644 tests/wpt/meta/workers/semantics/reporting-errors/003.html.ini create mode 100644 tests/wpt/meta/workers/semantics/reporting-errors/004.html.ini create mode 100644 tests/wpt/meta/workers/semantics/run-a-worker/002.html.ini create mode 100644 tests/wpt/meta/workers/semantics/structured-clone/dedicated.html.ini create mode 100644 tests/wpt/meta/workers/semantics/structured-clone/shared.html.ini create mode 100644 tests/wpt/meta/workers/semantics/xhr/003.html.ini create mode 100644 tests/wpt/meta/workers/semantics/xhr/004.html.ini create mode 100644 tests/wpt/meta/workers/semantics/xhr/006.html.ini create mode 100644 tests/wpt/meta/workers/shared-worker-from-blob-url.window.js.ini create mode 100644 tests/wpt/meta/workers/shared-worker-name-via-options.html.ini create mode 100644 tests/wpt/meta/workers/shared-worker-options-mismatch.html.ini create mode 100644 tests/wpt/meta/workers/worker-performance.worker.js.ini create mode 100644 tests/wpt/meta/xhr/abort-after-stop.window.js.ini create mode 100644 tests/wpt/meta/xhr/abort-during-done.window.js.ini create mode 100644 tests/wpt/meta/xhr/abort-during-headers-received.window.js.ini create mode 100644 tests/wpt/meta/xhr/abort-during-loading.window.js.ini create mode 100644 tests/wpt/meta/xhr/access-control-basic-allow-preflight-cache.any.js.ini create mode 100644 tests/wpt/meta/xhr/access-control-preflight-request-header-sorted.htm.ini create mode 100644 tests/wpt/meta/xhr/access-control-sandboxed-iframe-denied-without-wildcard.htm.ini create mode 100644 tests/wpt/meta/xhr/access-control-sandboxed-iframe-denied.htm.ini create mode 100644 tests/wpt/meta/xhr/allow-lists-starting-with-comma.htm.ini create mode 100644 tests/wpt/meta/xhr/blob-range.any.js.ini create mode 100644 tests/wpt/meta/xhr/data-uri.htm.ini create mode 100644 tests/wpt/meta/xhr/formdata/constructor-submitter.html.ini create mode 100644 tests/wpt/meta/xhr/getallresponseheaders.htm.ini create mode 100644 tests/wpt/meta/xhr/getresponseheader.any.js.ini create mode 100644 tests/wpt/meta/xhr/idlharness.any.js.ini create mode 100644 tests/wpt/meta/xhr/open-during-abort-event.htm.ini create mode 100644 tests/wpt/meta/xhr/open-during-abort-processing.htm.ini create mode 100644 tests/wpt/meta/xhr/open-url-encoding.htm.ini create mode 100644 tests/wpt/meta/xhr/open-url-multi-window-2.htm.ini create mode 100644 tests/wpt/meta/xhr/open-url-multi-window-3.htm.ini create mode 100644 tests/wpt/meta/xhr/open-url-multi-window-4.htm.ini create mode 100644 tests/wpt/meta/xhr/open-url-multi-window-6.htm.ini create mode 100644 tests/wpt/meta/xhr/open-url-redirected-sharedworker-origin.htm.ini create mode 100644 tests/wpt/meta/xhr/overridemimetype-edge-cases.window.js.ini create mode 100644 tests/wpt/meta/xhr/overridemimetype-invalid-mime-type.htm.ini create mode 100644 tests/wpt/meta/xhr/response-data-deflate.htm.ini create mode 100644 tests/wpt/meta/xhr/responsedocument-decoding.htm.ini create mode 100644 tests/wpt/meta/xhr/responsetext-decoding.htm.ini create mode 100644 tests/wpt/meta/xhr/responsexml-document-properties.htm.ini create mode 100644 tests/wpt/meta/xhr/responsexml-non-well-formed.htm.ini create mode 100644 tests/wpt/meta/xhr/send-authentication-basic-repeat-no-args.htm.ini create mode 100644 tests/wpt/meta/xhr/send-conditional-cors.htm.ini create mode 100644 tests/wpt/meta/xhr/send-conditional.htm.ini create mode 100644 tests/wpt/meta/xhr/send-content-type-charset.htm.ini create mode 100644 tests/wpt/meta/xhr/send-data-formdata.any.js.ini create mode 100644 tests/wpt/meta/xhr/send-data-unexpected-tostring.htm.ini create mode 100644 tests/wpt/meta/xhr/send-entity-body-document-bogus.htm.ini create mode 100644 tests/wpt/meta/xhr/send-entity-body-document.htm.ini create mode 100644 tests/wpt/meta/xhr/send-no-response-event-order.htm.ini create mode 100644 tests/wpt/meta/xhr/send-redirect-no-location.htm.ini delete mode 100644 tests/wpt/meta/xhr/send-redirect-to-cors.htm.ini create mode 100644 tests/wpt/meta/xhr/setrequestheader-case-insensitive.htm.ini create mode 100644 tests/wpt/meta/xhr/setrequestheader-combining.window.js.ini create mode 100644 tests/wpt/meta/xhr/setrequestheader-content-type.htm.ini create mode 100644 tests/wpt/meta/xhr/setrequestheader-header-allowed.htm.ini create mode 100644 tests/wpt/meta/xhr/setrequestheader-open-setrequestheader.htm.ini create mode 100644 tests/wpt/meta/xhr/status-async.htm.ini create mode 100644 tests/wpt/meta/xhr/status-basic.htm.ini create mode 100644 tests/wpt/meta/xhr/sync-no-timeout.any.js.ini create mode 100644 tests/wpt/meta/xhr/sync-xhr-supported-by-feature-policy.html.ini create mode 100644 tests/wpt/meta/xhr/template-element.html.ini create mode 100644 tests/wpt/meta/xhr/xmlhttprequest-sync-default-feature-policy.sub.html.ini create mode 100644 tests/wpt/meta/xhr/xmlhttprequest-timeout-worker-synconworker.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/advertisingEvent/watchAdvertisements-succeeds.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/connect/connection-succeeds.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/connect/device-goes-out-of-range.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/connect/get-same-gatt-server.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/disconnect/connect-disconnect-twice.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/disconnect/disconnect-once.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/disconnect/disconnect-twice-in-a-row.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/disconnect/event-is-fired.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getAvailability/adapter-not-present.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getAvailability/adapter-off.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getAvailability/adapter-on.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristic/blocklisted-characteristic.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristic/characteristic-found.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristic/characteristic-not-found.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristic/device-goes-out-of-range.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristic/disconnect-called-before.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristic/disconnect-called-during.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristic/disconnect-invalidates-object.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristic/get-different-characteristic-after-reconnection.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristic/get-same-characteristic.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristic/invalid-characteristic-name.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristic/reconnect-during.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristic/service-is-removed.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristics/blocklisted-characteristics-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristics/blocklisted-characteristics.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristics/characteristics-found-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristics/characteristics-found.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristics/characteristics-not-found-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristics/characteristics-not-found.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristics/correct-characteristics.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristics/device-goes-out-of-range-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristics/device-goes-out-of-range.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristics/disconnect-called-before-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristics/disconnect-called-before.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristics/disconnect-called-during-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristics/disconnect-called-during.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristics/disconnect-invalidates-objects.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristics/get-different-characteristics-after-reconnection.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristics/get-same-characteristics.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristics/invalid-characteristic-name.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristics/service-is-removed-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getCharacteristics/service-is-removed.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptor/blocklisted-descriptor.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptor/characteristic-is-removed.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptor/descriptor-found.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptor/descriptor-not-found.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptor/device-goes-out-of-range.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptor/disconnect-called-before.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptor/disconnect-called-during.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptor/disconnect-invalidates-object.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptor/get-different-descriptor-after-reconnection.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptor/get-same-descriptor.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptor/invalid-descriptor-name.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptors/blocklisted-descriptors-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptors/blocklisted-descriptors.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptors/characteristic-is-removed-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptors/characteristic-is-removed.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptors/correct-descriptors.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptors/descriptors-found-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptors/descriptors-found.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptors/descriptors-not-found-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptors/descriptors-not-found.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptors/device-goes-out-of-range-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptors/device-goes-out-of-range.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptors/disconnect-called-before-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptors/disconnect-called-before.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptors/disconnect-called-during-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptors/disconnect-called-during.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptors/disconnect-invalidates-objects.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptors/get-different-descriptors-after-reconnection.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptors/get-same-descriptors.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getDescriptors/invalid-descriptor-name.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryService/device-goes-out-of-range.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryService/disconnect-called-before.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryService/disconnect-called-during.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryService/disconnect-invalidates-object.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryService/disconnected-device.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryService/get-different-service-after-reconnection.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryService/get-same-service.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryService/invalid-service-name.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryService/no-permission-absent-service.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryService/no-permission-present-service.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryService/service-found.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryService/service-not-found.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/blocklisted-services-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/blocklisted-services.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/correct-services.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/device-goes-out-of-range-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/device-goes-out-of-range.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/disconnect-called-before-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/disconnect-called-before.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/disconnect-called-during-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/disconnect-called-during.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/disconnect-invalidates-objects.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/disconnected-device-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/disconnected-device.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/get-different-services-after-reconnection.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/get-same-service-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/get-same-service.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/invalid-service-name.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/no-permission-absent-service-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/no-permission-present-service-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/no-permission-present-service.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/services-found-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/services-found.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/services-not-found-with-uuid.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/getPrimaryServices/services-not-found.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/idl-BluetoothUUID.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/interfaces.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/readValue/characteristic/blocklisted-characteristic.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/readValue/characteristic/characteristic-is-removed.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/readValue/characteristic/device-goes-out-of-range.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/readValue/characteristic/disconnect-called-before.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/readValue/characteristic/disconnect-called-during.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/readValue/characteristic/event-is-fired.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/readValue/characteristic/read-succeeds.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/readValue/characteristic/read-updates-value.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/readValue/characteristic/service-is-removed.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/readValue/descriptor/blocklisted-descriptor.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/readValue/descriptor/characteristic-is-removed.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/readValue/descriptor/descriptor-is-removed.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/readValue/descriptor/device-goes-out-of-range.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/readValue/descriptor/disconnect-called-before.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/readValue/descriptor/read-succeeds.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/readValue/descriptor/read-updates-value.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/readValue/descriptor/service-is-removed.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/acceptAllDevices/accept-all-devices-with-filter.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/acceptAllDevices/accept-all-devices.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/acceptAllDevices/device-with-empty-name.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/acceptAllDevices/device-with-name.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/acceptAllDevices/device-with-no-name.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/acceptAllDevices/optional-services-missing.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/acceptAllDevices/optional-services-present.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/adapter-not-present.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/adapter-off.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/blocklisted-service-in-filter.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/blocklisted-service-in-optionalServices.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/canonicalizeFilter/blocklisted-service-data-key.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/canonicalizeFilter/empty-filter.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/canonicalizeFilter/empty-filters-member.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/canonicalizeFilter/empty-namePrefix.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/canonicalizeFilter/empty-services-member.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/canonicalizeFilter/filters-xor-acceptAllDevices.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-for-device-name-name.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-for-device-name-namePrefix.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/canonicalizeFilter/no-arguments.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/canonicalizeFilter/no-filters-member.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/canonicalizeFilter/unicode-max-length-for-device-name-name.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/canonicalizeFilter/unicode-max-length-for-device-name-namePrefix.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/canonicalizeFilter/unicode-valid-length-name-name.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/canonicalizeFilter/unicode-valid-length-name-namePrefix.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/canonicalizeFilter/wrong-manufacturer-data-key.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/canonicalizeFilter/wrong-mask-length.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/canonicalizeFilter/wrong-service-data-key.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-optionalServices-member.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-services-member.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/device-found-using-mask.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/device-found-with-key-and-value.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/device-found-with-key-only.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/device-found-with-service-and-manufacturer-data.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/device-not-found-with-extra-data.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/device-not-found-with-service-and-manufacturer-data.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/discovery-succeeds.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/filter-does-not-match.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/filter-matches.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/name-empty-device-from-name-empty-filter.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/name-empty-device-from-name-prefix-filter.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/name-empty-device-from-name-wrong-filter.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/name-empty-device-from-service-filter.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/name-empty-filter.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/name-missing-device-from-name-empty-filter.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/name-missing-device-from-name-prefix-filter.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/name-missing-device-from-name-wrong-filter.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/name-missing-device-from-service-filter.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/no-devices.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/not-accept-all-devices-without-filter.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/same-device.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/single-filter-single-service.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/single-filter-two-services-fails.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/single-filter-two-services-succeeds.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/requestDevice/two-filters.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/startNotifications/blocklisted-characteristic.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/startNotifications/characteristic-does-not-support-notifications.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/startNotifications/characteristic-is-removed.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/startNotifications/device-goes-out-of-range.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/startNotifications/disconnect-called-before.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/startNotifications/disconnect-called-during.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/startNotifications/notify-failure.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/startNotifications/notify-succeeds.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/startNotifications/service-is-removed.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/stopNotifications/characteristic-is-removed.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/stopNotifications/disconnect-called-before.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/stopNotifications/disconnect-called-during.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/stopNotifications/notify-succeeds.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/stopNotifications/stop-after-start-succeeds.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/stopNotifications/stop-twice.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/stopNotifications/stop-without-starting.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/writeValue/characteristic/blocklisted-characteristic.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/writeValue/characteristic/characteristic-is-removed.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/writeValue/characteristic/device-goes-out-of-range.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/writeValue/characteristic/disconnect-called-before.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/writeValue/characteristic/service-is-removed.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/writeValue/characteristic/value-too-long.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/writeValue/characteristic/write-succeeds.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/writeValue/characteristic/write-updates-value.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/writeValue/descriptor/blocklisted-descriptor.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/writeValue/descriptor/characteristic-is-removed.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/writeValue/descriptor/descriptor-is-removed.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/writeValue/descriptor/device-goes-out-of-range.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/writeValue/descriptor/disconnect-called-before.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/writeValue/descriptor/service-is-removed.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/writeValue/descriptor/write-succeeds.https.html.ini create mode 100644 tests/wpt/mozilla/meta/bluetooth/writeValue/descriptor/write-updates-value.https.html.ini create mode 100644 tests/wpt/mozilla/meta/css/stylesheet_media_queries.html.ini create mode 100644 tests/wpt/mozilla/meta/gfx-rs-gecko/color-2a.html.ini create mode 100644 tests/wpt/mozilla/meta/gfx-rs-gecko/column-balancing-nested-001.html.ini create mode 100644 tests/wpt/mozilla/meta/gfx-rs-gecko/display-block-baselines-1.html.ini create mode 100644 tests/wpt/mozilla/meta/gfx-rs-gecko/element-paint-recursion.html.ini create mode 100644 tests/wpt/mozilla/meta/gfx-rs-gecko/grid-item-align-002.html.ini create mode 100644 tests/wpt/mozilla/meta/gfx-rs-gecko/grid-item-justify-001.html.ini create mode 100644 tests/wpt/mozilla/meta/gfx-rs-gecko/image-zoom-1.html.ini create mode 100644 tests/wpt/mozilla/meta/gfx-rs-gecko/opacity-background-1.html.ini create mode 100644 tests/wpt/mozilla/meta/webxr/create_session.https.html.ini create mode 100644 tests/wpt/mozilla/meta/webxr/layerevents.https.html.ini create mode 100644 tests/wpt/mozilla/meta/webxr/layers.https.html.ini create mode 100644 tests/wpt/mozilla/meta/webxr/obtain_frame.https.html.ini create mode 100644 tests/wpt/mozilla/meta/webxr/sessionavailable.https.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/MANIFEST.json create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/__dir__.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/attribs/gl-disabled-vertex-attrib.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/attribs/gl-vertex-attrib-unconsumed-out-of-bounds.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/attribs/gl-vertex-attrib-zero-issues.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/canvas/buffer-offscreen-test.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/canvas/buffer-preserve-test.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/canvas/canvas-test.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/canvas/draw-static-webgl-to-multiple-canvas-test.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/canvas/draw-webgl-to-canvas-test.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/canvas/framebuffer-bindings-affected-by-to-data-url.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/canvas/rapid-resizing.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/canvas/to-data-url-test.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/canvas/viewport-unchanged-upon-resize.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/context/context-attribute-preserve-drawing-buffer.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/context/context-attributes-alpha-depth-stencil-antialias.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/context/methods.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/context/premultiplyalpha-test.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/extensions/angle-instanced-arrays-out-of-bounds.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/extensions/oes-texture-float-with-canvas.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/extensions/oes-texture-float-with-video.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/extensions/oes-texture-half-float-with-canvas.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/extensions/oes-texture-half-float-with-video.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/extensions/oes-texture-half-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/glsl/bugs/complex-glsl-does-not-crash.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/glsl/misc/fragcolor-fragdata-invariant.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/glsl/misc/shader-varying-packing-restrictions.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/glsl/misc/shader-with-define-line-continuation.frag.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/glsl/misc/shaders-with-invariance.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/glsl/misc/shaders-with-uniform-structs.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/glsl/misc/shaders-with-varyings.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/misc/invalid-passed-params.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/misc/uninitialized-test.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/misc/webgl-specific-stencil-settings.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/more/conformance/quickCheckAPI-S_V.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/more/functions/copyTexSubImage2D.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/offscreencanvas/context-attribute-preserve-drawing-buffer.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/offscreencanvas/context-creation-worker.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/offscreencanvas/context-creation.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/offscreencanvas/context-lost-restored-worker.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/offscreencanvas/context-lost-restored.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/offscreencanvas/context-lost-worker.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/offscreencanvas/context-lost.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/offscreencanvas/methods-worker.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/offscreencanvas/methods.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/offscreencanvas/offscreencanvas-resize.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/offscreencanvas/offscreencanvas-transfer-image-bitmap.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/programs/gl-bind-attrib-location-long-names-test.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/programs/gl-bind-attrib-location-test.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/reading/read-pixels-test.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/renderbuffers/feedback-loop.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/renderbuffers/framebuffer-state-restoration.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/rendering/clipping-wide-points.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/rendering/line-rendering-quality.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/rendering/more-than-65536-indices.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/rendering/multisample-corruption.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/rendering/out-of-bounds-index-buffers.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/rendering/point-no-attributes.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/rendering/point-size.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/rendering/preservedrawingbuffer-leak.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/canvas/tex-2d-alpha-alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/canvas/tex-2d-luminance-luminance-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/canvas/tex-2d-rgb-rgb-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_blob/tex-2d-alpha-alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_blob/tex-2d-luminance-luminance-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_blob/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_blob/tex-2d-rgb-rgb-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_blob/tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_canvas/tex-2d-alpha-alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_canvas/tex-2d-luminance-luminance-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_canvas/tex-2d-rgb-rgb-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image/tex-2d-alpha-alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image/tex-2d-luminance-luminance-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image/tex-2d-rgb-rgb-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image/tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-alpha-alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-luminance-luminance-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgb-rgb-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image_data/tex-2d-alpha-alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image_data/tex-2d-luminance-luminance-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image_data/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image_data/tex-2d-rgb-rgb-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image_data/tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_video/tex-2d-alpha-alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_video/tex-2d-luminance-luminance-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_video/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_video/tex-2d-rgb-rgb-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_video/tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/misc/copy-tex-image-2d-formats.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/misc/copy-tex-image-and-sub-image-2d.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/misc/cube-incomplete-fbo.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/misc/gl-pixelstorei.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/misc/origin-clean-conformance-offscreencanvas.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/misc/tex-image-webgl.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/misc/tex-input-validation.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/misc/tex-sub-image-2d-bad-args.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/misc/tex-video-using-tex-unit-non-zero.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/misc/texture-copying-feedback-loops.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/misc/texture-fakeblack.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/misc/texture-npot-video.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/misc/texture-npot.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/misc/texture-size-cube-maps.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/misc/texture-sub-image-cube-maps.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/misc/texture-upload-size.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/svg_image/__dir__.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/video/tex-2d-alpha-alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/video/tex-2d-luminance-luminance-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/video/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/video/tex-2d-rgb-rgb-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/video/tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/video/tex-2d-rgba-rgba-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/webgl_canvas/tex-2d-alpha-alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/webgl_canvas/tex-2d-luminance-luminance-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/webgl_canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/webgl_canvas/tex-2d-rgb-rgb-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/webgl_canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/__dir__.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/attribs/gl-bindAttribLocation-aliasing-inactive.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/attribs/gl-vertex-attrib-i-render.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/buffers/buffer-type-restrictions.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/buffers/get-buffer-sub-data-validity.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/context/context-resize-changes-buffer-binding-bug.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/context/context-sharing-texture2darray-texture3d-data-bug.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/context/incorrect-context-object-behaviour.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/context/methods-2.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/context/no-experimental-webgl2.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/extensions/ext-color-buffer-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/extensions/promoted-extensions.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/glsl3/attrib-location-length-limits.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/glsl3/shader-linking.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/glsl3/shader-with-1024-character-define.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/glsl3/shader-with-1024-character-identifier.frag.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/glsl3/shader-with-mis-matching-uniform-block.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/glsl3/texture-offset-out-of-range.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/glsl3/uniform-location-length-limits.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/glsl3/valid-invariant.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/misc/expando-loss-2.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/misc/uninitialized-test-2.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/misc/views-with-offsets.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/offscreencanvas/__dir__.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/offscreencanvas/context-creation-worker.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/offscreencanvas/context-creation.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/offscreencanvas/methods-2-worker.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/offscreencanvas/methods-2.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/offscreencanvas/offscreencanvas-transfer-image-bitmap.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/programs/sampler-uniforms.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/reading/read-pixels-from-fbo-test.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/reading/read-pixels-pack-parameters.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/renderbuffers/framebuffer-object-attachment.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/renderbuffers/framebuffer-test.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/renderbuffers/framebuffer-texture-layer.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/renderbuffers/invalidate-framebuffer.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/renderbuffers/multisample-with-full-sample-counts.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/renderbuffers/multisampled-depth-renderbuffer-initialization.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/renderbuffers/multisampled-renderbuffer-initialization.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/renderbuffers/multisampled-stencil-renderbuffer-initialization.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/renderbuffers/readbuffer.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/attrib-type-match.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/blitframebuffer-filter-outofbounds.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/blitframebuffer-filter-srgb.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/blitframebuffer-multisampled-readbuffer.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/blitframebuffer-outside-readbuffer.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/blitframebuffer-resolve-to-back-buffer.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/blitframebuffer-scissor-enabled.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/blitframebuffer-size-overflow.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/blitframebuffer-srgb-and-linear-drawbuffers.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/blitframebuffer-stencil-only.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/blitframebuffer-test.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/clear-func-buffer-type-match.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/clear-srgb-color-buffer.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/clearbuffer-sub-source.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/clipping-wide-points.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/depth-stencil-feedback-loop.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/draw-buffers-dirty-state-bug.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/draw-buffers-driver-hang.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/draw-buffers.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/draw-with-integer-texture-base-level.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/element-index-uint.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/framebuffer-texture-changing-base-level.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/framebuffer-texture-level1.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/framebuffer-unsupported.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/fs-color-type-mismatch-color-buffer-type.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/instanced-arrays.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/line-rendering-quality.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/multisampling-fragment-evaluation.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/read-draw-when-missing-image.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/rendering-sampling-feedback-loop.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/rgb-format-support.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/rendering/uniform-block-buffer-size.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/state/gl-get-calls.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/state/gl-object-get-calls.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/canvas/__dir__.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/canvas_sub_rectangle/__dir__.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/__dir__.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-r11f_g11f_b10f-rgb-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-r11f_g11f_b10f-rgb-half_float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-r16f-red-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-r16f-red-half_float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-r32f-red-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-r8-red-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-r8ui-red_integer-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rg16f-rg-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rg16f-rg-half_float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rg32f-rg-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rg8-rg-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rg8ui-rg_integer-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rgb16f-rgb-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rgb16f-rgb-half_float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rgb32f-rgb-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rgb565-rgb-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rgb5_a1-rgba-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rgb8-rgb-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rgb9_e5-rgb-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rgb9_e5-rgb-half_float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rgba16f-rgba-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rgba16f-rgba-half_float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rgba32f-rgba-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rgba4-rgba-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rgba8-rgba-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-srgb8-rgb-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-r11f_g11f_b10f-rgb-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-r11f_g11f_b10f-rgb-half_float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-r16f-red-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-r16f-red-half_float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-r32f-red-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-r8-red-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-r8ui-red_integer-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rg16f-rg-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rg16f-rg-half_float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rg32f-rg-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rg8-rg-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rg8ui-rg_integer-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rgb16f-rgb-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rgb16f-rgb-half_float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rgb32f-rgb-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rgb565-rgb-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rgb5_a1-rgba-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rgb8-rgb-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rgb9_e5-rgb-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rgb9_e5-rgb-half_float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rgba16f-rgba-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rgba16f-rgba-half_float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rgba32f-rgba-float.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rgba4-rgba-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rgba8-rgba-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-srgb8-rgb-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image_bitmap_from_blob/__dir__.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image_bitmap_from_canvas/__dir__.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image_bitmap_from_image/__dir__.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image_bitmap_from_image_bitmap/__dir__.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image_bitmap_from_image_data/__dir__.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image_bitmap_from_video/__dir__.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/image_data/__dir__.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/active-3d-texture-bug.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/copy-texture-cube-map-AMD-bug.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/copy-texture-image-luma-format.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/copy-texture-image-same-texture.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/copy-texture-image-webgl-specific.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/copy-texture-image.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/gl-get-tex-parameter.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/origin-clean-conformance-offscreencanvas.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/tex-3d-mipmap-levels-intel-bug.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/tex-3d-size-limit.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/tex-base-level-bug.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/tex-image-and-sub-image-with-array-buffer-view-sub-source.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/tex-image-with-bad-args-from-dom-elements.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/tex-image-with-bad-args.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/tex-image-with-different-data-source.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/tex-input-validation.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/tex-mipmap-levels.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/tex-new-formats.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/tex-srgb-mipmap.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/tex-storage-2d.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/tex-storage-and-subimage-3d.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/tex-subimage3d-canvas-bug.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/tex-subimage3d-pixel-buffer-bug.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/tex-unpack-params-imagedata.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/tex-unpack-params-with-flip-y-and-premultiply-alpha.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/tex-unpack-params.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/misc/texture-npot.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/svg_image/__dir__.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/video/__dir__.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/textures/webgl_canvas/__dir__.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/transform_feedback/simultaneous_binding.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/transform_feedback/switching-objects.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/transform_feedback/too-small-buffers.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/transform_feedback/transform_feedback.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/uniforms/incompatible-texture-type-for-sampler.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/conformance2/vertex_arrays/vertex-array-object.html.ini create mode 100644 tests/wpt/webgl/meta-legacy-layout/deqp/__dir__.ini create mode 100644 tests/wpt/webgl/meta/conformance/extensions/oes-texture-float-with-image.html.ini create mode 100644 tests/wpt/webgl/meta/conformance/extensions/oes-texture-half-float-with-image.html.ini create mode 100644 tests/wpt/webgl/meta/conformance/textures/image/tex-2d-alpha-alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta/conformance/textures/image/tex-2d-luminance-luminance-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta/conformance/textures/image/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta/conformance/textures/image/tex-2d-rgb-rgb-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta/conformance/textures/image/tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini create mode 100644 tests/wpt/webgl/meta/conformance/textures/image/tex-2d-rgba-rgba-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta/conformance/textures/image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini create mode 100644 tests/wpt/webgl/meta/conformance/textures/image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini create mode 100644 tests/wpt/webgl/meta/conformance/textures/misc/origin-clean-conformance.html.ini diff --git a/python/wpt/__init__.py b/python/wpt/__init__.py index cd93e279482..21d445a2cea 100644 --- a/python/wpt/__init__.py +++ b/python/wpt/__init__.py @@ -58,8 +58,8 @@ def update_args_for_legacy_layout(kwargs: dict): kwargs["test_paths"]["/_mozilla/"]["metadata_path"] = os.path.join( WPT_PATH, "mozilla", "meta-legacy-layout" ) - kwargs["include_manifest"] = os.path.join( - WPT_PATH, "include-legacy-layout.ini" + kwargs["test_paths"]["/_webgl/"]["metadata_path"] = os.path.join( + WPT_PATH, "webgl", "meta-legacy-layout" ) diff --git a/tests/wpt/include-legacy-layout.ini b/tests/wpt/include-legacy-layout.ini deleted file mode 100644 index d77b2c55204..00000000000 --- a/tests/wpt/include-legacy-layout.ini +++ /dev/null @@ -1,209 +0,0 @@ -skip: true -[_mozilla] - skip: false - [mozilla] - skip: false -[_webgl] - skip: false -[cookies] - skip: false - [samesite] - skip: true -[cors] - skip: false -[css] - skip: true - [compositing] - skip: false - [CSS2] - skip: false - [linebox] - skip:false - [css-align] - skip: false - [css-animations] - skip: false - [css-backgrounds] - skip: false - [css-borders] - skip: false - [css-color] - skip: false - [css-conditional] - skip: false - [css-flexbox] - skip: false - [css-fonts] - skip: false - [css-images] - skip: false - [css-outline] - skip: false - [css-paint-api] - skip: false - [css-position] - skip: false - [css-style-attr] - skip: false - [css-text] - skip: false - [i18n] - skip: true - [css-text-decor] - skip: false - [css-transforms] - skip: false - [css-transitions] - skip: false - [css-ui] - skip: false - [css-values] - skip: false - [css-variables] - skip: false - [cssom] - skip: false - [cssom-view] - skip: false - [filter-effects] - skip: false - [geometry] - skip: false - [mediaqueries] - skip: false - [selectors] - skip: false -[custom-elements] - skip: false -[dom] - skip: false -[domparsing] - skip: false -[encoding] - skip: false -[eventsource] - skip: false -[fetch] - skip: false -[FileAPI] - skip: false -[fullscreen] - skip: false -[gamepad] - skip: false -[hr-time] - skip: false -[html] - skip: false - [cross-origin-embedder-policy] - skip: true - [cross-origin-opener-policy] - skip: true - [infrastructure] - skip: false - [safe-passing-of-structured-data] - skip: false - [shared-array-buffers] - skip: true - [semantics] - skip: false - [document-metadata] - skip: false - [the-meta-element] - skip: false - [pragma-directives] - skip: false - [attr-meta-http-equiv-refresh] - skip: true - [embedded-content] - skip: false - [media-elements] - skip: false - [track] - skip: false - [track-element] - skip: false - [cors] - skip: true - [scripting-1] - skip: false - [the-script-element] - skip: false - [json-module] - skip: true - [moving-between-documents] - skip: true -[js] - skip: false -[mediasession] - skip: false -[navigation-timing] - skip: false -[old-tests] - skip: true - [submission] - skip: true -[performance-timeline] - skip: false -[permissions] - skip: false -[quirks] - skip: false -[referrer-policy] - skip: false - [gen] - skip: false - [srcdoc-inherit.http-rp] - skip: true - [srcdoc-inherit.meta] - skip: true - [srcdoc.meta] - skip: true -[resource-timing] - skip: false -[selection] - skip: false -[streams] - skip: true - [readable-streams] - skip: false -[subresource-integrity] - skip: false -[touch-events] - skip: false -[uievents] - skip: false -[url] - skip: false -[wasm] - skip: false -[webaudio] - skip: false -[WebCryptoAPI] - skip: false -[webgl] - skip: false -[webidl] - skip: false -[webvr] - skip: false -[webvtt] - skip: true - [api] - skip: false -[webxr] - skip: false - [dom-overlay] - skip: true -[webmessaging] - skip: false -[websockets] - skip: false -[webstorage] - skip: false -[workers] - skip: false - [modules] - skip: true -[xhr] - skip: false diff --git a/tests/wpt/include.ini b/tests/wpt/include.ini index f4c2b4713f7..26a9e10f8c1 100644 --- a/tests/wpt/include.ini +++ b/tests/wpt/include.ini @@ -1,31 +1,57 @@ skip: true [_mozilla] - skip: true - [css] - skip: false - [mozilla] - skip: false + skip: false +[_webgl] + skip: false +[cookies] + skip: false + [samesite] + skip: true +[cors] + skip: false [css] skip: true + [compositing] + skip: false [CSS2] skip: false + [css-align] + skip: false [css-animations] skip: false - [css-masking] - [clip] - skip: false [css-backgrounds] skip: false - [css-content] + [css-borders] skip: false [css-color] skip: false + [css-content] + skip: false + [css-conditional] + skip: false [css-flexbox] skip: false + [css-fonts] + skip: false + [css-images] + skip: false [css-logical] skip: false + [css-masking] + [clip] + skip: false + [css-outline] + skip: false + [css-paint-api] + skip: false [css-position] skip: false + [css-style-attr] + skip: false + [css-text] + skip: false + [i18n] + skip: true [css-text-decor] skip: false [css-transforms] @@ -34,6 +60,8 @@ skip: true skip: false [css-ui] skip: false + [css-values] + skip: false [css-variables] skip: false [cssom] @@ -42,3 +70,143 @@ skip: true skip: false [filter-effects] skip: false + [geometry] + skip: false + [mediaqueries] + skip: false + [selectors] + skip: false +[custom-elements] + skip: false +[dom] + skip: false +[domparsing] + skip: false +[encoding] + skip: false +[eventsource] + skip: false +[fetch] + skip: false +[FileAPI] + skip: false +[fullscreen] + skip: false +[gamepad] + skip: false +[hr-time] + skip: false +[html] + skip: false + [cross-origin-embedder-policy] + skip: true + [cross-origin-opener-policy] + skip: true + [infrastructure] + skip: false + [safe-passing-of-structured-data] + skip: false + [shared-array-buffers] + skip: true + [semantics] + skip: false + [document-metadata] + skip: false + [the-meta-element] + skip: false + [pragma-directives] + skip: false + [attr-meta-http-equiv-refresh] + skip: true + [embedded-content] + skip: false + [media-elements] + skip: false + [track] + skip: false + [track-element] + skip: false + [cors] + skip: true + [scripting-1] + skip: false + [the-script-element] + skip: false + [json-module] + skip: true + [moving-between-documents] + skip: true +[js] + skip: false +[mediasession] + skip: false +[navigation-timing] + skip: false +[old-tests] + skip: true + [submission] + skip: true +[performance-timeline] + skip: false +[permissions] + skip: false +[quirks] + skip: false +[referrer-policy] + skip: false + [gen] + skip: false + [srcdoc-inherit.http-rp] + skip: true + [srcdoc-inherit.meta] + skip: true + [srcdoc.meta] + skip: true +[resource-timing] + skip: false +[selection] + skip: false +[streams] + skip: true + [readable-streams] + skip: false +[subresource-integrity] + skip: false +[touch-events] + skip: false +[uievents] + skip: false +[url] + skip: false +[wasm] + skip: false +[webaudio] + skip: false +[WebCryptoAPI] + skip: false +[webgl] + skip: false +[webidl] + skip: false +[webvr] + skip: false +[webvtt] + skip: true + [api] + skip: false +[webxr] + skip: false + [dom-overlay] + skip: true +[webmessaging] + skip: false +[websockets] + skip: false +[webstorage] + skip: false +[workers] + skip: false + [modules] + skip: true +[xhr] + skip: false diff --git a/tests/wpt/meta-legacy-layout/css/css-content/attr-case-sensitivity-001.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/attr-case-sensitivity-001.html.ini new file mode 100644 index 00000000000..18a4974b46c --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/attr-case-sensitivity-001.html.ini @@ -0,0 +1,2 @@ +[attr-case-sensitivity-001.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/attr-case-sensitivity-002.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/attr-case-sensitivity-002.html.ini new file mode 100644 index 00000000000..c4c495049ee --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/attr-case-sensitivity-002.html.ini @@ -0,0 +1,2 @@ +[attr-case-sensitivity-002.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/computed-value.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/computed-value.html.ini new file mode 100644 index 00000000000..6ccac8243bb --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/computed-value.html.ini @@ -0,0 +1,3 @@ +[computed-value.html] + [initial computed value of content for elements is not none] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/content-animation.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/content-animation.html.ini new file mode 100644 index 00000000000..3aec3f85a1f --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/content-animation.html.ini @@ -0,0 +1,3 @@ +[content-animation.html] + [The content property can be animated with a discrete animation type.] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/content-no-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/content-no-interpolation.html.ini new file mode 100644 index 00000000000..005dd6b8727 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/content-no-interpolation.html.ini @@ -0,0 +1,39 @@ +[content-no-interpolation.html] + [CSS Transitions: property from [initial\] to ["b"\] at (-0.3) should be ["b"\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to ["b"\] at (0) should be ["b"\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to ["b"\] at (0.3) should be ["b"\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to ["b"\] at (-0.3) should be ["b"\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to ["b"\] at (0) should be ["b"\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to ["b"\] at (0.3) should be ["b"\]] + expected: FAIL + + [Web Animations: property from [initial\] to ["b"\] at (-0.3) should be [initial\]] + expected: FAIL + + [Web Animations: property from [initial\] to ["b"\] at (0) should be [initial\]] + expected: FAIL + + [Web Animations: property from [initial\] to ["b"\] at (0.3) should be [initial\]] + expected: FAIL + + [Web Animations: property from [initial\] to ["b"\] at (0.5) should be ["b"\]] + expected: FAIL + + [Web Animations: property from [initial\] to ["b"\] at (0.6) should be ["b"\]] + expected: FAIL + + [Web Animations: property from [initial\] to ["b"\] at (1) should be ["b"\]] + expected: FAIL + + [Web Animations: property from [initial\] to ["b"\] at (1.5) should be ["b"\]] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/content-none-details.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/content-none-details.html.ini new file mode 100644 index 00000000000..da7d72fab72 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/content-none-details.html.ini @@ -0,0 +1,2 @@ +[content-none-details.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/content-none-fieldset.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/content-none-fieldset.html.ini new file mode 100644 index 00000000000..31fcd007f73 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/content-none-fieldset.html.ini @@ -0,0 +1,2 @@ +[content-none-fieldset.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/content-none-math.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/content-none-math.html.ini new file mode 100644 index 00000000000..4981841e75a --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/content-none-math.html.ini @@ -0,0 +1,2 @@ +[content-none-math.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/content-none-root-block.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/content-none-root-block.html.ini new file mode 100644 index 00000000000..19ae7c8eedf --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/content-none-root-block.html.ini @@ -0,0 +1,2 @@ +[content-none-root-block.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/content-none-root-columns.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/content-none-root-columns.html.ini new file mode 100644 index 00000000000..5c5f5269337 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/content-none-root-columns.html.ini @@ -0,0 +1,2 @@ +[content-none-root-columns.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/content-none-root-flex.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/content-none-root-flex.html.ini new file mode 100644 index 00000000000..b88749220c2 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/content-none-root-flex.html.ini @@ -0,0 +1,2 @@ +[content-none-root-flex.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/content-none-root-grid.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/content-none-root-grid.html.ini new file mode 100644 index 00000000000..2408b4b9b01 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/content-none-root-grid.html.ini @@ -0,0 +1,2 @@ +[content-none-root-grid.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/content-none-root-ruby.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/content-none-root-ruby.html.ini new file mode 100644 index 00000000000..ba35ea1ca7b --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/content-none-root-ruby.html.ini @@ -0,0 +1,2 @@ +[content-none-root-ruby.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/content-none-root-table.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/content-none-root-table.html.ini new file mode 100644 index 00000000000..1fbbe99ad66 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/content-none-root-table.html.ini @@ -0,0 +1,2 @@ +[content-none-root-table.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/content-none-select-2.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/content-none-select-2.html.ini new file mode 100644 index 00000000000..c649634ad2a --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/content-none-select-2.html.ini @@ -0,0 +1,2 @@ +[content-none-select-2.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/content-none-span-dynamic.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/content-none-span-dynamic.html.ini new file mode 100644 index 00000000000..36d34882e06 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/content-none-span-dynamic.html.ini @@ -0,0 +1,2 @@ +[content-none-span-dynamic.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/content-none-span.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/content-none-span.html.ini new file mode 100644 index 00000000000..012460a05e6 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/content-none-span.html.ini @@ -0,0 +1,2 @@ +[content-none-span.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/content-none-table.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/content-none-table.html.ini new file mode 100644 index 00000000000..340e5433d70 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/content-none-table.html.ini @@ -0,0 +1,2 @@ +[content-none-table.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/element-replacement-alt.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/element-replacement-alt.html.ini new file mode 100644 index 00000000000..0b4ac9ba3f3 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/element-replacement-alt.html.ini @@ -0,0 +1,2 @@ +[element-replacement-alt.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/element-replacement-dynamic.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/element-replacement-dynamic.html.ini new file mode 100644 index 00000000000..1c96657a92d --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/element-replacement-dynamic.html.ini @@ -0,0 +1,2 @@ +[element-replacement-dynamic.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/element-replacement-gradient.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/element-replacement-gradient.html.ini new file mode 100644 index 00000000000..50ec3648517 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/element-replacement-gradient.html.ini @@ -0,0 +1,2 @@ +[element-replacement-gradient.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/element-replacement-image-no-src.tentative.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/element-replacement-image-no-src.tentative.html.ini new file mode 100644 index 00000000000..5f917397997 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/element-replacement-image-no-src.tentative.html.ini @@ -0,0 +1,2 @@ +[element-replacement-image-no-src.tentative.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/element-replacement-image-src.tentative.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/element-replacement-image-src.tentative.html.ini new file mode 100644 index 00000000000..9652ba7ce06 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/element-replacement-image-src.tentative.html.ini @@ -0,0 +1,2 @@ +[element-replacement-image-src.tentative.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/element-replacement-on-replaced-element.tentative.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/element-replacement-on-replaced-element.tentative.html.ini new file mode 100644 index 00000000000..7bd1c2d4164 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/element-replacement-on-replaced-element.tentative.html.ini @@ -0,0 +1,2 @@ +[element-replacement-on-replaced-element.tentative.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/element-replacement.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/element-replacement.html.ini new file mode 100644 index 00000000000..8d442a62bac --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/element-replacement.html.ini @@ -0,0 +1,2 @@ +[element-replacement.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/inheritance.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/inheritance.html.ini new file mode 100644 index 00000000000..e44a71b84c6 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/inheritance.html.ini @@ -0,0 +1,12 @@ +[inheritance.html] + [Property bookmark-level has initial value none] + expected: FAIL + + [Property bookmark-level does not inherit] + expected: FAIL + + [Property bookmark-state has initial value open] + expected: FAIL + + [Property bookmark-state does not inherit] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/pseudo-element-inline-box.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/pseudo-element-inline-box.html.ini new file mode 100644 index 00000000000..205ac3ba6cb --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/pseudo-element-inline-box.html.ini @@ -0,0 +1,2 @@ +[pseudo-element-inline-box.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/quotes-003.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/quotes-003.html.ini new file mode 100644 index 00000000000..83b50d86b39 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/quotes-003.html.ini @@ -0,0 +1,2 @@ +[quotes-003.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/quotes-004.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/quotes-004.html.ini new file mode 100644 index 00000000000..7518e946aa3 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/quotes-004.html.ini @@ -0,0 +1,2 @@ +[quotes-004.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/quotes-005.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/quotes-005.html.ini new file mode 100644 index 00000000000..302f2daa755 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/quotes-005.html.ini @@ -0,0 +1,2 @@ +[quotes-005.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/quotes-008.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/quotes-008.html.ini new file mode 100644 index 00000000000..5cb3a2a8383 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/quotes-008.html.ini @@ -0,0 +1,2 @@ +[quotes-008.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/quotes-009.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/quotes-009.html.ini new file mode 100644 index 00000000000..04699d2239a --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/quotes-009.html.ini @@ -0,0 +1,2 @@ +[quotes-009.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/quotes-010.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/quotes-010.html.ini new file mode 100644 index 00000000000..15c7e6e1457 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/quotes-010.html.ini @@ -0,0 +1,2 @@ +[quotes-010.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/quotes-011.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/quotes-011.html.ini new file mode 100644 index 00000000000..43de1aac4b1 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/quotes-011.html.ini @@ -0,0 +1,2 @@ +[quotes-011.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/quotes-013.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/quotes-013.html.ini new file mode 100644 index 00000000000..a79ab7475a3 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/quotes-013.html.ini @@ -0,0 +1,2 @@ +[quotes-013.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/quotes-015.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/quotes-015.html.ini new file mode 100644 index 00000000000..5b3a331d34a --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/quotes-015.html.ini @@ -0,0 +1,2 @@ +[quotes-015.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/quotes-016.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/quotes-016.html.ini new file mode 100644 index 00000000000..90393afab7f --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/quotes-016.html.ini @@ -0,0 +1,2 @@ +[quotes-016.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/quotes-021.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/quotes-021.html.ini new file mode 100644 index 00000000000..1fdeb758913 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/quotes-021.html.ini @@ -0,0 +1,2 @@ +[quotes-021.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/quotes-026.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/quotes-026.html.ini new file mode 100644 index 00000000000..3b442679653 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/quotes-026.html.ini @@ -0,0 +1,2 @@ +[quotes-026.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/quotes-030.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/quotes-030.html.ini new file mode 100644 index 00000000000..053c60d2d05 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/quotes-030.html.ini @@ -0,0 +1,2 @@ +[quotes-030.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/quotes-034.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/quotes-034.html.ini new file mode 100644 index 00000000000..114dd63217d --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/quotes-034.html.ini @@ -0,0 +1,2 @@ +[quotes-034.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/quotes-first-letter-001.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/quotes-first-letter-001.html.ini new file mode 100644 index 00000000000..475ea8859ca --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/quotes-first-letter-001.html.ini @@ -0,0 +1,2 @@ +[quotes-first-letter-001.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/quotes-first-letter-002.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/quotes-first-letter-002.html.ini new file mode 100644 index 00000000000..ac6448ef250 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/quotes-first-letter-002.html.ini @@ -0,0 +1,2 @@ +[quotes-first-letter-002.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/quotes-first-letter-003.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/quotes-first-letter-003.html.ini new file mode 100644 index 00000000000..0aa7222bd06 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/quotes-first-letter-003.html.ini @@ -0,0 +1,2 @@ +[quotes-first-letter-003.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/quotes-first-letter-004.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/quotes-first-letter-004.html.ini new file mode 100644 index 00000000000..25ab55b56c7 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/quotes-first-letter-004.html.ini @@ -0,0 +1,2 @@ +[quotes-first-letter-004.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/quotes-first-letter-005.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/quotes-first-letter-005.html.ini new file mode 100644 index 00000000000..38d34096ee2 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/quotes-first-letter-005.html.ini @@ -0,0 +1,2 @@ +[quotes-first-letter-005.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/quotes-slot-scoping.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/quotes-slot-scoping.html.ini new file mode 100644 index 00000000000..d6d7a8fd026 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-content/quotes-slot-scoping.html.ini @@ -0,0 +1,2 @@ +[quotes-slot-scoping.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/animation-001.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/animation-001.html.ini new file mode 100644 index 00000000000..96184d4ffed --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/animation-001.html.ini @@ -0,0 +1,75 @@ +[animation-001.html] + [Logical properties can be animated using object notation] + expected: FAIL + + [Logical properties can be animated using array notation] + expected: FAIL + + [Logical properties are NOT stored as physical properties] + expected: FAIL + + [Logical properties in animations respect the writing-mode] + expected: FAIL + + [Logical properties in animations respect the direction] + expected: FAIL + + [Physical properties win over logical properties in object notation] + expected: FAIL + + [Physical properties win over logical properties in array notation] + expected: FAIL + + [Physical properties with variables win over logical properties] + expected: FAIL + + [Logical shorthands follow the usual prioritization based on number of component longhands] + expected: FAIL + + [Physical longhands win over logical shorthands] + expected: FAIL + + [Logical longhands win over physical shorthands] + expected: FAIL + + [Physical shorthands win over logical shorthands] + expected: FAIL + + [Physical shorthands using variables win over logical shorthands] + expected: FAIL + + [Physical properties and logical properties can be mixed] + expected: FAIL + + [Physical shorthands and logical shorthands can be mixed] + expected: FAIL + + [Physical properties win over logical properties even when some keyframes only have logical properties] + expected: FAIL + + [Animations update when the writing-mode is changed] + expected: FAIL + + [Filling animations update when the writing-mode is changed] + expected: FAIL + + [Animations with implicit from values update when the writing-mode is changed] + expected: FAIL + + [Animations with overlapping physical and logical properties update when the writing-mode is changed] + expected: FAIL + + [Animations update when the writing-mode is changed through a CSS variable] + expected: FAIL + + [Animations update when the direction is changed] + expected: FAIL + + [Logical shorthand with variable references animates correctly] + expected: FAIL + + [writing-mode is not animatable] + expected: FAIL + + [direction is not animatable] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/animation-002.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/animation-002.html.ini new file mode 100644 index 00000000000..1041a80e4bd --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/animation-002.html.ini @@ -0,0 +1,2 @@ +[animation-002.html] + expected: CRASH diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/animation-003.tentative.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/animation-003.tentative.html.ini new file mode 100644 index 00000000000..c52b0055555 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/animation-003.tentative.html.ini @@ -0,0 +1,3 @@ +[animation-003.tentative.html] + [Logical properties are represented as physical properties in keyframes] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/animation-004.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/animation-004.html.ini new file mode 100644 index 00000000000..c02b75269ad --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/animation-004.html.ini @@ -0,0 +1,21 @@ +[animation-004.html] + [Logical properties in transitions respect the writing-mode] + expected: FAIL + + [Transitions update when the writing-mode is changed] + expected: FAIL + + [Filling transitions update when the writing-mode is changed] + expected: FAIL + + [The number of interpolating properties can be increased when the writing-mode is changed] + expected: FAIL + + [The number of interpolating properties can be decreased when the writing-mode is changed] + expected: FAIL + + [Transitions update when the writing-mode is changed through a CSS variable] + expected: FAIL + + [Transitions from physical to logical update when the direction is changed] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/animations/caption-side-no-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/animations/caption-side-no-interpolation.html.ini new file mode 100644 index 00000000000..e8ccc72c38f --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/animations/caption-side-no-interpolation.html.ini @@ -0,0 +1,39 @@ +[caption-side-no-interpolation.html] + [CSS Transitions: property from [initial\] to [bottom\] at (-0.3) should be [bottom\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [bottom\] at (0) should be [bottom\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [bottom\] at (0.3) should be [bottom\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [bottom\] at (-0.3) should be [bottom\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [bottom\] at (0) should be [bottom\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [bottom\] at (0.3) should be [bottom\]] + expected: FAIL + + [Web Animations: property from [initial\] to [bottom\] at (-0.3) should be [initial\]] + expected: FAIL + + [Web Animations: property from [initial\] to [bottom\] at (0) should be [initial\]] + expected: FAIL + + [Web Animations: property from [initial\] to [bottom\] at (0.3) should be [initial\]] + expected: FAIL + + [Web Animations: property from [initial\] to [bottom\] at (0.5) should be [bottom\]] + expected: FAIL + + [Web Animations: property from [initial\] to [bottom\] at (0.6) should be [bottom\]] + expected: FAIL + + [Web Animations: property from [initial\] to [bottom\] at (1) should be [bottom\]] + expected: FAIL + + [Web Animations: property from [initial\] to [bottom\] at (1.5) should be [bottom\]] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/animations/float-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/animations/float-interpolation.html.ini new file mode 100644 index 00000000000..66665e6ad4c --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/animations/float-interpolation.html.ini @@ -0,0 +1,39 @@ +[float-interpolation.html] + [CSS Transitions: property from [left\] to [right\] at (-0.3) should be [right\]] + expected: FAIL + + [CSS Transitions: property from [left\] to [right\] at (0) should be [right\]] + expected: FAIL + + [CSS Transitions: property from [left\] to [right\] at (0.3) should be [right\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [left\] to [right\] at (-0.3) should be [right\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [left\] to [right\] at (0) should be [right\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [left\] to [right\] at (0.3) should be [right\]] + expected: FAIL + + [Web Animations: property from [left\] to [right\] at (-0.3) should be [left\]] + expected: FAIL + + [Web Animations: property from [left\] to [right\] at (0) should be [left\]] + expected: FAIL + + [Web Animations: property from [left\] to [right\] at (0.3) should be [left\]] + expected: FAIL + + [Web Animations: property from [left\] to [right\] at (0.5) should be [right\]] + expected: FAIL + + [Web Animations: property from [left\] to [right\] at (0.6) should be [right\]] + expected: FAIL + + [Web Animations: property from [left\] to [right\] at (1) should be [right\]] + expected: FAIL + + [Web Animations: property from [left\] to [right\] at (1.5) should be [right\]] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/animations/padding-block-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/animations/padding-block-interpolation.html.ini new file mode 100644 index 00000000000..d265516358f --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/animations/padding-block-interpolation.html.ini @@ -0,0 +1,18 @@ +[padding-block-interpolation.html] + [Web Animations: property from [10px\] to [20px\] at (-0.3) should be [7px\]] + expected: FAIL + + [Web Animations: property from [10px\] to [20px\] at (0) should be [10px\]] + expected: FAIL + + [Web Animations: property from [10px\] to [20px\] at (0.3) should be [13px\]] + expected: FAIL + + [Web Animations: property from [10px\] to [20px\] at (0.6) should be [16px\]] + expected: FAIL + + [Web Animations: property from [10px\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [10px\] to [20px\] at (1.5) should be [25px\]] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/animations/padding-inline-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/animations/padding-inline-interpolation.html.ini new file mode 100644 index 00000000000..4a960b4db80 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/animations/padding-inline-interpolation.html.ini @@ -0,0 +1,18 @@ +[padding-inline-interpolation.html] + [Web Animations: property from [10px\] to [20px\] at (-0.3) should be [7px\]] + expected: FAIL + + [Web Animations: property from [10px\] to [20px\] at (0) should be [10px\]] + expected: FAIL + + [Web Animations: property from [10px\] to [20px\] at (0.3) should be [13px\]] + expected: FAIL + + [Web Animations: property from [10px\] to [20px\] at (0.6) should be [16px\]] + expected: FAIL + + [Web Animations: property from [10px\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [10px\] to [20px\] at (1.5) should be [25px\]] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/getComputedStyle-listing.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/getComputedStyle-listing.html.ini new file mode 100644 index 00000000000..3dbae428fbb --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/getComputedStyle-listing.html.ini @@ -0,0 +1,90 @@ +[getComputedStyle-listing.html] + [border-block-end-color] + expected: FAIL + + [border-block-end-style] + expected: FAIL + + [border-block-end-width] + expected: FAIL + + [border-block-start-color] + expected: FAIL + + [border-block-start-style] + expected: FAIL + + [border-block-start-width] + expected: FAIL + + [border-inline-end-color] + expected: FAIL + + [border-inline-end-style] + expected: FAIL + + [border-inline-end-width] + expected: FAIL + + [border-inline-start-color] + expected: FAIL + + [border-inline-start-style] + expected: FAIL + + [border-inline-start-width] + expected: FAIL + + [inset-block-start] + expected: FAIL + + [inset-block-end] + expected: FAIL + + [inset-inline-start] + expected: FAIL + + [inset-inline-end] + expected: FAIL + + [margin-block-start] + expected: FAIL + + [margin-block-end] + expected: FAIL + + [margin-inline-start] + expected: FAIL + + [margin-inline-end] + expected: FAIL + + [padding-block-start] + expected: FAIL + + [padding-block-end] + expected: FAIL + + [padding-inline-start] + expected: FAIL + + [padding-inline-end] + expected: FAIL + + [block-size] + expected: FAIL + + [inline-size] + expected: FAIL + + [max-block-size] + expected: FAIL + + [max-inline-size] + expected: FAIL + + [min-block-size] + expected: FAIL + + [min-inline-size] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/inheritance.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/inheritance.html.ini new file mode 100644 index 00000000000..73f1267ebf7 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/inheritance.html.ini @@ -0,0 +1,12 @@ +[inheritance.html] + [Property block-size has initial value 0px] + expected: FAIL + + [Property inline-size has initial value 294px] + expected: FAIL + + [Property min-block-size has initial value 0px] + expected: FAIL + + [Property min-inline-size has initial value 0px] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-border-color.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-border-color.html.ini new file mode 100644 index 00000000000..20d5c6ff857 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-border-color.html.ini @@ -0,0 +1,105 @@ +[logical-box-border-color.html] + [Test that border-inline-color shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that border-block-color shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that border-color shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that logical border-*-color properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-color shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-color properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-color properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical border-*-color properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-color shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-color properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-color properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical border-*-color properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-color shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-color properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-color properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical border-*-color properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-color shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-color properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-color properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical border-*-color properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-color shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-color properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-color properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that logical border-*-color properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-color shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-color properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-color properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical border-*-color properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-color shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-color properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-color properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical border-*-color properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-color shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-color properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-color properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-border-radius.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-border-radius.html.ini new file mode 100644 index 00000000000..664c18a2711 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-border-radius.html.ini @@ -0,0 +1,72 @@ +[logical-box-border-radius.html] + [Test that logical border-*-radius properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-radius properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-radius properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical border-*-radius properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-radius properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-radius properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical border-*-radius properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-radius properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-radius properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical border-*-radius properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-radius properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-radius properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical border-*-radius properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-radius properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-radius properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that logical border-*-radius properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-radius properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-radius properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical border-*-radius properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-radius properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-radius properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical border-*-radius properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-radius properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-radius properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-border-shorthands.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-border-shorthands.html.ini new file mode 100644 index 00000000000..fe647e08ad2 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-border-shorthands.html.ini @@ -0,0 +1,129 @@ +[logical-box-border-shorthands.html] + [Test that border-inline shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that border-block shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that border shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that logical border-* properties share computed values with their physical associates, with 'writing-mode: horizontal-tb; direction: ltr; '.] + expected: FAIL + + [Test that border-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: horizontal-tb; direction: ltr; '.] + expected: FAIL + + [Test that border-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: horizontal-tb; direction: ltr; '.] + expected: FAIL + + [Test that border-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: horizontal-tb; direction: ltr; '.] + expected: FAIL + + [Test that logical border-* properties share computed values with their physical associates, with 'writing-mode: horizontal-tb; direction: rtl; '.] + expected: FAIL + + [Test that border-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: horizontal-tb; direction: rtl; '.] + expected: FAIL + + [Test that border-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: horizontal-tb; direction: rtl; '.] + expected: FAIL + + [Test that border-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: horizontal-tb; direction: rtl; '.] + expected: FAIL + + [Test that logical border-* properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical border-* properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical border-* properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical border-* properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical border-* properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that logical border-* properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical border-* properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical border-* properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-border-style.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-border-style.html.ini new file mode 100644 index 00000000000..f14a1d23b4d --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-border-style.html.ini @@ -0,0 +1,105 @@ +[logical-box-border-style.html] + [Test that border-inline-style shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that border-block-style shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that border-style shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that logical border-*-style properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-style shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-style properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-style properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical border-*-style properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-style shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-style properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-style properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical border-*-style properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-style shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-style properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-style properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical border-*-style properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-style shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-style properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-style properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical border-*-style properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-style shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-style properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-style properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that logical border-*-style properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-style shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-style properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-style properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical border-*-style properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-style shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-style properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-style properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical border-*-style properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-style shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-style properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-style properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-border-width.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-border-width.html.ini new file mode 100644 index 00000000000..3f774bb88d0 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-border-width.html.ini @@ -0,0 +1,105 @@ +[logical-box-border-width.html] + [Test that border-inline-width shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that border-block-width shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that border-width shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that logical border-*-width properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-width shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-width properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-width properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical border-*-width properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-width shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-width properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that border-*-width properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical border-*-width properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-width shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-width properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-width properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical border-*-width properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-width shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-width properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that border-*-width properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical border-*-width properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-width shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-width properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-width properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that logical border-*-width properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-width shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-width properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-width properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical border-*-width properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-width shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-width properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that border-*-width properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical border-*-width properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-width shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-width properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that border-*-width properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-inset.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-inset.html.ini new file mode 100644 index 00000000000..9fcdd724951 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-inset.html.ini @@ -0,0 +1,129 @@ +[logical-box-inset.html] + [Test that inset-inline shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that inset-block shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that inset shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that logical inset-* properties share computed values with their physical associates, with 'writing-mode: horizontal-tb; direction: ltr; '.] + expected: FAIL + + [Test that inset-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: horizontal-tb; direction: ltr; '.] + expected: FAIL + + [Test that inset-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: horizontal-tb; direction: ltr; '.] + expected: FAIL + + [Test that inset-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: horizontal-tb; direction: ltr; '.] + expected: FAIL + + [Test that logical inset-* properties share computed values with their physical associates, with 'writing-mode: horizontal-tb; direction: rtl; '.] + expected: FAIL + + [Test that inset-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: horizontal-tb; direction: rtl; '.] + expected: FAIL + + [Test that inset-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: horizontal-tb; direction: rtl; '.] + expected: FAIL + + [Test that inset-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: horizontal-tb; direction: rtl; '.] + expected: FAIL + + [Test that logical inset-* properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that inset-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that inset-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that inset-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical inset-* properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that inset-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that inset-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that inset-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical inset-* properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that inset-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that inset-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that inset-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical inset-* properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that inset-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that inset-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that inset-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical inset-* properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that inset-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that inset-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that inset-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that logical inset-* properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that inset-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that inset-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that inset-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical inset-* properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that inset-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that inset-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that inset-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical inset-* properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that inset-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that inset-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that inset-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-margin.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-margin.html.ini new file mode 100644 index 00000000000..f429e64700d --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-margin.html.ini @@ -0,0 +1,105 @@ +[logical-box-margin.html] + [Test that margin-inline shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that margin-block shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that margin shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that logical margin-* properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that margin-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that margin-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that margin-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical margin-* properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that margin-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that margin-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that margin-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical margin-* properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that margin-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that margin-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that margin-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical margin-* properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that margin-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that margin-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that margin-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical margin-* properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that margin-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that margin-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that margin-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that logical margin-* properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that margin-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that margin-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that margin-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical margin-* properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that margin-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that margin-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that margin-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical margin-* properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that margin-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that margin-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that margin-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-padding.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-padding.html.ini new file mode 100644 index 00000000000..9b03b6b55e7 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-padding.html.ini @@ -0,0 +1,105 @@ +[logical-box-padding.html] + [Test that padding-inline shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that padding-block shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that padding shorthand sets longhands and serializes correctly.] + expected: FAIL + + [Test that logical padding-* properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that padding-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that padding-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that padding-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical padding-* properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that padding-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that padding-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that padding-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical padding-* properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that padding-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that padding-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that padding-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical padding-* properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that padding-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that padding-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that padding-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical padding-* properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that padding-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that padding-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that padding-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that logical padding-* properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that padding-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that padding-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that padding-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical padding-* properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that padding-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that padding-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that padding-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical padding-* properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that padding-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that padding-* properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that padding-* properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-size.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-size.html.ini new file mode 100644 index 00000000000..b0fef08a98a --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/logical-box-size.html.ini @@ -0,0 +1,216 @@ +[logical-box-size.html] + [Test that logical sizing properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical sizing properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical sizing properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical sizing properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical sizing properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that logical sizing properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical sizing properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical sizing properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that logical max sizing properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that max sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that max sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical max sizing properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that max sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that max sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical max sizing properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that max sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that max sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical max sizing properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that max sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that max sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical max sizing properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that max sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that max sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that logical max sizing properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that max sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that max sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical max sizing properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that max sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that max sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical max sizing properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that max sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that max sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that logical min sizing properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that min sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that min sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical min sizing properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that min sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that min sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: rtl; '.] + expected: FAIL + + [Test that logical min sizing properties share computed values with their physical associates, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that min sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that min sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical min sizing properties share computed values with their physical associates, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that min sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that min sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-rl; direction: ltr; '.] + expected: FAIL + + [Test that logical min sizing properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that min sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that min sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: rtl; '.] + expected: FAIL + + [Test that logical min sizing properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that min sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that min sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical min sizing properties share computed values with their physical associates, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that min sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that min sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: vertical-lr; direction: ltr; '.] + expected: FAIL + + [Test that logical min sizing properties share computed values with their physical associates, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that min sizing properties honor order of appearance when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL + + [Test that min sizing properties honor selector specificty when both logical and physical associates are declared, with 'writing-mode: sideways-lr; direction: rtl; '.] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/logical-values-float-clear-3.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/logical-values-float-clear-3.html.ini new file mode 100644 index 00000000000..df83a444327 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/logical-values-float-clear-3.html.ini @@ -0,0 +1,2 @@ +[logical-values-float-clear-3.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/logical-values-float-clear-4.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/logical-values-float-clear-4.html.ini new file mode 100644 index 00000000000..98c3b5a751d --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/logical-values-float-clear-4.html.ini @@ -0,0 +1,2 @@ +[logical-values-float-clear-4.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/logical-values-float-clear-reftest.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/logical-values-float-clear-reftest.html.ini new file mode 100644 index 00000000000..626ab3427a5 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/logical-values-float-clear-reftest.html.ini @@ -0,0 +1,2 @@ +[logical-values-float-clear-reftest.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/logical-values-float-clear.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/logical-values-float-clear.html.ini new file mode 100644 index 00000000000..a8045bfd3eb --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/logical-values-float-clear.html.ini @@ -0,0 +1,12 @@ +[logical-values-float-clear.html] + [Test that 'clear: inline-start' is supported.] + expected: FAIL + + [Test that 'clear: inline-end' is supported.] + expected: FAIL + + [Test that 'float: inline-start' is supported.] + expected: FAIL + + [Test that 'float: inline-end' is supported.] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/logical-values-resize.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/logical-values-resize.html.ini new file mode 100644 index 00000000000..5a150ccb7aa --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/logical-values-resize.html.ini @@ -0,0 +1,6 @@ +[logical-values-resize.html] + [Test that 'resize: block' is supported.] + expected: FAIL + + [Test that 'resize: inline' is supported.] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-block-size-vlr.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-block-size-vlr.html.ini new file mode 100644 index 00000000000..a66f1a22771 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-block-size-vlr.html.ini @@ -0,0 +1,21 @@ +[logicalprops-block-size-vlr.html] + [.block 1] + expected: FAIL + + [.block 2] + expected: FAIL + + [.block 3] + expected: FAIL + + [.override 4] + expected: FAIL + + [.override 5] + expected: FAIL + + [.tablecell 6] + expected: FAIL + + [.tablecell 8] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-block-size.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-block-size.html.ini new file mode 100644 index 00000000000..62811fbcc81 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-block-size.html.ini @@ -0,0 +1,3 @@ +[logicalprops-block-size.html] + [.tablecell 6] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-inline-size-vlr.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-inline-size-vlr.html.ini new file mode 100644 index 00000000000..ca76164e252 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-inline-size-vlr.html.ini @@ -0,0 +1,21 @@ +[logicalprops-inline-size-vlr.html] + [.block 1] + expected: FAIL + + [.block 2] + expected: FAIL + + [.block 3] + expected: FAIL + + [.override 4] + expected: FAIL + + [.override 5] + expected: FAIL + + [.tablecell 6] + expected: FAIL + + [.tablecell 8] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-inline-size.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-inline-size.html.ini new file mode 100644 index 00000000000..45124bb8587 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-inline-size.html.ini @@ -0,0 +1,3 @@ +[logicalprops-inline-size.html] + [.tablecell 8] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-with-deferred-writing-mode.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-with-deferred-writing-mode.html.ini new file mode 100644 index 00000000000..e66df25bd23 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-with-deferred-writing-mode.html.ini @@ -0,0 +1,15 @@ +[logicalprops-with-deferred-writing-mode.html] + [Writing mode with variable] + expected: FAIL + + [Writing mode with nested variables] + expected: FAIL + + [Writing mode with 'inherit'] + expected: FAIL + + [Writing mode with 'revert'] + expected: FAIL + + [Writing mode with 'revert-layer'] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-with-variables.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-with-variables.html.ini new file mode 100644 index 00000000000..d84c086cefe --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/logicalprops-with-variables.html.ini @@ -0,0 +1,12 @@ +[logicalprops-with-variables.html] + [Logical longhands with variables - margin-inline] + expected: FAIL + + [Logical shorthand with 1 variable - margin-inline] + expected: FAIL + + [Logical shorthand with 2 variables - margin-inline] + expected: FAIL + + [Logical shorthand with 1 variable and 1 length - margin-inline] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/block-size-computed.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/block-size-computed.html.ini new file mode 100644 index 00000000000..5f0f225af45 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/block-size-computed.html.ini @@ -0,0 +1,12 @@ +[block-size-computed.html] + [Property block-size value 'auto'] + expected: FAIL + + [Property block-size value '20%'] + expected: FAIL + + [Property block-size value 'min-content'] + expected: FAIL + + [Property block-size value 'max-content'] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/block-size-valid.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/block-size-valid.html.ini new file mode 100644 index 00000000000..b3a281af8ec --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/block-size-valid.html.ini @@ -0,0 +1,6 @@ +[block-size-valid.html] + [e.style['block-size'\] = "min-content" should set the property value] + expected: FAIL + + [e.style['block-size'\] = "max-content" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-block-color-computed.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-block-color-computed.html.ini new file mode 100644 index 00000000000..3e897be7d77 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-block-color-computed.html.ini @@ -0,0 +1,12 @@ +[border-block-color-computed.html] + [Property border-block-color value 'rgb(34, 51, 68)'] + expected: FAIL + + [Property border-block-color value 'transparent rgb(2, 3, 4)'] + expected: FAIL + + [Property border-block-color value 'rgb(2, 3, 4) rgb(2, 3, 4)'] + expected: FAIL + + [Property border-block-color value 'currentcolor lime'] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-block-style-computed.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-block-style-computed.html.ini new file mode 100644 index 00000000000..babe848293d --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-block-style-computed.html.ini @@ -0,0 +1,9 @@ +[border-block-style-computed.html] + [Property border-block-style value 'dotted'] + expected: FAIL + + [Property border-block-style value 'double groove'] + expected: FAIL + + [Property border-block-style value 'hidden hidden'] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-block-width-computed.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-block-width-computed.html.ini new file mode 100644 index 00000000000..2a39c280549 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-block-width-computed.html.ini @@ -0,0 +1,12 @@ +[border-block-width-computed.html] + [Property border-block-width value '10px'] + expected: FAIL + + [Property border-block-width value '10px 20px'] + expected: FAIL + + [Property border-block-width value '10px 10px'] + expected: FAIL + + [width is zero if the border block style is none or hidden] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-inline-color-computed.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-inline-color-computed.html.ini new file mode 100644 index 00000000000..bd9cc3d0d08 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-inline-color-computed.html.ini @@ -0,0 +1,12 @@ +[border-inline-color-computed.html] + [Property border-inline-color value 'rgb(34, 51, 68)'] + expected: FAIL + + [Property border-inline-color value 'transparent rgb(2, 3, 4)'] + expected: FAIL + + [Property border-inline-color value 'rgb(2, 3, 4) rgb(2, 3, 4)'] + expected: FAIL + + [Property border-inline-color value 'currentcolor lime'] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-inline-style-computed.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-inline-style-computed.html.ini new file mode 100644 index 00000000000..49224803664 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-inline-style-computed.html.ini @@ -0,0 +1,9 @@ +[border-inline-style-computed.html] + [Property border-inline-style value 'dotted'] + expected: FAIL + + [Property border-inline-style value 'double groove'] + expected: FAIL + + [Property border-inline-style value 'hidden hidden'] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-inline-width-computed.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-inline-width-computed.html.ini new file mode 100644 index 00000000000..89ba39a315c --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/border-inline-width-computed.html.ini @@ -0,0 +1,12 @@ +[border-inline-width-computed.html] + [Property border-inline-width value '10px'] + expected: FAIL + + [Property border-inline-width value '10px 20px'] + expected: FAIL + + [Property border-inline-width value '10px 10px'] + expected: FAIL + + [width is zero if the border block style is none or hidden] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/inline-size-computed.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/inline-size-computed.html.ini new file mode 100644 index 00000000000..111e6f2e95b --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/inline-size-computed.html.ini @@ -0,0 +1,12 @@ +[inline-size-computed.html] + [Property inline-size value 'auto'] + expected: FAIL + + [Property inline-size value '20%'] + expected: FAIL + + [Property inline-size value 'min-content'] + expected: FAIL + + [Property inline-size value 'max-content'] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/inline-size-valid.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/inline-size-valid.html.ini new file mode 100644 index 00000000000..b3e31a26127 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/inline-size-valid.html.ini @@ -0,0 +1,6 @@ +[inline-size-valid.html] + [e.style['inline-size'\] = "min-content" should set the property value] + expected: FAIL + + [e.style['inline-size'\] = "max-content" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/inset-block-inline-computed.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/inset-block-inline-computed.html.ini new file mode 100644 index 00000000000..efb820e2ba5 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/inset-block-inline-computed.html.ini @@ -0,0 +1,24 @@ +[inset-block-inline-computed.html] + [Property inset-block value 'auto'] + expected: FAIL + + [Property inset-block value '-10px'] + expected: FAIL + + [Property inset-block value 'calc(10px - 0.5em) -20%'] + expected: FAIL + + [Property inset-block value 'auto auto'] + expected: FAIL + + [Property inset-inline value '-20%'] + expected: FAIL + + [Property inset-inline value 'calc(10px - 0.5em)'] + expected: FAIL + + [Property inset-inline value '-10px auto'] + expected: FAIL + + [Property inset-inline value 'auto calc(10px + 0.5em)'] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/inset-computed.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/inset-computed.html.ini new file mode 100644 index 00000000000..985403344b8 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/inset-computed.html.ini @@ -0,0 +1,24 @@ +[inset-computed.html] + [Property inset value 'auto'] + expected: FAIL + + [Property inset value '-10px'] + expected: FAIL + + [Property inset value 'calc(10px - 0.5em) -20%'] + expected: FAIL + + [Property inset value 'auto auto'] + expected: FAIL + + [Property inset value '10px calc(10px - 0.5em) -30px'] + expected: FAIL + + [Property inset value 'auto auto auto'] + expected: FAIL + + [Property inset value '10px 20px auto -30px'] + expected: FAIL + + [Property inset value 'auto auto auto auto'] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/margin-block-inline-computed.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/margin-block-inline-computed.html.ini new file mode 100644 index 00000000000..6f41b294720 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/margin-block-inline-computed.html.ini @@ -0,0 +1,21 @@ +[margin-block-inline-computed.html] + [Property margin-block-end value '10%'] + expected: FAIL + + [Property margin-block-start value 'calc(10% + 40px)'] + expected: FAIL + + [Property margin-inline-end value 'calc(10% + 40px)'] + expected: FAIL + + [Property margin-block value '10px'] + expected: FAIL + + [Property margin-block value '10px 20px'] + expected: FAIL + + [Property margin-inline value '30px'] + expected: FAIL + + [Property margin-inline value '30px 40px'] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/max-block-size-computed.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/max-block-size-computed.html.ini new file mode 100644 index 00000000000..03e87d288b1 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/max-block-size-computed.html.ini @@ -0,0 +1,6 @@ +[max-block-size-computed.html] + [Property max-block-size value 'min-content'] + expected: FAIL + + [Property max-block-size value 'max-content'] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/max-block-size-valid.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/max-block-size-valid.html.ini new file mode 100644 index 00000000000..e24be8e2dd4 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/max-block-size-valid.html.ini @@ -0,0 +1,6 @@ +[max-block-size-valid.html] + [e.style['max-block-size'\] = "min-content" should set the property value] + expected: FAIL + + [e.style['max-block-size'\] = "max-content" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/max-inline-size-computed.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/max-inline-size-computed.html.ini new file mode 100644 index 00000000000..f2a47ef6a3d --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/max-inline-size-computed.html.ini @@ -0,0 +1,6 @@ +[max-inline-size-computed.html] + [Property max-inline-size value 'min-content'] + expected: FAIL + + [Property max-inline-size value 'max-content'] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/max-inline-size-valid.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/max-inline-size-valid.html.ini new file mode 100644 index 00000000000..cb6b6d05960 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/max-inline-size-valid.html.ini @@ -0,0 +1,6 @@ +[max-inline-size-valid.html] + [e.style['max-inline-size'\] = "min-content" should set the property value] + expected: FAIL + + [e.style['max-inline-size'\] = "max-content" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/min-block-size-computed.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/min-block-size-computed.html.ini new file mode 100644 index 00000000000..bc7cb9f4145 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/min-block-size-computed.html.ini @@ -0,0 +1,9 @@ +[min-block-size-computed.html] + [Property min-block-size value 'auto'] + expected: FAIL + + [Property min-block-size value 'min-content'] + expected: FAIL + + [Property min-block-size value 'max-content'] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/min-block-size-valid.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/min-block-size-valid.html.ini new file mode 100644 index 00000000000..62679dd2108 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/min-block-size-valid.html.ini @@ -0,0 +1,6 @@ +[min-block-size-valid.html] + [e.style['min-block-size'\] = "min-content" should set the property value] + expected: FAIL + + [e.style['min-block-size'\] = "max-content" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/min-inline-size-computed.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/min-inline-size-computed.html.ini new file mode 100644 index 00000000000..cbd4c7d9551 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/min-inline-size-computed.html.ini @@ -0,0 +1,9 @@ +[min-inline-size-computed.html] + [Property min-inline-size value 'auto'] + expected: FAIL + + [Property min-inline-size value 'min-content'] + expected: FAIL + + [Property min-inline-size value 'max-content'] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/min-inline-size-valid.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/min-inline-size-valid.html.ini new file mode 100644 index 00000000000..d8cb2c1bc9e --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/min-inline-size-valid.html.ini @@ -0,0 +1,6 @@ +[min-inline-size-valid.html] + [e.style['min-inline-size'\] = "min-content" should set the property value] + expected: FAIL + + [e.style['min-inline-size'\] = "max-content" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/parsing/padding-block-inline-computed.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/padding-block-inline-computed.html.ini new file mode 100644 index 00000000000..6310a7c7fda --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-logical/parsing/padding-block-inline-computed.html.ini @@ -0,0 +1,27 @@ +[padding-block-inline-computed.html] + [Property padding-block-end value '10%'] + expected: FAIL + + [Property padding-block-start value 'calc(10% + 40px)'] + expected: FAIL + + [Property padding-block-end value 'calc(10% - 40px)'] + expected: FAIL + + [Property padding-inline-start value 'calc(10% - 40px)'] + expected: FAIL + + [Property padding-inline-end value 'calc(10% + 40px)'] + expected: FAIL + + [Property padding-block value '10px'] + expected: FAIL + + [Property padding-block value '10px 20px'] + expected: FAIL + + [Property padding-inline value '30px'] + expected: FAIL + + [Property padding-inline value '30px 40px'] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-masking/clip/clip-no-stacking-context.html.ini b/tests/wpt/meta-legacy-layout/css/css-masking/clip/clip-no-stacking-context.html.ini new file mode 100644 index 00000000000..d9d6ef6d208 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-masking/clip/clip-no-stacking-context.html.ini @@ -0,0 +1,2 @@ +[clip-no-stacking-context.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-masking/clip/clip-rect-scroll.html.ini b/tests/wpt/meta-legacy-layout/css/css-masking/clip/clip-rect-scroll.html.ini new file mode 100644 index 00000000000..15232e99f70 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-masking/clip/clip-rect-scroll.html.ini @@ -0,0 +1,2 @@ +[clip-rect-scroll.html] + expected: FAIL diff --git a/tests/wpt/meta/FileAPI/Blob-methods-from-detached-frame.html.ini b/tests/wpt/meta/FileAPI/Blob-methods-from-detached-frame.html.ini deleted file mode 100644 index e9bfde19772..00000000000 --- a/tests/wpt/meta/FileAPI/Blob-methods-from-detached-frame.html.ini +++ /dev/null @@ -1,12 +0,0 @@ -[Blob-methods-from-detached-frame.html] - [slice()] - expected: FAIL - - [text()] - expected: FAIL - - [arrayBuffer()] - expected: FAIL - - [stream()] - expected: FAIL diff --git a/tests/wpt/meta/FileAPI/blob/Blob-constructor-endings.html.ini b/tests/wpt/meta/FileAPI/blob/Blob-constructor-endings.html.ini new file mode 100644 index 00000000000..f38d22fbdfc --- /dev/null +++ b/tests/wpt/meta/FileAPI/blob/Blob-constructor-endings.html.ini @@ -0,0 +1,57 @@ +[Blob-constructor-endings.html] + [Invalid "endings" value: null] + expected: FAIL + + [Invalid "endings" value: ""] + expected: FAIL + + [Invalid "endings" value: "invalidEnumValue"] + expected: FAIL + + [Invalid "endings" value: "Transparent"] + expected: FAIL + + [Invalid "endings" value: "NATIVE"] + expected: FAIL + + [Invalid "endings" value: 0] + expected: FAIL + + [Invalid "endings" value: {}] + expected: FAIL + + [Exception propagation from options] + expected: FAIL + + [The "endings" options property is used] + expected: FAIL + + [Input CR with endings 'native'] + expected: FAIL + + [Input CRLF with endings 'native'] + expected: FAIL + + [Input CRCR with endings 'native'] + expected: FAIL + + [Input LFCR with endings 'native'] + expected: FAIL + + [Input CRCRLF with endings 'native'] + expected: FAIL + + [Input CRLFLF with endings 'native'] + expected: FAIL + + [Input CRLFCR with endings 'native'] + expected: FAIL + + [Input CRLFCRLF with endings 'native'] + expected: FAIL + + [Input LFCRLFCR with endings 'native'] + expected: FAIL + + [CR/LF in adjacent input strings] + expected: FAIL diff --git a/tests/wpt/meta/FileAPI/blob/Blob-stream.any.js.ini b/tests/wpt/meta/FileAPI/blob/Blob-stream.any.js.ini new file mode 100644 index 00000000000..78f50edbbb2 --- /dev/null +++ b/tests/wpt/meta/FileAPI/blob/Blob-stream.any.js.ini @@ -0,0 +1,8 @@ +[Blob-stream.any.worker.html] + [Reading Blob.stream() with BYOB reader] + expected: FAIL + + +[Blob-stream.any.html] + [Reading Blob.stream() with BYOB reader] + expected: FAIL diff --git a/tests/wpt/meta/FileAPI/file/File-constructor-endings.html.ini b/tests/wpt/meta/FileAPI/file/File-constructor-endings.html.ini new file mode 100644 index 00000000000..8a864fd39b0 --- /dev/null +++ b/tests/wpt/meta/FileAPI/file/File-constructor-endings.html.ini @@ -0,0 +1,57 @@ +[File-constructor-endings.html] + [Invalid "endings" value: null] + expected: FAIL + + [Invalid "endings" value: ""] + expected: FAIL + + [Invalid "endings" value: "invalidEnumValue"] + expected: FAIL + + [Invalid "endings" value: "Transparent"] + expected: FAIL + + [Invalid "endings" value: "NATIVE"] + expected: FAIL + + [Invalid "endings" value: 0] + expected: FAIL + + [Invalid "endings" value: {}] + expected: FAIL + + [Exception propagation from options] + expected: FAIL + + [The "endings" options property is used] + expected: FAIL + + [Input CR with endings 'native'] + expected: FAIL + + [Input CRLF with endings 'native'] + expected: FAIL + + [Input CRCR with endings 'native'] + expected: FAIL + + [Input LFCR with endings 'native'] + expected: FAIL + + [Input CRCRLF with endings 'native'] + expected: FAIL + + [Input CRLFLF with endings 'native'] + expected: FAIL + + [Input CRLFCR with endings 'native'] + expected: FAIL + + [Input CRLFCRLF with endings 'native'] + expected: FAIL + + [Input LFCRLFCR with endings 'native'] + expected: FAIL + + [CR/LF in adjacent input strings] + expected: FAIL diff --git a/tests/wpt/meta/FileAPI/file/send-file-form-utf-8.html.ini b/tests/wpt/meta/FileAPI/file/send-file-form-utf-8.html.ini new file mode 100644 index 00000000000..5df706b960e --- /dev/null +++ b/tests/wpt/meta/FileAPI/file/send-file-form-utf-8.html.ini @@ -0,0 +1,18 @@ +[send-file-form-utf-8.html] + [Upload file-for-upload-in-form.txt (ASCII) in UTF-8 form] + expected: FAIL + + [Upload file-for-upload-in-form-.txt (x-user-defined) in UTF-8 form] + expected: FAIL + + [Upload file-for-upload-in-form-☺😂.txt (windows-1252) in UTF-8 form] + expected: FAIL + + [Upload file-for-upload-in-form-★星★.txt (JIS X 0201 and JIS X 0208) in UTF-8 form] + expected: FAIL + + [Upload file-for-upload-in-form-☺😂.txt (Unicode) in UTF-8 form] + expected: FAIL + + [Upload file-for-upload-in-form-ABC~‾¥≈¤・・•∙·☼★星🌟星★☼·∙•・・¤≈¥‾~XYZ.txt (Unicode) in UTF-8 form] + expected: FAIL diff --git a/tests/wpt/meta/FileAPI/file/send-file-form.html.ini b/tests/wpt/meta/FileAPI/file/send-file-form.html.ini new file mode 100644 index 00000000000..5d9c24d569f --- /dev/null +++ b/tests/wpt/meta/FileAPI/file/send-file-form.html.ini @@ -0,0 +1,3 @@ +[send-file-form.html] + [Upload file-for-upload-in-form.txt (ASCII) in UTF-8 form] + expected: FAIL diff --git a/tests/wpt/meta/FileAPI/historical.https.html.ini b/tests/wpt/meta/FileAPI/historical.https.html.ini new file mode 100644 index 00000000000..e1f469831d5 --- /dev/null +++ b/tests/wpt/meta/FileAPI/historical.https.html.ini @@ -0,0 +1,3 @@ +[historical.https.html] + [Service worker test setup] + expected: FAIL diff --git a/tests/wpt/meta/FileAPI/idlharness.html.ini b/tests/wpt/meta/FileAPI/idlharness.html.ini index 7c9625a78d8..1209b5650de 100644 --- a/tests/wpt/meta/FileAPI/idlharness.html.ini +++ b/tests/wpt/meta/FileAPI/idlharness.html.ini @@ -2,9 +2,6 @@ [Blob interface: operation text()] expected: FAIL - [Blob interface: operation stream()] - expected: FAIL - [Blob interface: operation arrayBuffer()] expected: FAIL @@ -22,4 +19,3 @@ [Blob interface: new File(["myFileBits"\], "myFileName") must inherit property "stream()" with the proper type] expected: FAIL - diff --git a/tests/wpt/meta/FileAPI/idlharness.worker.js.ini b/tests/wpt/meta/FileAPI/idlharness.worker.js.ini index c7298b20ed2..4547a92211e 100644 --- a/tests/wpt/meta/FileAPI/idlharness.worker.js.ini +++ b/tests/wpt/meta/FileAPI/idlharness.worker.js.ini @@ -2,9 +2,6 @@ [Blob interface: operation text()] expected: FAIL - [Blob interface: operation stream()] - expected: FAIL - [Blob interface: operation arrayBuffer()] expected: FAIL @@ -22,4 +19,3 @@ [Blob interface: new File(["myFileBits"\], "myFileName") must inherit property "stream()" with the proper type] expected: FAIL - diff --git a/tests/wpt/meta/FileAPI/reading-data-section/filereader_readAsDataURL.any.js.ini b/tests/wpt/meta/FileAPI/reading-data-section/filereader_readAsDataURL.any.js.ini index 4abc984317f..e417685e4c3 100644 --- a/tests/wpt/meta/FileAPI/reading-data-section/filereader_readAsDataURL.any.js.ini +++ b/tests/wpt/meta/FileAPI/reading-data-section/filereader_readAsDataURL.any.js.ini @@ -2,7 +2,13 @@ [readAsDataURL result for Blob with unspecified MIME type] expected: FAIL + [readAsDataURL result for empty Blob] + expected: FAIL + [filereader_readAsDataURL.any.worker.html] [readAsDataURL result for Blob with unspecified MIME type] expected: FAIL + + [readAsDataURL result for empty Blob] + expected: FAIL diff --git a/tests/wpt/meta/FileAPI/url/sandboxed-iframe.html.ini b/tests/wpt/meta/FileAPI/url/sandboxed-iframe.html.ini new file mode 100644 index 00000000000..a69d700b3ea --- /dev/null +++ b/tests/wpt/meta/FileAPI/url/sandboxed-iframe.html.ini @@ -0,0 +1,2 @@ +[sandboxed-iframe.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/FileAPI/url/url-format.any.js.ini b/tests/wpt/meta/FileAPI/url/url-format.any.js.ini index 01aed203a13..477dbf7d8b1 100644 --- a/tests/wpt/meta/FileAPI/url/url-format.any.js.ini +++ b/tests/wpt/meta/FileAPI/url/url-format.any.js.ini @@ -2,9 +2,7 @@ [Generated Blob URLs are unique] expected: FAIL - [Blob URL parses correctly] - expected: FAIL - [url-format.any.worker.html] - expected: CRASH + [Generated Blob URLs are unique] + expected: FAIL diff --git a/tests/wpt/meta/FileAPI/url/url-in-tags.window.js.ini b/tests/wpt/meta/FileAPI/url/url-in-tags.window.js.ini new file mode 100644 index 00000000000..474801324f1 --- /dev/null +++ b/tests/wpt/meta/FileAPI/url/url-in-tags.window.js.ini @@ -0,0 +1,4 @@ +[url-in-tags.window.html] + expected: TIMEOUT + [Blob URL fragment is implemented.] + expected: TIMEOUT diff --git a/tests/wpt/meta/FileAPI/url/url-lifetime.html.ini b/tests/wpt/meta/FileAPI/url/url-lifetime.html.ini new file mode 100644 index 00000000000..c54c7017804 --- /dev/null +++ b/tests/wpt/meta/FileAPI/url/url-lifetime.html.ini @@ -0,0 +1,6 @@ +[url-lifetime.html] + [Terminating worker revokes its URLs] + expected: FAIL + + [Removing an iframe revokes its URLs] + expected: FAIL diff --git a/tests/wpt/meta/FileAPI/url/url-reload.window.js.ini b/tests/wpt/meta/FileAPI/url/url-reload.window.js.ini new file mode 100644 index 00000000000..d76dcc5cd16 --- /dev/null +++ b/tests/wpt/meta/FileAPI/url/url-reload.window.js.ini @@ -0,0 +1,3 @@ +[url-reload.window.html] + [Reloading a blob URL succeeds even if the URL was revoked.] + expected: FAIL diff --git a/tests/wpt/meta/FileAPI/url/url-with-xhr.any.js.ini b/tests/wpt/meta/FileAPI/url/url-with-xhr.any.js.ini new file mode 100644 index 00000000000..309af1fc956 --- /dev/null +++ b/tests/wpt/meta/FileAPI/url/url-with-xhr.any.js.ini @@ -0,0 +1,8 @@ +[url-with-xhr.any.html] + [Revoke blob URL after open(), will fetch] + expected: FAIL + + +[url-with-xhr.any.worker.html] + [Revoke blob URL after open(), will fetch] + expected: FAIL diff --git a/tests/wpt/meta/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.any.js.ini new file mode 100644 index 00000000000..448d49a55d5 --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.any.js.ini @@ -0,0 +1,8 @@ +[ecdh_bits.https.any.html] + [setup - define tests] + expected: FAIL + + +[ecdh_bits.https.any.worker.html] + [setup - define tests] + expected: FAIL diff --git a/tests/wpt/meta/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.any.js.ini new file mode 100644 index 00000000000..eaf87718898 --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.any.js.ini @@ -0,0 +1,8 @@ +[ecdh_keys.https.any.html] + [setup - define tests] + expected: FAIL + + +[ecdh_keys.https.any.worker.html] + [setup - define tests] + expected: FAIL diff --git a/tests/wpt/meta/WebCryptoAPI/derive_bits_keys/hkdf.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/derive_bits_keys/hkdf.https.any.js.ini new file mode 100644 index 00000000000..96c8b5c69b7 --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/derive_bits_keys/hkdf.https.any.js.ini @@ -0,0 +1,38 @@ +[hkdf.https.any.worker.html?3001-last] + [setup - define tests] + expected: FAIL + + +[hkdf.https.any.worker.html?1-1000] + [setup - define tests] + expected: FAIL + + +[hkdf.https.any.html?3001-last] + [setup - define tests] + expected: FAIL + + +[hkdf.https.any.worker.html?1001-2000] + [setup - define tests] + expected: FAIL + + +[hkdf.https.any.html?1-1000] + [setup - define tests] + expected: FAIL + + +[hkdf.https.any.html?1001-2000] + [setup - define tests] + expected: FAIL + + +[hkdf.https.any.worker.html?2001-3000] + [setup - define tests] + expected: FAIL + + +[hkdf.https.any.html?2001-3000] + [setup - define tests] + expected: FAIL diff --git a/tests/wpt/meta/WebCryptoAPI/derive_bits_keys/pbkdf2.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/derive_bits_keys/pbkdf2.https.any.js.ini new file mode 100644 index 00000000000..34538c291fe --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/derive_bits_keys/pbkdf2.https.any.js.ini @@ -0,0 +1,88 @@ +[pbkdf2.https.any.html?3001-4000] + [setup - define tests] + expected: FAIL + + +[pbkdf2.https.any.html?4001-5000] + [setup - define tests] + expected: FAIL + + +[pbkdf2.https.any.html?6001-7000] + [setup - define tests] + expected: FAIL + + +[pbkdf2.https.any.worker.html?2001-3000] + [setup - define tests] + expected: FAIL + + +[pbkdf2.https.any.worker.html?8001-last] + [setup - define tests] + expected: FAIL + + +[pbkdf2.https.any.worker.html?4001-5000] + [setup - define tests] + expected: FAIL + + +[pbkdf2.https.any.worker.html?6001-7000] + [setup - define tests] + expected: FAIL + + +[pbkdf2.https.any.worker.html?1001-2000] + [setup - define tests] + expected: FAIL + + +[pbkdf2.https.any.html?1001-2000] + [setup - define tests] + expected: FAIL + + +[pbkdf2.https.any.worker.html?5001-6000] + [setup - define tests] + expected: FAIL + + +[pbkdf2.https.any.html?1-1000] + [setup - define tests] + expected: FAIL + + +[pbkdf2.https.any.html?7001-8000] + [setup - define tests] + expected: FAIL + + +[pbkdf2.https.any.worker.html?7001-8000] + [setup - define tests] + expected: FAIL + + +[pbkdf2.https.any.worker.html?3001-4000] + [setup - define tests] + expected: FAIL + + +[pbkdf2.https.any.html?2001-3000] + [setup - define tests] + expected: FAIL + + +[pbkdf2.https.any.html?8001-last] + [setup - define tests] + expected: FAIL + + +[pbkdf2.https.any.html?5001-6000] + [setup - define tests] + expected: FAIL + + +[pbkdf2.https.any.worker.html?1-1000] + [setup - define tests] + expected: FAIL diff --git a/tests/wpt/meta/WebCryptoAPI/encrypt_decrypt/aes_gcm_256_iv.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/encrypt_decrypt/aes_gcm_256_iv.https.any.js.ini new file mode 100644 index 00000000000..751ae3bdb5b --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/encrypt_decrypt/aes_gcm_256_iv.https.any.js.ini @@ -0,0 +1,5 @@ +[aes_gcm_256_iv.https.any.worker.html] + expected: ERROR + +[aes_gcm_256_iv.https.any.html] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/generateKey/failures_AES-CBC.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/generateKey/failures_AES-CBC.https.any.js.ini new file mode 100644 index 00000000000..142110333af --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/generateKey/failures_AES-CBC.https.any.js.ini @@ -0,0 +1,5 @@ +[failures_AES-CBC.https.any.worker.html] + expected: ERROR + +[failures_AES-CBC.https.any.html] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/generateKey/failures_AES-CTR.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/generateKey/failures_AES-CTR.https.any.js.ini new file mode 100644 index 00000000000..c51e521e045 --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/generateKey/failures_AES-CTR.https.any.js.ini @@ -0,0 +1,5 @@ +[failures_AES-CTR.https.any.worker.html] + expected: ERROR + +[failures_AES-CTR.https.any.html] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/generateKey/failures_AES-GCM.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/generateKey/failures_AES-GCM.https.any.js.ini new file mode 100644 index 00000000000..4c896a45d6d --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/generateKey/failures_AES-GCM.https.any.js.ini @@ -0,0 +1,5 @@ +[failures_AES-GCM.https.any.html] + expected: ERROR + +[failures_AES-GCM.https.any.worker.html] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/generateKey/failures_AES-KW.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/generateKey/failures_AES-KW.https.any.js.ini new file mode 100644 index 00000000000..53b6bcd9927 --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/generateKey/failures_AES-KW.https.any.js.ini @@ -0,0 +1,5 @@ +[failures_AES-KW.https.any.worker.html] + expected: ERROR + +[failures_AES-KW.https.any.html] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/generateKey/failures_ECDH.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/generateKey/failures_ECDH.https.any.js.ini new file mode 100644 index 00000000000..5d9e297e80f --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/generateKey/failures_ECDH.https.any.js.ini @@ -0,0 +1,5 @@ +[failures_ECDH.https.any.worker.html] + expected: ERROR + +[failures_ECDH.https.any.html] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/generateKey/failures_ECDSA.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/generateKey/failures_ECDSA.https.any.js.ini new file mode 100644 index 00000000000..85cc651e9bc --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/generateKey/failures_ECDSA.https.any.js.ini @@ -0,0 +1,5 @@ +[failures_ECDSA.https.any.worker.html] + expected: ERROR + +[failures_ECDSA.https.any.html] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/generateKey/failures_HMAC.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/generateKey/failures_HMAC.https.any.js.ini new file mode 100644 index 00000000000..59d4a48d499 --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/generateKey/failures_HMAC.https.any.js.ini @@ -0,0 +1,5 @@ +[failures_HMAC.https.any.worker.html] + expected: ERROR + +[failures_HMAC.https.any.html] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/generateKey/failures_RSA-OAEP.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/generateKey/failures_RSA-OAEP.https.any.js.ini new file mode 100644 index 00000000000..2a5ffad84d3 --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/generateKey/failures_RSA-OAEP.https.any.js.ini @@ -0,0 +1,5 @@ +[failures_RSA-OAEP.https.any.html] + expected: ERROR + +[failures_RSA-OAEP.https.any.worker.html] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/generateKey/failures_RSA-PSS.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/generateKey/failures_RSA-PSS.https.any.js.ini new file mode 100644 index 00000000000..ca823a93c7f --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/generateKey/failures_RSA-PSS.https.any.js.ini @@ -0,0 +1,5 @@ +[failures_RSA-PSS.https.any.html] + expected: ERROR + +[failures_RSA-PSS.https.any.worker.html] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/generateKey/failures_RSASSA-PKCS1-v1_5.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/generateKey/failures_RSASSA-PKCS1-v1_5.https.any.js.ini new file mode 100644 index 00000000000..7c4d26d4adb --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/generateKey/failures_RSASSA-PKCS1-v1_5.https.any.js.ini @@ -0,0 +1,5 @@ +[failures_RSASSA-PKCS1-v1_5.https.any.worker.html] + expected: ERROR + +[failures_RSASSA-PKCS1-v1_5.https.any.html] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/generateKey/successes_AES-CBC.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/generateKey/successes_AES-CBC.https.any.js.ini new file mode 100644 index 00000000000..e575157dd33 --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/generateKey/successes_AES-CBC.https.any.js.ini @@ -0,0 +1,5 @@ +[successes_AES-CBC.https.any.html] + expected: ERROR + +[successes_AES-CBC.https.any.worker.html] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/generateKey/successes_AES-CTR.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/generateKey/successes_AES-CTR.https.any.js.ini new file mode 100644 index 00000000000..72c753d60a1 --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/generateKey/successes_AES-CTR.https.any.js.ini @@ -0,0 +1,5 @@ +[successes_AES-CTR.https.any.html] + expected: ERROR + +[successes_AES-CTR.https.any.worker.html] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/generateKey/successes_AES-GCM.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/generateKey/successes_AES-GCM.https.any.js.ini new file mode 100644 index 00000000000..84d83fe5c9c --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/generateKey/successes_AES-GCM.https.any.js.ini @@ -0,0 +1,5 @@ +[successes_AES-GCM.https.any.html] + expected: ERROR + +[successes_AES-GCM.https.any.worker.html] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/generateKey/successes_AES-KW.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/generateKey/successes_AES-KW.https.any.js.ini new file mode 100644 index 00000000000..902025c5bc8 --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/generateKey/successes_AES-KW.https.any.js.ini @@ -0,0 +1,5 @@ +[successes_AES-KW.https.any.html] + expected: ERROR + +[successes_AES-KW.https.any.worker.html] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/generateKey/successes_ECDH.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/generateKey/successes_ECDH.https.any.js.ini new file mode 100644 index 00000000000..80acb0acebe --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/generateKey/successes_ECDH.https.any.js.ini @@ -0,0 +1,5 @@ +[successes_ECDH.https.any.worker.html] + expected: ERROR + +[successes_ECDH.https.any.html] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/generateKey/successes_ECDSA.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/generateKey/successes_ECDSA.https.any.js.ini new file mode 100644 index 00000000000..48a4877d13e --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/generateKey/successes_ECDSA.https.any.js.ini @@ -0,0 +1,5 @@ +[successes_ECDSA.https.any.html] + expected: ERROR + +[successes_ECDSA.https.any.worker.html] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/generateKey/successes_HMAC.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/generateKey/successes_HMAC.https.any.js.ini new file mode 100644 index 00000000000..3585d5bb75e --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/generateKey/successes_HMAC.https.any.js.ini @@ -0,0 +1,5 @@ +[successes_HMAC.https.any.worker.html] + expected: ERROR + +[successes_HMAC.https.any.html] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.any.js.ini new file mode 100644 index 00000000000..46e32463dc7 --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.any.js.ini @@ -0,0 +1,95 @@ +[successes_RSA-OAEP.https.any.worker.html?1-10] + expected: ERROR + +[successes_RSA-OAEP.https.any.html?151-last] + expected: ERROR + +[successes_RSA-OAEP.https.any.html?31-40] + expected: ERROR + +[successes_RSA-OAEP.https.any.worker.html?31-40] + expected: ERROR + +[successes_RSA-OAEP.https.any.worker.html?71-80] + expected: ERROR + +[successes_RSA-OAEP.https.any.worker.html?11-20] + expected: ERROR + +[successes_RSA-OAEP.https.any.worker.html?101-110] + expected: ERROR + +[successes_RSA-OAEP.https.any.html?41-50] + expected: ERROR + +[successes_RSA-OAEP.https.any.worker.html?41-50] + expected: ERROR + +[successes_RSA-OAEP.https.any.worker.html?111-120] + expected: ERROR + +[successes_RSA-OAEP.https.any.html?61-70] + expected: ERROR + +[successes_RSA-OAEP.https.any.html?21-30] + expected: ERROR + +[successes_RSA-OAEP.https.any.html?11-20] + expected: ERROR + +[successes_RSA-OAEP.https.any.html?141-150] + expected: ERROR + +[successes_RSA-OAEP.https.any.worker.html?131-140] + expected: ERROR + +[successes_RSA-OAEP.https.any.worker.html?61-70] + expected: ERROR + +[successes_RSA-OAEP.https.any.worker.html?81-90] + expected: ERROR + +[successes_RSA-OAEP.https.any.html?131-140] + expected: ERROR + +[successes_RSA-OAEP.https.any.html?71-80] + expected: ERROR + +[successes_RSA-OAEP.https.any.html?1-10] + expected: ERROR + +[successes_RSA-OAEP.https.any.html?81-90] + expected: ERROR + +[successes_RSA-OAEP.https.any.worker.html?21-30] + expected: ERROR + +[successes_RSA-OAEP.https.any.worker.html?151-last] + expected: ERROR + +[successes_RSA-OAEP.https.any.html?121-130] + expected: ERROR + +[successes_RSA-OAEP.https.any.html?101-110] + expected: ERROR + +[successes_RSA-OAEP.https.any.worker.html?91-100] + expected: ERROR + +[successes_RSA-OAEP.https.any.html?91-100] + expected: ERROR + +[successes_RSA-OAEP.https.any.worker.html?51-60] + expected: ERROR + +[successes_RSA-OAEP.https.any.html?111-120] + expected: ERROR + +[successes_RSA-OAEP.https.any.worker.html?121-130] + expected: ERROR + +[successes_RSA-OAEP.https.any.worker.html?141-150] + expected: ERROR + +[successes_RSA-OAEP.https.any.html?51-60] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any.js.ini new file mode 100644 index 00000000000..b4975103c45 --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any.js.ini @@ -0,0 +1,23 @@ +[successes_RSA-PSS.https.any.worker.html?21-30] + expected: ERROR + +[successes_RSA-PSS.https.any.html?31-last] + expected: ERROR + +[successes_RSA-PSS.https.any.worker.html?31-last] + expected: ERROR + +[successes_RSA-PSS.https.any.html?1-10] + expected: ERROR + +[successes_RSA-PSS.https.any.html?21-30] + expected: ERROR + +[successes_RSA-PSS.https.any.html?11-20] + expected: ERROR + +[successes_RSA-PSS.https.any.worker.html?11-20] + expected: ERROR + +[successes_RSA-PSS.https.any.worker.html?1-10] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/generateKey/successes_RSASSA-PKCS1-v1_5.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/generateKey/successes_RSASSA-PKCS1-v1_5.https.any.js.ini new file mode 100644 index 00000000000..7dc229fa38c --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/generateKey/successes_RSASSA-PKCS1-v1_5.https.any.js.ini @@ -0,0 +1,23 @@ +[successes_RSASSA-PKCS1-v1_5.https.any.worker.html?11-20] + expected: ERROR + +[successes_RSASSA-PKCS1-v1_5.https.any.worker.html?1-10] + expected: ERROR + +[successes_RSASSA-PKCS1-v1_5.https.any.html?1-10] + expected: ERROR + +[successes_RSASSA-PKCS1-v1_5.https.any.worker.html?31-last] + expected: ERROR + +[successes_RSASSA-PKCS1-v1_5.https.any.html?11-20] + expected: ERROR + +[successes_RSASSA-PKCS1-v1_5.https.any.html?31-last] + expected: ERROR + +[successes_RSASSA-PKCS1-v1_5.https.any.worker.html?21-30] + expected: ERROR + +[successes_RSASSA-PKCS1-v1_5.https.any.html?21-30] + expected: ERROR diff --git a/tests/wpt/meta/WebCryptoAPI/historical.any.js.ini b/tests/wpt/meta/WebCryptoAPI/historical.any.js.ini new file mode 100644 index 00000000000..d3e9081582f --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/historical.any.js.ini @@ -0,0 +1,6 @@ +[historical.any.html] + +[historical.any.sharedworker.html] + expected: ERROR + +[historical.any.worker.html] diff --git a/tests/wpt/meta/WebCryptoAPI/import_export/ec_importKey.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/import_export/ec_importKey.https.any.js.ini index 20fd3d91938..ccb45e9861d 100644 --- a/tests/wpt/meta/WebCryptoAPI/import_export/ec_importKey.https.any.js.ini +++ b/tests/wpt/meta/WebCryptoAPI/import_export/ec_importKey.https.any.js.ini @@ -323,6 +323,78 @@ [Good parameters: P-521 bits (raw, buffer(67, compressed), {name: ECDH, namedCurve: P-521}, false, [\])] expected: FAIL + [Empty Usages: P-256 bits (pkcs8, buffer(138), {name: ECDSA, namedCurve: P-256}, true, [\])] + expected: FAIL + + [Empty Usages: P-256 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-256}, true, [\])] + expected: FAIL + + [Empty Usages: P-256 bits (pkcs8, buffer(138), {name: ECDSA, namedCurve: P-256}, false, [\])] + expected: FAIL + + [Empty Usages: P-256 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-256}, false, [\])] + expected: FAIL + + [Empty Usages: P-384 bits (pkcs8, buffer(185), {name: ECDSA, namedCurve: P-384}, true, [\])] + expected: FAIL + + [Empty Usages: P-384 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-384}, true, [\])] + expected: FAIL + + [Empty Usages: P-384 bits (pkcs8, buffer(185), {name: ECDSA, namedCurve: P-384}, false, [\])] + expected: FAIL + + [Empty Usages: P-384 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-384}, false, [\])] + expected: FAIL + + [Empty Usages: P-521 bits (pkcs8, buffer(241), {name: ECDSA, namedCurve: P-521}, true, [\])] + expected: FAIL + + [Empty Usages: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-521}, true, [\])] + expected: FAIL + + [Empty Usages: P-521 bits (pkcs8, buffer(241), {name: ECDSA, namedCurve: P-521}, false, [\])] + expected: FAIL + + [Empty Usages: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-521}, false, [\])] + expected: FAIL + + [Empty Usages: P-256 bits (pkcs8, buffer(138), {name: ECDH, namedCurve: P-256}, true, [\])] + expected: FAIL + + [Empty Usages: P-256 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-256}, true, [\])] + expected: FAIL + + [Empty Usages: P-256 bits (pkcs8, buffer(138), {name: ECDH, namedCurve: P-256}, false, [\])] + expected: FAIL + + [Empty Usages: P-256 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-256}, false, [\])] + expected: FAIL + + [Empty Usages: P-384 bits (pkcs8, buffer(185), {name: ECDH, namedCurve: P-384}, true, [\])] + expected: FAIL + + [Empty Usages: P-384 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-384}, true, [\])] + expected: FAIL + + [Empty Usages: P-384 bits (pkcs8, buffer(185), {name: ECDH, namedCurve: P-384}, false, [\])] + expected: FAIL + + [Empty Usages: P-384 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-384}, false, [\])] + expected: FAIL + + [Empty Usages: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, true, [\])] + expected: FAIL + + [Empty Usages: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, true, [\])] + expected: FAIL + + [Empty Usages: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, false, [\])] + expected: FAIL + + [Empty Usages: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [\])] + expected: FAIL + [ec_importKey.https.any.worker.html] [Good parameters: P-256 bits (spki, buffer(91), {name: ECDSA, namedCurve: P-256}, true, [\])] @@ -648,3 +720,75 @@ [Good parameters: P-521 bits (raw, buffer(67, compressed), {name: ECDH, namedCurve: P-521}, false, [\])] expected: FAIL + + [Empty Usages: P-256 bits (pkcs8, buffer(138), {name: ECDSA, namedCurve: P-256}, true, [\])] + expected: FAIL + + [Empty Usages: P-256 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-256}, true, [\])] + expected: FAIL + + [Empty Usages: P-256 bits (pkcs8, buffer(138), {name: ECDSA, namedCurve: P-256}, false, [\])] + expected: FAIL + + [Empty Usages: P-256 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-256}, false, [\])] + expected: FAIL + + [Empty Usages: P-384 bits (pkcs8, buffer(185), {name: ECDSA, namedCurve: P-384}, true, [\])] + expected: FAIL + + [Empty Usages: P-384 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-384}, true, [\])] + expected: FAIL + + [Empty Usages: P-384 bits (pkcs8, buffer(185), {name: ECDSA, namedCurve: P-384}, false, [\])] + expected: FAIL + + [Empty Usages: P-384 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-384}, false, [\])] + expected: FAIL + + [Empty Usages: P-521 bits (pkcs8, buffer(241), {name: ECDSA, namedCurve: P-521}, true, [\])] + expected: FAIL + + [Empty Usages: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-521}, true, [\])] + expected: FAIL + + [Empty Usages: P-521 bits (pkcs8, buffer(241), {name: ECDSA, namedCurve: P-521}, false, [\])] + expected: FAIL + + [Empty Usages: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-521}, false, [\])] + expected: FAIL + + [Empty Usages: P-256 bits (pkcs8, buffer(138), {name: ECDH, namedCurve: P-256}, true, [\])] + expected: FAIL + + [Empty Usages: P-256 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-256}, true, [\])] + expected: FAIL + + [Empty Usages: P-256 bits (pkcs8, buffer(138), {name: ECDH, namedCurve: P-256}, false, [\])] + expected: FAIL + + [Empty Usages: P-256 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-256}, false, [\])] + expected: FAIL + + [Empty Usages: P-384 bits (pkcs8, buffer(185), {name: ECDH, namedCurve: P-384}, true, [\])] + expected: FAIL + + [Empty Usages: P-384 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-384}, true, [\])] + expected: FAIL + + [Empty Usages: P-384 bits (pkcs8, buffer(185), {name: ECDH, namedCurve: P-384}, false, [\])] + expected: FAIL + + [Empty Usages: P-384 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-384}, false, [\])] + expected: FAIL + + [Empty Usages: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, true, [\])] + expected: FAIL + + [Empty Usages: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, true, [\])] + expected: FAIL + + [Empty Usages: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, false, [\])] + expected: FAIL + + [Empty Usages: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [\])] + expected: FAIL diff --git a/tests/wpt/meta/WebCryptoAPI/import_export/okp_importKey_failures_Ed25519.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/import_export/okp_importKey_failures_Ed25519.https.any.js.ini index c1b505a94d6..5f9f5a1866a 100644 --- a/tests/wpt/meta/WebCryptoAPI/import_export/okp_importKey_failures_Ed25519.https.any.js.ini +++ b/tests/wpt/meta/WebCryptoAPI/import_export/okp_importKey_failures_Ed25519.https.any.js.ini @@ -731,6 +731,18 @@ [Bad key length: importKey(raw, {name: Ed25519}, false, [verify, verify\])] expected: FAIL + [Empty usages: importKey(pkcs8, {name: Ed25519}, true, [\])] + expected: FAIL + + [Empty usages: importKey(pkcs8, {name: Ed25519}, false, [\])] + expected: FAIL + + [Empty usages: importKey(jwk(private), {name: Ed25519}, true, [\])] + expected: FAIL + + [Empty usages: importKey(jwk(private), {name: Ed25519}, false, [\])] + expected: FAIL + [okp_importKey_failures_Ed25519.https.any.html] [Bad usages: importKey(spki, {name: Ed25519}, true, [encrypt\])] @@ -1464,3 +1476,15 @@ [Bad key length: importKey(raw, {name: Ed25519}, false, [verify, verify\])] expected: FAIL + + [Empty usages: importKey(pkcs8, {name: Ed25519}, true, [\])] + expected: FAIL + + [Empty usages: importKey(pkcs8, {name: Ed25519}, false, [\])] + expected: FAIL + + [Empty usages: importKey(jwk(private), {name: Ed25519}, true, [\])] + expected: FAIL + + [Empty usages: importKey(jwk(private), {name: Ed25519}, false, [\])] + expected: FAIL diff --git a/tests/wpt/meta/WebCryptoAPI/import_export/okp_importKey_failures_Ed448.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/import_export/okp_importKey_failures_Ed448.https.any.js.ini index 9b794a6f26d..53e0d58bd6a 100644 --- a/tests/wpt/meta/WebCryptoAPI/import_export/okp_importKey_failures_Ed448.https.any.js.ini +++ b/tests/wpt/meta/WebCryptoAPI/import_export/okp_importKey_failures_Ed448.https.any.js.ini @@ -737,6 +737,18 @@ [Bad key length: importKey(raw, {name: Ed448}, false, [verify, verify\])] expected: FAIL + [Empty usages: importKey(pkcs8, {name: Ed448}, true, [\])] + expected: FAIL + + [Empty usages: importKey(pkcs8, {name: Ed448}, false, [\])] + expected: FAIL + + [Empty usages: importKey(jwk(private), {name: Ed448}, true, [\])] + expected: FAIL + + [Empty usages: importKey(jwk(private), {name: Ed448}, false, [\])] + expected: FAIL + [okp_importKey_failures_Ed448.https.any.html] [Bad usages: importKey(spki, {name: Ed448}, true, [encrypt\])] @@ -1476,3 +1488,15 @@ [Bad key length: importKey(raw, {name: Ed448}, false, [verify, verify\])] expected: FAIL + + [Empty usages: importKey(pkcs8, {name: Ed448}, true, [\])] + expected: FAIL + + [Empty usages: importKey(pkcs8, {name: Ed448}, false, [\])] + expected: FAIL + + [Empty usages: importKey(jwk(private), {name: Ed448}, true, [\])] + expected: FAIL + + [Empty usages: importKey(jwk(private), {name: Ed448}, false, [\])] + expected: FAIL diff --git a/tests/wpt/meta/WebCryptoAPI/import_export/okp_importKey_failures_X25519.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/import_export/okp_importKey_failures_X25519.https.any.js.ini index 88d88b1f4aa..a8050de866b 100644 --- a/tests/wpt/meta/WebCryptoAPI/import_export/okp_importKey_failures_X25519.https.any.js.ini +++ b/tests/wpt/meta/WebCryptoAPI/import_export/okp_importKey_failures_X25519.https.any.js.ini @@ -635,6 +635,18 @@ [Bad key length: importKey(raw, {name: X25519}, false, [\])] expected: FAIL + [Empty usages: importKey(pkcs8, {name: X25519}, true, [\])] + expected: FAIL + + [Empty usages: importKey(pkcs8, {name: X25519}, false, [\])] + expected: FAIL + + [Empty usages: importKey(jwk(private), {name: X25519}, true, [\])] + expected: FAIL + + [Empty usages: importKey(jwk(private), {name: X25519}, false, [\])] + expected: FAIL + [okp_importKey_failures_X25519.https.any.html] [Bad usages: importKey(spki, {name: X25519}, true, [encrypt\])] @@ -1272,3 +1284,15 @@ [Bad key length: importKey(raw, {name: X25519}, false, [\])] expected: FAIL + + [Empty usages: importKey(pkcs8, {name: X25519}, true, [\])] + expected: FAIL + + [Empty usages: importKey(pkcs8, {name: X25519}, false, [\])] + expected: FAIL + + [Empty usages: importKey(jwk(private), {name: X25519}, true, [\])] + expected: FAIL + + [Empty usages: importKey(jwk(private), {name: X25519}, false, [\])] + expected: FAIL diff --git a/tests/wpt/meta/WebCryptoAPI/import_export/okp_importKey_failures_X448.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/import_export/okp_importKey_failures_X448.https.any.js.ini index 2ea911c02b9..feeb013c613 100644 --- a/tests/wpt/meta/WebCryptoAPI/import_export/okp_importKey_failures_X448.https.any.js.ini +++ b/tests/wpt/meta/WebCryptoAPI/import_export/okp_importKey_failures_X448.https.any.js.ini @@ -647,6 +647,18 @@ [Bad key length: importKey(raw, {name: X448}, false, [\])] expected: FAIL + [Empty usages: importKey(pkcs8, {name: X448}, true, [\])] + expected: FAIL + + [Empty usages: importKey(pkcs8, {name: X448}, false, [\])] + expected: FAIL + + [Empty usages: importKey(jwk(private), {name: X448}, true, [\])] + expected: FAIL + + [Empty usages: importKey(jwk(private), {name: X448}, false, [\])] + expected: FAIL + [okp_importKey_failures_X448.https.any.worker.html] [Bad usages: importKey(spki, {name: X448}, true, [encrypt\])] @@ -1296,3 +1308,15 @@ [Bad key length: importKey(raw, {name: X448}, false, [\])] expected: FAIL + + [Empty usages: importKey(pkcs8, {name: X448}, true, [\])] + expected: FAIL + + [Empty usages: importKey(pkcs8, {name: X448}, false, [\])] + expected: FAIL + + [Empty usages: importKey(jwk(private), {name: X448}, true, [\])] + expected: FAIL + + [Empty usages: importKey(jwk(private), {name: X448}, false, [\])] + expected: FAIL diff --git a/tests/wpt/meta/WebCryptoAPI/import_export/rsa_importKey.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/import_export/rsa_importKey.https.any.js.ini index 42984c95cd0..61aa19a5fc8 100644 --- a/tests/wpt/meta/WebCryptoAPI/import_export/rsa_importKey.https.any.js.ini +++ b/tests/wpt/meta/WebCryptoAPI/import_export/rsa_importKey.https.any.js.ini @@ -1439,1444 +1439,2308 @@ [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [sign\])] expected: FAIL - -[rsa_importKey.https.any.worker.html] - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSA-OAEP}, true, [encrypt\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, true, [encrypt\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-1, name: RSA-OAEP}, true, [decrypt\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, true, [decrypt\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSA-OAEP}, false, [encrypt\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, false, [encrypt\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-1, name: RSA-OAEP}, false, [decrypt\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, false, [decrypt\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-256, name: RSA-OAEP}, true, [encrypt\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, true, [encrypt\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-256, name: RSA-OAEP}, true, [decrypt\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, true, [decrypt\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-256, name: RSA-OAEP}, false, [encrypt\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, false, [encrypt\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-256, name: RSA-OAEP}, false, [decrypt\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, false, [decrypt\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-384, name: RSA-OAEP}, true, [encrypt\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, true, [encrypt\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-384, name: RSA-OAEP}, true, [decrypt\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, true, [decrypt\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-384, name: RSA-OAEP}, false, [encrypt\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, false, [encrypt\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-384, name: RSA-OAEP}, false, [decrypt\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, false, [decrypt\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-512, name: RSA-OAEP}, true, [encrypt\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, true, [encrypt\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-512, name: RSA-OAEP}, true, [decrypt\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, true, [decrypt\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-512, name: RSA-OAEP}, false, [encrypt\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, false, [encrypt\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-512, name: RSA-OAEP}, false, [decrypt\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, false, [decrypt\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-1, name: RSA-OAEP}, true, [encrypt\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, true, [encrypt\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-1, name: RSA-OAEP}, true, [decrypt\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, true, [decrypt\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-1, name: RSA-OAEP}, false, [encrypt\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, false, [encrypt\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-1, name: RSA-OAEP}, false, [decrypt\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, false, [decrypt\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-256, name: RSA-OAEP}, true, [encrypt\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, true, [encrypt\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-256, name: RSA-OAEP}, true, [decrypt\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, true, [decrypt\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-256, name: RSA-OAEP}, false, [encrypt\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, false, [encrypt\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-256, name: RSA-OAEP}, false, [decrypt\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, false, [decrypt\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-384, name: RSA-OAEP}, true, [encrypt\])] + +[rsa_importKey.https.any.worker.html] + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSA-OAEP}, true, [encrypt\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, true, [encrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, true, [encrypt\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey, encrypt\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey, encrypt\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey\])] + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-384, name: RSA-OAEP}, true, [decrypt\])] + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-1, name: RSA-OAEP}, true, [decrypt\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, true, [decrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, true, [decrypt\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey\])] + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-384, name: RSA-OAEP}, false, [encrypt\])] + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSA-OAEP}, false, [encrypt\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, false, [encrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, false, [encrypt\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey, encrypt\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey, encrypt\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey\])] + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-384, name: RSA-OAEP}, false, [decrypt\])] + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-1, name: RSA-OAEP}, false, [decrypt\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, false, [decrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, false, [decrypt\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey\])] + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-512, name: RSA-OAEP}, true, [encrypt\])] + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-256, name: RSA-OAEP}, true, [encrypt\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, true, [encrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, true, [encrypt\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey, encrypt\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey, encrypt\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey\])] + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-512, name: RSA-OAEP}, true, [decrypt\])] + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-256, name: RSA-OAEP}, true, [decrypt\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, true, [decrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, true, [decrypt\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey\])] + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-512, name: RSA-OAEP}, false, [encrypt\])] + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-256, name: RSA-OAEP}, false, [encrypt\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, false, [encrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, false, [encrypt\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey, encrypt\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey, encrypt\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey\])] + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-512, name: RSA-OAEP}, false, [decrypt\])] + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-256, name: RSA-OAEP}, false, [decrypt\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, false, [decrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, false, [decrypt\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey\])] + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-1, name: RSA-OAEP}, true, [encrypt\])] + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-384, name: RSA-OAEP}, true, [encrypt\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, true, [encrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, true, [encrypt\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey, encrypt\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey, encrypt\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey\])] + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-384, name: RSA-OAEP}, true, [decrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, true, [decrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-384, name: RSA-OAEP}, false, [encrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, false, [encrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-384, name: RSA-OAEP}, false, [decrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, false, [decrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-512, name: RSA-OAEP}, true, [encrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, true, [encrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-512, name: RSA-OAEP}, true, [decrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, true, [decrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-512, name: RSA-OAEP}, false, [encrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, false, [encrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-512, name: RSA-OAEP}, false, [decrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, false, [decrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-1, name: RSA-OAEP}, true, [encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, true, [encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-1, name: RSA-OAEP}, true, [decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, true, [decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-1, name: RSA-OAEP}, false, [encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, false, [encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-1, name: RSA-OAEP}, false, [decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, false, [decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-256, name: RSA-OAEP}, true, [encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, true, [encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-256, name: RSA-OAEP}, true, [decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, true, [decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-256, name: RSA-OAEP}, false, [encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, false, [encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-256, name: RSA-OAEP}, false, [decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, false, [decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-384, name: RSA-OAEP}, true, [encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, true, [encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-384, name: RSA-OAEP}, true, [decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, true, [decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-384, name: RSA-OAEP}, false, [encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, false, [encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-384, name: RSA-OAEP}, false, [decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, false, [decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-512, name: RSA-OAEP}, true, [encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, true, [encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-512, name: RSA-OAEP}, true, [decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, true, [decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-512, name: RSA-OAEP}, false, [encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, false, [encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-512, name: RSA-OAEP}, false, [decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, false, [decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-1, name: RSA-OAEP}, true, [encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, true, [encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, true, [wrapKey\])] expected: FAIL [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-1, name: RSA-OAEP}, true, [decrypt\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, true, [decrypt\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, true, [decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-1, name: RSA-OAEP}, false, [encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, false, [encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-1, name: RSA-OAEP}, false, [decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, false, [decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-256, name: RSA-OAEP}, true, [encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, true, [encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-256, name: RSA-OAEP}, true, [decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, true, [decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-256, name: RSA-OAEP}, false, [encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, false, [encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-256, name: RSA-OAEP}, false, [decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, false, [decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-384, name: RSA-OAEP}, true, [encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, true, [encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-384, name: RSA-OAEP}, true, [decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, true, [decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-384, name: RSA-OAEP}, false, [encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, false, [encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-384, name: RSA-OAEP}, false, [decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, false, [decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-512, name: RSA-OAEP}, true, [encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, true, [encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-512, name: RSA-OAEP}, true, [decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, true, [decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-512, name: RSA-OAEP}, false, [encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, false, [encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-512, name: RSA-OAEP}, false, [decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, false, [decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + expected: FAIL + + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey\])] + expected: FAIL + + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSA-PSS}, true, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-PSS}, true, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-1, name: RSA-PSS}, true, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-PSS}, true, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSA-PSS}, false, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-PSS}, false, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-1, name: RSA-PSS}, false, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-PSS}, false, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-256, name: RSA-PSS}, true, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-PSS}, true, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-256, name: RSA-PSS}, true, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-PSS}, true, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-256, name: RSA-PSS}, false, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-PSS}, false, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-256, name: RSA-PSS}, false, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-PSS}, false, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-384, name: RSA-PSS}, true, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-PSS}, true, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-384, name: RSA-PSS}, true, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-PSS}, true, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-384, name: RSA-PSS}, false, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-PSS}, false, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-384, name: RSA-PSS}, false, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-PSS}, false, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-512, name: RSA-PSS}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-PSS}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-512, name: RSA-PSS}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-PSS}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, true, [unwrapKey\])] + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-512, name: RSA-PSS}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-1, name: RSA-OAEP}, false, [encrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-PSS}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, false, [encrypt\])] + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-512, name: RSA-PSS}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-PSS}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-1, name: RSA-PSS}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-PSS}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-OAEP}, false, [wrapKey\])] + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-1, name: RSA-PSS}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-1, name: RSA-OAEP}, false, [decrypt\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-PSS}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, false, [decrypt\])] + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-1, name: RSA-PSS}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-PSS}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-1, name: RSA-PSS}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-PSS}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-OAEP}, false, [unwrapKey\])] + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-256, name: RSA-PSS}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-256, name: RSA-OAEP}, true, [encrypt\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-PSS}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, true, [encrypt\])] + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-256, name: RSA-PSS}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-PSS}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-256, name: RSA-PSS}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-PSS}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, true, [wrapKey\])] + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-256, name: RSA-PSS}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-256, name: RSA-OAEP}, true, [decrypt\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-PSS}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, true, [decrypt\])] + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-384, name: RSA-PSS}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-PSS}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-384, name: RSA-PSS}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-PSS}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, true, [unwrapKey\])] + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-384, name: RSA-PSS}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-256, name: RSA-OAEP}, false, [encrypt\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-PSS}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, false, [encrypt\])] + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-384, name: RSA-PSS}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-PSS}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-512, name: RSA-PSS}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-PSS}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-OAEP}, false, [wrapKey\])] + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-512, name: RSA-PSS}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-256, name: RSA-OAEP}, false, [decrypt\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-PSS}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, false, [decrypt\])] + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-512, name: RSA-PSS}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-PSS}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-512, name: RSA-PSS}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-PSS}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-OAEP}, false, [unwrapKey\])] + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-1, name: RSA-PSS}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-384, name: RSA-OAEP}, true, [encrypt\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-PSS}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, true, [encrypt\])] + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-1, name: RSA-PSS}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-PSS}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-1, name: RSA-PSS}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-PSS}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, true, [wrapKey\])] + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-1, name: RSA-PSS}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-384, name: RSA-OAEP}, true, [decrypt\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-PSS}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, true, [decrypt\])] + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-256, name: RSA-PSS}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-PSS}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-256, name: RSA-PSS}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-PSS}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, true, [unwrapKey\])] + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-256, name: RSA-PSS}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-384, name: RSA-OAEP}, false, [encrypt\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-PSS}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, false, [encrypt\])] + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-256, name: RSA-PSS}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-PSS}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-384, name: RSA-PSS}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-PSS}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-OAEP}, false, [wrapKey\])] + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-384, name: RSA-PSS}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-384, name: RSA-OAEP}, false, [decrypt\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-PSS}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, false, [decrypt\])] + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-384, name: RSA-PSS}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-PSS}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-384, name: RSA-PSS}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-PSS}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-OAEP}, false, [unwrapKey\])] + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-512, name: RSA-PSS}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-512, name: RSA-OAEP}, true, [encrypt\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-PSS}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, true, [encrypt\])] + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-512, name: RSA-PSS}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-PSS}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey, encrypt\])] + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-512, name: RSA-PSS}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-PSS}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, true, [wrapKey\])] + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-512, name: RSA-PSS}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-512, name: RSA-OAEP}, true, [decrypt\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-PSS}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, true, [decrypt\])] + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey, decrypt\])] + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, true, [unwrapKey\])] + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-512, name: RSA-OAEP}, false, [encrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, false, [encrypt\])] + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey, encrypt\])] + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + expected: FAIL + + [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + expected: FAIL + + [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + expected: FAIL + + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + expected: FAIL + + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + expected: FAIL + + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey\])] + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-OAEP}, false, [wrapKey\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [verify\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-512, name: RSA-OAEP}, false, [decrypt\])] + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, false, [decrypt\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [sign\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey, decrypt\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [verify\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey\])] + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [sign\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-OAEP}, false, [unwrapKey\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [sign\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSA-PSS}, true, [verify\])] + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [verify\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-PSS}, true, [verify\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [verify\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-1, name: RSA-PSS}, true, [sign\])] + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [sign\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-PSS}, true, [sign\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [sign\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSA-PSS}, false, [verify\])] + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [verify\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-PSS}, false, [verify\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [verify\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-1, name: RSA-PSS}, false, [sign\])] + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [sign\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-PSS}, false, [sign\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [sign\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-256, name: RSA-PSS}, true, [verify\])] + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [verify\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-PSS}, true, [verify\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [verify\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-256, name: RSA-PSS}, true, [sign\])] + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [sign\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-PSS}, true, [sign\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [sign\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-256, name: RSA-PSS}, false, [verify\])] + [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [verify\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-PSS}, false, [verify\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [verify\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-256, name: RSA-PSS}, false, [sign\])] + [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [sign\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-PSS}, false, [sign\])] + [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [sign\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-384, name: RSA-PSS}, true, [verify\])] + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [verify\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-PSS}, true, [verify\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [verify\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-384, name: RSA-PSS}, true, [sign\])] + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [sign\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-PSS}, true, [sign\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [sign\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-384, name: RSA-PSS}, false, [verify\])] + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [verify\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-PSS}, false, [verify\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [verify\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-384, name: RSA-PSS}, false, [sign\])] + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [sign\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-PSS}, false, [sign\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [sign\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-512, name: RSA-PSS}, true, [verify\])] + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [verify\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-PSS}, true, [verify\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [verify\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-512, name: RSA-PSS}, true, [sign\])] + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [sign\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-PSS}, true, [sign\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [sign\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-512, name: RSA-PSS}, false, [verify\])] + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [verify\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-PSS}, false, [verify\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [verify\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-512, name: RSA-PSS}, false, [sign\])] + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [sign\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-PSS}, false, [sign\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [sign\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-1, name: RSA-PSS}, true, [verify\])] + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [verify\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-PSS}, true, [verify\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [verify\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-1, name: RSA-PSS}, true, [sign\])] + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [sign\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-PSS}, true, [sign\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [sign\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-1, name: RSA-PSS}, false, [verify\])] + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [verify\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-PSS}, false, [verify\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [verify\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-1, name: RSA-PSS}, false, [sign\])] + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [sign\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-PSS}, false, [sign\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [sign\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-256, name: RSA-PSS}, true, [verify\])] + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [verify\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-PSS}, true, [verify\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [verify\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-256, name: RSA-PSS}, true, [sign\])] + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [sign\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-PSS}, true, [sign\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [sign\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-256, name: RSA-PSS}, false, [verify\])] + [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [verify\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-PSS}, false, [verify\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [verify\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-256, name: RSA-PSS}, false, [sign\])] + [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [sign\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-PSS}, false, [sign\])] + [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [sign\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-384, name: RSA-PSS}, true, [verify\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-PSS}, true, [verify\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-384, name: RSA-PSS}, true, [sign\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-PSS}, true, [sign\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-384, name: RSA-PSS}, false, [verify\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-PSS}, false, [verify\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-384, name: RSA-PSS}, false, [sign\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-PSS}, false, [sign\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-512, name: RSA-PSS}, true, [verify\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-PSS}, true, [verify\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-512, name: RSA-PSS}, true, [sign\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-PSS}, true, [sign\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-512, name: RSA-PSS}, false, [verify\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-PSS}, false, [verify\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-512, name: RSA-PSS}, false, [sign\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-PSS}, false, [sign\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-1, name: RSA-PSS}, true, [verify\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-PSS}, true, [verify\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-1, name: RSA-PSS}, true, [sign\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-PSS}, true, [sign\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-1, name: RSA-PSS}, false, [verify\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSA-PSS}, false, [verify\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-1, name: RSA-PSS}, false, [sign\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSA-PSS}, false, [sign\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-256, name: RSA-PSS}, true, [verify\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-PSS}, true, [verify\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-256, name: RSA-PSS}, true, [sign\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-PSS}, true, [sign\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-256, name: RSA-PSS}, false, [verify\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSA-PSS}, false, [verify\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-256, name: RSA-PSS}, false, [sign\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSA-PSS}, false, [sign\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-384, name: RSA-PSS}, true, [verify\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-PSS}, true, [verify\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-384, name: RSA-PSS}, true, [sign\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-PSS}, true, [sign\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-384, name: RSA-PSS}, false, [verify\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSA-PSS}, false, [verify\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-384, name: RSA-PSS}, false, [sign\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSA-PSS}, false, [sign\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-512, name: RSA-PSS}, true, [verify\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-PSS}, true, [verify\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-512, name: RSA-PSS}, true, [sign\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-PSS}, true, [sign\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-512, name: RSA-PSS}, false, [verify\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSA-PSS}, false, [verify\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-512, name: RSA-PSS}, false, [sign\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSA-PSS}, false, [sign\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 1024 bits (pkcs8, buffer(636), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 1024 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (spki, buffer(294), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 2048 bits (pkcs8, buffer(1218), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 2048 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [verify\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [sign\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (spki, buffer(550), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [verify\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [\])] expected: FAIL - [Good parameters: 4096 bits (pkcs8, buffer(2376), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL - [Good parameters: 4096 bits (jwk, object(kty, n, e, d, p, q, dp, dq, qi), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [sign\])] + [Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [\])] expected: FAIL diff --git a/tests/wpt/meta/WebCryptoAPI/import_export/symmetric_importKey.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/import_export/symmetric_importKey.https.any.js.ini index dd161ca37ec..15a80d168ff 100644 --- a/tests/wpt/meta/WebCryptoAPI/import_export/symmetric_importKey.https.any.js.ini +++ b/tests/wpt/meta/WebCryptoAPI/import_export/symmetric_importKey.https.any.js.ini @@ -701,6 +701,240 @@ [Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [deriveKey\])] expected: FAIL + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: A128CTR, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CTR}, true, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: A128CTR, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CTR}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: A192CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CTR}, true, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: A192CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CTR}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: A256CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CTR}, true, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: A256CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CTR}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: A128CBC, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CBC}, true, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: A128CBC, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CBC}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: A192CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CBC}, true, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: A192CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CBC}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: A256CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CBC}, true, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: A256CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CBC}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: A128GCM, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-GCM}, true, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: A128GCM, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-GCM}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: A192GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-GCM}, true, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: A192GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-GCM}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: A256GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-GCM}, true, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: A256GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-GCM}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: A128KW, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-KW}, true, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: A128KW, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-KW}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: A192KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-KW}, true, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: A192KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-KW}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: A256KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-KW}, true, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: A256KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-KW}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-1, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-1, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-1, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-1, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-1, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-1, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-256, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-256, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-256, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-256, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-256, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-256, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-384, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-384, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-384, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-384, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-384, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-384, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-512, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-512, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-512, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-512, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-512, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-512, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [\])] + expected: FAIL + [symmetric_importKey.https.any.worker.html] [Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [encrypt\])] @@ -1404,3 +1638,237 @@ [Good parameters: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [deriveKey\])] expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: A128CTR, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CTR}, true, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: A128CTR, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CTR}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: A192CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CTR}, true, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: A192CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CTR}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: A256CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CTR}, true, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: A256CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CTR}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: A128CBC, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CBC}, true, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: A128CBC, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CBC}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: A192CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CBC}, true, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: A192CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CBC}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: A256CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CBC}, true, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: A256CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CBC}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: A128GCM, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-GCM}, true, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: A128GCM, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-GCM}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: A192GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-GCM}, true, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: A192GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-GCM}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: A256GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-GCM}, true, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: A256GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-GCM}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: A128KW, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-KW}, true, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: A128KW, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-KW}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: A192KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-KW}, true, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: A192KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-KW}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: A256KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-KW}, true, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: A256KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-KW}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-1, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-1, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-1, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-1, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-1, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-1, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-256, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-256, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-256, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-256, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-256, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-256, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-384, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-384, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-384, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-384, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-384, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-384, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-512, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-512, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-512, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-512, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-512, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-512, name: HMAC}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [\])] + expected: FAIL + + [Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [\])] + expected: FAIL + + [Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [\])] + expected: FAIL + + [Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [\])] + expected: FAIL diff --git a/tests/wpt/meta/WebCryptoAPI/secure_context/crypto-subtle-secure-context-available.https.sub.html.ini b/tests/wpt/meta/WebCryptoAPI/secure_context/crypto-subtle-secure-context-available.https.sub.html.ini new file mode 100644 index 00000000000..e02e47df950 --- /dev/null +++ b/tests/wpt/meta/WebCryptoAPI/secure_context/crypto-subtle-secure-context-available.https.sub.html.ini @@ -0,0 +1,6 @@ +[crypto-subtle-secure-context-available.https.sub.html] + [Secure context window has access to crypto.subtle] + expected: FAIL + + [Secure context worker has access to crypto.subtle] + expected: FAIL diff --git a/tests/wpt/meta/cookies/cookie-enabled-noncookie-frame.html.ini b/tests/wpt/meta/cookies/cookie-enabled-noncookie-frame.html.ini new file mode 100644 index 00000000000..eb3c6dd2f12 --- /dev/null +++ b/tests/wpt/meta/cookies/cookie-enabled-noncookie-frame.html.ini @@ -0,0 +1,4 @@ +[cookie-enabled-noncookie-frame.html] + expected: TIMEOUT + [navigator.cookieEnabled behavior on frames without cookie access] + expected: TIMEOUT diff --git a/tests/wpt/meta/cookies/navigated-away.html.ini b/tests/wpt/meta/cookies/navigated-away.html.ini new file mode 100644 index 00000000000..ca404775f55 --- /dev/null +++ b/tests/wpt/meta/cookies/navigated-away.html.ini @@ -0,0 +1,3 @@ +[navigated-away.html] + [document.cookie behavior on documents without browser context] + expected: FAIL diff --git a/tests/wpt/meta/cookies/schemeful-same-site/schemeful-navigation.tentative.html.ini b/tests/wpt/meta/cookies/schemeful-same-site/schemeful-navigation.tentative.html.ini index f2b0051bd90..6fa2ef39c51 100644 --- a/tests/wpt/meta/cookies/schemeful-same-site/schemeful-navigation.tentative.html.ini +++ b/tests/wpt/meta/cookies/schemeful-same-site/schemeful-navigation.tentative.html.ini @@ -1,8 +1,3 @@ [schemeful-navigation.tentative.html] - expected: TIMEOUT [Navigate cross-scheme] - expected: NOTRUN - - [Navigate same-scheme] - expected: TIMEOUT - + expected: FAIL diff --git a/tests/wpt/meta/cookies/schemeful-same-site/schemeful-subresource.tentative.html.ini b/tests/wpt/meta/cookies/schemeful-same-site/schemeful-subresource.tentative.html.ini index 84db651b6ad..fabea5e46c9 100644 --- a/tests/wpt/meta/cookies/schemeful-same-site/schemeful-subresource.tentative.html.ini +++ b/tests/wpt/meta/cookies/schemeful-same-site/schemeful-subresource.tentative.html.ini @@ -1,8 +1,3 @@ [schemeful-subresource.tentative.html] - expected: TIMEOUT [Cross-scheme subresources cannot sent lax/strict cookies] - expected: NOTRUN - - [Same-scheme subresources can send lax/strict cookies] - expected: TIMEOUT - + expected: FAIL diff --git a/tests/wpt/meta/cors/basic.htm.ini b/tests/wpt/meta/cors/basic.htm.ini deleted file mode 100644 index 445703908e3..00000000000 --- a/tests/wpt/meta/cors/basic.htm.ini +++ /dev/null @@ -1,10 +0,0 @@ -[basic.htm] - [Cross domain basic usage, origin: echo] - expected: FAIL - - [Cross domain different port, origin: echo] - expected: FAIL - - [Cross domain different protocol, origin: echo] - expected: FAIL - diff --git a/tests/wpt/meta/cors/client-hint-request-headers-2.tentative.htm.ini b/tests/wpt/meta/cors/client-hint-request-headers-2.tentative.htm.ini new file mode 100644 index 00000000000..f82a92eceb9 --- /dev/null +++ b/tests/wpt/meta/cors/client-hint-request-headers-2.tentative.htm.ini @@ -0,0 +1,3 @@ +[client-hint-request-headers-2.tentative.htm] + [Client hint headers are simple headers] + expected: FAIL diff --git a/tests/wpt/meta/cors/origin.htm.ini b/tests/wpt/meta/cors/origin.htm.ini new file mode 100644 index 00000000000..db80dbcdac0 --- /dev/null +++ b/tests/wpt/meta/cors/origin.htm.ini @@ -0,0 +1,9 @@ +[origin.htm] + [Disallow origin: http://web-platform.test:8000/] + expected: FAIL + + [Disallow origin: http://web-platform.test:8000#] + expected: FAIL + + [Disallow origin: HTTP://web-platform.test:8000] + expected: FAIL diff --git a/tests/wpt/meta/cors/preflight-cache.htm.ini b/tests/wpt/meta/cors/preflight-cache.htm.ini new file mode 100644 index 00000000000..f6c80d2ddbb --- /dev/null +++ b/tests/wpt/meta/cors/preflight-cache.htm.ini @@ -0,0 +1,9 @@ +[preflight-cache.htm] + [preflight for x-print should be cached] + expected: FAIL + + [age = blank, should be cached] + expected: FAIL + + [preflight first request, second from cache, wait, third should preflight again] + expected: FAIL diff --git a/tests/wpt/meta/cors/remote-origin.htm.ini b/tests/wpt/meta/cors/remote-origin.htm.ini new file mode 100644 index 00000000000..d084987fc14 --- /dev/null +++ b/tests/wpt/meta/cors/remote-origin.htm.ini @@ -0,0 +1,9 @@ +[remote-origin.htm] + [Disallow origin: http://www1.web-platform.test:8000/] + expected: FAIL + + [Disallow origin: http://www1.web-platform.test:8000#] + expected: FAIL + + [Disallow origin: HTTP://www1.web-platform.test:8000] + expected: FAIL diff --git a/tests/wpt/meta/cors/request-headers.htm.ini b/tests/wpt/meta/cors/request-headers.htm.ini new file mode 100644 index 00000000000..7d840e395fc --- /dev/null +++ b/tests/wpt/meta/cors/request-headers.htm.ini @@ -0,0 +1,3 @@ +[request-headers.htm] + [Strange allowheaders (case insensitive)] + expected: FAIL diff --git a/tests/wpt/meta/cors/status-async.htm.ini b/tests/wpt/meta/cors/status-async.htm.ini new file mode 100644 index 00000000000..3decd82af0e --- /dev/null +++ b/tests/wpt/meta/cors/status-async.htm.ini @@ -0,0 +1,36 @@ +[status-async.htm] + [Status on GET 201] + expected: FAIL + + [Status on GET 202] + expected: FAIL + + [Status on GET 203] + expected: FAIL + + [Status on GET 204] + expected: FAIL + + [Status on GET 205] + expected: FAIL + + [Status on GET 206] + expected: FAIL + + [Status on GET 209] + expected: FAIL + + [Status on GET 299] + expected: FAIL + + [Status on GET 400] + expected: FAIL + + [Status on HEAD 401] + expected: FAIL + + [Status on POST 404] + expected: FAIL + + [Status on POST 500] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/background-blending/background-blend-mode-gradient-image.html.ini b/tests/wpt/meta/css/compositing/background-blending/background-blend-mode-gradient-image.html.ini new file mode 100644 index 00000000000..d705c218d0e --- /dev/null +++ b/tests/wpt/meta/css/compositing/background-blending/background-blend-mode-gradient-image.html.ini @@ -0,0 +1,2 @@ +[background-blend-mode-gradient-image.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/compositing_simple_div.html.ini b/tests/wpt/meta/css/compositing/compositing_simple_div.html.ini new file mode 100644 index 00000000000..1165bec7977 --- /dev/null +++ b/tests/wpt/meta/css/compositing/compositing_simple_div.html.ini @@ -0,0 +1,2 @@ +[compositing_simple_div.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/inheritance.html.ini b/tests/wpt/meta/css/compositing/inheritance.html.ini new file mode 100644 index 00000000000..745aa2a9346 --- /dev/null +++ b/tests/wpt/meta/css/compositing/inheritance.html.ini @@ -0,0 +1,12 @@ +[inheritance.html] + [Property background-blend-mode has initial value normal] + expected: FAIL + + [Property background-blend-mode does not inherit] + expected: FAIL + + [Property isolation has initial value auto] + expected: FAIL + + [Property isolation does not inherit] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/isolation/animation/isolation-no-interpolation.html.ini b/tests/wpt/meta/css/compositing/isolation/animation/isolation-no-interpolation.html.ini index b5a1c83b7a5..9a874c57130 100644 --- a/tests/wpt/meta/css/compositing/isolation/animation/isolation-no-interpolation.html.ini +++ b/tests/wpt/meta/css/compositing/isolation/animation/isolation-no-interpolation.html.ini @@ -82,3 +82,12 @@ [Web Animations: property from [initial\] to [isolate\] at (1.5) should be [isolate\]] expected: FAIL + + [CSS Transitions: property from [initial\] to [isolate\] at (-0.3) should be [isolate\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [isolate\] at (0) should be [isolate\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [isolate\] at (0.3) should be [isolate\]] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-interposed.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-interposed.html.ini new file mode 100644 index 00000000000..f4ba42ba597 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-interposed.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-blended-element-interposed.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.html.ini new file mode 100644 index 00000000000..b88377b7471 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-blended-element-overflow-hidden-and-border-radius.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-overflow-scroll.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-overflow-scroll.html.ini new file mode 100644 index 00000000000..0cc8e7d5b89 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-overflow-scroll.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-blended-element-overflow-scroll.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-with-transparent-pixels.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-with-transparent-pixels.html.ini new file mode 100644 index 00000000000..e969ccfd9ae --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-with-transparent-pixels.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-blended-element-with-transparent-pixels.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-with-3D-transform.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-with-3D-transform.html.ini new file mode 100644 index 00000000000..d68e73936c6 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-with-3D-transform.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-blended-with-3D-transform.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-with-transform-and-perspective.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-with-transform-and-perspective.html.ini new file mode 100644 index 00000000000..0e16a4f7db7 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-with-transform-and-perspective.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-blended-with-transform-and-perspective.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blending-with-sibling.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blending-with-sibling.html.ini new file mode 100644 index 00000000000..51bd95228fb --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-blending-with-sibling.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-blending-with-sibling.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-border-image.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-border-image.html.ini new file mode 100644 index 00000000000..b881aa5ed82 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-border-image.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-border-image.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-both-parent-and-blended-with-3D-transform.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-both-parent-and-blended-with-3D-transform.html.ini new file mode 100644 index 00000000000..db1a30234d6 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-both-parent-and-blended-with-3D-transform.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-both-parent-and-blended-with-3D-transform.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-canvas-parent.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-canvas-parent.html.ini new file mode 100644 index 00000000000..3bca294ac5f --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-canvas-parent.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-canvas-parent.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-canvas-sibling.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-canvas-sibling.html.ini new file mode 100644 index 00000000000..2bc23c0b9b2 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-canvas-sibling.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-canvas-sibling.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-creates-stacking-context.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-creates-stacking-context.html.ini new file mode 100644 index 00000000000..bade81beba6 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-creates-stacking-context.html.ini @@ -0,0 +1,3 @@ +[mix-blend-mode-creates-stacking-context.html] + [CSS Test: an element with mix-blend-mode other than normal creates a stacking context] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-filter.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-filter.html.ini new file mode 100644 index 00000000000..e3fcc307114 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-filter.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-filter.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-iframe-parent.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-iframe-parent.html.ini new file mode 100644 index 00000000000..85229ea8e3f --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-iframe-parent.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-iframe-parent.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-iframe-sibling.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-iframe-sibling.html.ini new file mode 100644 index 00000000000..17f22fdb1af --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-iframe-sibling.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-iframe-sibling.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-image.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-image.html.ini new file mode 100644 index 00000000000..7aa3a5aefe5 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-image.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-image.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.html.ini new file mode 100644 index 00000000000..1dd7bb3ed7c --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-mask.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-mask.html.ini new file mode 100644 index 00000000000..1f039c2f7aa --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-mask.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-mask.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-overflowing-child-of-blended-element.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-overflowing-child-of-blended-element.html.ini new file mode 100644 index 00000000000..e628a53f56c --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-overflowing-child-of-blended-element.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-overflowing-child-of-blended-element.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-overflowing-child.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-overflowing-child.html.ini new file mode 100644 index 00000000000..f50a0515ca4 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-overflowing-child.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-overflowing-child.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-paragraph-background-image.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-paragraph-background-image.html.ini new file mode 100644 index 00000000000..f6d6ac3eb82 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-paragraph-background-image.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-paragraph-background-image.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-paragraph.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-paragraph.html.ini new file mode 100644 index 00000000000..fb5b6fd0006 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-paragraph.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-paragraph.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-element-overflow-hidden-and-border-radius.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-element-overflow-hidden-and-border-radius.html.ini new file mode 100644 index 00000000000..59caff80a70 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-element-overflow-hidden-and-border-radius.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-parent-element-overflow-hidden-and-border-radius.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.html.ini new file mode 100644 index 00000000000..f0050373a67 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-element-overflow-scroll.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-element-overflow-scroll.html.ini new file mode 100644 index 00000000000..87eb5cbd4c6 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-element-overflow-scroll.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-parent-element-overflow-scroll.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-with-3D-transform.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-with-3D-transform.html.ini new file mode 100644 index 00000000000..3260cfddf6f --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-with-3D-transform.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-parent-with-3D-transform.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-with-border-radius.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-with-border-radius.html.ini new file mode 100644 index 00000000000..52a1cbb7a26 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-with-border-radius.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-parent-with-border-radius.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-with-text.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-with-text.html.ini new file mode 100644 index 00000000000..8e6331ff659 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-parent-with-text.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-parent-with-text.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-script.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-script.html.ini new file mode 100644 index 00000000000..d9d62c6cff4 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-script.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-script.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-sibling-with-3D-transform.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-sibling-with-3D-transform.html.ini new file mode 100644 index 00000000000..89b4eb5a86a --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-sibling-with-3D-transform.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-sibling-with-3D-transform.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-simple.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-simple.html.ini new file mode 100644 index 00000000000..b75b4a3d3e2 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-simple.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-simple.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-stacking-context-001.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-stacking-context-001.html.ini new file mode 100644 index 00000000000..55cb6ecc51b --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-stacking-context-001.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-stacking-context-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-stacking-context-creates-isolation.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-stacking-context-creates-isolation.html.ini new file mode 100644 index 00000000000..8e3c2a518e1 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-stacking-context-creates-isolation.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-stacking-context-creates-isolation.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-svg.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-svg.html.ini new file mode 100644 index 00000000000..bb45c28602f --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-svg.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-svg.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-video.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-video.html.ini new file mode 100644 index 00000000000..26726a1734d --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-video.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-video.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-with-transform-and-preserve-3D.html.ini b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-with-transform-and-preserve-3D.html.ini new file mode 100644 index 00000000000..5277e6aca56 --- /dev/null +++ b/tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-with-transform-and-preserve-3D.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-with-transform-and-preserve-3D.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/parsing/background-blend-mode-computed.html.ini b/tests/wpt/meta/css/compositing/parsing/background-blend-mode-computed.html.ini new file mode 100644 index 00000000000..688745e4d14 --- /dev/null +++ b/tests/wpt/meta/css/compositing/parsing/background-blend-mode-computed.html.ini @@ -0,0 +1,57 @@ +[background-blend-mode-computed.html] + [Property background-blend-mode value 'normal'] + expected: FAIL + + [Property background-blend-mode value 'multiply'] + expected: FAIL + + [Property background-blend-mode value 'screen'] + expected: FAIL + + [Property background-blend-mode value 'overlay'] + expected: FAIL + + [Property background-blend-mode value 'darken'] + expected: FAIL + + [Property background-blend-mode value 'lighten'] + expected: FAIL + + [Property background-blend-mode value 'color-dodge'] + expected: FAIL + + [Property background-blend-mode value 'color-burn'] + expected: FAIL + + [Property background-blend-mode value 'hard-light'] + expected: FAIL + + [Property background-blend-mode value 'soft-light'] + expected: FAIL + + [Property background-blend-mode value 'difference'] + expected: FAIL + + [Property background-blend-mode value 'exclusion'] + expected: FAIL + + [Property background-blend-mode value 'hue'] + expected: FAIL + + [Property background-blend-mode value 'saturation'] + expected: FAIL + + [Property background-blend-mode value 'color'] + expected: FAIL + + [Property background-blend-mode value 'luminosity'] + expected: FAIL + + [Property background-blend-mode value 'normal, luminosity'] + expected: FAIL + + [Property background-blend-mode value 'screen, overlay'] + expected: FAIL + + [Property background-blend-mode value 'color, saturation'] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/parsing/background-blend-mode-valid.html.ini b/tests/wpt/meta/css/compositing/parsing/background-blend-mode-valid.html.ini new file mode 100644 index 00000000000..b2056349405 --- /dev/null +++ b/tests/wpt/meta/css/compositing/parsing/background-blend-mode-valid.html.ini @@ -0,0 +1,51 @@ +[background-blend-mode-valid.html] + [e.style['background-blend-mode'\] = "normal" should set the property value] + expected: FAIL + + [e.style['background-blend-mode'\] = "multiply" should set the property value] + expected: FAIL + + [e.style['background-blend-mode'\] = "screen" should set the property value] + expected: FAIL + + [e.style['background-blend-mode'\] = "overlay" should set the property value] + expected: FAIL + + [e.style['background-blend-mode'\] = "darken" should set the property value] + expected: FAIL + + [e.style['background-blend-mode'\] = "lighten" should set the property value] + expected: FAIL + + [e.style['background-blend-mode'\] = "color-dodge" should set the property value] + expected: FAIL + + [e.style['background-blend-mode'\] = "color-burn" should set the property value] + expected: FAIL + + [e.style['background-blend-mode'\] = "hard-light" should set the property value] + expected: FAIL + + [e.style['background-blend-mode'\] = "soft-light" should set the property value] + expected: FAIL + + [e.style['background-blend-mode'\] = "difference" should set the property value] + expected: FAIL + + [e.style['background-blend-mode'\] = "exclusion" should set the property value] + expected: FAIL + + [e.style['background-blend-mode'\] = "hue" should set the property value] + expected: FAIL + + [e.style['background-blend-mode'\] = "saturation" should set the property value] + expected: FAIL + + [e.style['background-blend-mode'\] = "color" should set the property value] + expected: FAIL + + [e.style['background-blend-mode'\] = "luminosity" should set the property value] + expected: FAIL + + [e.style['background-blend-mode'\] = "normal, luminosity" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/parsing/isolation-computed.html.ini b/tests/wpt/meta/css/compositing/parsing/isolation-computed.html.ini new file mode 100644 index 00000000000..6761f039cab --- /dev/null +++ b/tests/wpt/meta/css/compositing/parsing/isolation-computed.html.ini @@ -0,0 +1,6 @@ +[isolation-computed.html] + [Property isolation value 'auto'] + expected: FAIL + + [Property isolation value 'isolate'] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/parsing/isolation-valid.html.ini b/tests/wpt/meta/css/compositing/parsing/isolation-valid.html.ini new file mode 100644 index 00000000000..6d9593144de --- /dev/null +++ b/tests/wpt/meta/css/compositing/parsing/isolation-valid.html.ini @@ -0,0 +1,6 @@ +[isolation-valid.html] + [e.style['isolation'\] = "auto" should set the property value] + expected: FAIL + + [e.style['isolation'\] = "isolate" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/root-element-blend-mode.html.ini b/tests/wpt/meta/css/compositing/root-element-blend-mode.html.ini new file mode 100644 index 00000000000..448b96b4886 --- /dev/null +++ b/tests/wpt/meta/css/compositing/root-element-blend-mode.html.ini @@ -0,0 +1,2 @@ +[root-element-blend-mode.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/root-element-opacity-change.html.ini b/tests/wpt/meta/css/compositing/root-element-opacity-change.html.ini deleted file mode 100644 index c51daae123f..00000000000 --- a/tests/wpt/meta/css/compositing/root-element-opacity-change.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[root-element-opacity-change.html] - expected: FAIL diff --git a/tests/wpt/meta/css/compositing/svg/mix-blend-mode-in-svg-image.html.ini b/tests/wpt/meta/css/compositing/svg/mix-blend-mode-in-svg-image.html.ini new file mode 100644 index 00000000000..4ef8ef33465 --- /dev/null +++ b/tests/wpt/meta/css/compositing/svg/mix-blend-mode-in-svg-image.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-in-svg-image.html] + expected: FAIL diff --git a/tests/wpt/meta/css/compositing/svg/mix-blend-mode-svg-rectangle.html.ini b/tests/wpt/meta/css/compositing/svg/mix-blend-mode-svg-rectangle.html.ini new file mode 100644 index 00000000000..6af77d239dc --- /dev/null +++ b/tests/wpt/meta/css/compositing/svg/mix-blend-mode-svg-rectangle.html.ini @@ -0,0 +1,2 @@ +[mix-blend-mode-svg-rectangle.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/animation/align-no-interpolation.html.ini b/tests/wpt/meta/css/css-align/animation/align-no-interpolation.html.ini index 246e6680a59..b9f4bbbc41b 100644 --- a/tests/wpt/meta/css/css-align/animation/align-no-interpolation.html.ini +++ b/tests/wpt/meta/css/css-align/animation/align-no-interpolation.html.ini @@ -250,3 +250,30 @@ [CSS Animations: property from [initial\] to [baseline\] at (1.5) should be [baseline\]] expected: FAIL + + [CSS Transitions: property from [initial\] to [baseline\] at (-0.3) should be [baseline\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [baseline\] at (0) should be [baseline\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [baseline\] at (0.3) should be [baseline\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [baseline\] at (-0.3) should be [baseline\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [baseline\] at (0) should be [baseline\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [baseline\] at (0.3) should be [baseline\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [baseline\] at (-0.3) should be [baseline\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [baseline\] at (0) should be [baseline\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [baseline\] at (0.3) should be [baseline\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/animation/column-gap-composition.html.ini b/tests/wpt/meta/css/css-align/animation/column-gap-composition.html.ini new file mode 100644 index 00000000000..622aed2d6c7 --- /dev/null +++ b/tests/wpt/meta/css/css-align/animation/column-gap-composition.html.ini @@ -0,0 +1,60 @@ +[column-gap-composition.html] + [Compositing: property underlying [50px\] from add [100px\] to add [200px\] at (-0.3) should be [120px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to add [200px\] at (0) should be [150px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to add [200px\] at (0.5) should be [200px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to add [200px\] at (1) should be [250px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to add [200px\] at (1.5) should be [300px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [10px\] to add [2px\] at (-0.5) should be [114px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [10px\] to add [2px\] at (0) should be [110px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [10px\] to add [2px\] at (0.5) should be [106px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [10px\] to add [2px\] at (1) should be [102px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [10px\] to add [2px\] at (1.5) should be [98px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to replace [200px\] at (-0.3) should be [135px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to replace [200px\] at (0) should be [150px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to replace [200px\] at (0.5) should be [175px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to replace [200px\] at (1) should be [200px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to replace [200px\] at (1.5) should be [225px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [100px\] to add [normal\] at (-0.3) should be [200px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [100px\] to add [normal\] at (0) should be [200px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [100px\] to add [normal\] at (0.5) should be [normal\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [100px\] to add [normal\] at (1) should be [normal\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [100px\] to add [normal\] at (1.5) should be [normal\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/animation/column-gap-interpolation.html.ini b/tests/wpt/meta/css/css-align/animation/column-gap-interpolation.html.ini new file mode 100644 index 00000000000..9a407737464 --- /dev/null +++ b/tests/wpt/meta/css/css-align/animation/column-gap-interpolation.html.ini @@ -0,0 +1,468 @@ +[column-gap-interpolation.html] + [CSS Transitions: property from neutral to [40px\] at (-0.3) should be [1px\]] + expected: FAIL + + [CSS Transitions: property from neutral to [40px\] at (0) should be [10px\]] + expected: FAIL + + [CSS Transitions: property from neutral to [40px\] at (0.3) should be [19px\]] + expected: FAIL + + [CSS Transitions: property from neutral to [40px\] at (0.6) should be [28px\]] + expected: FAIL + + [CSS Transitions: property from neutral to [40px\] at (1) should be [40px\]] + expected: FAIL + + [CSS Transitions: property from neutral to [40px\] at (1.5) should be [55px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from neutral to [40px\] at (-0.3) should be [1px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from neutral to [40px\] at (0) should be [10px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from neutral to [40px\] at (0.3) should be [19px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from neutral to [40px\] at (0.6) should be [28px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from neutral to [40px\] at (1) should be [40px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from neutral to [40px\] at (1.5) should be [55px\]] + expected: FAIL + + [CSS Animations: property from neutral to [40px\] at (-0.3) should be [1px\]] + expected: FAIL + + [CSS Animations: property from neutral to [40px\] at (0) should be [10px\]] + expected: FAIL + + [CSS Animations: property from neutral to [40px\] at (0.3) should be [19px\]] + expected: FAIL + + [CSS Animations: property from neutral to [40px\] at (0.6) should be [28px\]] + expected: FAIL + + [CSS Animations: property from neutral to [40px\] at (1) should be [40px\]] + expected: FAIL + + [CSS Animations: property from neutral to [40px\] at (1.5) should be [55px\]] + expected: FAIL + + [Web Animations: property from neutral to [40px\] at (-0.3) should be [1px\]] + expected: FAIL + + [Web Animations: property from neutral to [40px\] at (0) should be [10px\]] + expected: FAIL + + [Web Animations: property from neutral to [40px\] at (0.3) should be [19px\]] + expected: FAIL + + [Web Animations: property from neutral to [40px\] at (0.6) should be [28px\]] + expected: FAIL + + [Web Animations: property from neutral to [40px\] at (1) should be [40px\]] + expected: FAIL + + [Web Animations: property from neutral to [40px\] at (1.5) should be [55px\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [20px\] at (-0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [20px\] at (0) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [20px\] at (0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [20px\] at (-0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [20px\] at (0) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [20px\] at (0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [initial\] to [20px\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Animations: property from [initial\] to [20px\] at (0) should be [initial\]] + expected: FAIL + + [CSS Animations: property from [initial\] to [20px\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Animations: property from [initial\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [initial\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [initial\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [initial\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (-0.3) should be [initial\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (0) should be [initial\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (0.3) should be [initial\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to [20px\] at (-0.3) should be [111px\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to [20px\] at (0) should be [90px\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to [20px\] at (0.3) should be [69px\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to [20px\] at (0.6) should be [48px\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to [20px\] at (1.5) should be [0px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [inherit\] to [20px\] at (-0.3) should be [111px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [inherit\] to [20px\] at (0) should be [90px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [inherit\] to [20px\] at (0.3) should be [69px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [inherit\] to [20px\] at (0.6) should be [48px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [inherit\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [inherit\] to [20px\] at (1.5) should be [0px\]] + expected: FAIL + + [CSS Animations: property from [inherit\] to [20px\] at (-0.3) should be [111px\]] + expected: FAIL + + [CSS Animations: property from [inherit\] to [20px\] at (0) should be [90px\]] + expected: FAIL + + [CSS Animations: property from [inherit\] to [20px\] at (0.3) should be [69px\]] + expected: FAIL + + [CSS Animations: property from [inherit\] to [20px\] at (0.6) should be [48px\]] + expected: FAIL + + [CSS Animations: property from [inherit\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [inherit\] to [20px\] at (1.5) should be [0px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (-0.3) should be [111px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (0) should be [90px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (0.3) should be [69px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (0.6) should be [48px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (1.5) should be [0px\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to [20px\] at (-0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to [20px\] at (0) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to [20px\] at (0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to [20px\] at (-0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to [20px\] at (0) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to [20px\] at (0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [unset\] to [20px\] at (-0.3) should be [unset\]] + expected: FAIL + + [CSS Animations: property from [unset\] to [20px\] at (0) should be [unset\]] + expected: FAIL + + [CSS Animations: property from [unset\] to [20px\] at (0.3) should be [unset\]] + expected: FAIL + + [CSS Animations: property from [unset\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [unset\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [unset\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [unset\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (-0.3) should be [unset\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (0) should be [unset\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (0.3) should be [unset\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [normal\] to [20px\] at (-0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [normal\] to [20px\] at (0) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [normal\] to [20px\] at (0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [normal\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [normal\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [normal\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [normal\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [normal\] to [20px\] at (-0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [normal\] to [20px\] at (0) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [normal\] to [20px\] at (0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [normal\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [normal\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [normal\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [normal\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [normal\] to [20px\] at (-0.3) should be [normal\]] + expected: FAIL + + [CSS Animations: property from [normal\] to [20px\] at (0) should be [normal\]] + expected: FAIL + + [CSS Animations: property from [normal\] to [20px\] at (0.3) should be [normal\]] + expected: FAIL + + [CSS Animations: property from [normal\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [normal\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [normal\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [normal\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [Web Animations: property from [normal\] to [20px\] at (-0.3) should be [normal\]] + expected: FAIL + + [Web Animations: property from [normal\] to [20px\] at (0) should be [normal\]] + expected: FAIL + + [Web Animations: property from [normal\] to [20px\] at (0.3) should be [normal\]] + expected: FAIL + + [Web Animations: property from [normal\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [Web Animations: property from [normal\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [Web Animations: property from [normal\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [normal\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [0px\] to [100px\] at (-0.3) should be [0\]] + expected: FAIL + + [CSS Transitions: property from [0px\] to [100px\] at (0) should be [0\]] + expected: FAIL + + [CSS Transitions: property from [0px\] to [100px\] at (0.3) should be [30px\]] + expected: FAIL + + [CSS Transitions: property from [0px\] to [100px\] at (0.6) should be [60px\]] + expected: FAIL + + [CSS Transitions: property from [0px\] to [100px\] at (1) should be [100px\]] + expected: FAIL + + [CSS Transitions: property from [0px\] to [100px\] at (1.5) should be [150px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [0px\] to [100px\] at (-0.3) should be [0\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [0px\] to [100px\] at (0) should be [0\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [0px\] to [100px\] at (0.3) should be [30px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [0px\] to [100px\] at (0.6) should be [60px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [0px\] to [100px\] at (1) should be [100px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [0px\] to [100px\] at (1.5) should be [150px\]] + expected: FAIL + + [CSS Animations: property from [0px\] to [100px\] at (-0.3) should be [0\]] + expected: FAIL + + [CSS Animations: property from [0px\] to [100px\] at (0) should be [0\]] + expected: FAIL + + [CSS Animations: property from [0px\] to [100px\] at (0.3) should be [30px\]] + expected: FAIL + + [CSS Animations: property from [0px\] to [100px\] at (0.6) should be [60px\]] + expected: FAIL + + [CSS Animations: property from [0px\] to [100px\] at (1) should be [100px\]] + expected: FAIL + + [CSS Animations: property from [0px\] to [100px\] at (1.5) should be [150px\]] + expected: FAIL + + [Web Animations: property from [0px\] to [100px\] at (-0.3) should be [0\]] + expected: FAIL + + [Web Animations: property from [0px\] to [100px\] at (0) should be [0\]] + expected: FAIL + + [Web Animations: property from [0px\] to [100px\] at (0.3) should be [30px\]] + expected: FAIL + + [Web Animations: property from [0px\] to [100px\] at (0.6) should be [60px\]] + expected: FAIL + + [Web Animations: property from [0px\] to [100px\] at (1) should be [100px\]] + expected: FAIL + + [Web Animations: property from [0px\] to [100px\] at (1.5) should be [150px\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/animation/justify-no-interpolation.html.ini b/tests/wpt/meta/css/css-align/animation/justify-no-interpolation.html.ini index a7fe12e3e2d..4baf5201aa6 100644 --- a/tests/wpt/meta/css/css-align/animation/justify-no-interpolation.html.ini +++ b/tests/wpt/meta/css/css-align/animation/justify-no-interpolation.html.ini @@ -166,3 +166,21 @@ [Web Animations: property from [initial\] to [baseline\] at (1.5) should be [baseline\]] expected: FAIL + + [CSS Transitions: property from [initial\] to [baseline\] at (-0.3) should be [baseline\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [baseline\] at (0) should be [baseline\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [baseline\] at (0.3) should be [baseline\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [baseline\] at (-0.3) should be [baseline\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [baseline\] at (0) should be [baseline\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [baseline\] at (0.3) should be [baseline\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/animation/row-gap-composition.html.ini b/tests/wpt/meta/css/css-align/animation/row-gap-composition.html.ini new file mode 100644 index 00000000000..d014850445f --- /dev/null +++ b/tests/wpt/meta/css/css-align/animation/row-gap-composition.html.ini @@ -0,0 +1,60 @@ +[row-gap-composition.html] + [Compositing: property underlying [50px\] from add [100px\] to add [200px\] at (-0.3) should be [120px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to add [200px\] at (0) should be [150px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to add [200px\] at (0.5) should be [200px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to add [200px\] at (1) should be [250px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to add [200px\] at (1.5) should be [300px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [10px\] to add [2px\] at (-0.5) should be [114px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [10px\] to add [2px\] at (0) should be [110px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [10px\] to add [2px\] at (0.5) should be [106px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [10px\] to add [2px\] at (1) should be [102px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [10px\] to add [2px\] at (1.5) should be [98px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to replace [200px\] at (-0.3) should be [135px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to replace [200px\] at (0) should be [150px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to replace [200px\] at (0.5) should be [175px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to replace [200px\] at (1) should be [200px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to replace [200px\] at (1.5) should be [225px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [100px\] to add [normal\] at (-0.3) should be [200px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [100px\] to add [normal\] at (0) should be [200px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [100px\] to add [normal\] at (0.5) should be [normal\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [100px\] to add [normal\] at (1) should be [normal\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [100px\] to add [normal\] at (1.5) should be [normal\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/animation/row-gap-interpolation.html.ini b/tests/wpt/meta/css/css-align/animation/row-gap-interpolation.html.ini new file mode 100644 index 00000000000..a5bf86d8756 --- /dev/null +++ b/tests/wpt/meta/css/css-align/animation/row-gap-interpolation.html.ini @@ -0,0 +1,468 @@ +[row-gap-interpolation.html] + [CSS Transitions: property from neutral to [40px\] at (-0.3) should be [1px\]] + expected: FAIL + + [CSS Transitions: property from neutral to [40px\] at (0) should be [10px\]] + expected: FAIL + + [CSS Transitions: property from neutral to [40px\] at (0.3) should be [19px\]] + expected: FAIL + + [CSS Transitions: property from neutral to [40px\] at (0.6) should be [28px\]] + expected: FAIL + + [CSS Transitions: property from neutral to [40px\] at (1) should be [40px\]] + expected: FAIL + + [CSS Transitions: property from neutral to [40px\] at (1.5) should be [55px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from neutral to [40px\] at (-0.3) should be [1px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from neutral to [40px\] at (0) should be [10px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from neutral to [40px\] at (0.3) should be [19px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from neutral to [40px\] at (0.6) should be [28px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from neutral to [40px\] at (1) should be [40px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from neutral to [40px\] at (1.5) should be [55px\]] + expected: FAIL + + [CSS Animations: property from neutral to [40px\] at (-0.3) should be [1px\]] + expected: FAIL + + [CSS Animations: property from neutral to [40px\] at (0) should be [10px\]] + expected: FAIL + + [CSS Animations: property from neutral to [40px\] at (0.3) should be [19px\]] + expected: FAIL + + [CSS Animations: property from neutral to [40px\] at (0.6) should be [28px\]] + expected: FAIL + + [CSS Animations: property from neutral to [40px\] at (1) should be [40px\]] + expected: FAIL + + [CSS Animations: property from neutral to [40px\] at (1.5) should be [55px\]] + expected: FAIL + + [Web Animations: property from neutral to [40px\] at (-0.3) should be [1px\]] + expected: FAIL + + [Web Animations: property from neutral to [40px\] at (0) should be [10px\]] + expected: FAIL + + [Web Animations: property from neutral to [40px\] at (0.3) should be [19px\]] + expected: FAIL + + [Web Animations: property from neutral to [40px\] at (0.6) should be [28px\]] + expected: FAIL + + [Web Animations: property from neutral to [40px\] at (1) should be [40px\]] + expected: FAIL + + [Web Animations: property from neutral to [40px\] at (1.5) should be [55px\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [20px\] at (-0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [20px\] at (0) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [20px\] at (0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [20px\] at (-0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [20px\] at (0) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [20px\] at (0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [initial\] to [20px\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Animations: property from [initial\] to [20px\] at (0) should be [initial\]] + expected: FAIL + + [CSS Animations: property from [initial\] to [20px\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Animations: property from [initial\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [initial\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [initial\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [initial\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (-0.3) should be [initial\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (0) should be [initial\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (0.3) should be [initial\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to [20px\] at (-0.3) should be [111px\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to [20px\] at (0) should be [90px\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to [20px\] at (0.3) should be [69px\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to [20px\] at (0.6) should be [48px\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to [20px\] at (1.5) should be [0px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [inherit\] to [20px\] at (-0.3) should be [111px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [inherit\] to [20px\] at (0) should be [90px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [inherit\] to [20px\] at (0.3) should be [69px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [inherit\] to [20px\] at (0.6) should be [48px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [inherit\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [inherit\] to [20px\] at (1.5) should be [0px\]] + expected: FAIL + + [CSS Animations: property from [inherit\] to [20px\] at (-0.3) should be [111px\]] + expected: FAIL + + [CSS Animations: property from [inherit\] to [20px\] at (0) should be [90px\]] + expected: FAIL + + [CSS Animations: property from [inherit\] to [20px\] at (0.3) should be [69px\]] + expected: FAIL + + [CSS Animations: property from [inherit\] to [20px\] at (0.6) should be [48px\]] + expected: FAIL + + [CSS Animations: property from [inherit\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [inherit\] to [20px\] at (1.5) should be [0px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (-0.3) should be [111px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (0) should be [90px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (0.3) should be [69px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (0.6) should be [48px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (1.5) should be [0px\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to [20px\] at (-0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to [20px\] at (0) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to [20px\] at (0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to [20px\] at (-0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to [20px\] at (0) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to [20px\] at (0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [unset\] to [20px\] at (-0.3) should be [unset\]] + expected: FAIL + + [CSS Animations: property from [unset\] to [20px\] at (0) should be [unset\]] + expected: FAIL + + [CSS Animations: property from [unset\] to [20px\] at (0.3) should be [unset\]] + expected: FAIL + + [CSS Animations: property from [unset\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [unset\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [unset\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [unset\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (-0.3) should be [unset\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (0) should be [unset\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (0.3) should be [unset\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [normal\] to [20px\] at (-0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [normal\] to [20px\] at (0) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [normal\] to [20px\] at (0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [normal\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [normal\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [normal\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [normal\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [normal\] to [20px\] at (-0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [normal\] to [20px\] at (0) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [normal\] to [20px\] at (0.3) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [normal\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [normal\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [normal\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [normal\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [normal\] to [20px\] at (-0.3) should be [normal\]] + expected: FAIL + + [CSS Animations: property from [normal\] to [20px\] at (0) should be [normal\]] + expected: FAIL + + [CSS Animations: property from [normal\] to [20px\] at (0.3) should be [normal\]] + expected: FAIL + + [CSS Animations: property from [normal\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [normal\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [normal\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [CSS Animations: property from [normal\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [Web Animations: property from [normal\] to [20px\] at (-0.3) should be [normal\]] + expected: FAIL + + [Web Animations: property from [normal\] to [20px\] at (0) should be [normal\]] + expected: FAIL + + [Web Animations: property from [normal\] to [20px\] at (0.3) should be [normal\]] + expected: FAIL + + [Web Animations: property from [normal\] to [20px\] at (0.5) should be [20px\]] + expected: FAIL + + [Web Animations: property from [normal\] to [20px\] at (0.6) should be [20px\]] + expected: FAIL + + [Web Animations: property from [normal\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [normal\] to [20px\] at (1.5) should be [20px\]] + expected: FAIL + + [CSS Transitions: property from [0px\] to [100px\] at (-0.3) should be [0\]] + expected: FAIL + + [CSS Transitions: property from [0px\] to [100px\] at (0) should be [0\]] + expected: FAIL + + [CSS Transitions: property from [0px\] to [100px\] at (0.3) should be [30px\]] + expected: FAIL + + [CSS Transitions: property from [0px\] to [100px\] at (0.6) should be [60px\]] + expected: FAIL + + [CSS Transitions: property from [0px\] to [100px\] at (1) should be [100px\]] + expected: FAIL + + [CSS Transitions: property from [0px\] to [100px\] at (1.5) should be [150px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [0px\] to [100px\] at (-0.3) should be [0\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [0px\] to [100px\] at (0) should be [0\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [0px\] to [100px\] at (0.3) should be [30px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [0px\] to [100px\] at (0.6) should be [60px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [0px\] to [100px\] at (1) should be [100px\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [0px\] to [100px\] at (1.5) should be [150px\]] + expected: FAIL + + [CSS Animations: property from [0px\] to [100px\] at (-0.3) should be [0\]] + expected: FAIL + + [CSS Animations: property from [0px\] to [100px\] at (0) should be [0\]] + expected: FAIL + + [CSS Animations: property from [0px\] to [100px\] at (0.3) should be [30px\]] + expected: FAIL + + [CSS Animations: property from [0px\] to [100px\] at (0.6) should be [60px\]] + expected: FAIL + + [CSS Animations: property from [0px\] to [100px\] at (1) should be [100px\]] + expected: FAIL + + [CSS Animations: property from [0px\] to [100px\] at (1.5) should be [150px\]] + expected: FAIL + + [Web Animations: property from [0px\] to [100px\] at (-0.3) should be [0\]] + expected: FAIL + + [Web Animations: property from [0px\] to [100px\] at (0) should be [0\]] + expected: FAIL + + [Web Animations: property from [0px\] to [100px\] at (0.3) should be [30px\]] + expected: FAIL + + [Web Animations: property from [0px\] to [100px\] at (0.6) should be [60px\]] + expected: FAIL + + [Web Animations: property from [0px\] to [100px\] at (1) should be [100px\]] + expected: FAIL + + [Web Animations: property from [0px\] to [100px\] at (1.5) should be [150px\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/baseline-of-scrollable-1b.html.ini b/tests/wpt/meta/css/css-align/baseline-of-scrollable-1b.html.ini new file mode 100644 index 00000000000..7f4ca06e90b --- /dev/null +++ b/tests/wpt/meta/css/css-align/baseline-of-scrollable-1b.html.ini @@ -0,0 +1,2 @@ +[baseline-of-scrollable-1b.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/baseline-rules/grid-item-input-type-number.html.ini b/tests/wpt/meta/css/css-align/baseline-rules/grid-item-input-type-number.html.ini new file mode 100644 index 00000000000..e1230288018 --- /dev/null +++ b/tests/wpt/meta/css/css-align/baseline-rules/grid-item-input-type-number.html.ini @@ -0,0 +1,2 @@ +[grid-item-input-type-number.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/baseline-rules/grid-item-input-type-text.html.ini b/tests/wpt/meta/css/css-align/baseline-rules/grid-item-input-type-text.html.ini new file mode 100644 index 00000000000..7c6028a9762 --- /dev/null +++ b/tests/wpt/meta/css/css-align/baseline-rules/grid-item-input-type-text.html.ini @@ -0,0 +1,2 @@ +[grid-item-input-type-text.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/baseline-rules/synthesized-baseline-grid-001.html.ini b/tests/wpt/meta/css/css-align/baseline-rules/synthesized-baseline-grid-001.html.ini new file mode 100644 index 00000000000..13d43e6f316 --- /dev/null +++ b/tests/wpt/meta/css/css-align/baseline-rules/synthesized-baseline-grid-001.html.ini @@ -0,0 +1,18 @@ +[synthesized-baseline-grid-001.html] + [.wrapper 1] + expected: FAIL + + [.wrapper 2] + expected: FAIL + + [.wrapper 4] + expected: FAIL + + [.wrapper 5] + expected: FAIL + + [.wrapper 6] + expected: FAIL + + [.wrapper 7] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/baseline-rules/synthesized-baseline-table-cell-001.html.ini b/tests/wpt/meta/css/css-align/baseline-rules/synthesized-baseline-table-cell-001.html.ini deleted file mode 100644 index 0f89f0543fe..00000000000 --- a/tests/wpt/meta/css/css-align/baseline-rules/synthesized-baseline-table-cell-001.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[synthesized-baseline-table-cell-001.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-align/content-distribution/parse-align-content-002.html.ini b/tests/wpt/meta/css/css-align/content-distribution/parse-align-content-002.html.ini new file mode 100644 index 00000000000..17f02ea6801 --- /dev/null +++ b/tests/wpt/meta/css/css-align/content-distribution/parse-align-content-002.html.ini @@ -0,0 +1,21 @@ +[parse-align-content-002.html] + [Test 'initial' value when nothing is specified] + expected: FAIL + + [Test align-content: 'initial'] + expected: FAIL + + [Test grid items align-content: 'initial'] + expected: FAIL + + [Test flex items align-content: 'initial'] + expected: FAIL + + [Test absolute positioned elements align-content: 'initial'] + expected: FAIL + + [Test absolute positioned grid items align-content: 'initial'] + expected: FAIL + + [Test absolute positioned flex items align-content: 'initial'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/content-distribution/parse-align-content-005.html.ini b/tests/wpt/meta/css/css-align/content-distribution/parse-align-content-005.html.ini new file mode 100644 index 00000000000..99b34224951 --- /dev/null +++ b/tests/wpt/meta/css/css-align/content-distribution/parse-align-content-005.html.ini @@ -0,0 +1,9 @@ +[parse-align-content-005.html] + [Test the value 'inherit' overrides current value ('end')] + expected: FAIL + + [Test the value 'inherit' overrides current value ('safe start')] + expected: FAIL + + [Test the value 'inherit' overrides current value ('unsafe center')] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/content-distribution/parse-justify-content-002.html.ini b/tests/wpt/meta/css/css-align/content-distribution/parse-justify-content-002.html.ini new file mode 100644 index 00000000000..5ced0f03939 --- /dev/null +++ b/tests/wpt/meta/css/css-align/content-distribution/parse-justify-content-002.html.ini @@ -0,0 +1,21 @@ +[parse-justify-content-002.html] + [Test 'initial' value when nothing is specified] + expected: FAIL + + [Test justify-content: 'initial'] + expected: FAIL + + [Test grid items justify-content: 'initial'] + expected: FAIL + + [Test flex items justify-content: 'initial'] + expected: FAIL + + [Test absolute positioned elements justify-content: 'initial'] + expected: FAIL + + [Test absolute positioned grid items justify-content: 'initial'] + expected: FAIL + + [Test absolute positioned flex items justify-content: 'initial'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/content-distribution/parse-justify-content-005.html.ini b/tests/wpt/meta/css/css-align/content-distribution/parse-justify-content-005.html.ini new file mode 100644 index 00000000000..006f8456abf --- /dev/null +++ b/tests/wpt/meta/css/css-align/content-distribution/parse-justify-content-005.html.ini @@ -0,0 +1,9 @@ +[parse-justify-content-005.html] + [Test the value 'inherit' overrides current value ('end')] + expected: FAIL + + [Test the value 'inherit' overrides current value ('safe left')] + expected: FAIL + + [Test the value 'inherit' overrides current value ('unsafe center')] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-001.html.ini b/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-001.html.ini new file mode 100644 index 00000000000..4961c7eb707 --- /dev/null +++ b/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-001.html.ini @@ -0,0 +1,45 @@ +[place-content-shorthand-001.html] + [Checking place-content: normal] + expected: FAIL + + [Checking place-content: start] + expected: FAIL + + [Checking place-content: end] + expected: FAIL + + [Checking place-content: center] + expected: FAIL + + [Checking place-content: flex-start] + expected: FAIL + + [Checking place-content: flex-end] + expected: FAIL + + [Checking place-content: stretch] + expected: FAIL + + [Checking place-content: space-around] + expected: FAIL + + [Checking place-content: space-between] + expected: FAIL + + [Checking place-content: space-evenly] + expected: FAIL + + [Checking place-content: safe flex-end] + expected: FAIL + + [Checking place-content: unsafe end] + expected: FAIL + + [Checking place-content: safe end] + expected: FAIL + + [Checking place-content: unsafe flex-start] + expected: FAIL + + [Checking place-content: safe center] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-002.html.ini b/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-002.html.ini new file mode 100644 index 00000000000..2d89cb15245 --- /dev/null +++ b/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-002.html.ini @@ -0,0 +1,648 @@ +[place-content-shorthand-002.html] + [Checking place-content: normal normal] + expected: FAIL + + [Checking place-content: normal left] + expected: FAIL + + [Checking place-content: normal right] + expected: FAIL + + [Checking place-content: normal start] + expected: FAIL + + [Checking place-content: normal end] + expected: FAIL + + [Checking place-content: normal center] + expected: FAIL + + [Checking place-content: normal flex-start] + expected: FAIL + + [Checking place-content: normal flex-end] + expected: FAIL + + [Checking place-content: normal stretch] + expected: FAIL + + [Checking place-content: normal space-around] + expected: FAIL + + [Checking place-content: normal space-between] + expected: FAIL + + [Checking place-content: normal space-evenly] + expected: FAIL + + [Checking place-content: start normal] + expected: FAIL + + [Checking place-content: start left] + expected: FAIL + + [Checking place-content: start right] + expected: FAIL + + [Checking place-content: start start] + expected: FAIL + + [Checking place-content: start end] + expected: FAIL + + [Checking place-content: start center] + expected: FAIL + + [Checking place-content: start flex-start] + expected: FAIL + + [Checking place-content: start flex-end] + expected: FAIL + + [Checking place-content: start stretch] + expected: FAIL + + [Checking place-content: start space-around] + expected: FAIL + + [Checking place-content: start space-between] + expected: FAIL + + [Checking place-content: start space-evenly] + expected: FAIL + + [Checking place-content: end normal] + expected: FAIL + + [Checking place-content: end left] + expected: FAIL + + [Checking place-content: end right] + expected: FAIL + + [Checking place-content: end start] + expected: FAIL + + [Checking place-content: end end] + expected: FAIL + + [Checking place-content: end center] + expected: FAIL + + [Checking place-content: end flex-start] + expected: FAIL + + [Checking place-content: end flex-end] + expected: FAIL + + [Checking place-content: end stretch] + expected: FAIL + + [Checking place-content: end space-around] + expected: FAIL + + [Checking place-content: end space-between] + expected: FAIL + + [Checking place-content: end space-evenly] + expected: FAIL + + [Checking place-content: center normal] + expected: FAIL + + [Checking place-content: center left] + expected: FAIL + + [Checking place-content: center right] + expected: FAIL + + [Checking place-content: center start] + expected: FAIL + + [Checking place-content: center end] + expected: FAIL + + [Checking place-content: center center] + expected: FAIL + + [Checking place-content: center flex-start] + expected: FAIL + + [Checking place-content: center flex-end] + expected: FAIL + + [Checking place-content: center stretch] + expected: FAIL + + [Checking place-content: center space-around] + expected: FAIL + + [Checking place-content: center space-between] + expected: FAIL + + [Checking place-content: center space-evenly] + expected: FAIL + + [Checking place-content: flex-start normal] + expected: FAIL + + [Checking place-content: flex-start left] + expected: FAIL + + [Checking place-content: flex-start right] + expected: FAIL + + [Checking place-content: flex-start start] + expected: FAIL + + [Checking place-content: flex-start end] + expected: FAIL + + [Checking place-content: flex-start center] + expected: FAIL + + [Checking place-content: flex-start flex-start] + expected: FAIL + + [Checking place-content: flex-start flex-end] + expected: FAIL + + [Checking place-content: flex-start stretch] + expected: FAIL + + [Checking place-content: flex-start space-around] + expected: FAIL + + [Checking place-content: flex-start space-between] + expected: FAIL + + [Checking place-content: flex-start space-evenly] + expected: FAIL + + [Checking place-content: flex-end normal] + expected: FAIL + + [Checking place-content: flex-end left] + expected: FAIL + + [Checking place-content: flex-end right] + expected: FAIL + + [Checking place-content: flex-end start] + expected: FAIL + + [Checking place-content: flex-end end] + expected: FAIL + + [Checking place-content: flex-end center] + expected: FAIL + + [Checking place-content: flex-end flex-start] + expected: FAIL + + [Checking place-content: flex-end flex-end] + expected: FAIL + + [Checking place-content: flex-end stretch] + expected: FAIL + + [Checking place-content: flex-end space-around] + expected: FAIL + + [Checking place-content: flex-end space-between] + expected: FAIL + + [Checking place-content: flex-end space-evenly] + expected: FAIL + + [Checking place-content: stretch normal] + expected: FAIL + + [Checking place-content: stretch left] + expected: FAIL + + [Checking place-content: stretch right] + expected: FAIL + + [Checking place-content: stretch start] + expected: FAIL + + [Checking place-content: stretch end] + expected: FAIL + + [Checking place-content: stretch center] + expected: FAIL + + [Checking place-content: stretch flex-start] + expected: FAIL + + [Checking place-content: stretch flex-end] + expected: FAIL + + [Checking place-content: stretch stretch] + expected: FAIL + + [Checking place-content: stretch space-around] + expected: FAIL + + [Checking place-content: stretch space-between] + expected: FAIL + + [Checking place-content: stretch space-evenly] + expected: FAIL + + [Checking place-content: space-around normal] + expected: FAIL + + [Checking place-content: space-around left] + expected: FAIL + + [Checking place-content: space-around right] + expected: FAIL + + [Checking place-content: space-around start] + expected: FAIL + + [Checking place-content: space-around end] + expected: FAIL + + [Checking place-content: space-around center] + expected: FAIL + + [Checking place-content: space-around flex-start] + expected: FAIL + + [Checking place-content: space-around flex-end] + expected: FAIL + + [Checking place-content: space-around stretch] + expected: FAIL + + [Checking place-content: space-around space-around] + expected: FAIL + + [Checking place-content: space-around space-between] + expected: FAIL + + [Checking place-content: space-around space-evenly] + expected: FAIL + + [Checking place-content: space-between normal] + expected: FAIL + + [Checking place-content: space-between left] + expected: FAIL + + [Checking place-content: space-between right] + expected: FAIL + + [Checking place-content: space-between start] + expected: FAIL + + [Checking place-content: space-between end] + expected: FAIL + + [Checking place-content: space-between center] + expected: FAIL + + [Checking place-content: space-between flex-start] + expected: FAIL + + [Checking place-content: space-between flex-end] + expected: FAIL + + [Checking place-content: space-between stretch] + expected: FAIL + + [Checking place-content: space-between space-around] + expected: FAIL + + [Checking place-content: space-between space-between] + expected: FAIL + + [Checking place-content: space-between space-evenly] + expected: FAIL + + [Checking place-content: space-evenly normal] + expected: FAIL + + [Checking place-content: space-evenly left] + expected: FAIL + + [Checking place-content: space-evenly right] + expected: FAIL + + [Checking place-content: space-evenly start] + expected: FAIL + + [Checking place-content: space-evenly end] + expected: FAIL + + [Checking place-content: space-evenly center] + expected: FAIL + + [Checking place-content: space-evenly flex-start] + expected: FAIL + + [Checking place-content: space-evenly flex-end] + expected: FAIL + + [Checking place-content: space-evenly stretch] + expected: FAIL + + [Checking place-content: space-evenly space-around] + expected: FAIL + + [Checking place-content: space-evenly space-between] + expected: FAIL + + [Checking place-content: space-evenly space-evenly] + expected: FAIL + + [Checking place-content: baseline normal] + expected: FAIL + + [Checking place-content: baseline left] + expected: FAIL + + [Checking place-content: baseline right] + expected: FAIL + + [Checking place-content: baseline start] + expected: FAIL + + [Checking place-content: baseline end] + expected: FAIL + + [Checking place-content: baseline center] + expected: FAIL + + [Checking place-content: baseline flex-start] + expected: FAIL + + [Checking place-content: baseline flex-end] + expected: FAIL + + [Checking place-content: baseline stretch] + expected: FAIL + + [Checking place-content: baseline space-around] + expected: FAIL + + [Checking place-content: baseline space-between] + expected: FAIL + + [Checking place-content: baseline space-evenly] + expected: FAIL + + [Checking place-content: first baseline normal] + expected: FAIL + + [Checking place-content: first baseline left] + expected: FAIL + + [Checking place-content: first baseline right] + expected: FAIL + + [Checking place-content: first baseline start] + expected: FAIL + + [Checking place-content: first baseline end] + expected: FAIL + + [Checking place-content: first baseline center] + expected: FAIL + + [Checking place-content: first baseline flex-start] + expected: FAIL + + [Checking place-content: first baseline flex-end] + expected: FAIL + + [Checking place-content: first baseline stretch] + expected: FAIL + + [Checking place-content: first baseline space-around] + expected: FAIL + + [Checking place-content: first baseline space-between] + expected: FAIL + + [Checking place-content: first baseline space-evenly] + expected: FAIL + + [Checking place-content: last baseline normal] + expected: FAIL + + [Checking place-content: last baseline left] + expected: FAIL + + [Checking place-content: last baseline right] + expected: FAIL + + [Checking place-content: last baseline start] + expected: FAIL + + [Checking place-content: last baseline end] + expected: FAIL + + [Checking place-content: last baseline center] + expected: FAIL + + [Checking place-content: last baseline flex-start] + expected: FAIL + + [Checking place-content: last baseline flex-end] + expected: FAIL + + [Checking place-content: last baseline stretch] + expected: FAIL + + [Checking place-content: last baseline space-around] + expected: FAIL + + [Checking place-content: last baseline space-between] + expected: FAIL + + [Checking place-content: last baseline space-evenly] + expected: FAIL + + [Checking place-content: safe flex-end normal] + expected: FAIL + + [Checking place-content: safe flex-end left] + expected: FAIL + + [Checking place-content: safe flex-end right] + expected: FAIL + + [Checking place-content: safe flex-end start] + expected: FAIL + + [Checking place-content: safe flex-end end] + expected: FAIL + + [Checking place-content: safe flex-end center] + expected: FAIL + + [Checking place-content: safe flex-end flex-start] + expected: FAIL + + [Checking place-content: safe flex-end flex-end] + expected: FAIL + + [Checking place-content: safe flex-end stretch] + expected: FAIL + + [Checking place-content: safe flex-end space-around] + expected: FAIL + + [Checking place-content: safe flex-end space-between] + expected: FAIL + + [Checking place-content: safe flex-end space-evenly] + expected: FAIL + + [Checking place-content: unsafe end normal] + expected: FAIL + + [Checking place-content: unsafe end left] + expected: FAIL + + [Checking place-content: unsafe end right] + expected: FAIL + + [Checking place-content: unsafe end start] + expected: FAIL + + [Checking place-content: unsafe end end] + expected: FAIL + + [Checking place-content: unsafe end center] + expected: FAIL + + [Checking place-content: unsafe end flex-start] + expected: FAIL + + [Checking place-content: unsafe end flex-end] + expected: FAIL + + [Checking place-content: unsafe end stretch] + expected: FAIL + + [Checking place-content: unsafe end space-around] + expected: FAIL + + [Checking place-content: unsafe end space-between] + expected: FAIL + + [Checking place-content: unsafe end space-evenly] + expected: FAIL + + [Checking place-content: safe end normal] + expected: FAIL + + [Checking place-content: safe end left] + expected: FAIL + + [Checking place-content: safe end right] + expected: FAIL + + [Checking place-content: safe end start] + expected: FAIL + + [Checking place-content: safe end end] + expected: FAIL + + [Checking place-content: safe end center] + expected: FAIL + + [Checking place-content: safe end flex-start] + expected: FAIL + + [Checking place-content: safe end flex-end] + expected: FAIL + + [Checking place-content: safe end stretch] + expected: FAIL + + [Checking place-content: safe end space-around] + expected: FAIL + + [Checking place-content: safe end space-between] + expected: FAIL + + [Checking place-content: safe end space-evenly] + expected: FAIL + + [Checking place-content: unsafe flex-start normal] + expected: FAIL + + [Checking place-content: unsafe flex-start left] + expected: FAIL + + [Checking place-content: unsafe flex-start right] + expected: FAIL + + [Checking place-content: unsafe flex-start start] + expected: FAIL + + [Checking place-content: unsafe flex-start end] + expected: FAIL + + [Checking place-content: unsafe flex-start center] + expected: FAIL + + [Checking place-content: unsafe flex-start flex-start] + expected: FAIL + + [Checking place-content: unsafe flex-start flex-end] + expected: FAIL + + [Checking place-content: unsafe flex-start stretch] + expected: FAIL + + [Checking place-content: unsafe flex-start space-around] + expected: FAIL + + [Checking place-content: unsafe flex-start space-between] + expected: FAIL + + [Checking place-content: unsafe flex-start space-evenly] + expected: FAIL + + [Checking place-content: safe center normal] + expected: FAIL + + [Checking place-content: safe center left] + expected: FAIL + + [Checking place-content: safe center right] + expected: FAIL + + [Checking place-content: safe center start] + expected: FAIL + + [Checking place-content: safe center end] + expected: FAIL + + [Checking place-content: safe center center] + expected: FAIL + + [Checking place-content: safe center flex-start] + expected: FAIL + + [Checking place-content: safe center flex-end] + expected: FAIL + + [Checking place-content: safe center stretch] + expected: FAIL + + [Checking place-content: safe center space-around] + expected: FAIL + + [Checking place-content: safe center space-between] + expected: FAIL + + [Checking place-content: safe center space-evenly] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-003.html.ini b/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-003.html.ini new file mode 100644 index 00000000000..f13bcb9c0b4 --- /dev/null +++ b/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-003.html.ini @@ -0,0 +1,6 @@ +[place-content-shorthand-003.html] + [Check place-content: initial - align-content expanded value] + expected: FAIL + + [Check place-content: initial - justify-content expanded value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-004.html.ini b/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-004.html.ini new file mode 100644 index 00000000000..30869aa330e --- /dev/null +++ b/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-004.html.ini @@ -0,0 +1,21 @@ +[place-content-shorthand-004.html] + [Verify fallback values are invalid] + expected: FAIL + + [Verify 'left' and 'right' values are invalid for block/cross axis alignment] + expected: FAIL + + [Verify values are invalid for the justify-content property] + expected: FAIL + + [Verify numeric values are invalid] + expected: FAIL + + [Verify 'auto' values are invalid] + expected: FAIL + + [Verify self-position values are invalid] + expected: FAIL + + [Verify empty declaration is invalid] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-005.html.ini b/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-005.html.ini new file mode 100644 index 00000000000..a11967949dd --- /dev/null +++ b/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-005.html.ini @@ -0,0 +1,6 @@ +[place-content-shorthand-005.html] + [Check place-content: inherit - align-content resolved value] + expected: FAIL + + [Check place-content: inherit - justify-content resolved value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-006.html.ini b/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-006.html.ini new file mode 100644 index 00000000000..9da0921c373 --- /dev/null +++ b/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-006.html.ini @@ -0,0 +1,66 @@ +[place-content-shorthand-006.html] + [Checking place-content: normal normal] + expected: FAIL + + [Checking place-content: start start] + expected: FAIL + + [Checking place-content: end end] + expected: FAIL + + [Checking place-content: center center] + expected: FAIL + + [Checking place-content: flex-start flex-start] + expected: FAIL + + [Checking place-content: flex-end flex-end] + expected: FAIL + + [Checking place-content: stretch stretch] + expected: FAIL + + [Checking place-content: space-around space-around] + expected: FAIL + + [Checking place-content: space-between space-between] + expected: FAIL + + [Checking place-content: space-evenly space-evenly] + expected: FAIL + + [Checking place-content: first baseline normal] + expected: FAIL + + [Checking place-content: first baseline left] + expected: FAIL + + [Checking place-content: first baseline right] + expected: FAIL + + [Checking place-content: first baseline start] + expected: FAIL + + [Checking place-content: first baseline end] + expected: FAIL + + [Checking place-content: first baseline center] + expected: FAIL + + [Checking place-content: first baseline flex-start] + expected: FAIL + + [Checking place-content: first baseline flex-end] + expected: FAIL + + [Checking place-content: first baseline stretch] + expected: FAIL + + [Checking place-content: first baseline space-around] + expected: FAIL + + [Checking place-content: first baseline space-between] + expected: FAIL + + [Checking place-content: first baseline space-evenly] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-007.html.ini b/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-007.html.ini new file mode 100644 index 00000000000..44072ffa642 --- /dev/null +++ b/tests/wpt/meta/css/css-align/content-distribution/place-content-shorthand-007.html.ini @@ -0,0 +1,2 @@ +[place-content-shorthand-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/default-alignment/justify-items-legacy-001.html.ini b/tests/wpt/meta/css/css-align/default-alignment/justify-items-legacy-001.html.ini new file mode 100644 index 00000000000..edbd7803696 --- /dev/null +++ b/tests/wpt/meta/css/css-align/default-alignment/justify-items-legacy-001.html.ini @@ -0,0 +1,3 @@ +[justify-items-legacy-001.html] + [legacy value for justify-items] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/default-alignment/parse-align-items-002.html.ini b/tests/wpt/meta/css/css-align/default-alignment/parse-align-items-002.html.ini new file mode 100644 index 00000000000..6c428407139 --- /dev/null +++ b/tests/wpt/meta/css/css-align/default-alignment/parse-align-items-002.html.ini @@ -0,0 +1,21 @@ +[parse-align-items-002.html] + [Test 'initial' value when nothing is specified] + expected: FAIL + + [Test align-items: 'initial'] + expected: FAIL + + [Test grid items align-items: 'initial'] + expected: FAIL + + [Test flex items align-items: 'initial'] + expected: FAIL + + [Test absolute positioned elements align-items: 'initial'] + expected: FAIL + + [Test absolute positioned grid items align-items: 'initial'] + expected: FAIL + + [Test absolute positioned flex items align-items: 'initial'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/default-alignment/parse-align-items-005.html.ini b/tests/wpt/meta/css/css-align/default-alignment/parse-align-items-005.html.ini new file mode 100644 index 00000000000..d03af6efe66 --- /dev/null +++ b/tests/wpt/meta/css/css-align/default-alignment/parse-align-items-005.html.ini @@ -0,0 +1,9 @@ +[parse-align-items-005.html] + [Test the value 'inherit' overrides current value ('end')] + expected: FAIL + + [Test the value 'inherit' overrides current value ('safe start')] + expected: FAIL + + [Test the value 'inherit' overrides current value ('unsafe center')] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-001.html.ini b/tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-001.html.ini new file mode 100644 index 00000000000..83b3d696bb1 --- /dev/null +++ b/tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-001.html.ini @@ -0,0 +1,66 @@ +[parse-justify-items-001.html] + [Checking justify-items: normal] + expected: FAIL + + [Checking justify-items: stretch] + expected: FAIL + + [Checking justify-items: left] + expected: FAIL + + [Checking justify-items: right] + expected: FAIL + + [Checking justify-items: start] + expected: FAIL + + [Checking justify-items: end] + expected: FAIL + + [Checking justify-items: self-start] + expected: FAIL + + [Checking justify-items: self-end] + expected: FAIL + + [Checking justify-items: center] + expected: FAIL + + [Checking justify-items: flex-start] + expected: FAIL + + [Checking justify-items: flex-end] + expected: FAIL + + [Checking justify-items: baseline] + expected: FAIL + + [Checking justify-items: first baseline] + expected: FAIL + + [Checking justify-items: last baseline] + expected: FAIL + + [Checking justify-items: safe flex-end] + expected: FAIL + + [Checking justify-items: unsafe end] + expected: FAIL + + [Checking justify-items: safe end] + expected: FAIL + + [Checking justify-items: unsafe flex-start] + expected: FAIL + + [Checking justify-items: safe center] + expected: FAIL + + [Checking justify-items: legacy left] + expected: FAIL + + [Checking justify-items: legacy center] + expected: FAIL + + [Checking justify-items: legacy right] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-002.html.ini b/tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-002.html.ini new file mode 100644 index 00000000000..32f4f788610 --- /dev/null +++ b/tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-002.html.ini @@ -0,0 +1,21 @@ +[parse-justify-items-002.html] + [Test 'initial' value when nothing is specified] + expected: FAIL + + [Test justify-items: 'initial'] + expected: FAIL + + [Test grid items justify-items: 'initial'] + expected: FAIL + + [Test flex items justify-items: 'initial'] + expected: FAIL + + [Test absolute positioned elements justify-items: 'initial'] + expected: FAIL + + [Test absolute positioned grid items justify-items: 'initial'] + expected: FAIL + + [Test absolute positioned flex items justify-items: 'initial'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-003.html.ini b/tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-003.html.ini new file mode 100644 index 00000000000..69277a933c0 --- /dev/null +++ b/tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-003.html.ini @@ -0,0 +1,66 @@ +[parse-justify-items-003.html] + [Checking justify-items: normal] + expected: FAIL + + [Checking justify-items: stretch] + expected: FAIL + + [Checking justify-items: left] + expected: FAIL + + [Checking justify-items: right] + expected: FAIL + + [Checking justify-items: start] + expected: FAIL + + [Checking justify-items: end] + expected: FAIL + + [Checking justify-items: self-start] + expected: FAIL + + [Checking justify-items: self-end] + expected: FAIL + + [Checking justify-items: center] + expected: FAIL + + [Checking justify-items: flex-start] + expected: FAIL + + [Checking justify-items: flex-end] + expected: FAIL + + [Checking justify-items: baseline] + expected: FAIL + + [Checking justify-items: first baseline] + expected: FAIL + + [Checking justify-items: last baseline] + expected: FAIL + + [Checking justify-items: safe flex-end] + expected: FAIL + + [Checking justify-items: unsafe end] + expected: FAIL + + [Checking justify-items: safe end] + expected: FAIL + + [Checking justify-items: unsafe flex-start] + expected: FAIL + + [Checking justify-items: safe center] + expected: FAIL + + [Checking justify-items: legacy left] + expected: FAIL + + [Checking justify-items: legacy center] + expected: FAIL + + [Checking justify-items: legacy right] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-004.html.ini b/tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-004.html.ini new file mode 100644 index 00000000000..3e16306f706 --- /dev/null +++ b/tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-004.html.ini @@ -0,0 +1,96 @@ +[parse-justify-items-004.html] + [Checking invalid combination - justify-items: auto] + expected: FAIL + + [Checking invalid combination - justify-items: space-around] + expected: FAIL + + [Checking invalid combination - justify-items: auto safe] + expected: FAIL + + [Checking invalid combination - justify-items: auto left] + expected: FAIL + + [Checking invalid combination - justify-items: normal unsafe] + expected: FAIL + + [Checking invalid combination - justify-items: normal stretch] + expected: FAIL + + [Checking invalid combination - justify-items: baseline normal] + expected: FAIL + + [Checking invalid combination - justify-items: baseline center] + expected: FAIL + + [Checking invalid combination - justify-items: first baseline center] + expected: FAIL + + [Checking invalid combination - justify-items: last baseline center] + expected: FAIL + + [Checking invalid combination - justify-items: baseline last] + expected: FAIL + + [Checking invalid combination - justify-items: baseline first] + expected: FAIL + + [Checking invalid combination - justify-items: stretch unsafe] + expected: FAIL + + [Checking invalid combination - justify-items: stretch right] + expected: FAIL + + [Checking invalid combination - justify-items: unsafe unsafe] + expected: FAIL + + [Checking invalid combination - justify-items: unsafe safe] + expected: FAIL + + [Checking invalid combination - justify-items: center start] + expected: FAIL + + [Checking invalid combination - justify-items: unsafe stretch] + expected: FAIL + + [Checking invalid combination - justify-items: safe stretch] + expected: FAIL + + [Checking invalid combination - justify-items: baseline safe] + expected: FAIL + + [Checking invalid combination - justify-items: unsafe baseline] + expected: FAIL + + [Checking invalid combination - justify-items: unsafe safe left] + expected: FAIL + + [Checking invalid combination - justify-items: unsafe left safe] + expected: FAIL + + [Checking invalid combination - justify-items: left safe unsafe safe] + expected: FAIL + + [Checking invalid combination - justify-items: start safe] + expected: FAIL + + [Checking invalid combination - justify-items: safe] + expected: FAIL + + [Checking invalid combination - justify-items: legacy start] + expected: FAIL + + [Checking invalid combination - justify-items: legacy end] + expected: FAIL + + [Checking invalid combination - justify-items: legacy right unsafe] + expected: FAIL + + [Checking invalid combination - justify-items: legacy auto] + expected: FAIL + + [Checking invalid combination - justify-items: legacy stretch] + expected: FAIL + + [Checking invalid combination - justify-items: legacy left right] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-005.html.ini b/tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-005.html.ini new file mode 100644 index 00000000000..67766eb6969 --- /dev/null +++ b/tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-005.html.ini @@ -0,0 +1,9 @@ +[parse-justify-items-005.html] + [Test the value 'inherit' overrides current value ('end')] + expected: FAIL + + [Test the value 'inherit' overrides current value ('safe left')] + expected: FAIL + + [Test the value 'inherit' overrides current value ('unsafe center')] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-006.html.ini b/tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-006.html.ini new file mode 100644 index 00000000000..067ee31bab8 --- /dev/null +++ b/tests/wpt/meta/css/css-align/default-alignment/parse-justify-items-006.html.ini @@ -0,0 +1,9 @@ +[parse-justify-items-006.html] + [Test the value justify-items: legacy left] + expected: FAIL + + [Test the value justify-items: legacy center] + expected: FAIL + + [Test the value justify-items: legacy right] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-001.html.ini b/tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-001.html.ini new file mode 100644 index 00000000000..adaf059604b --- /dev/null +++ b/tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-001.html.ini @@ -0,0 +1,51 @@ +[place-items-shorthand-001.html] + [Checking place-items: normal] + expected: FAIL + + [Checking place-items: stretch] + expected: FAIL + + [Checking place-items: start] + expected: FAIL + + [Checking place-items: end] + expected: FAIL + + [Checking place-items: self-start] + expected: FAIL + + [Checking place-items: self-end] + expected: FAIL + + [Checking place-items: center] + expected: FAIL + + [Checking place-items: flex-start] + expected: FAIL + + [Checking place-items: flex-end] + expected: FAIL + + [Checking place-items: baseline] + expected: FAIL + + [Checking place-items: first baseline] + expected: FAIL + + [Checking place-items: last baseline] + expected: FAIL + + [Checking place-items: safe flex-end] + expected: FAIL + + [Checking place-items: unsafe end] + expected: FAIL + + [Checking place-items: safe end] + expected: FAIL + + [Checking place-items: unsafe flex-start] + expected: FAIL + + [Checking place-items: safe center] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-002.html.ini b/tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-002.html.ini new file mode 100644 index 00000000000..3a50fc37bac --- /dev/null +++ b/tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-002.html.ini @@ -0,0 +1,1122 @@ +[place-items-shorthand-002.html] + [Checking place-items: normal left] + expected: FAIL + + [Checking place-items: normal right] + expected: FAIL + + [Checking place-items: normal legacy left] + expected: FAIL + + [Checking place-items: normal legacy center] + expected: FAIL + + [Checking place-items: normal legacy right] + expected: FAIL + + [Checking place-items: normal normal] + expected: FAIL + + [Checking place-items: normal stretch] + expected: FAIL + + [Checking place-items: normal start] + expected: FAIL + + [Checking place-items: normal end] + expected: FAIL + + [Checking place-items: normal self-start] + expected: FAIL + + [Checking place-items: normal self-end] + expected: FAIL + + [Checking place-items: normal center] + expected: FAIL + + [Checking place-items: normal flex-start] + expected: FAIL + + [Checking place-items: normal flex-end] + expected: FAIL + + [Checking place-items: normal baseline] + expected: FAIL + + [Checking place-items: normal first baseline] + expected: FAIL + + [Checking place-items: normal last baseline] + expected: FAIL + + [Checking place-items: normal safe flex-end] + expected: FAIL + + [Checking place-items: normal unsafe end] + expected: FAIL + + [Checking place-items: normal safe end] + expected: FAIL + + [Checking place-items: normal unsafe flex-start] + expected: FAIL + + [Checking place-items: normal safe center] + expected: FAIL + + [Checking place-items: stretch left] + expected: FAIL + + [Checking place-items: stretch right] + expected: FAIL + + [Checking place-items: stretch legacy left] + expected: FAIL + + [Checking place-items: stretch legacy center] + expected: FAIL + + [Checking place-items: stretch legacy right] + expected: FAIL + + [Checking place-items: stretch normal] + expected: FAIL + + [Checking place-items: stretch stretch] + expected: FAIL + + [Checking place-items: stretch start] + expected: FAIL + + [Checking place-items: stretch end] + expected: FAIL + + [Checking place-items: stretch self-start] + expected: FAIL + + [Checking place-items: stretch self-end] + expected: FAIL + + [Checking place-items: stretch center] + expected: FAIL + + [Checking place-items: stretch flex-start] + expected: FAIL + + [Checking place-items: stretch flex-end] + expected: FAIL + + [Checking place-items: stretch baseline] + expected: FAIL + + [Checking place-items: stretch first baseline] + expected: FAIL + + [Checking place-items: stretch last baseline] + expected: FAIL + + [Checking place-items: stretch safe flex-end] + expected: FAIL + + [Checking place-items: stretch unsafe end] + expected: FAIL + + [Checking place-items: stretch safe end] + expected: FAIL + + [Checking place-items: stretch unsafe flex-start] + expected: FAIL + + [Checking place-items: stretch safe center] + expected: FAIL + + [Checking place-items: start left] + expected: FAIL + + [Checking place-items: start right] + expected: FAIL + + [Checking place-items: start legacy left] + expected: FAIL + + [Checking place-items: start legacy center] + expected: FAIL + + [Checking place-items: start legacy right] + expected: FAIL + + [Checking place-items: start normal] + expected: FAIL + + [Checking place-items: start stretch] + expected: FAIL + + [Checking place-items: start start] + expected: FAIL + + [Checking place-items: start end] + expected: FAIL + + [Checking place-items: start self-start] + expected: FAIL + + [Checking place-items: start self-end] + expected: FAIL + + [Checking place-items: start center] + expected: FAIL + + [Checking place-items: start flex-start] + expected: FAIL + + [Checking place-items: start flex-end] + expected: FAIL + + [Checking place-items: start baseline] + expected: FAIL + + [Checking place-items: start first baseline] + expected: FAIL + + [Checking place-items: start last baseline] + expected: FAIL + + [Checking place-items: start safe flex-end] + expected: FAIL + + [Checking place-items: start unsafe end] + expected: FAIL + + [Checking place-items: start safe end] + expected: FAIL + + [Checking place-items: start unsafe flex-start] + expected: FAIL + + [Checking place-items: start safe center] + expected: FAIL + + [Checking place-items: end left] + expected: FAIL + + [Checking place-items: end right] + expected: FAIL + + [Checking place-items: end legacy left] + expected: FAIL + + [Checking place-items: end legacy center] + expected: FAIL + + [Checking place-items: end legacy right] + expected: FAIL + + [Checking place-items: end normal] + expected: FAIL + + [Checking place-items: end stretch] + expected: FAIL + + [Checking place-items: end start] + expected: FAIL + + [Checking place-items: end end] + expected: FAIL + + [Checking place-items: end self-start] + expected: FAIL + + [Checking place-items: end self-end] + expected: FAIL + + [Checking place-items: end center] + expected: FAIL + + [Checking place-items: end flex-start] + expected: FAIL + + [Checking place-items: end flex-end] + expected: FAIL + + [Checking place-items: end baseline] + expected: FAIL + + [Checking place-items: end first baseline] + expected: FAIL + + [Checking place-items: end last baseline] + expected: FAIL + + [Checking place-items: end safe flex-end] + expected: FAIL + + [Checking place-items: end unsafe end] + expected: FAIL + + [Checking place-items: end safe end] + expected: FAIL + + [Checking place-items: end unsafe flex-start] + expected: FAIL + + [Checking place-items: end safe center] + expected: FAIL + + [Checking place-items: self-start left] + expected: FAIL + + [Checking place-items: self-start right] + expected: FAIL + + [Checking place-items: self-start legacy left] + expected: FAIL + + [Checking place-items: self-start legacy center] + expected: FAIL + + [Checking place-items: self-start legacy right] + expected: FAIL + + [Checking place-items: self-start normal] + expected: FAIL + + [Checking place-items: self-start stretch] + expected: FAIL + + [Checking place-items: self-start start] + expected: FAIL + + [Checking place-items: self-start end] + expected: FAIL + + [Checking place-items: self-start self-start] + expected: FAIL + + [Checking place-items: self-start self-end] + expected: FAIL + + [Checking place-items: self-start center] + expected: FAIL + + [Checking place-items: self-start flex-start] + expected: FAIL + + [Checking place-items: self-start flex-end] + expected: FAIL + + [Checking place-items: self-start baseline] + expected: FAIL + + [Checking place-items: self-start first baseline] + expected: FAIL + + [Checking place-items: self-start last baseline] + expected: FAIL + + [Checking place-items: self-start safe flex-end] + expected: FAIL + + [Checking place-items: self-start unsafe end] + expected: FAIL + + [Checking place-items: self-start safe end] + expected: FAIL + + [Checking place-items: self-start unsafe flex-start] + expected: FAIL + + [Checking place-items: self-start safe center] + expected: FAIL + + [Checking place-items: self-end left] + expected: FAIL + + [Checking place-items: self-end right] + expected: FAIL + + [Checking place-items: self-end legacy left] + expected: FAIL + + [Checking place-items: self-end legacy center] + expected: FAIL + + [Checking place-items: self-end legacy right] + expected: FAIL + + [Checking place-items: self-end normal] + expected: FAIL + + [Checking place-items: self-end stretch] + expected: FAIL + + [Checking place-items: self-end start] + expected: FAIL + + [Checking place-items: self-end end] + expected: FAIL + + [Checking place-items: self-end self-start] + expected: FAIL + + [Checking place-items: self-end self-end] + expected: FAIL + + [Checking place-items: self-end center] + expected: FAIL + + [Checking place-items: self-end flex-start] + expected: FAIL + + [Checking place-items: self-end flex-end] + expected: FAIL + + [Checking place-items: self-end baseline] + expected: FAIL + + [Checking place-items: self-end first baseline] + expected: FAIL + + [Checking place-items: self-end last baseline] + expected: FAIL + + [Checking place-items: self-end safe flex-end] + expected: FAIL + + [Checking place-items: self-end unsafe end] + expected: FAIL + + [Checking place-items: self-end safe end] + expected: FAIL + + [Checking place-items: self-end unsafe flex-start] + expected: FAIL + + [Checking place-items: self-end safe center] + expected: FAIL + + [Checking place-items: center left] + expected: FAIL + + [Checking place-items: center right] + expected: FAIL + + [Checking place-items: center legacy left] + expected: FAIL + + [Checking place-items: center legacy center] + expected: FAIL + + [Checking place-items: center legacy right] + expected: FAIL + + [Checking place-items: center normal] + expected: FAIL + + [Checking place-items: center stretch] + expected: FAIL + + [Checking place-items: center start] + expected: FAIL + + [Checking place-items: center end] + expected: FAIL + + [Checking place-items: center self-start] + expected: FAIL + + [Checking place-items: center self-end] + expected: FAIL + + [Checking place-items: center center] + expected: FAIL + + [Checking place-items: center flex-start] + expected: FAIL + + [Checking place-items: center flex-end] + expected: FAIL + + [Checking place-items: center baseline] + expected: FAIL + + [Checking place-items: center first baseline] + expected: FAIL + + [Checking place-items: center last baseline] + expected: FAIL + + [Checking place-items: center safe flex-end] + expected: FAIL + + [Checking place-items: center unsafe end] + expected: FAIL + + [Checking place-items: center safe end] + expected: FAIL + + [Checking place-items: center unsafe flex-start] + expected: FAIL + + [Checking place-items: center safe center] + expected: FAIL + + [Checking place-items: flex-start left] + expected: FAIL + + [Checking place-items: flex-start right] + expected: FAIL + + [Checking place-items: flex-start legacy left] + expected: FAIL + + [Checking place-items: flex-start legacy center] + expected: FAIL + + [Checking place-items: flex-start legacy right] + expected: FAIL + + [Checking place-items: flex-start normal] + expected: FAIL + + [Checking place-items: flex-start stretch] + expected: FAIL + + [Checking place-items: flex-start start] + expected: FAIL + + [Checking place-items: flex-start end] + expected: FAIL + + [Checking place-items: flex-start self-start] + expected: FAIL + + [Checking place-items: flex-start self-end] + expected: FAIL + + [Checking place-items: flex-start center] + expected: FAIL + + [Checking place-items: flex-start flex-start] + expected: FAIL + + [Checking place-items: flex-start flex-end] + expected: FAIL + + [Checking place-items: flex-start baseline] + expected: FAIL + + [Checking place-items: flex-start first baseline] + expected: FAIL + + [Checking place-items: flex-start last baseline] + expected: FAIL + + [Checking place-items: flex-start safe flex-end] + expected: FAIL + + [Checking place-items: flex-start unsafe end] + expected: FAIL + + [Checking place-items: flex-start safe end] + expected: FAIL + + [Checking place-items: flex-start unsafe flex-start] + expected: FAIL + + [Checking place-items: flex-start safe center] + expected: FAIL + + [Checking place-items: flex-end left] + expected: FAIL + + [Checking place-items: flex-end right] + expected: FAIL + + [Checking place-items: flex-end legacy left] + expected: FAIL + + [Checking place-items: flex-end legacy center] + expected: FAIL + + [Checking place-items: flex-end legacy right] + expected: FAIL + + [Checking place-items: flex-end normal] + expected: FAIL + + [Checking place-items: flex-end stretch] + expected: FAIL + + [Checking place-items: flex-end start] + expected: FAIL + + [Checking place-items: flex-end end] + expected: FAIL + + [Checking place-items: flex-end self-start] + expected: FAIL + + [Checking place-items: flex-end self-end] + expected: FAIL + + [Checking place-items: flex-end center] + expected: FAIL + + [Checking place-items: flex-end flex-start] + expected: FAIL + + [Checking place-items: flex-end flex-end] + expected: FAIL + + [Checking place-items: flex-end baseline] + expected: FAIL + + [Checking place-items: flex-end first baseline] + expected: FAIL + + [Checking place-items: flex-end last baseline] + expected: FAIL + + [Checking place-items: flex-end safe flex-end] + expected: FAIL + + [Checking place-items: flex-end unsafe end] + expected: FAIL + + [Checking place-items: flex-end safe end] + expected: FAIL + + [Checking place-items: flex-end unsafe flex-start] + expected: FAIL + + [Checking place-items: flex-end safe center] + expected: FAIL + + [Checking place-items: baseline left] + expected: FAIL + + [Checking place-items: baseline right] + expected: FAIL + + [Checking place-items: baseline legacy left] + expected: FAIL + + [Checking place-items: baseline legacy center] + expected: FAIL + + [Checking place-items: baseline legacy right] + expected: FAIL + + [Checking place-items: baseline normal] + expected: FAIL + + [Checking place-items: baseline stretch] + expected: FAIL + + [Checking place-items: baseline start] + expected: FAIL + + [Checking place-items: baseline end] + expected: FAIL + + [Checking place-items: baseline self-start] + expected: FAIL + + [Checking place-items: baseline self-end] + expected: FAIL + + [Checking place-items: baseline center] + expected: FAIL + + [Checking place-items: baseline flex-start] + expected: FAIL + + [Checking place-items: baseline flex-end] + expected: FAIL + + [Checking place-items: baseline baseline] + expected: FAIL + + [Checking place-items: baseline first baseline] + expected: FAIL + + [Checking place-items: baseline last baseline] + expected: FAIL + + [Checking place-items: baseline safe flex-end] + expected: FAIL + + [Checking place-items: baseline unsafe end] + expected: FAIL + + [Checking place-items: baseline safe end] + expected: FAIL + + [Checking place-items: baseline unsafe flex-start] + expected: FAIL + + [Checking place-items: baseline safe center] + expected: FAIL + + [Checking place-items: first baseline left] + expected: FAIL + + [Checking place-items: first baseline right] + expected: FAIL + + [Checking place-items: first baseline legacy left] + expected: FAIL + + [Checking place-items: first baseline legacy center] + expected: FAIL + + [Checking place-items: first baseline legacy right] + expected: FAIL + + [Checking place-items: first baseline normal] + expected: FAIL + + [Checking place-items: first baseline stretch] + expected: FAIL + + [Checking place-items: first baseline start] + expected: FAIL + + [Checking place-items: first baseline end] + expected: FAIL + + [Checking place-items: first baseline self-start] + expected: FAIL + + [Checking place-items: first baseline self-end] + expected: FAIL + + [Checking place-items: first baseline center] + expected: FAIL + + [Checking place-items: first baseline flex-start] + expected: FAIL + + [Checking place-items: first baseline flex-end] + expected: FAIL + + [Checking place-items: first baseline baseline] + expected: FAIL + + [Checking place-items: first baseline first baseline] + expected: FAIL + + [Checking place-items: first baseline last baseline] + expected: FAIL + + [Checking place-items: first baseline safe flex-end] + expected: FAIL + + [Checking place-items: first baseline unsafe end] + expected: FAIL + + [Checking place-items: first baseline safe end] + expected: FAIL + + [Checking place-items: first baseline unsafe flex-start] + expected: FAIL + + [Checking place-items: first baseline safe center] + expected: FAIL + + [Checking place-items: last baseline left] + expected: FAIL + + [Checking place-items: last baseline right] + expected: FAIL + + [Checking place-items: last baseline legacy left] + expected: FAIL + + [Checking place-items: last baseline legacy center] + expected: FAIL + + [Checking place-items: last baseline legacy right] + expected: FAIL + + [Checking place-items: last baseline normal] + expected: FAIL + + [Checking place-items: last baseline stretch] + expected: FAIL + + [Checking place-items: last baseline start] + expected: FAIL + + [Checking place-items: last baseline end] + expected: FAIL + + [Checking place-items: last baseline self-start] + expected: FAIL + + [Checking place-items: last baseline self-end] + expected: FAIL + + [Checking place-items: last baseline center] + expected: FAIL + + [Checking place-items: last baseline flex-start] + expected: FAIL + + [Checking place-items: last baseline flex-end] + expected: FAIL + + [Checking place-items: last baseline baseline] + expected: FAIL + + [Checking place-items: last baseline first baseline] + expected: FAIL + + [Checking place-items: last baseline last baseline] + expected: FAIL + + [Checking place-items: last baseline safe flex-end] + expected: FAIL + + [Checking place-items: last baseline unsafe end] + expected: FAIL + + [Checking place-items: last baseline safe end] + expected: FAIL + + [Checking place-items: last baseline unsafe flex-start] + expected: FAIL + + [Checking place-items: last baseline safe center] + expected: FAIL + + [Checking place-items: safe flex-end left] + expected: FAIL + + [Checking place-items: safe flex-end right] + expected: FAIL + + [Checking place-items: safe flex-end legacy left] + expected: FAIL + + [Checking place-items: safe flex-end legacy center] + expected: FAIL + + [Checking place-items: safe flex-end legacy right] + expected: FAIL + + [Checking place-items: safe flex-end normal] + expected: FAIL + + [Checking place-items: safe flex-end stretch] + expected: FAIL + + [Checking place-items: safe flex-end start] + expected: FAIL + + [Checking place-items: safe flex-end end] + expected: FAIL + + [Checking place-items: safe flex-end self-start] + expected: FAIL + + [Checking place-items: safe flex-end self-end] + expected: FAIL + + [Checking place-items: safe flex-end center] + expected: FAIL + + [Checking place-items: safe flex-end flex-start] + expected: FAIL + + [Checking place-items: safe flex-end flex-end] + expected: FAIL + + [Checking place-items: safe flex-end baseline] + expected: FAIL + + [Checking place-items: safe flex-end first baseline] + expected: FAIL + + [Checking place-items: safe flex-end last baseline] + expected: FAIL + + [Checking place-items: safe flex-end safe flex-end] + expected: FAIL + + [Checking place-items: safe flex-end unsafe end] + expected: FAIL + + [Checking place-items: safe flex-end safe end] + expected: FAIL + + [Checking place-items: safe flex-end unsafe flex-start] + expected: FAIL + + [Checking place-items: safe flex-end safe center] + expected: FAIL + + [Checking place-items: unsafe end left] + expected: FAIL + + [Checking place-items: unsafe end right] + expected: FAIL + + [Checking place-items: unsafe end legacy left] + expected: FAIL + + [Checking place-items: unsafe end legacy center] + expected: FAIL + + [Checking place-items: unsafe end legacy right] + expected: FAIL + + [Checking place-items: unsafe end normal] + expected: FAIL + + [Checking place-items: unsafe end stretch] + expected: FAIL + + [Checking place-items: unsafe end start] + expected: FAIL + + [Checking place-items: unsafe end end] + expected: FAIL + + [Checking place-items: unsafe end self-start] + expected: FAIL + + [Checking place-items: unsafe end self-end] + expected: FAIL + + [Checking place-items: unsafe end center] + expected: FAIL + + [Checking place-items: unsafe end flex-start] + expected: FAIL + + [Checking place-items: unsafe end flex-end] + expected: FAIL + + [Checking place-items: unsafe end baseline] + expected: FAIL + + [Checking place-items: unsafe end first baseline] + expected: FAIL + + [Checking place-items: unsafe end last baseline] + expected: FAIL + + [Checking place-items: unsafe end safe flex-end] + expected: FAIL + + [Checking place-items: unsafe end unsafe end] + expected: FAIL + + [Checking place-items: unsafe end safe end] + expected: FAIL + + [Checking place-items: unsafe end unsafe flex-start] + expected: FAIL + + [Checking place-items: unsafe end safe center] + expected: FAIL + + [Checking place-items: safe end left] + expected: FAIL + + [Checking place-items: safe end right] + expected: FAIL + + [Checking place-items: safe end legacy left] + expected: FAIL + + [Checking place-items: safe end legacy center] + expected: FAIL + + [Checking place-items: safe end legacy right] + expected: FAIL + + [Checking place-items: safe end normal] + expected: FAIL + + [Checking place-items: safe end stretch] + expected: FAIL + + [Checking place-items: safe end start] + expected: FAIL + + [Checking place-items: safe end end] + expected: FAIL + + [Checking place-items: safe end self-start] + expected: FAIL + + [Checking place-items: safe end self-end] + expected: FAIL + + [Checking place-items: safe end center] + expected: FAIL + + [Checking place-items: safe end flex-start] + expected: FAIL + + [Checking place-items: safe end flex-end] + expected: FAIL + + [Checking place-items: safe end baseline] + expected: FAIL + + [Checking place-items: safe end first baseline] + expected: FAIL + + [Checking place-items: safe end last baseline] + expected: FAIL + + [Checking place-items: safe end safe flex-end] + expected: FAIL + + [Checking place-items: safe end unsafe end] + expected: FAIL + + [Checking place-items: safe end safe end] + expected: FAIL + + [Checking place-items: safe end unsafe flex-start] + expected: FAIL + + [Checking place-items: safe end safe center] + expected: FAIL + + [Checking place-items: unsafe flex-start left] + expected: FAIL + + [Checking place-items: unsafe flex-start right] + expected: FAIL + + [Checking place-items: unsafe flex-start legacy left] + expected: FAIL + + [Checking place-items: unsafe flex-start legacy center] + expected: FAIL + + [Checking place-items: unsafe flex-start legacy right] + expected: FAIL + + [Checking place-items: unsafe flex-start normal] + expected: FAIL + + [Checking place-items: unsafe flex-start stretch] + expected: FAIL + + [Checking place-items: unsafe flex-start start] + expected: FAIL + + [Checking place-items: unsafe flex-start end] + expected: FAIL + + [Checking place-items: unsafe flex-start self-start] + expected: FAIL + + [Checking place-items: unsafe flex-start self-end] + expected: FAIL + + [Checking place-items: unsafe flex-start center] + expected: FAIL + + [Checking place-items: unsafe flex-start flex-start] + expected: FAIL + + [Checking place-items: unsafe flex-start flex-end] + expected: FAIL + + [Checking place-items: unsafe flex-start baseline] + expected: FAIL + + [Checking place-items: unsafe flex-start first baseline] + expected: FAIL + + [Checking place-items: unsafe flex-start last baseline] + expected: FAIL + + [Checking place-items: unsafe flex-start safe flex-end] + expected: FAIL + + [Checking place-items: unsafe flex-start unsafe end] + expected: FAIL + + [Checking place-items: unsafe flex-start safe end] + expected: FAIL + + [Checking place-items: unsafe flex-start unsafe flex-start] + expected: FAIL + + [Checking place-items: unsafe flex-start safe center] + expected: FAIL + + [Checking place-items: safe center left] + expected: FAIL + + [Checking place-items: safe center right] + expected: FAIL + + [Checking place-items: safe center legacy left] + expected: FAIL + + [Checking place-items: safe center legacy center] + expected: FAIL + + [Checking place-items: safe center legacy right] + expected: FAIL + + [Checking place-items: safe center normal] + expected: FAIL + + [Checking place-items: safe center stretch] + expected: FAIL + + [Checking place-items: safe center start] + expected: FAIL + + [Checking place-items: safe center end] + expected: FAIL + + [Checking place-items: safe center self-start] + expected: FAIL + + [Checking place-items: safe center self-end] + expected: FAIL + + [Checking place-items: safe center center] + expected: FAIL + + [Checking place-items: safe center flex-start] + expected: FAIL + + [Checking place-items: safe center flex-end] + expected: FAIL + + [Checking place-items: safe center baseline] + expected: FAIL + + [Checking place-items: safe center first baseline] + expected: FAIL + + [Checking place-items: safe center last baseline] + expected: FAIL + + [Checking place-items: safe center safe flex-end] + expected: FAIL + + [Checking place-items: safe center unsafe end] + expected: FAIL + + [Checking place-items: safe center safe end] + expected: FAIL + + [Checking place-items: safe center unsafe flex-start] + expected: FAIL + + [Checking place-items: safe center safe center] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-003.html.ini b/tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-003.html.ini new file mode 100644 index 00000000000..ce57cb7dbf4 --- /dev/null +++ b/tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-003.html.ini @@ -0,0 +1,6 @@ +[place-items-shorthand-003.html] + [Check place-items: initial - align-items expanded value] + expected: FAIL + + [Check place-items: initial - justify-items expanded value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-004.html.ini b/tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-004.html.ini new file mode 100644 index 00000000000..af3e911c8c6 --- /dev/null +++ b/tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-004.html.ini @@ -0,0 +1,12 @@ +[place-items-shorthand-004.html] + [Verify fallback values are invalid] + expected: FAIL + + [Verify 'left' and 'right' values are invalid for block/cross axis alignment] + expected: FAIL + + [Verify numeric values are invalid] + expected: FAIL + + [Verify empty declaration is invalid] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-005.html.ini b/tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-005.html.ini new file mode 100644 index 00000000000..daff0fc1a58 --- /dev/null +++ b/tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-005.html.ini @@ -0,0 +1,6 @@ +[place-items-shorthand-005.html] + [Check place-items: inherit - align-items resolved value] + expected: FAIL + + [Check place-items: inherit - justify-items resolved value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-006.html.ini b/tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-006.html.ini new file mode 100644 index 00000000000..9f20f450482 --- /dev/null +++ b/tests/wpt/meta/css/css-align/default-alignment/place-items-shorthand-006.html.ini @@ -0,0 +1,108 @@ +[place-items-shorthand-006.html] + [Checking place-items: normal normal] + expected: FAIL + + [Checking place-items: normal first baseline] + expected: FAIL + + [Checking place-items: stretch stretch] + expected: FAIL + + [Checking place-items: stretch first baseline] + expected: FAIL + + [Checking place-items: start start] + expected: FAIL + + [Checking place-items: start first baseline] + expected: FAIL + + [Checking place-items: end end] + expected: FAIL + + [Checking place-items: end first baseline] + expected: FAIL + + [Checking place-items: self-start self-start] + expected: FAIL + + [Checking place-items: self-start first baseline] + expected: FAIL + + [Checking place-items: self-end self-end] + expected: FAIL + + [Checking place-items: self-end first baseline] + expected: FAIL + + [Checking place-items: center center] + expected: FAIL + + [Checking place-items: center first baseline] + expected: FAIL + + [Checking place-items: flex-start flex-start] + expected: FAIL + + [Checking place-items: flex-start first baseline] + expected: FAIL + + [Checking place-items: flex-end flex-end] + expected: FAIL + + [Checking place-items: flex-end first baseline] + expected: FAIL + + [Checking place-items: baseline baseline] + expected: FAIL + + [Checking place-items: baseline first baseline] + expected: FAIL + + [Checking place-items: first baseline left] + expected: FAIL + + [Checking place-items: first baseline right] + expected: FAIL + + [Checking place-items: first baseline normal] + expected: FAIL + + [Checking place-items: first baseline stretch] + expected: FAIL + + [Checking place-items: first baseline start] + expected: FAIL + + [Checking place-items: first baseline end] + expected: FAIL + + [Checking place-items: first baseline self-start] + expected: FAIL + + [Checking place-items: first baseline self-end] + expected: FAIL + + [Checking place-items: first baseline center] + expected: FAIL + + [Checking place-items: first baseline flex-start] + expected: FAIL + + [Checking place-items: first baseline flex-end] + expected: FAIL + + [Checking place-items: first baseline baseline] + expected: FAIL + + [Checking place-items: first baseline first baseline] + expected: FAIL + + [Checking place-items: first baseline last baseline] + expected: FAIL + + [Checking place-items: last baseline first baseline] + expected: FAIL + + [Checking place-items: last baseline last baseline] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/default-alignment/shorthand-serialization-001.html.ini b/tests/wpt/meta/css/css-align/default-alignment/shorthand-serialization-001.html.ini new file mode 100644 index 00000000000..72aab7d5d6c --- /dev/null +++ b/tests/wpt/meta/css/css-align/default-alignment/shorthand-serialization-001.html.ini @@ -0,0 +1,51 @@ +[shorthand-serialization-001.html] + [test shorthand serialization {"alignContent":"center","shorthand":"center normal"}] + expected: FAIL + + [test shorthand serialization {"alignContent":"baseline safe right","shorthand":""}] + expected: FAIL + + [test shorthand serialization {"justifyContent":"safe start","shorthand":"normal safe start"}] + expected: FAIL + + [test shorthand serialization {"justifyContent":"unsafe start","shorthand":["normal unsafe start"\]}] + expected: FAIL + + [test shorthand serialization {"justifyContent":"space-evenly start","shorthand":""}] + expected: FAIL + + [test shorthand serialization {"alignContent":"start","justifyContent":"end","shorthand":"start end"}] + expected: FAIL + + [test shorthand serialization {"alignItems":"center","shorthand":"center legacy"}] + expected: FAIL + + [test shorthand serialization {"alignItems":"baseline","shorthand":"baseline legacy"}] + expected: FAIL + + [test shorthand serialization {"justifyItems":"safe start","shorthand":"normal safe start"}] + expected: FAIL + + [test shorthand serialization {"justifyItems":"unsafe start","shorthand":["normal unsafe start"\]}] + expected: FAIL + + [test shorthand serialization {"justifyItems":"stretch","shorthand":"normal stretch"}] + expected: FAIL + + [test shorthand serialization {"justifyItems":"left legacy","shorthand":"normal legacy left"}] + expected: FAIL + + [test shorthand serialization {"alignItems":"stretch","justifyItems":"end","shorthand":"stretch end"}] + expected: FAIL + + [test shorthand serialization {"alignSelf":"self-end safe","shorthand":""}] + expected: FAIL + + [test shorthand serialization {"justifySelf":"unsafe start","shorthand":["auto start","auto unsafe start"\]}] + expected: FAIL + + [test shorthand serialization {"justifySelf":"last baseline start","shorthand":""}] + expected: FAIL + + [test shorthand serialization {"alignSelf":"baseline","justifySelf":"last baseline","shorthand":"baseline last baseline"}] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/distribution-values/space-evenly-001.html.ini b/tests/wpt/meta/css/css-align/distribution-values/space-evenly-001.html.ini new file mode 100644 index 00000000000..fb915361368 --- /dev/null +++ b/tests/wpt/meta/css/css-align/distribution-values/space-evenly-001.html.ini @@ -0,0 +1,2 @@ +[space-evenly-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/gaps/column-gap-animation-001.html.ini b/tests/wpt/meta/css/css-align/gaps/column-gap-animation-001.html.ini new file mode 100644 index 00000000000..e02d60d4c0b --- /dev/null +++ b/tests/wpt/meta/css/css-align/gaps/column-gap-animation-001.html.ini @@ -0,0 +1,3 @@ +[column-gap-animation-001.html] + [column-gap is interpolable] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/gaps/column-gap-animation-002.html.ini b/tests/wpt/meta/css/css-align/gaps/column-gap-animation-002.html.ini new file mode 100644 index 00000000000..7189a5823b0 --- /dev/null +++ b/tests/wpt/meta/css/css-align/gaps/column-gap-animation-002.html.ini @@ -0,0 +1,3 @@ +[column-gap-animation-002.html] + [column-gap: normal is not interpolable] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/gaps/column-gap-animation-003.html.ini b/tests/wpt/meta/css/css-align/gaps/column-gap-animation-003.html.ini new file mode 100644 index 00000000000..848ff58d3c4 --- /dev/null +++ b/tests/wpt/meta/css/css-align/gaps/column-gap-animation-003.html.ini @@ -0,0 +1,3 @@ +[column-gap-animation-003.html] + [Default column-gap is not interpolable] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/gaps/column-gap-parsing-001.html.ini b/tests/wpt/meta/css/css-align/gaps/column-gap-parsing-001.html.ini new file mode 100644 index 00000000000..efae0b80b53 --- /dev/null +++ b/tests/wpt/meta/css/css-align/gaps/column-gap-parsing-001.html.ini @@ -0,0 +1,51 @@ +[column-gap-parsing-001.html] + [Default column-gap is 'normal'] + expected: FAIL + + [column-gap accepts pixels] + expected: FAIL + + [column-gap accepts em] + expected: FAIL + + [column-gap accepts percentage] + expected: FAIL + + [column-gap accepts calc()] + expected: FAIL + + [column-gap accepts calc() mixing fixed and percentage values] + expected: FAIL + + [Initial column-gap is 'normal'] + expected: FAIL + + [Initial column-gap is 'normal' 2] + expected: FAIL + + [Initial inherited column-gap is 'normal'] + expected: FAIL + + [column-gap is inheritable] + expected: FAIL + + [Negative column-gap is invalid] + expected: FAIL + + ['max-content' column-gap is invalid] + expected: FAIL + + ['none' column-gap is invalid] + expected: FAIL + + [column-gap with multiple values is invalid] + expected: FAIL + + [Angle column-gap is invalid] + expected: FAIL + + [Resolution column-gap is invalid] + expected: FAIL + + [Time column-gap is invalid] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/gaps/gap-animation-001.html.ini b/tests/wpt/meta/css/css-align/gaps/gap-animation-001.html.ini new file mode 100644 index 00000000000..341a80947c1 --- /dev/null +++ b/tests/wpt/meta/css/css-align/gaps/gap-animation-001.html.ini @@ -0,0 +1,3 @@ +[gap-animation-001.html] + [gap is interpolable] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/gaps/gap-animation-002.html.ini b/tests/wpt/meta/css/css-align/gaps/gap-animation-002.html.ini new file mode 100644 index 00000000000..6731a6c119d --- /dev/null +++ b/tests/wpt/meta/css/css-align/gaps/gap-animation-002.html.ini @@ -0,0 +1,3 @@ +[gap-animation-002.html] + [gap: normal is not interpolable] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/gaps/gap-animation-003.html.ini b/tests/wpt/meta/css/css-align/gaps/gap-animation-003.html.ini new file mode 100644 index 00000000000..344ac33f5f7 --- /dev/null +++ b/tests/wpt/meta/css/css-align/gaps/gap-animation-003.html.ini @@ -0,0 +1,3 @@ +[gap-animation-003.html] + [Default gap is not interpolable] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/gaps/gap-animation-004.html.ini b/tests/wpt/meta/css/css-align/gaps/gap-animation-004.html.ini new file mode 100644 index 00000000000..4677793ee54 --- /dev/null +++ b/tests/wpt/meta/css/css-align/gaps/gap-animation-004.html.ini @@ -0,0 +1,3 @@ +[gap-animation-004.html] + [gap is interpolable] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/gaps/gap-normal-computed-001.html.ini b/tests/wpt/meta/css/css-align/gaps/gap-normal-computed-001.html.ini new file mode 100644 index 00000000000..956f88c66de --- /dev/null +++ b/tests/wpt/meta/css/css-align/gaps/gap-normal-computed-001.html.ini @@ -0,0 +1,18 @@ +[gap-normal-computed-001.html] + [colum-gap:normal computes to normal on multicol elements] + expected: FAIL + + [row-gap:normal computes to normal on multicol elements] + expected: FAIL + + [colum-gap:normal computes to normal on grid] + expected: FAIL + + [row-gap:normal computes to normal on grid] + expected: FAIL + + [colum-gap:normal (main axis) computes to normal on flexbox] + expected: FAIL + + [row-gap:normal (cross axis) computes to normal on flexbox] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/gaps/gap-normal-used-001.html.ini b/tests/wpt/meta/css/css-align/gaps/gap-normal-used-001.html.ini new file mode 100644 index 00000000000..ee237180c71 --- /dev/null +++ b/tests/wpt/meta/css/css-align/gaps/gap-normal-used-001.html.ini @@ -0,0 +1,2 @@ +[gap-normal-used-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/gaps/gap-parsing-001.html.ini b/tests/wpt/meta/css/css-align/gaps/gap-parsing-001.html.ini new file mode 100644 index 00000000000..bac7cf70aed --- /dev/null +++ b/tests/wpt/meta/css/css-align/gaps/gap-parsing-001.html.ini @@ -0,0 +1,72 @@ +[gap-parsing-001.html] + [Default gap is 'normal'] + expected: FAIL + + [gap accepts pixels] + expected: FAIL + + [gap accepts pixels 2] + expected: FAIL + + [gap accepts pixels combined with percentage] + expected: FAIL + + [gap accepts em] + expected: FAIL + + [gap accepts em 2] + expected: FAIL + + [gap accepts percentage] + expected: FAIL + + [gap accepts percentage 2] + expected: FAIL + + [gap accepts calc()] + expected: FAIL + + [gap accepts calc() mixing fixed and percentage values] + expected: FAIL + + [gap accepts calc() 2] + expected: FAIL + + [Initial gap is 'normal'] + expected: FAIL + + [Initial gap is 'normal' 2] + expected: FAIL + + [Initial inherited gap is 'normal'] + expected: FAIL + + [gap is inheritable] + expected: FAIL + + [Negative gap is invalid] + expected: FAIL + + ['max-content' gap is invalid] + expected: FAIL + + ['none' gap is invalid] + expected: FAIL + + [Angle gap is invalid] + expected: FAIL + + [Resolution gap is invalid] + expected: FAIL + + [Time gap is invalid] + expected: FAIL + + [gap with three values is invalid] + expected: FAIL + + [gap with slash is invalid] + expected: FAIL + + [gap with one wrong value is invalid] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/gaps/grid-column-gap-parsing-001.html.ini b/tests/wpt/meta/css/css-align/gaps/grid-column-gap-parsing-001.html.ini new file mode 100644 index 00000000000..d2ac5dc2e91 --- /dev/null +++ b/tests/wpt/meta/css/css-align/gaps/grid-column-gap-parsing-001.html.ini @@ -0,0 +1,51 @@ +[grid-column-gap-parsing-001.html] + [Default grid-column-gap is 'normal'] + expected: FAIL + + [grid-column-gap accepts pixels] + expected: FAIL + + [grid-column-gap accepts em] + expected: FAIL + + [grid-column-gap accepts percentage] + expected: FAIL + + [grid-column-gap accepts calc()] + expected: FAIL + + [grid-column-gap accepts calc() mixing fixed and percentage values] + expected: FAIL + + [Initial grid-column-gap is 'normal'] + expected: FAIL + + [Initial grid-column-gap is 'normal' 2] + expected: FAIL + + [Initial inherited grid-column-gap is 'normal'] + expected: FAIL + + [grid-column-gap is inheritable] + expected: FAIL + + [Negative grid-column-gap is invalid] + expected: FAIL + + ['max-content' grid-column-gap is invalid] + expected: FAIL + + ['none' grid-column-gap is invalid] + expected: FAIL + + [grid-column-gap with multiple values is invalid] + expected: FAIL + + [Angle grid-column-gap is invalid] + expected: FAIL + + [Resolution grid-column-gap is invalid] + expected: FAIL + + [Time grid-column-gap is invalid] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/gaps/grid-gap-parsing-001.html.ini b/tests/wpt/meta/css/css-align/gaps/grid-gap-parsing-001.html.ini new file mode 100644 index 00000000000..be002d7735b --- /dev/null +++ b/tests/wpt/meta/css/css-align/gaps/grid-gap-parsing-001.html.ini @@ -0,0 +1,72 @@ +[grid-gap-parsing-001.html] + [Default grid-gap is 'normal'] + expected: FAIL + + [grid-gap accepts pixels] + expected: FAIL + + [grid-gap accepts pixels 2] + expected: FAIL + + [grid-gap accepts pixels combined with percentage] + expected: FAIL + + [grid-gap accepts em] + expected: FAIL + + [grid-gap accepts em 2] + expected: FAIL + + [grid-gap accepts percentage] + expected: FAIL + + [grid-gap accepts percentage 2] + expected: FAIL + + [grid-gap accepts calc()] + expected: FAIL + + [grid-gap accepts calc() mixing fixed and percentage values] + expected: FAIL + + [grid-gap accepts calc() 2] + expected: FAIL + + [Initial grid-gap is 'normal'] + expected: FAIL + + [Initial grid-gap is 'normal' 2] + expected: FAIL + + [Initial inherited grid-gap is 'normal'] + expected: FAIL + + [grid-gap is inheritable] + expected: FAIL + + [Negative grid-gap is invalid] + expected: FAIL + + ['max-content' grid-gap is invalid] + expected: FAIL + + ['none' grid-gap is invalid] + expected: FAIL + + [Angle grid-gap is invalid] + expected: FAIL + + [Resolution grid-gap is invalid] + expected: FAIL + + [Time grid-gap is invalid] + expected: FAIL + + [grid-gap with three values is invalid] + expected: FAIL + + [grid-gap with slash is invalid] + expected: FAIL + + [grid-gap with one wrong value is invalid] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/gaps/grid-row-gap-parsing-001.html.ini b/tests/wpt/meta/css/css-align/gaps/grid-row-gap-parsing-001.html.ini new file mode 100644 index 00000000000..093792ae18c --- /dev/null +++ b/tests/wpt/meta/css/css-align/gaps/grid-row-gap-parsing-001.html.ini @@ -0,0 +1,51 @@ +[grid-row-gap-parsing-001.html] + [Default grid-row-gap is 'normal'] + expected: FAIL + + [grid-row-gap accepts pixels] + expected: FAIL + + [grid-row-gap accepts em] + expected: FAIL + + [grid-row-gap accepts percentage] + expected: FAIL + + [grid-row-gap accepts calc()] + expected: FAIL + + [grid-row-gap accepts calc() mixing fixed and percentage values] + expected: FAIL + + [Initial grid-row-gap is 'normal'] + expected: FAIL + + [Initial grid-row-gap is 'normal' 2] + expected: FAIL + + [Initial inherited grid-row-gap is 'normal'] + expected: FAIL + + [grid-row-gap is inheritable] + expected: FAIL + + [Negative grid-row-gap is invalid] + expected: FAIL + + ['max-content' grid-row-gap is invalid] + expected: FAIL + + ['none' grid-row-gap is invalid] + expected: FAIL + + [grid-row-gap with multiple values is invalid] + expected: FAIL + + [Angle grid-row-gap is invalid] + expected: FAIL + + [Resolution grid-row-gap is invalid] + expected: FAIL + + [Time grid-row-gap is invalid] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/gaps/row-gap-animation-001.html.ini b/tests/wpt/meta/css/css-align/gaps/row-gap-animation-001.html.ini new file mode 100644 index 00000000000..3278a737a78 --- /dev/null +++ b/tests/wpt/meta/css/css-align/gaps/row-gap-animation-001.html.ini @@ -0,0 +1,3 @@ +[row-gap-animation-001.html] + [row-gap is interpolable] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/gaps/row-gap-animation-002.html.ini b/tests/wpt/meta/css/css-align/gaps/row-gap-animation-002.html.ini new file mode 100644 index 00000000000..25e2e2d5d6b --- /dev/null +++ b/tests/wpt/meta/css/css-align/gaps/row-gap-animation-002.html.ini @@ -0,0 +1,3 @@ +[row-gap-animation-002.html] + [row-gap: normal is not interpolable] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/gaps/row-gap-animation-003.html.ini b/tests/wpt/meta/css/css-align/gaps/row-gap-animation-003.html.ini new file mode 100644 index 00000000000..8e86c69f549 --- /dev/null +++ b/tests/wpt/meta/css/css-align/gaps/row-gap-animation-003.html.ini @@ -0,0 +1,3 @@ +[row-gap-animation-003.html] + [Default row-gap is not interpolable] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/gaps/row-gap-parsing-001.html.ini b/tests/wpt/meta/css/css-align/gaps/row-gap-parsing-001.html.ini new file mode 100644 index 00000000000..9796a9eb452 --- /dev/null +++ b/tests/wpt/meta/css/css-align/gaps/row-gap-parsing-001.html.ini @@ -0,0 +1,51 @@ +[row-gap-parsing-001.html] + [Default row-gap is 'normal'] + expected: FAIL + + [row-gap accepts pixels] + expected: FAIL + + [row-gap accepts em] + expected: FAIL + + [row-gap accepts percentage] + expected: FAIL + + [row-gap accepts calc()] + expected: FAIL + + [row-gap accepts calc() mixing fixed and percentage values] + expected: FAIL + + [Initial row-gap is 'normal'] + expected: FAIL + + [Initial row-gap is 'normal' 2] + expected: FAIL + + [Initial inherited row-gap is 'normal'] + expected: FAIL + + [row-gap is inheritable] + expected: FAIL + + [Negative row-gap is invalid] + expected: FAIL + + ['max-content' row-gap is invalid] + expected: FAIL + + ['none' row-gap is invalid] + expected: FAIL + + [row-gap with multiple values is invalid] + expected: FAIL + + [Angle row-gap is invalid] + expected: FAIL + + [Resolution row-gap is invalid] + expected: FAIL + + [Time row-gap is invalid] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/inheritance.html.ini b/tests/wpt/meta/css/css-align/inheritance.html.ini new file mode 100644 index 00000000000..03cec0d5061 --- /dev/null +++ b/tests/wpt/meta/css/css-align/inheritance.html.ini @@ -0,0 +1,48 @@ +[inheritance.html] + [Property align-content has initial value normal] + expected: FAIL + + [Property align-content does not inherit] + expected: FAIL + + [Property align-items has initial value normal] + expected: FAIL + + [Property align-items does not inherit] + expected: FAIL + + [Property align-self has initial value auto] + expected: FAIL + + [Property align-self does not inherit] + expected: FAIL + + [Property column-gap has initial value normal] + expected: FAIL + + [Property column-gap does not inherit] + expected: FAIL + + [Property justify-content has initial value normal] + expected: FAIL + + [Property justify-content does not inherit] + expected: FAIL + + [Property justify-items has initial value legacy center] + expected: FAIL + + [Property justify-items does not inherit] + expected: FAIL + + [Property justify-self has initial value auto] + expected: FAIL + + [Property justify-self does not inherit] + expected: FAIL + + [Property row-gap has initial value normal] + expected: FAIL + + [Property row-gap does not inherit] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/parsing/column-gap-computed.html.ini b/tests/wpt/meta/css/css-align/parsing/column-gap-computed.html.ini new file mode 100644 index 00000000000..81d536d64cd --- /dev/null +++ b/tests/wpt/meta/css/css-align/parsing/column-gap-computed.html.ini @@ -0,0 +1,15 @@ +[column-gap-computed.html] + [Property column-gap value 'normal'] + expected: FAIL + + [Property column-gap value 'calc(10px + 0.5em)'] + expected: FAIL + + [Property column-gap value 'calc(10px - 0.5em)'] + expected: FAIL + + [Property column-gap value '40%'] + expected: FAIL + + [Property column-gap value 'calc(50% + 60px)'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/parsing/column-gap-valid.html.ini b/tests/wpt/meta/css/css-align/parsing/column-gap-valid.html.ini new file mode 100644 index 00000000000..52bbd99b1ba --- /dev/null +++ b/tests/wpt/meta/css/css-align/parsing/column-gap-valid.html.ini @@ -0,0 +1,18 @@ +[column-gap-valid.html] + [e.style['column-gap'\] = "normal" should set the property value] + expected: FAIL + + [e.style['column-gap'\] = "0" should set the property value] + expected: FAIL + + [e.style['column-gap'\] = "1px" should set the property value] + expected: FAIL + + [e.style['column-gap'\] = "calc(2em + 3ex)" should set the property value] + expected: FAIL + + [e.style['column-gap'\] = "4%" should set the property value] + expected: FAIL + + [e.style['column-gap'\] = "5vmin" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/parsing/gap-computed.html.ini b/tests/wpt/meta/css/css-align/parsing/gap-computed.html.ini new file mode 100644 index 00000000000..7c48b72d5fa --- /dev/null +++ b/tests/wpt/meta/css/css-align/parsing/gap-computed.html.ini @@ -0,0 +1,33 @@ +[gap-computed.html] + [Property gap value 'normal'] + expected: FAIL + + [Property gap value '10px'] + expected: FAIL + + [Property gap value '20%'] + expected: FAIL + + [Property gap value 'calc(20% + 10px)'] + expected: FAIL + + [Property gap value 'calc(-0.5em + 10px)'] + expected: FAIL + + [Property gap value 'calc(0.5em + 10px)'] + expected: FAIL + + [Property gap value 'normal 10px'] + expected: FAIL + + [Property gap value '10px 20%'] + expected: FAIL + + [Property gap value '20% calc(20% + 10px)'] + expected: FAIL + + [Property gap value 'calc(20% + 10px) normal'] + expected: FAIL + + [Property gap value 'calc(-0.5em + 10px) calc(0.5em + 10px)'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/parsing/gap-shorthand.html.ini b/tests/wpt/meta/css/css-align/parsing/gap-shorthand.html.ini new file mode 100644 index 00000000000..4877e5a39d2 --- /dev/null +++ b/tests/wpt/meta/css/css-align/parsing/gap-shorthand.html.ini @@ -0,0 +1,36 @@ +[gap-shorthand.html] + [e.style['gap'\] = "normal" should set column-gap] + expected: FAIL + + [e.style['gap'\] = "normal" should set row-gap] + expected: FAIL + + [e.style['gap'\] = "normal" should not set unrelated longhands] + expected: FAIL + + [e.style['gap'\] = "10px 20%" should set column-gap] + expected: FAIL + + [e.style['gap'\] = "10px 20%" should set row-gap] + expected: FAIL + + [e.style['gap'\] = "10px 20%" should not set unrelated longhands] + expected: FAIL + + [e.style['gap'\] = "10px normal" should set column-gap] + expected: FAIL + + [e.style['gap'\] = "10px normal" should set row-gap] + expected: FAIL + + [e.style['gap'\] = "10px normal" should not set unrelated longhands] + expected: FAIL + + [e.style['gap'\] = "normal calc(20% + 10px)" should set column-gap] + expected: FAIL + + [e.style['gap'\] = "normal calc(20% + 10px)" should set row-gap] + expected: FAIL + + [e.style['gap'\] = "normal calc(20% + 10px)" should not set unrelated longhands] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/parsing/gap-valid.html.ini b/tests/wpt/meta/css/css-align/parsing/gap-valid.html.ini new file mode 100644 index 00000000000..af5f3eafa21 --- /dev/null +++ b/tests/wpt/meta/css/css-align/parsing/gap-valid.html.ini @@ -0,0 +1,27 @@ +[gap-valid.html] + [e.style['gap'\] = "normal normal" should set the property value] + expected: FAIL + + [e.style['gap'\] = "10px 10px" should set the property value] + expected: FAIL + + [e.style['gap'\] = "20% 20%" should set the property value] + expected: FAIL + + [e.style['gap'\] = "calc(20% + 10px) calc(20% + 10px)" should set the property value] + expected: FAIL + + [e.style['gap'\] = "normal 10px" should set the property value] + expected: FAIL + + [e.style['gap'\] = "10px 20%" should set the property value] + expected: FAIL + + [e.style['gap'\] = "20% calc(20% + 10px)" should set the property value] + expected: FAIL + + [e.style['gap'\] = "calc(20% + 10px) 0px" should set the property value] + expected: FAIL + + [e.style['gap'\] = "0px normal" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/parsing/justify-items-computed.html.ini b/tests/wpt/meta/css/css-align/parsing/justify-items-computed.html.ini new file mode 100644 index 00000000000..18d471e6a47 --- /dev/null +++ b/tests/wpt/meta/css/css-align/parsing/justify-items-computed.html.ini @@ -0,0 +1,60 @@ +[justify-items-computed.html] + [Property justify-items value 'normal'] + expected: FAIL + + [Property justify-items value 'stretch'] + expected: FAIL + + [Property justify-items value 'baseline'] + expected: FAIL + + [Property justify-items value 'last baseline'] + expected: FAIL + + [Property justify-items value 'center'] + expected: FAIL + + [Property justify-items value 'start'] + expected: FAIL + + [Property justify-items value 'end'] + expected: FAIL + + [Property justify-items value 'self-start'] + expected: FAIL + + [Property justify-items value 'self-end'] + expected: FAIL + + [Property justify-items value 'flex-start'] + expected: FAIL + + [Property justify-items value 'flex-end'] + expected: FAIL + + [Property justify-items value 'unsafe center'] + expected: FAIL + + [Property justify-items value 'safe self-end'] + expected: FAIL + + [Property justify-items value 'right'] + expected: FAIL + + [Property justify-items value 'safe left'] + expected: FAIL + + [Property justify-items value 'legacy'] + expected: FAIL + + [Property justify-items value 'legacy left'] + expected: FAIL + + [Property justify-items value 'legacy right'] + expected: FAIL + + [Property justify-items value 'legacy center'] + expected: FAIL + + [justify-items legacy depends on inherited value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/parsing/justify-items-valid.html.ini b/tests/wpt/meta/css/css-align/parsing/justify-items-valid.html.ini new file mode 100644 index 00000000000..893c7c92263 --- /dev/null +++ b/tests/wpt/meta/css/css-align/parsing/justify-items-valid.html.ini @@ -0,0 +1,60 @@ +[justify-items-valid.html] + [e.style['justify-items'\] = "normal" should set the property value] + expected: FAIL + + [e.style['justify-items'\] = "stretch" should set the property value] + expected: FAIL + + [e.style['justify-items'\] = "baseline" should set the property value] + expected: FAIL + + [e.style['justify-items'\] = "first baseline" should set the property value] + expected: FAIL + + [e.style['justify-items'\] = "last baseline" should set the property value] + expected: FAIL + + [e.style['justify-items'\] = "center" should set the property value] + expected: FAIL + + [e.style['justify-items'\] = "start" should set the property value] + expected: FAIL + + [e.style['justify-items'\] = "end" should set the property value] + expected: FAIL + + [e.style['justify-items'\] = "self-start" should set the property value] + expected: FAIL + + [e.style['justify-items'\] = "self-end" should set the property value] + expected: FAIL + + [e.style['justify-items'\] = "flex-start" should set the property value] + expected: FAIL + + [e.style['justify-items'\] = "flex-end" should set the property value] + expected: FAIL + + [e.style['justify-items'\] = "unsafe center" should set the property value] + expected: FAIL + + [e.style['justify-items'\] = "safe self-end" should set the property value] + expected: FAIL + + [e.style['justify-items'\] = "right" should set the property value] + expected: FAIL + + [e.style['justify-items'\] = "safe left" should set the property value] + expected: FAIL + + [e.style['justify-items'\] = "legacy" should set the property value] + expected: FAIL + + [e.style['justify-items'\] = "left legacy" should set the property value] + expected: FAIL + + [e.style['justify-items'\] = "right legacy" should set the property value] + expected: FAIL + + [e.style['justify-items'\] = "center legacy" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/parsing/justify-self-computed.html.ini b/tests/wpt/meta/css/css-align/parsing/justify-self-computed.html.ini new file mode 100644 index 00000000000..4762465fd0e --- /dev/null +++ b/tests/wpt/meta/css/css-align/parsing/justify-self-computed.html.ini @@ -0,0 +1,48 @@ +[justify-self-computed.html] + [Property justify-self value 'auto'] + expected: FAIL + + [Property justify-self value 'normal'] + expected: FAIL + + [Property justify-self value 'stretch'] + expected: FAIL + + [Property justify-self value 'baseline'] + expected: FAIL + + [Property justify-self value 'last baseline'] + expected: FAIL + + [Property justify-self value 'center'] + expected: FAIL + + [Property justify-self value 'start'] + expected: FAIL + + [Property justify-self value 'end'] + expected: FAIL + + [Property justify-self value 'self-start'] + expected: FAIL + + [Property justify-self value 'self-end'] + expected: FAIL + + [Property justify-self value 'flex-start'] + expected: FAIL + + [Property justify-self value 'flex-end'] + expected: FAIL + + [Property justify-self value 'unsafe center'] + expected: FAIL + + [Property justify-self value 'safe self-end'] + expected: FAIL + + [Property justify-self value 'left'] + expected: FAIL + + [Property justify-self value 'unsafe right'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/parsing/justify-self-valid.html.ini b/tests/wpt/meta/css/css-align/parsing/justify-self-valid.html.ini new file mode 100644 index 00000000000..8cca1d0c4f9 --- /dev/null +++ b/tests/wpt/meta/css/css-align/parsing/justify-self-valid.html.ini @@ -0,0 +1,51 @@ +[justify-self-valid.html] + [e.style['justify-self'\] = "auto" should set the property value] + expected: FAIL + + [e.style['justify-self'\] = "normal" should set the property value] + expected: FAIL + + [e.style['justify-self'\] = "stretch" should set the property value] + expected: FAIL + + [e.style['justify-self'\] = "baseline" should set the property value] + expected: FAIL + + [e.style['justify-self'\] = "first baseline" should set the property value] + expected: FAIL + + [e.style['justify-self'\] = "last baseline" should set the property value] + expected: FAIL + + [e.style['justify-self'\] = "center" should set the property value] + expected: FAIL + + [e.style['justify-self'\] = "start" should set the property value] + expected: FAIL + + [e.style['justify-self'\] = "end" should set the property value] + expected: FAIL + + [e.style['justify-self'\] = "self-start" should set the property value] + expected: FAIL + + [e.style['justify-self'\] = "self-end" should set the property value] + expected: FAIL + + [e.style['justify-self'\] = "flex-start" should set the property value] + expected: FAIL + + [e.style['justify-self'\] = "flex-end" should set the property value] + expected: FAIL + + [e.style['justify-self'\] = "unsafe center" should set the property value] + expected: FAIL + + [e.style['justify-self'\] = "safe self-end" should set the property value] + expected: FAIL + + [e.style['justify-self'\] = "left" should set the property value] + expected: FAIL + + [e.style['justify-self'\] = "unsafe right" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/parsing/place-content-computed.html.ini b/tests/wpt/meta/css/css-align/parsing/place-content-computed.html.ini new file mode 100644 index 00000000000..87c4929f137 --- /dev/null +++ b/tests/wpt/meta/css/css-align/parsing/place-content-computed.html.ini @@ -0,0 +1,69 @@ +[place-content-computed.html] + [Property place-content value 'normal normal'] + expected: FAIL + + [Property place-content value 'first baseline'] + expected: FAIL + + [Property place-content value 'baseline'] + expected: FAIL + + [Property place-content value 'first baseline start'] + expected: FAIL + + [Property place-content value 'last baseline'] + expected: FAIL + + [Property place-content value 'first baseline stretch'] + expected: FAIL + + [Property place-content value 'last baseline flex-start'] + expected: FAIL + + [Property place-content value 'baseline stretch'] + expected: FAIL + + [Property place-content value 'space-between'] + expected: FAIL + + [Property place-content value 'space-around'] + expected: FAIL + + [Property place-content value 'space-evenly'] + expected: FAIL + + [Property place-content value 'stretch'] + expected: FAIL + + [Property place-content value 'center'] + expected: FAIL + + [Property place-content value 'end'] + expected: FAIL + + [Property place-content value 'flex-start flex-start'] + expected: FAIL + + [Property place-content value 'unsafe end unsafe end'] + expected: FAIL + + [Property place-content value 'safe flex-start'] + expected: FAIL + + [Property place-content value 'normal stretch'] + expected: FAIL + + [Property place-content value 'baseline space-around'] + expected: FAIL + + [Property place-content value 'space-evenly unsafe end'] + expected: FAIL + + [Property place-content value 'center normal'] + expected: FAIL + + [Property place-content value 'normal right'] + expected: FAIL + + [Property place-content value 'baseline unsafe left'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/parsing/place-content-shorthand.html.ini b/tests/wpt/meta/css/css-align/parsing/place-content-shorthand.html.ini new file mode 100644 index 00000000000..9988ede34a1 --- /dev/null +++ b/tests/wpt/meta/css/css-align/parsing/place-content-shorthand.html.ini @@ -0,0 +1,45 @@ +[place-content-shorthand.html] + [e.style['place-content'\] = "normal" should set align-content] + expected: FAIL + + [e.style['place-content'\] = "normal" should set justify-content] + expected: FAIL + + [e.style['place-content'\] = "normal" should not set unrelated longhands] + expected: FAIL + + [e.style['place-content'\] = "first baseline" should set align-content] + expected: FAIL + + [e.style['place-content'\] = "first baseline" should set justify-content] + expected: FAIL + + [e.style['place-content'\] = "first baseline" should not set unrelated longhands] + expected: FAIL + + [e.style['place-content'\] = "last baseline flex-start" should set align-content] + expected: FAIL + + [e.style['place-content'\] = "last baseline flex-start" should set justify-content] + expected: FAIL + + [e.style['place-content'\] = "last baseline flex-start" should not set unrelated longhands] + expected: FAIL + + [e.style['place-content'\] = "space-around" should set align-content] + expected: FAIL + + [e.style['place-content'\] = "space-around" should set justify-content] + expected: FAIL + + [e.style['place-content'\] = "space-around" should not set unrelated longhands] + expected: FAIL + + [e.style['place-content'\] = "space-evenly unsafe end" should set align-content] + expected: FAIL + + [e.style['place-content'\] = "space-evenly unsafe end" should set justify-content] + expected: FAIL + + [e.style['place-content'\] = "space-evenly unsafe end" should not set unrelated longhands] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/parsing/place-content-valid.html.ini b/tests/wpt/meta/css/css-align/parsing/place-content-valid.html.ini new file mode 100644 index 00000000000..b89378f8b76 --- /dev/null +++ b/tests/wpt/meta/css/css-align/parsing/place-content-valid.html.ini @@ -0,0 +1,69 @@ +[place-content-valid.html] + [e.style['place-content'\] = "normal normal" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "first baseline" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "baseline" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "first baseline start" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "last baseline" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "first baseline stretch" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "last baseline flex-start" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "baseline stretch" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "space-between" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "space-around" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "space-evenly" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "stretch" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "center" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "end" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "flex-start flex-start" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "unsafe end unsafe end" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "safe flex-start" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "normal stretch" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "baseline space-around" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "space-evenly unsafe end" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "center normal" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "normal right" should set the property value] + expected: FAIL + + [e.style['place-content'\] = "baseline unsafe left" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/parsing/place-items-computed.html.ini b/tests/wpt/meta/css/css-align/parsing/place-items-computed.html.ini new file mode 100644 index 00000000000..9625bc12b0d --- /dev/null +++ b/tests/wpt/meta/css/css-align/parsing/place-items-computed.html.ini @@ -0,0 +1,54 @@ +[place-items-computed.html] + [Property place-items value 'normal'] + expected: FAIL + + [Property place-items value 'stretch stretch'] + expected: FAIL + + [Property place-items value 'first baseline'] + expected: FAIL + + [Property place-items value 'last baseline last baseline'] + expected: FAIL + + [Property place-items value 'center'] + expected: FAIL + + [Property place-items value 'end end'] + expected: FAIL + + [Property place-items value 'self-start'] + expected: FAIL + + [Property place-items value 'flex-end'] + expected: FAIL + + [Property place-items value 'unsafe center unsafe center'] + expected: FAIL + + [Property place-items value 'safe self-end'] + expected: FAIL + + [Property place-items value 'stretch baseline'] + expected: FAIL + + [Property place-items value 'last baseline center'] + expected: FAIL + + [Property place-items value 'safe self-end normal'] + expected: FAIL + + [Property place-items value 'normal right'] + expected: FAIL + + [Property place-items value 'baseline unsafe left'] + expected: FAIL + + [Property place-items value 'flex-end legacy'] + expected: FAIL + + [Property place-items value 'stretch legacy left'] + expected: FAIL + + [Property place-items value 'first baseline right legacy'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/parsing/place-items-shorthand.html.ini b/tests/wpt/meta/css/css-align/parsing/place-items-shorthand.html.ini new file mode 100644 index 00000000000..1d5527a28db --- /dev/null +++ b/tests/wpt/meta/css/css-align/parsing/place-items-shorthand.html.ini @@ -0,0 +1,36 @@ +[place-items-shorthand.html] + [e.style['place-items'\] = "normal" should set align-items] + expected: FAIL + + [e.style['place-items'\] = "normal" should set justify-items] + expected: FAIL + + [e.style['place-items'\] = "normal" should not set unrelated longhands] + expected: FAIL + + [e.style['place-items'\] = "first baseline" should set align-items] + expected: FAIL + + [e.style['place-items'\] = "first baseline" should set justify-items] + expected: FAIL + + [e.style['place-items'\] = "first baseline" should not set unrelated longhands] + expected: FAIL + + [e.style['place-items'\] = "last baseline flex-start" should set align-items] + expected: FAIL + + [e.style['place-items'\] = "last baseline flex-start" should set justify-items] + expected: FAIL + + [e.style['place-items'\] = "last baseline flex-start" should not set unrelated longhands] + expected: FAIL + + [e.style['place-items'\] = "stretch right legacy" should set align-items] + expected: FAIL + + [e.style['place-items'\] = "stretch right legacy" should set justify-items] + expected: FAIL + + [e.style['place-items'\] = "stretch right legacy" should not set unrelated longhands] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/parsing/place-items-valid.html.ini b/tests/wpt/meta/css/css-align/parsing/place-items-valid.html.ini new file mode 100644 index 00000000000..5882f596642 --- /dev/null +++ b/tests/wpt/meta/css/css-align/parsing/place-items-valid.html.ini @@ -0,0 +1,54 @@ +[place-items-valid.html] + [e.style['place-items'\] = "normal" should set the property value] + expected: FAIL + + [e.style['place-items'\] = "stretch stretch" should set the property value] + expected: FAIL + + [e.style['place-items'\] = "first baseline" should set the property value] + expected: FAIL + + [e.style['place-items'\] = "last baseline last baseline" should set the property value] + expected: FAIL + + [e.style['place-items'\] = "center" should set the property value] + expected: FAIL + + [e.style['place-items'\] = "end end" should set the property value] + expected: FAIL + + [e.style['place-items'\] = "self-start" should set the property value] + expected: FAIL + + [e.style['place-items'\] = "flex-end" should set the property value] + expected: FAIL + + [e.style['place-items'\] = "unsafe center unsafe center" should set the property value] + expected: FAIL + + [e.style['place-items'\] = "safe self-end" should set the property value] + expected: FAIL + + [e.style['place-items'\] = "stretch baseline" should set the property value] + expected: FAIL + + [e.style['place-items'\] = "last baseline center" should set the property value] + expected: FAIL + + [e.style['place-items'\] = "safe self-end normal" should set the property value] + expected: FAIL + + [e.style['place-items'\] = "normal right" should set the property value] + expected: FAIL + + [e.style['place-items'\] = "baseline unsafe left" should set the property value] + expected: FAIL + + [e.style['place-items'\] = "flex-end legacy" should set the property value] + expected: FAIL + + [e.style['place-items'\] = "stretch legacy left" should set the property value] + expected: FAIL + + [e.style['place-items'\] = "first baseline right legacy" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/parsing/place-self-computed.html.ini b/tests/wpt/meta/css/css-align/parsing/place-self-computed.html.ini new file mode 100644 index 00000000000..5536166ff11 --- /dev/null +++ b/tests/wpt/meta/css/css-align/parsing/place-self-computed.html.ini @@ -0,0 +1,48 @@ +[place-self-computed.html] + [Property place-self value 'auto auto'] + expected: FAIL + + [Property place-self value 'normal'] + expected: FAIL + + [Property place-self value 'stretch'] + expected: FAIL + + [Property place-self value 'first baseline'] + expected: FAIL + + [Property place-self value 'last baseline last baseline'] + expected: FAIL + + [Property place-self value 'center center'] + expected: FAIL + + [Property place-self value 'start'] + expected: FAIL + + [Property place-self value 'self-start'] + expected: FAIL + + [Property place-self value 'flex-end'] + expected: FAIL + + [Property place-self value 'unsafe center'] + expected: FAIL + + [Property place-self value 'safe self-end safe self-end'] + expected: FAIL + + [Property place-self value 'auto last baseline'] + expected: FAIL + + [Property place-self value 'baseline flex-end'] + expected: FAIL + + [Property place-self value 'unsafe center stretch'] + expected: FAIL + + [Property place-self value 'normal right'] + expected: FAIL + + [Property place-self value 'baseline unsafe left'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/parsing/place-self-shorthand.html.ini b/tests/wpt/meta/css/css-align/parsing/place-self-shorthand.html.ini new file mode 100644 index 00000000000..2b0bea16928 --- /dev/null +++ b/tests/wpt/meta/css/css-align/parsing/place-self-shorthand.html.ini @@ -0,0 +1,36 @@ +[place-self-shorthand.html] + [e.style['place-self'\] = "normal" should set align-self] + expected: FAIL + + [e.style['place-self'\] = "normal" should set justify-self] + expected: FAIL + + [e.style['place-self'\] = "normal" should not set unrelated longhands] + expected: FAIL + + [e.style['place-self'\] = "first baseline" should set align-self] + expected: FAIL + + [e.style['place-self'\] = "first baseline" should set justify-self] + expected: FAIL + + [e.style['place-self'\] = "first baseline" should not set unrelated longhands] + expected: FAIL + + [e.style['place-self'\] = "last baseline flex-start" should set align-self] + expected: FAIL + + [e.style['place-self'\] = "last baseline flex-start" should set justify-self] + expected: FAIL + + [e.style['place-self'\] = "last baseline flex-start" should not set unrelated longhands] + expected: FAIL + + [e.style['place-self'\] = "unsafe self-start stretch" should set align-self] + expected: FAIL + + [e.style['place-self'\] = "unsafe self-start stretch" should set justify-self] + expected: FAIL + + [e.style['place-self'\] = "unsafe self-start stretch" should not set unrelated longhands] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/parsing/place-self-valid.html.ini b/tests/wpt/meta/css/css-align/parsing/place-self-valid.html.ini new file mode 100644 index 00000000000..244ad6c3338 --- /dev/null +++ b/tests/wpt/meta/css/css-align/parsing/place-self-valid.html.ini @@ -0,0 +1,48 @@ +[place-self-valid.html] + [e.style['place-self'\] = "auto auto" should set the property value] + expected: FAIL + + [e.style['place-self'\] = "normal" should set the property value] + expected: FAIL + + [e.style['place-self'\] = "stretch" should set the property value] + expected: FAIL + + [e.style['place-self'\] = "first baseline" should set the property value] + expected: FAIL + + [e.style['place-self'\] = "last baseline last baseline" should set the property value] + expected: FAIL + + [e.style['place-self'\] = "center center" should set the property value] + expected: FAIL + + [e.style['place-self'\] = "start" should set the property value] + expected: FAIL + + [e.style['place-self'\] = "self-start" should set the property value] + expected: FAIL + + [e.style['place-self'\] = "flex-end" should set the property value] + expected: FAIL + + [e.style['place-self'\] = "unsafe center" should set the property value] + expected: FAIL + + [e.style['place-self'\] = "safe self-end safe self-end" should set the property value] + expected: FAIL + + [e.style['place-self'\] = "auto last baseline" should set the property value] + expected: FAIL + + [e.style['place-self'\] = "baseline flex-end" should set the property value] + expected: FAIL + + [e.style['place-self'\] = "unsafe center stretch" should set the property value] + expected: FAIL + + [e.style['place-self'\] = "normal right" should set the property value] + expected: FAIL + + [e.style['place-self'\] = "baseline unsafe left" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/parsing/row-gap-computed.html.ini b/tests/wpt/meta/css/css-align/parsing/row-gap-computed.html.ini new file mode 100644 index 00000000000..342d191d2d2 --- /dev/null +++ b/tests/wpt/meta/css/css-align/parsing/row-gap-computed.html.ini @@ -0,0 +1,18 @@ +[row-gap-computed.html] + [Property row-gap value 'normal'] + expected: FAIL + + [Property row-gap value '10px'] + expected: FAIL + + [Property row-gap value '20%'] + expected: FAIL + + [Property row-gap value 'calc(20% + 10px)'] + expected: FAIL + + [Property row-gap value 'calc(-0.5em + 10px)'] + expected: FAIL + + [Property row-gap value 'calc(0.5em + 10px)'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/parsing/row-gap-valid.html.ini b/tests/wpt/meta/css/css-align/parsing/row-gap-valid.html.ini new file mode 100644 index 00000000000..57a7ce17db8 --- /dev/null +++ b/tests/wpt/meta/css/css-align/parsing/row-gap-valid.html.ini @@ -0,0 +1,15 @@ +[row-gap-valid.html] + [e.style['row-gap'\] = "normal" should set the property value] + expected: FAIL + + [e.style['row-gap'\] = "10px" should set the property value] + expected: FAIL + + [e.style['row-gap'\] = "20%" should set the property value] + expected: FAIL + + [e.style['row-gap'\] = "calc(20% + 10px)" should set the property value] + expected: FAIL + + [e.style['row-gap'\] = "0" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/self-alignment/parse-align-self-002.html.ini b/tests/wpt/meta/css/css-align/self-alignment/parse-align-self-002.html.ini new file mode 100644 index 00000000000..ecae8b7de2a --- /dev/null +++ b/tests/wpt/meta/css/css-align/self-alignment/parse-align-self-002.html.ini @@ -0,0 +1,21 @@ +[parse-align-self-002.html] + [Test 'initial' value when nothing is specified] + expected: FAIL + + [Test align-self: 'initial'] + expected: FAIL + + [Test grid items align-self: 'initial'] + expected: FAIL + + [Test flex items align-self: 'initial'] + expected: FAIL + + [Test absolute positioned elements align-self: 'initial'] + expected: FAIL + + [Test absolute positioned grid items align-self: 'initial'] + expected: FAIL + + [Test absolute positioned flex items align-self: 'initial'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/self-alignment/parse-align-self-005.html.ini b/tests/wpt/meta/css/css-align/self-alignment/parse-align-self-005.html.ini new file mode 100644 index 00000000000..cd503a304e3 --- /dev/null +++ b/tests/wpt/meta/css/css-align/self-alignment/parse-align-self-005.html.ini @@ -0,0 +1,9 @@ +[parse-align-self-005.html] + [Test the value 'inherit' overrides current value ('end')] + expected: FAIL + + [Test the value 'inherit' overrides current value ('safe start')] + expected: FAIL + + [Test the value 'inherit' overrides current value ('unsafe center')] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-001.html.ini b/tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-001.html.ini new file mode 100644 index 00000000000..db1ccc36595 --- /dev/null +++ b/tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-001.html.ini @@ -0,0 +1,60 @@ +[parse-justify-self-001.html] + [Checking justify-self: auto] + expected: FAIL + + [Checking justify-self: normal] + expected: FAIL + + [Checking justify-self: stretch] + expected: FAIL + + [Checking justify-self: left] + expected: FAIL + + [Checking justify-self: right] + expected: FAIL + + [Checking justify-self: start] + expected: FAIL + + [Checking justify-self: end] + expected: FAIL + + [Checking justify-self: self-start] + expected: FAIL + + [Checking justify-self: self-end] + expected: FAIL + + [Checking justify-self: center] + expected: FAIL + + [Checking justify-self: flex-start] + expected: FAIL + + [Checking justify-self: flex-end] + expected: FAIL + + [Checking justify-self: baseline] + expected: FAIL + + [Checking justify-self: first baseline] + expected: FAIL + + [Checking justify-self: last baseline] + expected: FAIL + + [Checking justify-self: safe flex-end] + expected: FAIL + + [Checking justify-self: unsafe end] + expected: FAIL + + [Checking justify-self: safe end] + expected: FAIL + + [Checking justify-self: unsafe flex-start] + expected: FAIL + + [Checking justify-self: safe center] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-002.html.ini b/tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-002.html.ini new file mode 100644 index 00000000000..101c0d18545 --- /dev/null +++ b/tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-002.html.ini @@ -0,0 +1,21 @@ +[parse-justify-self-002.html] + [Test 'initial' value when nothing is specified] + expected: FAIL + + [Test justify-self: 'initial'] + expected: FAIL + + [Test grid items justify-self: 'initial'] + expected: FAIL + + [Test flex items justify-self: 'initial'] + expected: FAIL + + [Test absolute positioned elements justify-self: 'initial'] + expected: FAIL + + [Test absolute positioned grid items justify-self: 'initial'] + expected: FAIL + + [Test absolute positioned flex items justify-self: 'initial'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-003.html.ini b/tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-003.html.ini new file mode 100644 index 00000000000..80a84f3e366 --- /dev/null +++ b/tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-003.html.ini @@ -0,0 +1,60 @@ +[parse-justify-self-003.html] + [Checking justify-self: auto] + expected: FAIL + + [Checking justify-self: normal] + expected: FAIL + + [Checking justify-self: stretch] + expected: FAIL + + [Checking justify-self: left] + expected: FAIL + + [Checking justify-self: right] + expected: FAIL + + [Checking justify-self: start] + expected: FAIL + + [Checking justify-self: end] + expected: FAIL + + [Checking justify-self: self-start] + expected: FAIL + + [Checking justify-self: self-end] + expected: FAIL + + [Checking justify-self: center] + expected: FAIL + + [Checking justify-self: flex-start] + expected: FAIL + + [Checking justify-self: flex-end] + expected: FAIL + + [Checking justify-self: baseline] + expected: FAIL + + [Checking justify-self: first baseline] + expected: FAIL + + [Checking justify-self: last baseline] + expected: FAIL + + [Checking justify-self: safe flex-end] + expected: FAIL + + [Checking justify-self: unsafe end] + expected: FAIL + + [Checking justify-self: safe end] + expected: FAIL + + [Checking justify-self: unsafe flex-start] + expected: FAIL + + [Checking justify-self: safe center] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-004.html.ini b/tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-004.html.ini new file mode 100644 index 00000000000..49c9a449f56 --- /dev/null +++ b/tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-004.html.ini @@ -0,0 +1,78 @@ +[parse-justify-self-004.html] + [Checking invalid combination - justify-self: legacy] + expected: FAIL + + [Checking invalid combination - justify-self: space-around] + expected: FAIL + + [Checking invalid combination - justify-self: auto safe] + expected: FAIL + + [Checking invalid combination - justify-self: auto left] + expected: FAIL + + [Checking invalid combination - justify-self: normal unsafe] + expected: FAIL + + [Checking invalid combination - justify-self: normal stretch] + expected: FAIL + + [Checking invalid combination - justify-self: baseline normal] + expected: FAIL + + [Checking invalid combination - justify-self: baseline center] + expected: FAIL + + [Checking invalid combination - justify-self: first baseline center] + expected: FAIL + + [Checking invalid combination - justify-self: last baseline center] + expected: FAIL + + [Checking invalid combination - justify-self: baseline last] + expected: FAIL + + [Checking invalid combination - justify-self: baseline first] + expected: FAIL + + [Checking invalid combination - justify-self: stretch unsafe] + expected: FAIL + + [Checking invalid combination - justify-self: stretch right] + expected: FAIL + + [Checking invalid combination - justify-self: unsafe unsafe] + expected: FAIL + + [Checking invalid combination - justify-self: unsafe safe] + expected: FAIL + + [Checking invalid combination - justify-self: center start] + expected: FAIL + + [Checking invalid combination - justify-self: unsafe stretch] + expected: FAIL + + [Checking invalid combination - justify-self: safe stretch] + expected: FAIL + + [Checking invalid combination - justify-self: baseline safe] + expected: FAIL + + [Checking invalid combination - justify-self: unsafe baseline] + expected: FAIL + + [Checking invalid combination - justify-self: unsafe safe left] + expected: FAIL + + [Checking invalid combination - justify-self: unsafe left safe] + expected: FAIL + + [Checking invalid combination - justify-self: left safe unsafe safe] + expected: FAIL + + [Checking invalid combination - justify-self: start safe] + expected: FAIL + + [Checking invalid combination - justify-self: safe] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-005.html.ini b/tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-005.html.ini new file mode 100644 index 00000000000..b69e9407842 --- /dev/null +++ b/tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-005.html.ini @@ -0,0 +1,9 @@ +[parse-justify-self-005.html] + [Test the value 'inherit' overrides current value ('end')] + expected: FAIL + + [Test the value 'inherit' overrides current value ('safe left')] + expected: FAIL + + [Test the value 'inherit' overrides current value ('unsafe center')] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-001.html.ini b/tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-001.html.ini new file mode 100644 index 00000000000..ec5dfa2e311 --- /dev/null +++ b/tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-001.html.ini @@ -0,0 +1,54 @@ +[place-self-shorthand-001.html] + [Checking place-self: auto] + expected: FAIL + + [Checking place-self: normal] + expected: FAIL + + [Checking place-self: stretch] + expected: FAIL + + [Checking place-self: start] + expected: FAIL + + [Checking place-self: end] + expected: FAIL + + [Checking place-self: self-start] + expected: FAIL + + [Checking place-self: self-end] + expected: FAIL + + [Checking place-self: center] + expected: FAIL + + [Checking place-self: flex-start] + expected: FAIL + + [Checking place-self: flex-end] + expected: FAIL + + [Checking place-self: baseline] + expected: FAIL + + [Checking place-self: first baseline] + expected: FAIL + + [Checking place-self: last baseline] + expected: FAIL + + [Checking place-self: safe flex-end] + expected: FAIL + + [Checking place-self: unsafe end] + expected: FAIL + + [Checking place-self: safe end] + expected: FAIL + + [Checking place-self: unsafe flex-start] + expected: FAIL + + [Checking place-self: safe center] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-002.html.ini b/tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-002.html.ini new file mode 100644 index 00000000000..419c2ff3d17 --- /dev/null +++ b/tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-002.html.ini @@ -0,0 +1,1080 @@ +[place-self-shorthand-002.html] + [Checking place-self: auto left] + expected: FAIL + + [Checking place-self: auto right] + expected: FAIL + + [Checking place-self: auto auto] + expected: FAIL + + [Checking place-self: auto normal] + expected: FAIL + + [Checking place-self: auto stretch] + expected: FAIL + + [Checking place-self: auto start] + expected: FAIL + + [Checking place-self: auto end] + expected: FAIL + + [Checking place-self: auto self-start] + expected: FAIL + + [Checking place-self: auto self-end] + expected: FAIL + + [Checking place-self: auto center] + expected: FAIL + + [Checking place-self: auto flex-start] + expected: FAIL + + [Checking place-self: auto flex-end] + expected: FAIL + + [Checking place-self: auto baseline] + expected: FAIL + + [Checking place-self: auto first baseline] + expected: FAIL + + [Checking place-self: auto last baseline] + expected: FAIL + + [Checking place-self: auto safe flex-end] + expected: FAIL + + [Checking place-self: auto unsafe end] + expected: FAIL + + [Checking place-self: auto safe end] + expected: FAIL + + [Checking place-self: auto unsafe flex-start] + expected: FAIL + + [Checking place-self: auto safe center] + expected: FAIL + + [Checking place-self: normal left] + expected: FAIL + + [Checking place-self: normal right] + expected: FAIL + + [Checking place-self: normal auto] + expected: FAIL + + [Checking place-self: normal normal] + expected: FAIL + + [Checking place-self: normal stretch] + expected: FAIL + + [Checking place-self: normal start] + expected: FAIL + + [Checking place-self: normal end] + expected: FAIL + + [Checking place-self: normal self-start] + expected: FAIL + + [Checking place-self: normal self-end] + expected: FAIL + + [Checking place-self: normal center] + expected: FAIL + + [Checking place-self: normal flex-start] + expected: FAIL + + [Checking place-self: normal flex-end] + expected: FAIL + + [Checking place-self: normal baseline] + expected: FAIL + + [Checking place-self: normal first baseline] + expected: FAIL + + [Checking place-self: normal last baseline] + expected: FAIL + + [Checking place-self: normal safe flex-end] + expected: FAIL + + [Checking place-self: normal unsafe end] + expected: FAIL + + [Checking place-self: normal safe end] + expected: FAIL + + [Checking place-self: normal unsafe flex-start] + expected: FAIL + + [Checking place-self: normal safe center] + expected: FAIL + + [Checking place-self: stretch left] + expected: FAIL + + [Checking place-self: stretch right] + expected: FAIL + + [Checking place-self: stretch auto] + expected: FAIL + + [Checking place-self: stretch normal] + expected: FAIL + + [Checking place-self: stretch stretch] + expected: FAIL + + [Checking place-self: stretch start] + expected: FAIL + + [Checking place-self: stretch end] + expected: FAIL + + [Checking place-self: stretch self-start] + expected: FAIL + + [Checking place-self: stretch self-end] + expected: FAIL + + [Checking place-self: stretch center] + expected: FAIL + + [Checking place-self: stretch flex-start] + expected: FAIL + + [Checking place-self: stretch flex-end] + expected: FAIL + + [Checking place-self: stretch baseline] + expected: FAIL + + [Checking place-self: stretch first baseline] + expected: FAIL + + [Checking place-self: stretch last baseline] + expected: FAIL + + [Checking place-self: stretch safe flex-end] + expected: FAIL + + [Checking place-self: stretch unsafe end] + expected: FAIL + + [Checking place-self: stretch safe end] + expected: FAIL + + [Checking place-self: stretch unsafe flex-start] + expected: FAIL + + [Checking place-self: stretch safe center] + expected: FAIL + + [Checking place-self: start left] + expected: FAIL + + [Checking place-self: start right] + expected: FAIL + + [Checking place-self: start auto] + expected: FAIL + + [Checking place-self: start normal] + expected: FAIL + + [Checking place-self: start stretch] + expected: FAIL + + [Checking place-self: start start] + expected: FAIL + + [Checking place-self: start end] + expected: FAIL + + [Checking place-self: start self-start] + expected: FAIL + + [Checking place-self: start self-end] + expected: FAIL + + [Checking place-self: start center] + expected: FAIL + + [Checking place-self: start flex-start] + expected: FAIL + + [Checking place-self: start flex-end] + expected: FAIL + + [Checking place-self: start baseline] + expected: FAIL + + [Checking place-self: start first baseline] + expected: FAIL + + [Checking place-self: start last baseline] + expected: FAIL + + [Checking place-self: start safe flex-end] + expected: FAIL + + [Checking place-self: start unsafe end] + expected: FAIL + + [Checking place-self: start safe end] + expected: FAIL + + [Checking place-self: start unsafe flex-start] + expected: FAIL + + [Checking place-self: start safe center] + expected: FAIL + + [Checking place-self: end left] + expected: FAIL + + [Checking place-self: end right] + expected: FAIL + + [Checking place-self: end auto] + expected: FAIL + + [Checking place-self: end normal] + expected: FAIL + + [Checking place-self: end stretch] + expected: FAIL + + [Checking place-self: end start] + expected: FAIL + + [Checking place-self: end end] + expected: FAIL + + [Checking place-self: end self-start] + expected: FAIL + + [Checking place-self: end self-end] + expected: FAIL + + [Checking place-self: end center] + expected: FAIL + + [Checking place-self: end flex-start] + expected: FAIL + + [Checking place-self: end flex-end] + expected: FAIL + + [Checking place-self: end baseline] + expected: FAIL + + [Checking place-self: end first baseline] + expected: FAIL + + [Checking place-self: end last baseline] + expected: FAIL + + [Checking place-self: end safe flex-end] + expected: FAIL + + [Checking place-self: end unsafe end] + expected: FAIL + + [Checking place-self: end safe end] + expected: FAIL + + [Checking place-self: end unsafe flex-start] + expected: FAIL + + [Checking place-self: end safe center] + expected: FAIL + + [Checking place-self: self-start left] + expected: FAIL + + [Checking place-self: self-start right] + expected: FAIL + + [Checking place-self: self-start auto] + expected: FAIL + + [Checking place-self: self-start normal] + expected: FAIL + + [Checking place-self: self-start stretch] + expected: FAIL + + [Checking place-self: self-start start] + expected: FAIL + + [Checking place-self: self-start end] + expected: FAIL + + [Checking place-self: self-start self-start] + expected: FAIL + + [Checking place-self: self-start self-end] + expected: FAIL + + [Checking place-self: self-start center] + expected: FAIL + + [Checking place-self: self-start flex-start] + expected: FAIL + + [Checking place-self: self-start flex-end] + expected: FAIL + + [Checking place-self: self-start baseline] + expected: FAIL + + [Checking place-self: self-start first baseline] + expected: FAIL + + [Checking place-self: self-start last baseline] + expected: FAIL + + [Checking place-self: self-start safe flex-end] + expected: FAIL + + [Checking place-self: self-start unsafe end] + expected: FAIL + + [Checking place-self: self-start safe end] + expected: FAIL + + [Checking place-self: self-start unsafe flex-start] + expected: FAIL + + [Checking place-self: self-start safe center] + expected: FAIL + + [Checking place-self: self-end left] + expected: FAIL + + [Checking place-self: self-end right] + expected: FAIL + + [Checking place-self: self-end auto] + expected: FAIL + + [Checking place-self: self-end normal] + expected: FAIL + + [Checking place-self: self-end stretch] + expected: FAIL + + [Checking place-self: self-end start] + expected: FAIL + + [Checking place-self: self-end end] + expected: FAIL + + [Checking place-self: self-end self-start] + expected: FAIL + + [Checking place-self: self-end self-end] + expected: FAIL + + [Checking place-self: self-end center] + expected: FAIL + + [Checking place-self: self-end flex-start] + expected: FAIL + + [Checking place-self: self-end flex-end] + expected: FAIL + + [Checking place-self: self-end baseline] + expected: FAIL + + [Checking place-self: self-end first baseline] + expected: FAIL + + [Checking place-self: self-end last baseline] + expected: FAIL + + [Checking place-self: self-end safe flex-end] + expected: FAIL + + [Checking place-self: self-end unsafe end] + expected: FAIL + + [Checking place-self: self-end safe end] + expected: FAIL + + [Checking place-self: self-end unsafe flex-start] + expected: FAIL + + [Checking place-self: self-end safe center] + expected: FAIL + + [Checking place-self: center left] + expected: FAIL + + [Checking place-self: center right] + expected: FAIL + + [Checking place-self: center auto] + expected: FAIL + + [Checking place-self: center normal] + expected: FAIL + + [Checking place-self: center stretch] + expected: FAIL + + [Checking place-self: center start] + expected: FAIL + + [Checking place-self: center end] + expected: FAIL + + [Checking place-self: center self-start] + expected: FAIL + + [Checking place-self: center self-end] + expected: FAIL + + [Checking place-self: center center] + expected: FAIL + + [Checking place-self: center flex-start] + expected: FAIL + + [Checking place-self: center flex-end] + expected: FAIL + + [Checking place-self: center baseline] + expected: FAIL + + [Checking place-self: center first baseline] + expected: FAIL + + [Checking place-self: center last baseline] + expected: FAIL + + [Checking place-self: center safe flex-end] + expected: FAIL + + [Checking place-self: center unsafe end] + expected: FAIL + + [Checking place-self: center safe end] + expected: FAIL + + [Checking place-self: center unsafe flex-start] + expected: FAIL + + [Checking place-self: center safe center] + expected: FAIL + + [Checking place-self: flex-start left] + expected: FAIL + + [Checking place-self: flex-start right] + expected: FAIL + + [Checking place-self: flex-start auto] + expected: FAIL + + [Checking place-self: flex-start normal] + expected: FAIL + + [Checking place-self: flex-start stretch] + expected: FAIL + + [Checking place-self: flex-start start] + expected: FAIL + + [Checking place-self: flex-start end] + expected: FAIL + + [Checking place-self: flex-start self-start] + expected: FAIL + + [Checking place-self: flex-start self-end] + expected: FAIL + + [Checking place-self: flex-start center] + expected: FAIL + + [Checking place-self: flex-start flex-start] + expected: FAIL + + [Checking place-self: flex-start flex-end] + expected: FAIL + + [Checking place-self: flex-start baseline] + expected: FAIL + + [Checking place-self: flex-start first baseline] + expected: FAIL + + [Checking place-self: flex-start last baseline] + expected: FAIL + + [Checking place-self: flex-start safe flex-end] + expected: FAIL + + [Checking place-self: flex-start unsafe end] + expected: FAIL + + [Checking place-self: flex-start safe end] + expected: FAIL + + [Checking place-self: flex-start unsafe flex-start] + expected: FAIL + + [Checking place-self: flex-start safe center] + expected: FAIL + + [Checking place-self: flex-end left] + expected: FAIL + + [Checking place-self: flex-end right] + expected: FAIL + + [Checking place-self: flex-end auto] + expected: FAIL + + [Checking place-self: flex-end normal] + expected: FAIL + + [Checking place-self: flex-end stretch] + expected: FAIL + + [Checking place-self: flex-end start] + expected: FAIL + + [Checking place-self: flex-end end] + expected: FAIL + + [Checking place-self: flex-end self-start] + expected: FAIL + + [Checking place-self: flex-end self-end] + expected: FAIL + + [Checking place-self: flex-end center] + expected: FAIL + + [Checking place-self: flex-end flex-start] + expected: FAIL + + [Checking place-self: flex-end flex-end] + expected: FAIL + + [Checking place-self: flex-end baseline] + expected: FAIL + + [Checking place-self: flex-end first baseline] + expected: FAIL + + [Checking place-self: flex-end last baseline] + expected: FAIL + + [Checking place-self: flex-end safe flex-end] + expected: FAIL + + [Checking place-self: flex-end unsafe end] + expected: FAIL + + [Checking place-self: flex-end safe end] + expected: FAIL + + [Checking place-self: flex-end unsafe flex-start] + expected: FAIL + + [Checking place-self: flex-end safe center] + expected: FAIL + + [Checking place-self: baseline left] + expected: FAIL + + [Checking place-self: baseline right] + expected: FAIL + + [Checking place-self: baseline auto] + expected: FAIL + + [Checking place-self: baseline normal] + expected: FAIL + + [Checking place-self: baseline stretch] + expected: FAIL + + [Checking place-self: baseline start] + expected: FAIL + + [Checking place-self: baseline end] + expected: FAIL + + [Checking place-self: baseline self-start] + expected: FAIL + + [Checking place-self: baseline self-end] + expected: FAIL + + [Checking place-self: baseline center] + expected: FAIL + + [Checking place-self: baseline flex-start] + expected: FAIL + + [Checking place-self: baseline flex-end] + expected: FAIL + + [Checking place-self: baseline baseline] + expected: FAIL + + [Checking place-self: baseline first baseline] + expected: FAIL + + [Checking place-self: baseline last baseline] + expected: FAIL + + [Checking place-self: baseline safe flex-end] + expected: FAIL + + [Checking place-self: baseline unsafe end] + expected: FAIL + + [Checking place-self: baseline safe end] + expected: FAIL + + [Checking place-self: baseline unsafe flex-start] + expected: FAIL + + [Checking place-self: baseline safe center] + expected: FAIL + + [Checking place-self: first baseline left] + expected: FAIL + + [Checking place-self: first baseline right] + expected: FAIL + + [Checking place-self: first baseline auto] + expected: FAIL + + [Checking place-self: first baseline normal] + expected: FAIL + + [Checking place-self: first baseline stretch] + expected: FAIL + + [Checking place-self: first baseline start] + expected: FAIL + + [Checking place-self: first baseline end] + expected: FAIL + + [Checking place-self: first baseline self-start] + expected: FAIL + + [Checking place-self: first baseline self-end] + expected: FAIL + + [Checking place-self: first baseline center] + expected: FAIL + + [Checking place-self: first baseline flex-start] + expected: FAIL + + [Checking place-self: first baseline flex-end] + expected: FAIL + + [Checking place-self: first baseline baseline] + expected: FAIL + + [Checking place-self: first baseline first baseline] + expected: FAIL + + [Checking place-self: first baseline last baseline] + expected: FAIL + + [Checking place-self: first baseline safe flex-end] + expected: FAIL + + [Checking place-self: first baseline unsafe end] + expected: FAIL + + [Checking place-self: first baseline safe end] + expected: FAIL + + [Checking place-self: first baseline unsafe flex-start] + expected: FAIL + + [Checking place-self: first baseline safe center] + expected: FAIL + + [Checking place-self: last baseline left] + expected: FAIL + + [Checking place-self: last baseline right] + expected: FAIL + + [Checking place-self: last baseline auto] + expected: FAIL + + [Checking place-self: last baseline normal] + expected: FAIL + + [Checking place-self: last baseline stretch] + expected: FAIL + + [Checking place-self: last baseline start] + expected: FAIL + + [Checking place-self: last baseline end] + expected: FAIL + + [Checking place-self: last baseline self-start] + expected: FAIL + + [Checking place-self: last baseline self-end] + expected: FAIL + + [Checking place-self: last baseline center] + expected: FAIL + + [Checking place-self: last baseline flex-start] + expected: FAIL + + [Checking place-self: last baseline flex-end] + expected: FAIL + + [Checking place-self: last baseline baseline] + expected: FAIL + + [Checking place-self: last baseline first baseline] + expected: FAIL + + [Checking place-self: last baseline last baseline] + expected: FAIL + + [Checking place-self: last baseline safe flex-end] + expected: FAIL + + [Checking place-self: last baseline unsafe end] + expected: FAIL + + [Checking place-self: last baseline safe end] + expected: FAIL + + [Checking place-self: last baseline unsafe flex-start] + expected: FAIL + + [Checking place-self: last baseline safe center] + expected: FAIL + + [Checking place-self: safe flex-end left] + expected: FAIL + + [Checking place-self: safe flex-end right] + expected: FAIL + + [Checking place-self: safe flex-end auto] + expected: FAIL + + [Checking place-self: safe flex-end normal] + expected: FAIL + + [Checking place-self: safe flex-end stretch] + expected: FAIL + + [Checking place-self: safe flex-end start] + expected: FAIL + + [Checking place-self: safe flex-end end] + expected: FAIL + + [Checking place-self: safe flex-end self-start] + expected: FAIL + + [Checking place-self: safe flex-end self-end] + expected: FAIL + + [Checking place-self: safe flex-end center] + expected: FAIL + + [Checking place-self: safe flex-end flex-start] + expected: FAIL + + [Checking place-self: safe flex-end flex-end] + expected: FAIL + + [Checking place-self: safe flex-end baseline] + expected: FAIL + + [Checking place-self: safe flex-end first baseline] + expected: FAIL + + [Checking place-self: safe flex-end last baseline] + expected: FAIL + + [Checking place-self: safe flex-end safe flex-end] + expected: FAIL + + [Checking place-self: safe flex-end unsafe end] + expected: FAIL + + [Checking place-self: safe flex-end safe end] + expected: FAIL + + [Checking place-self: safe flex-end unsafe flex-start] + expected: FAIL + + [Checking place-self: safe flex-end safe center] + expected: FAIL + + [Checking place-self: unsafe end left] + expected: FAIL + + [Checking place-self: unsafe end right] + expected: FAIL + + [Checking place-self: unsafe end auto] + expected: FAIL + + [Checking place-self: unsafe end normal] + expected: FAIL + + [Checking place-self: unsafe end stretch] + expected: FAIL + + [Checking place-self: unsafe end start] + expected: FAIL + + [Checking place-self: unsafe end end] + expected: FAIL + + [Checking place-self: unsafe end self-start] + expected: FAIL + + [Checking place-self: unsafe end self-end] + expected: FAIL + + [Checking place-self: unsafe end center] + expected: FAIL + + [Checking place-self: unsafe end flex-start] + expected: FAIL + + [Checking place-self: unsafe end flex-end] + expected: FAIL + + [Checking place-self: unsafe end baseline] + expected: FAIL + + [Checking place-self: unsafe end first baseline] + expected: FAIL + + [Checking place-self: unsafe end last baseline] + expected: FAIL + + [Checking place-self: unsafe end safe flex-end] + expected: FAIL + + [Checking place-self: unsafe end unsafe end] + expected: FAIL + + [Checking place-self: unsafe end safe end] + expected: FAIL + + [Checking place-self: unsafe end unsafe flex-start] + expected: FAIL + + [Checking place-self: unsafe end safe center] + expected: FAIL + + [Checking place-self: safe end left] + expected: FAIL + + [Checking place-self: safe end right] + expected: FAIL + + [Checking place-self: safe end auto] + expected: FAIL + + [Checking place-self: safe end normal] + expected: FAIL + + [Checking place-self: safe end stretch] + expected: FAIL + + [Checking place-self: safe end start] + expected: FAIL + + [Checking place-self: safe end end] + expected: FAIL + + [Checking place-self: safe end self-start] + expected: FAIL + + [Checking place-self: safe end self-end] + expected: FAIL + + [Checking place-self: safe end center] + expected: FAIL + + [Checking place-self: safe end flex-start] + expected: FAIL + + [Checking place-self: safe end flex-end] + expected: FAIL + + [Checking place-self: safe end baseline] + expected: FAIL + + [Checking place-self: safe end first baseline] + expected: FAIL + + [Checking place-self: safe end last baseline] + expected: FAIL + + [Checking place-self: safe end safe flex-end] + expected: FAIL + + [Checking place-self: safe end unsafe end] + expected: FAIL + + [Checking place-self: safe end safe end] + expected: FAIL + + [Checking place-self: safe end unsafe flex-start] + expected: FAIL + + [Checking place-self: safe end safe center] + expected: FAIL + + [Checking place-self: unsafe flex-start left] + expected: FAIL + + [Checking place-self: unsafe flex-start right] + expected: FAIL + + [Checking place-self: unsafe flex-start auto] + expected: FAIL + + [Checking place-self: unsafe flex-start normal] + expected: FAIL + + [Checking place-self: unsafe flex-start stretch] + expected: FAIL + + [Checking place-self: unsafe flex-start start] + expected: FAIL + + [Checking place-self: unsafe flex-start end] + expected: FAIL + + [Checking place-self: unsafe flex-start self-start] + expected: FAIL + + [Checking place-self: unsafe flex-start self-end] + expected: FAIL + + [Checking place-self: unsafe flex-start center] + expected: FAIL + + [Checking place-self: unsafe flex-start flex-start] + expected: FAIL + + [Checking place-self: unsafe flex-start flex-end] + expected: FAIL + + [Checking place-self: unsafe flex-start baseline] + expected: FAIL + + [Checking place-self: unsafe flex-start first baseline] + expected: FAIL + + [Checking place-self: unsafe flex-start last baseline] + expected: FAIL + + [Checking place-self: unsafe flex-start safe flex-end] + expected: FAIL + + [Checking place-self: unsafe flex-start unsafe end] + expected: FAIL + + [Checking place-self: unsafe flex-start safe end] + expected: FAIL + + [Checking place-self: unsafe flex-start unsafe flex-start] + expected: FAIL + + [Checking place-self: unsafe flex-start safe center] + expected: FAIL + + [Checking place-self: safe center left] + expected: FAIL + + [Checking place-self: safe center right] + expected: FAIL + + [Checking place-self: safe center auto] + expected: FAIL + + [Checking place-self: safe center normal] + expected: FAIL + + [Checking place-self: safe center stretch] + expected: FAIL + + [Checking place-self: safe center start] + expected: FAIL + + [Checking place-self: safe center end] + expected: FAIL + + [Checking place-self: safe center self-start] + expected: FAIL + + [Checking place-self: safe center self-end] + expected: FAIL + + [Checking place-self: safe center center] + expected: FAIL + + [Checking place-self: safe center flex-start] + expected: FAIL + + [Checking place-self: safe center flex-end] + expected: FAIL + + [Checking place-self: safe center baseline] + expected: FAIL + + [Checking place-self: safe center first baseline] + expected: FAIL + + [Checking place-self: safe center last baseline] + expected: FAIL + + [Checking place-self: safe center safe flex-end] + expected: FAIL + + [Checking place-self: safe center unsafe end] + expected: FAIL + + [Checking place-self: safe center safe end] + expected: FAIL + + [Checking place-self: safe center unsafe flex-start] + expected: FAIL + + [Checking place-self: safe center safe center] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-003.html.ini b/tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-003.html.ini new file mode 100644 index 00000000000..bbf1dd7ce08 --- /dev/null +++ b/tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-003.html.ini @@ -0,0 +1,6 @@ +[place-self-shorthand-003.html] + [Check place-self: initial - align-self expanded value] + expected: FAIL + + [Check place-self: initial - justify-self expanded value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-004.html.ini b/tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-004.html.ini new file mode 100644 index 00000000000..03e97bd5514 --- /dev/null +++ b/tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-004.html.ini @@ -0,0 +1,12 @@ +[place-self-shorthand-004.html] + [Verify fallback values are invalid] + expected: FAIL + + [Verify 'left' and 'right' values are invalid for block/cross axis alignment] + expected: FAIL + + [Verify numeric values are invalid] + expected: FAIL + + [Verify empty declaration is invalid] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-005.html.ini b/tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-005.html.ini new file mode 100644 index 00000000000..77e0c43f6b4 --- /dev/null +++ b/tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-005.html.ini @@ -0,0 +1,6 @@ +[place-self-shorthand-005.html] + [Check place-self: inherit - align-self resolved value] + expected: FAIL + + [Check place-self: inherit - justify-self resolved value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-006.html.ini b/tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-006.html.ini new file mode 100644 index 00000000000..718e91c83ec --- /dev/null +++ b/tests/wpt/meta/css/css-align/self-alignment/place-self-shorthand-006.html.ini @@ -0,0 +1,117 @@ +[place-self-shorthand-006.html] + [Checking place-self: auto auto] + expected: FAIL + + [Checking place-self: auto first baseline] + expected: FAIL + + [Checking place-self: normal normal] + expected: FAIL + + [Checking place-self: normal first baseline] + expected: FAIL + + [Checking place-self: stretch stretch] + expected: FAIL + + [Checking place-self: stretch first baseline] + expected: FAIL + + [Checking place-self: start start] + expected: FAIL + + [Checking place-self: start first baseline] + expected: FAIL + + [Checking place-self: end end] + expected: FAIL + + [Checking place-self: end first baseline] + expected: FAIL + + [Checking place-self: self-start self-start] + expected: FAIL + + [Checking place-self: self-start first baseline] + expected: FAIL + + [Checking place-self: self-end self-end] + expected: FAIL + + [Checking place-self: self-end first baseline] + expected: FAIL + + [Checking place-self: center center] + expected: FAIL + + [Checking place-self: center first baseline] + expected: FAIL + + [Checking place-self: flex-start flex-start] + expected: FAIL + + [Checking place-self: flex-start first baseline] + expected: FAIL + + [Checking place-self: flex-end flex-end] + expected: FAIL + + [Checking place-self: flex-end first baseline] + expected: FAIL + + [Checking place-self: baseline baseline] + expected: FAIL + + [Checking place-self: baseline first baseline] + expected: FAIL + + [Checking place-self: first baseline left] + expected: FAIL + + [Checking place-self: first baseline right] + expected: FAIL + + [Checking place-self: first baseline auto] + expected: FAIL + + [Checking place-self: first baseline normal] + expected: FAIL + + [Checking place-self: first baseline stretch] + expected: FAIL + + [Checking place-self: first baseline start] + expected: FAIL + + [Checking place-self: first baseline end] + expected: FAIL + + [Checking place-self: first baseline self-start] + expected: FAIL + + [Checking place-self: first baseline self-end] + expected: FAIL + + [Checking place-self: first baseline center] + expected: FAIL + + [Checking place-self: first baseline flex-start] + expected: FAIL + + [Checking place-self: first baseline flex-end] + expected: FAIL + + [Checking place-self: first baseline baseline] + expected: FAIL + + [Checking place-self: first baseline first baseline] + expected: FAIL + + [Checking place-self: first baseline last baseline] + expected: FAIL + + [Checking place-self: last baseline first baseline] + expected: FAIL + + [Checking place-self: last baseline last baseline] + expected: FAIL diff --git a/tests/wpt/meta/css/css-conditional/at-supports-selector-file-selector-button.html.ini b/tests/wpt/meta/css/css-conditional/at-supports-selector-file-selector-button.html.ini new file mode 100644 index 00000000000..92d21eff876 --- /dev/null +++ b/tests/wpt/meta/css/css-conditional/at-supports-selector-file-selector-button.html.ini @@ -0,0 +1,2 @@ +[at-supports-selector-file-selector-button.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-conditional/at-supports-selector-placeholder.html.ini b/tests/wpt/meta/css/css-conditional/at-supports-selector-placeholder.html.ini new file mode 100644 index 00000000000..4103e1ba297 --- /dev/null +++ b/tests/wpt/meta/css/css-conditional/at-supports-selector-placeholder.html.ini @@ -0,0 +1,2 @@ +[at-supports-selector-placeholder.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/animations/font-size-adjust-composition.html.ini b/tests/wpt/meta/css/css-fonts/animations/font-size-adjust-composition.html.ini new file mode 100644 index 00000000000..b0985b5f3e5 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/animations/font-size-adjust-composition.html.ini @@ -0,0 +1,750 @@ +[font-size-adjust-composition.html] + [Compositing: property underlying [0.5\] from replace [none\] to add [2.0\] at (-0.5) should be [none\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [none\] to add [2.0\] at (0) should be [none\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [none\] to add [2.0\] at (0.5) should be [2.5\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [none\] to add [2.0\] at (1) should be [2.5\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [none\] to add [2.0\] at (1.5) should be [2.5\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [0.0\] to add [2.0\] at (-0.5) should be [0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [0.0\] to add [2.0\] at (0) should be [0.5\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [0.0\] to add [2.0\] at (0.5) should be [1.5\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [0.0\] to add [2.0\] at (1) should be [2.5\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [0.0\] to add [2.0\] at (1.5) should be [3.5\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [0.0\] to add [2.0\] at (-0.5) should be [0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [0.0\] to add [2.0\] at (0) should be [0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [0.0\] to add [2.0\] at (0.5) should be [1.25\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [0.0\] to add [2.0\] at (1) should be [2.5\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [0.0\] to add [2.0\] at (1.5) should be [3.75\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [0.0\] to replace [2.0\] at (-0.5) should be [0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [0.0\] to replace [2.0\] at (0) should be [0.5\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [0.0\] to replace [2.0\] at (0.5) should be [1.25\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [0.0\] to replace [2.0\] at (1) should be [2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [0.0\] to replace [2.0\] at (1.5) should be [2.75\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [2.0\] to add [none\] at (-0.5) should be [2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [2.0\] to add [none\] at (0) should be [2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [2.0\] to add [none\] at (0.5) should be [none\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [2.0\] to add [none\] at (1) should be [none\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [2.0\] to add [none\] at (1.5) should be [none\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from replace [none\] to add [ex-height 2.0\] at (-0.5) should be [none\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from replace [none\] to add [ex-height 2.0\] at (0) should be [none\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from replace [none\] to add [ex-height 2.0\] at (0.5) should be [2.5\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from replace [none\] to add [ex-height 2.0\] at (1) should be [2.5\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from replace [none\] to add [ex-height 2.0\] at (1.5) should be [2.5\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from add [ex-height 0\] to add [ex-height 2.0\] at (-0.5) should be [0.0\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from add [ex-height 0\] to add [ex-height 2.0\] at (0) should be [0.5\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from add [ex-height 0\] to add [ex-height 2.0\] at (0.5) should be [1.5\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from add [ex-height 0\] to add [ex-height 2.0\] at (1) should be [2.5\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from add [ex-height 0\] to add [ex-height 2.0\] at (1.5) should be [3.5\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from replace [ex-height 0\] to add [ex-height 2.0\] at (-0.5) should be [0.0\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from replace [ex-height 0\] to add [ex-height 2.0\] at (0) should be [0.0\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from replace [ex-height 0\] to add [ex-height 2.0\] at (0.5) should be [1.25\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from replace [ex-height 0\] to add [ex-height 2.0\] at (1) should be [2.5\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from replace [ex-height 0\] to add [ex-height 2.0\] at (1.5) should be [3.75\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from add [ex-height 0\] to replace [ex-height 2.0\] at (-0.5) should be [0.0\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from add [ex-height 0\] to replace [ex-height 2.0\] at (0) should be [0.5\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from add [ex-height 0\] to replace [ex-height 2.0\] at (0.5) should be [1.25\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from add [ex-height 0\] to replace [ex-height 2.0\] at (1) should be [2.0\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from add [ex-height 0\] to replace [ex-height 2.0\] at (1.5) should be [2.75\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from replace [ex-height 2.0\] to add [none\] at (-0.5) should be [2.0\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from replace [ex-height 2.0\] to add [none\] at (0) should be [2.0\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from replace [ex-height 2.0\] to add [none\] at (0.5) should be [none\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from replace [ex-height 2.0\] to add [none\] at (1) should be [none\]] + expected: FAIL + + [Compositing: property underlying [ex-height 0.5\] from replace [ex-height 2.0\] to add [none\] at (1.5) should be [none\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from replace [none\] to add [cap-height 2.0\] at (-0.5) should be [none\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from replace [none\] to add [cap-height 2.0\] at (0) should be [none\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from replace [none\] to add [cap-height 2.0\] at (0.5) should be [cap-height 2.5\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from replace [none\] to add [cap-height 2.0\] at (1) should be [cap-height 2.5\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from replace [none\] to add [cap-height 2.0\] at (1.5) should be [cap-height 2.5\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from add [cap-height 0\] to add [cap-height 2.0\] at (-0.5) should be [cap-height 0.0\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from add [cap-height 0\] to add [cap-height 2.0\] at (0) should be [cap-height 0.5\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from add [cap-height 0\] to add [cap-height 2.0\] at (0.5) should be [cap-height 1.5\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from add [cap-height 0\] to add [cap-height 2.0\] at (1) should be [cap-height 2.5\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from add [cap-height 0\] to add [cap-height 2.0\] at (1.5) should be [cap-height 3.5\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from replace [cap-height 0\] to add [cap-height 2.0\] at (-0.5) should be [cap-height 0.0\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from replace [cap-height 0\] to add [cap-height 2.0\] at (0) should be [cap-height 0.0\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from replace [cap-height 0\] to add [cap-height 2.0\] at (0.5) should be [cap-height 1.25\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from replace [cap-height 0\] to add [cap-height 2.0\] at (1) should be [cap-height 2.5\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from replace [cap-height 0\] to add [cap-height 2.0\] at (1.5) should be [cap-height 3.75\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from add [cap-height 0.0\] to replace [cap-height 2.0\] at (-0.5) should be [cap-height 0.0\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from add [cap-height 0.0\] to replace [cap-height 2.0\] at (0) should be [cap-height 0.5\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from add [cap-height 0.0\] to replace [cap-height 2.0\] at (0.5) should be [cap-height 1.25\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from add [cap-height 0.0\] to replace [cap-height 2.0\] at (1) should be [cap-height 2\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from add [cap-height 0.0\] to replace [cap-height 2.0\] at (1.5) should be [cap-height 2.75\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from replace [cap-height 2.0\] to add [none\] at (-0.5) should be [cap-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from replace [cap-height 2.0\] to add [none\] at (0) should be [cap-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from replace [cap-height 2.0\] to add [none\] at (0.5) should be [none\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from replace [cap-height 2.0\] to add [none\] at (1) should be [none\]] + expected: FAIL + + [Compositing: property underlying [cap-height 0.5\] from replace [cap-height 2.0\] to add [none\] at (1.5) should be [none\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from replace [none\] to add [ch-width 2.0\] at (-0.5) should be [none\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from replace [none\] to add [ch-width 2.0\] at (0) should be [none\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from replace [none\] to add [ch-width 2.0\] at (0.5) should be [ch-width 2.5\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from replace [none\] to add [ch-width 2.0\] at (1) should be [ch-width 2.5\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from replace [none\] to add [ch-width 2.0\] at (1.5) should be [ch-width 2.5\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from add [ch-width 0\] to add [ch-width 2.0\] at (-0.5) should be [ch-width 0.0\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from add [ch-width 0\] to add [ch-width 2.0\] at (0) should be [ch-width 0.5\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from add [ch-width 0\] to add [ch-width 2.0\] at (0.5) should be [ch-width 1.5\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from add [ch-width 0\] to add [ch-width 2.0\] at (1) should be [ch-width 2.5\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from add [ch-width 0\] to add [ch-width 2.0\] at (1.5) should be [ch-width 3.5\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from replace [ch-width 0\] to add [ch-width 2.0\] at (-0.5) should be [ch-width 0.0\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from replace [ch-width 0\] to add [ch-width 2.0\] at (0) should be [ch-width 0.0\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from replace [ch-width 0\] to add [ch-width 2.0\] at (0.5) should be [ch-width 1.25\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from replace [ch-width 0\] to add [ch-width 2.0\] at (1) should be [ch-width 2.5\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from replace [ch-width 0\] to add [ch-width 2.0\] at (1.5) should be [ch-width 3.75\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from add [ch-width 0\] to replace [ch-width 2.0\] at (-0.5) should be [ch-width 0.0\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from add [ch-width 0\] to replace [ch-width 2.0\] at (0) should be [ch-width 0.5\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from add [ch-width 0\] to replace [ch-width 2.0\] at (0.5) should be [ch-width 1.25\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from add [ch-width 0\] to replace [ch-width 2.0\] at (1) should be [ch-width 2\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from add [ch-width 0\] to replace [ch-width 2.0\] at (1.5) should be [ch-width 2.75\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from replace [ch-width 2.0\] to add [none\] at (-0.5) should be [ch-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from replace [ch-width 2.0\] to add [none\] at (0) should be [ch-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from replace [ch-width 2.0\] to add [none\] at (0.5) should be [none\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from replace [ch-width 2.0\] to add [none\] at (1) should be [none\]] + expected: FAIL + + [Compositing: property underlying [ch-width 0.5\] from replace [ch-width 2.0\] to add [none\] at (1.5) should be [none\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from replace [none\] to add [ic-width 2.0\] at (-0.5) should be [none\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from replace [none\] to add [ic-width 2.0\] at (0) should be [none\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from replace [none\] to add [ic-width 2.0\] at (0.5) should be [ic-width 2.5\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from replace [none\] to add [ic-width 2.0\] at (1) should be [ic-width 2.5\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from replace [none\] to add [ic-width 2.0\] at (1.5) should be [ic-width 2.5\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from add [ic-width 0\] to add [ic-width 2.0\] at (-0.5) should be [ic-width 0.0\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from add [ic-width 0\] to add [ic-width 2.0\] at (0) should be [ic-width 0.5\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from add [ic-width 0\] to add [ic-width 2.0\] at (0.5) should be [ic-width 1.5\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from add [ic-width 0\] to add [ic-width 2.0\] at (1) should be [ic-width 2.5\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from add [ic-width 0\] to add [ic-width 2.0\] at (1.5) should be [ic-width 3.5\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from replace [ic-width 0\] to add [ic-width 2.0\] at (-0.5) should be [ic-width 0.0\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from replace [ic-width 0\] to add [ic-width 2.0\] at (0) should be [ic-width 0.0\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from replace [ic-width 0\] to add [ic-width 2.0\] at (0.5) should be [ic-width 1.25\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from replace [ic-width 0\] to add [ic-width 2.0\] at (1) should be [ic-width 2.5\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from replace [ic-width 0\] to add [ic-width 2.0\] at (1.5) should be [ic-width 3.75\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from add [ic-width 0\] to replace [ic-width 2.0\] at (-0.5) should be [ic-width 0.0\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from add [ic-width 0\] to replace [ic-width 2.0\] at (0) should be [ic-width 0.5\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from add [ic-width 0\] to replace [ic-width 2.0\] at (0.5) should be [ic-width 1.25\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from add [ic-width 0\] to replace [ic-width 2.0\] at (1) should be [ic-width 2\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from add [ic-width 0\] to replace [ic-width 2.0\] at (1.5) should be [ic-width 2.75\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from replace [ic-width 2.0\] to add [none\] at (-0.5) should be [ic-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from replace [ic-width 2.0\] to add [none\] at (0) should be [ic-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from replace [ic-width 2.0\] to add [none\] at (0.5) should be [none\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from replace [ic-width 2.0\] to add [none\] at (1) should be [none\]] + expected: FAIL + + [Compositing: property underlying [ic-width 0.5\] from replace [ic-width 2.0\] to add [none\] at (1.5) should be [none\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from replace [none\] to add [ic-height 2.0\] at (-0.5) should be [none\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from replace [none\] to add [ic-height 2.0\] at (0) should be [none\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from replace [none\] to add [ic-height 2.0\] at (0.5) should be [ic-height 2.5\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from replace [none\] to add [ic-height 2.0\] at (1) should be [ic-height 2.5\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from replace [none\] to add [ic-height 2.0\] at (1.5) should be [ic-height 2.5\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from add [ic-height 0\] to add [ic-height 2.0\] at (-0.5) should be [ic-height 0.0\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from add [ic-height 0\] to add [ic-height 2.0\] at (0) should be [ic-height 0.5\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from add [ic-height 0\] to add [ic-height 2.0\] at (0.5) should be [ic-height 1.5\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from add [ic-height 0\] to add [ic-height 2.0\] at (1) should be [ic-height 2.5\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from add [ic-height 0\] to add [ic-height 2.0\] at (1.5) should be [ic-height 3.5\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from replace [ic-height 0\] to add [ic-height 2.0\] at (-0.5) should be [ic-height 0.0\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from replace [ic-height 0\] to add [ic-height 2.0\] at (0) should be [ic-height 0.0\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from replace [ic-height 0\] to add [ic-height 2.0\] at (0.5) should be [ic-height 1.25\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from replace [ic-height 0\] to add [ic-height 2.0\] at (1) should be [ic-height 2.5\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from replace [ic-height 0\] to add [ic-height 2.0\] at (1.5) should be [ic-height 3.75\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from add [ic-height 0\] to replace [ic-height 2.0\] at (-0.5) should be [ic-height 0.0\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from add [ic-height 0\] to replace [ic-height 2.0\] at (0) should be [ic-height 0.5\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from add [ic-height 0\] to replace [ic-height 2.0\] at (0.5) should be [ic-height 1.25\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from add [ic-height 0\] to replace [ic-height 2.0\] at (1) should be [ic-height 2\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from add [ic-height 0\] to replace [ic-height 2.0\] at (1.5) should be [ic-height 2.75\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from replace [ic-height 2.0\] to add [none\] at (-0.5) should be [ic-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from replace [ic-height 2.0\] to add [none\] at (0) should be [ic-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from replace [ic-height 2.0\] to add [none\] at (0.5) should be [none\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from replace [ic-height 2.0\] to add [none\] at (1) should be [none\]] + expected: FAIL + + [Compositing: property underlying [ic-height 0.5\] from replace [ic-height 2.0\] to add [none\] at (1.5) should be [none\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ex-height 0.0\] to add [cap-height 2.0\] at (-0.5) should be [0.5\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ex-height 0.0\] to add [cap-height 2.0\] at (0) should be [0.5\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ex-height 0.0\] to add [cap-height 2.0\] at (0.5) should be [cap-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ex-height 0.0\] to add [cap-height 2.0\] at (1) should be [cap-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ex-height 0.0\] to add [cap-height 2.0\] at (1.5) should be [cap-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ex-height 0.0\] to replace [cap-height 2.0\] at (-0.5) should be [0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ex-height 0.0\] to replace [cap-height 2.0\] at (0) should be [0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ex-height 0.0\] to replace [cap-height 2.0\] at (0.5) should be [cap-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ex-height 0.0\] to replace [cap-height 2.0\] at (1) should be [cap-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ex-height 0.0\] to replace [cap-height 2.0\] at (1.5) should be [cap-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ex-height 0\] to add [cap-height 2.0\] at (-0.5) should be [0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ex-height 0\] to add [cap-height 2.0\] at (0) should be [0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ex-height 0\] to add [cap-height 2.0\] at (0.5) should be [cap-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ex-height 0\] to add [cap-height 2.0\] at (1) should be [cap-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ex-height 0\] to add [cap-height 2.0\] at (1.5) should be [cap-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ex-height 0\] to replace [cap-height 2.0\] at (-0.5) should be [0.5\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ex-height 0\] to replace [cap-height 2.0\] at (0) should be [0.5\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ex-height 0\] to replace [cap-height 2.0\] at (0.5) should be [cap-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ex-height 0\] to replace [cap-height 2.0\] at (1) should be [cap-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ex-height 0\] to replace [cap-height 2.0\] at (1.5) should be [cap-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [cap-height 0.0\] to add [ch-width 2.0\] at (-0.5) should be [cap-height 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [cap-height 0.0\] to add [ch-width 2.0\] at (0) should be [cap-height 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [cap-height 0.0\] to add [ch-width 2.0\] at (0.5) should be [ch-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [cap-height 0.0\] to add [ch-width 2.0\] at (1) should be [ch-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [cap-height 0.0\] to add [ch-width 2.0\] at (1.5) should be [ch-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [cap-height 0.0\] to replace [ch-width 2.0\] at (-0.5) should be [cap-height 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [cap-height 0.0\] to replace [ch-width 2.0\] at (0) should be [cap-height 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [cap-height 0.0\] to replace [ch-width 2.0\] at (0.5) should be [ch-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [cap-height 0.0\] to replace [ch-width 2.0\] at (1) should be [ch-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [cap-height 0.0\] to replace [ch-width 2.0\] at (1.5) should be [ch-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [cap-height 0\] to add [ch-width 2.0\] at (-0.5) should be [cap-height 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [cap-height 0\] to add [ch-width 2.0\] at (0) should be [cap-height 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [cap-height 0\] to add [ch-width 2.0\] at (0.5) should be [ch-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [cap-height 0\] to add [ch-width 2.0\] at (1) should be [ch-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [cap-height 0\] to add [ch-width 2.0\] at (1.5) should be [ch-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [cap-height 0\] to replace [ch-width 2.0\] at (-0.5) should be [cap-height 0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [cap-height 0\] to replace [ch-width 2.0\] at (0) should be [cap-height 0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [cap-height 0\] to replace [ch-width 2.0\] at (0.5) should be [ch-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [cap-height 0\] to replace [ch-width 2.0\] at (1) should be [ch-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [cap-height 0\] to replace [ch-width 2.0\] at (1.5) should be [ch-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ch-width 0.0\] to add [ic-width 2.0\] at (-0.5) should be [ch-width 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ch-width 0.0\] to add [ic-width 2.0\] at (0) should be [ch-width 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ch-width 0.0\] to add [ic-width 2.0\] at (0.5) should be [ic-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ch-width 0.0\] to add [ic-width 2.0\] at (1) should be [ic-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ch-width 0.0\] to add [ic-width 2.0\] at (1.5) should be [ic-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ch-width 0.0\] to replace [ic-width 2.0\] at (-0.5) should be [ch-width 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ch-width 0.0\] to replace [ic-width 2.0\] at (0) should be [ch-width 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ch-width 0.0\] to replace [ic-width 2.0\] at (0.5) should be [ic-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ch-width 0.0\] to replace [ic-width 2.0\] at (1) should be [ic-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ch-width 0.0\] to replace [ic-width 2.0\] at (1.5) should be [ic-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ch-width 0\] to add [ic-width 2.0\] at (-0.5) should be [ch-width 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ch-width 0\] to add [ic-width 2.0\] at (0) should be [ch-width 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ch-width 0\] to add [ic-width 2.0\] at (0.5) should be [ic-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ch-width 0\] to add [ic-width 2.0\] at (1) should be [ic-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ch-width 0\] to add [ic-width 2.0\] at (1.5) should be [ic-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ch-width 0\] to replace [ic-width 2.0\] at (-0.5) should be [ch-width 0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ch-width 0\] to replace [ic-width 2.0\] at (0) should be [ch-width 0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ch-width 0\] to replace [ic-width 2.0\] at (0.5) should be [ic-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ch-width 0\] to replace [ic-width 2.0\] at (1) should be [ic-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ch-width 0\] to replace [ic-width 2.0\] at (1.5) should be [ic-width 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ic-width 0.0\] to add [ic-height 2.0\] at (-0.5) should be [ic-width 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ic-width 0.0\] to add [ic-height 2.0\] at (0) should be [ic-width 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ic-width 0.0\] to add [ic-height 2.0\] at (0.5) should be [ic-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ic-width 0.0\] to add [ic-height 2.0\] at (1) should be [ic-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ic-width 0.0\] to add [ic-height 2.0\] at (1.5) should be [ic-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ic-width 0.0\] to replace [ic-height 2.0\] at (-0.5) should be [ic-width 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ic-width 0.0\] to replace [ic-height 2.0\] at (0) should be [ic-width 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ic-width 0.0\] to replace [ic-height 2.0\] at (0.5) should be [ic-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ic-width 0.0\] to replace [ic-height 2.0\] at (1) should be [ic-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ic-width 0.0\] to replace [ic-height 2.0\] at (1.5) should be [ic-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ic-width 0\] to add [ic-height 2.0\] at (-0.5) should be [ic-width 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ic-width 0\] to add [ic-height 2.0\] at (0) should be [ic-width 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ic-width 0\] to add [ic-height 2.0\] at (0.5) should be [ic-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ic-width 0\] to add [ic-height 2.0\] at (1) should be [ic-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ic-width 0\] to add [ic-height 2.0\] at (1.5) should be [ic-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ic-width 0\] to replace [ic-height 2.0\] at (-0.5) should be [ic-width 0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ic-width 0\] to replace [ic-height 2.0\] at (0) should be [ic-width 0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ic-width 0\] to replace [ic-height 2.0\] at (0.5) should be [ic-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ic-width 0\] to replace [ic-height 2.0\] at (1) should be [ic-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ic-width 0\] to replace [ic-height 2.0\] at (1.5) should be [ic-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ic-height 0.0\] to add [ex-height 2.0\] at (-0.5) should be [ic-height 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ic-height 0.0\] to add [ex-height 2.0\] at (0) should be [ic-height 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ic-height 0.0\] to add [ex-height 2.0\] at (0.5) should be [ex-height 2.5\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ic-height 0.0\] to add [ex-height 2.0\] at (1) should be [ex-height 2.5\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ic-height 0.0\] to add [ex-height 2.0\] at (1.5) should be [ex-height 2.5\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ic-height 0.0\] to replace [ex-height 2.0\] at (-0.5) should be [ic-height 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ic-height 0.0\] to replace [ex-height 2.0\] at (0) should be [ic-height 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ic-height 0.0\] to replace [ex-height 2.0\] at (0.5) should be [ex-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ic-height 0.0\] to replace [ex-height 2.0\] at (1) should be [ex-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ic-height 0.0\] to replace [ex-height 2.0\] at (1.5) should be [ex-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ic-height 0\] to add [ex-height 2.0\] at (-0.5) should be [ic-height 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ic-height 0\] to add [ex-height 2.0\] at (0) should be [ic-height 0.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ic-height 0\] to add [ex-height 2.0\] at (0.5) should be [ex-height 2.5\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ic-height 0\] to add [ex-height 2.0\] at (1) should be [ex-height 2.5\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from replace [ic-height 0\] to add [ex-height 2.0\] at (1.5) should be [ex-height 2.5\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ic-height 0\] to replace [ex-height 2.0\] at (-0.5) should be [ic-height 0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ic-height 0\] to replace [ex-height 2.0\] at (0) should be [ic-height 0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ic-height 0\] to replace [ex-height 2.0\] at (0.5) should be [ex-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ic-height 0\] to replace [ex-height 2.0\] at (1) should be [ex-height 2.0\]] + expected: FAIL + + [Compositing: property underlying [0.5\] from add [ic-height 0\] to replace [ex-height 2.0\] at (1.5) should be [ex-height 2.0\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/animations/font-size-interpolation-001.html.ini b/tests/wpt/meta/css/css-fonts/animations/font-size-interpolation-001.html.ini new file mode 100644 index 00000000000..bc936b045cb --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/animations/font-size-interpolation-001.html.ini @@ -0,0 +1,105 @@ +[font-size-interpolation-001.html] + [Web Animations: property from neutral to [20px\] at (-2) should be [0px\]] + expected: FAIL + + [Web Animations: property from neutral to [20px\] at (-0.3) should be [7px\]] + expected: FAIL + + [Web Animations: property from neutral to [20px\] at (0) should be [10px\]] + expected: FAIL + + [Web Animations: property from neutral to [20px\] at (0.3) should be [13px\]] + expected: FAIL + + [Web Animations: property from neutral to [20px\] at (0.6) should be [16px\]] + expected: FAIL + + [Web Animations: property from neutral to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from neutral to [20px\] at (1.5) should be [25px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (-2) should be [8px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (-0.3) should be [14.8px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (0) should be [16px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (0.3) should be [17.2px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (0.6) should be [18.4px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (1.5) should be [22px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (-2) should be [50px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (-0.3) should be [33px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (0) should be [30px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (0.3) should be [27px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (0.6) should be [24px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (1.5) should be [15px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (-2) should be [50px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (-0.3) should be [33px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (0) should be [30px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (0.3) should be [27px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (0.6) should be [24px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (1.5) should be [15px\]] + expected: FAIL + + [Web Animations: property from [4px\] to [14px\] at (-2) should be [0px\]] + expected: FAIL + + [Web Animations: property from [4px\] to [14px\] at (-0.3) should be [1px\]] + expected: FAIL + + [Web Animations: property from [4px\] to [14px\] at (0) should be [4px\]] + expected: FAIL + + [Web Animations: property from [4px\] to [14px\] at (0.3) should be [7px\]] + expected: FAIL + + [Web Animations: property from [4px\] to [14px\] at (0.6) should be [10px\]] + expected: FAIL + + [Web Animations: property from [4px\] to [14px\] at (1) should be [14px\]] + expected: FAIL + + [Web Animations: property from [4px\] to [14px\] at (1.5) should be [19px\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/animations/font-size-interpolation-002.html.ini b/tests/wpt/meta/css/css-fonts/animations/font-size-interpolation-002.html.ini new file mode 100644 index 00000000000..f4ca080bc60 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/animations/font-size-interpolation-002.html.ini @@ -0,0 +1,21 @@ +[font-size-interpolation-002.html] + [Web Animations: property from [unset\] to [20px\] at (-2) should be [0px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (-0.3) should be [7px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (0) should be [10px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (0.3) should be [13px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (0.6) should be [16px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (1.5) should be [25px\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/animations/font-size-interpolation-003.html.ini b/tests/wpt/meta/css/css-fonts/animations/font-size-interpolation-003.html.ini new file mode 100644 index 00000000000..5ba630a9166 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/animations/font-size-interpolation-003.html.ini @@ -0,0 +1,21 @@ +[font-size-interpolation-003.html] + [Web Animations: property from [10px\] to [20px\] at (-2) should be [0px\]] + expected: FAIL + + [Web Animations: property from [10px\] to [20px\] at (-0.3) should be [7px\]] + expected: FAIL + + [Web Animations: property from [10px\] to [20px\] at (0) should be [10px\]] + expected: FAIL + + [Web Animations: property from [10px\] to [20px\] at (0.3) should be [13px\]] + expected: FAIL + + [Web Animations: property from [10px\] to [20px\] at (0.6) should be [16px\]] + expected: FAIL + + [Web Animations: property from [10px\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [10px\] to [20px\] at (1.5) should be [25px\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/animations/font-variation-settings-composition.html.ini b/tests/wpt/meta/css/css-fonts/animations/font-variation-settings-composition.html.ini new file mode 100644 index 00000000000..00f26d6ddac --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/animations/font-variation-settings-composition.html.ini @@ -0,0 +1,90 @@ +[font-variation-settings-composition.html] + [Compositing: property underlying ['test' 50\] from add ['test' 100\] to add ['test' 200\] at (-0.3) should be ['test' 120\]] + expected: FAIL + + [Compositing: property underlying ['test' 50\] from add ['test' 100\] to add ['test' 200\] at (0) should be ['test' 150\]] + expected: FAIL + + [Compositing: property underlying ['test' 50\] from add ['test' 100\] to add ['test' 200\] at (0.5) should be ['test' 200\]] + expected: FAIL + + [Compositing: property underlying ['test' 50\] from add ['test' 100\] to add ['test' 200\] at (1) should be ['test' 250\]] + expected: FAIL + + [Compositing: property underlying ['test' 50\] from add ['test' 100\] to add ['test' 200\] at (1.5) should be ['test' 300\]] + expected: FAIL + + [Compositing: property underlying ['test' 50\] from add ['test' 100\] to replace ['test' 200\] at (-0.3) should be ['test' 135\]] + expected: FAIL + + [Compositing: property underlying ['test' 50\] from add ['test' 100\] to replace ['test' 200\] at (0) should be ['test' 150\]] + expected: FAIL + + [Compositing: property underlying ['test' 50\] from add ['test' 100\] to replace ['test' 200\] at (0.5) should be ['test' 175\]] + expected: FAIL + + [Compositing: property underlying ['test' 50\] from add ['test' 100\] to replace ['test' 200\] at (1) should be ['test' 200\]] + expected: FAIL + + [Compositing: property underlying ['test' 50\] from add ['test' 100\] to replace ['test' 200\] at (1.5) should be ['test' 225\]] + expected: FAIL + + [Compositing: property underlying ['test' 100\] from add [normal\] to replace ['test' 200\] at (-0.3) should be [normal\]] + expected: FAIL + + [Compositing: property underlying ['test' 100\] from add [normal\] to replace ['test' 200\] at (0) should be [normal\]] + expected: FAIL + + [Compositing: property underlying ['test' 100\] from add [normal\] to replace ['test' 200\] at (0.5) should be ['test' 200\]] + expected: FAIL + + [Compositing: property underlying ['test' 100\] from add [normal\] to replace ['test' 200\] at (1) should be ['test' 200\]] + expected: FAIL + + [Compositing: property underlying ['test' 100\] from add [normal\] to replace ['test' 200\] at (1.5) should be ['test' 200\]] + expected: FAIL + + [Compositing: property underlying ['test' 100\] from add [normal\] to add ['test' 200\] at (-0.3) should be [normal\]] + expected: FAIL + + [Compositing: property underlying ['test' 100\] from add [normal\] to add ['test' 200\] at (0) should be [normal\]] + expected: FAIL + + [Compositing: property underlying ['test' 100\] from add [normal\] to add ['test' 200\] at (0.5) should be ['test' 300\]] + expected: FAIL + + [Compositing: property underlying ['test' 100\] from add [normal\] to add ['test' 200\] at (1) should be ['test' 300\]] + expected: FAIL + + [Compositing: property underlying ['test' 100\] from add [normal\] to add ['test' 200\] at (1.5) should be ['test' 300\]] + expected: FAIL + + [Compositing: property underlying ['aaaa' 100, 'bbbb' 200\] from add ['aaaa' 20, 'bbbb' 50\] to add ['aaaa' 30, 'bbbb' 100\] at (-0.3) should be ['aaaa' 117, 'bbbb' 235\]] + expected: FAIL + + [Compositing: property underlying ['aaaa' 100, 'bbbb' 200\] from add ['aaaa' 20, 'bbbb' 50\] to add ['aaaa' 30, 'bbbb' 100\] at (0) should be ['aaaa' 120, 'bbbb' 250\]] + expected: FAIL + + [Compositing: property underlying ['aaaa' 100, 'bbbb' 200\] from add ['aaaa' 20, 'bbbb' 50\] to add ['aaaa' 30, 'bbbb' 100\] at (0.5) should be ['aaaa' 125, 'bbbb' 275\]] + expected: FAIL + + [Compositing: property underlying ['aaaa' 100, 'bbbb' 200\] from add ['aaaa' 20, 'bbbb' 50\] to add ['aaaa' 30, 'bbbb' 100\] at (1) should be ['aaaa' 130, 'bbbb' 300\]] + expected: FAIL + + [Compositing: property underlying ['aaaa' 100, 'bbbb' 200\] from add ['aaaa' 20, 'bbbb' 50\] to add ['aaaa' 30, 'bbbb' 100\] at (1.5) should be ['aaaa' 135, 'bbbb' 325\]] + expected: FAIL + + [Compositing: property underlying ['test' 100\] from add ['aaaa' 20, 'bbbb' 50\] to add ['aaaa' 30, 'bbbb' 100\] at (-0.3) should be ['aaaa' 17, 'bbbb' 35\]] + expected: FAIL + + [Compositing: property underlying ['test' 100\] from add ['aaaa' 20, 'bbbb' 50\] to add ['aaaa' 30, 'bbbb' 100\] at (0) should be ['aaaa' 20, 'bbbb' 50\]] + expected: FAIL + + [Compositing: property underlying ['test' 100\] from add ['aaaa' 20, 'bbbb' 50\] to add ['aaaa' 30, 'bbbb' 100\] at (0.5) should be ['aaaa' 25, 'bbbb' 75\]] + expected: FAIL + + [Compositing: property underlying ['test' 100\] from add ['aaaa' 20, 'bbbb' 50\] to add ['aaaa' 30, 'bbbb' 100\] at (1) should be ['aaaa' 30, 'bbbb' 100\]] + expected: FAIL + + [Compositing: property underlying ['test' 100\] from add ['aaaa' 20, 'bbbb' 50\] to add ['aaaa' 30, 'bbbb' 100\] at (1.5) should be ['aaaa' 35, 'bbbb' 125\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/animations/font-variation-settings-interpolation.html.ini b/tests/wpt/meta/css/css-fonts/animations/font-variation-settings-interpolation.html.ini new file mode 100644 index 00000000000..12fd7f1672a --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/animations/font-variation-settings-interpolation.html.ini @@ -0,0 +1,864 @@ +[font-variation-settings-interpolation.html] + [CSS Transitions: property from neutral to ["test" 20\] at (-0.5) should be ['test' 5\]] + expected: FAIL + + [CSS Transitions: property from neutral to ["test" 20\] at (0) should be ['test' 10\]] + expected: FAIL + + [CSS Transitions: property from neutral to ["test" 20\] at (0.3) should be ['test' 13\]] + expected: FAIL + + [CSS Transitions: property from neutral to ["test" 20\] at (0.7) should be ['test' 17\]] + expected: FAIL + + [CSS Transitions: property from neutral to ["test" 20\] at (1) should be ['test' 20\]] + expected: FAIL + + [CSS Transitions: property from neutral to ["test" 20\] at (1.5) should be ['test' 25\]] + expected: FAIL + + [CSS Transitions with transition: all: property from neutral to ["test" 20\] at (-0.5) should be ['test' 5\]] + expected: FAIL + + [CSS Transitions with transition: all: property from neutral to ["test" 20\] at (0) should be ['test' 10\]] + expected: FAIL + + [CSS Transitions with transition: all: property from neutral to ["test" 20\] at (0.3) should be ['test' 13\]] + expected: FAIL + + [CSS Transitions with transition: all: property from neutral to ["test" 20\] at (0.7) should be ['test' 17\]] + expected: FAIL + + [CSS Transitions with transition: all: property from neutral to ["test" 20\] at (1) should be ['test' 20\]] + expected: FAIL + + [CSS Transitions with transition: all: property from neutral to ["test" 20\] at (1.5) should be ['test' 25\]] + expected: FAIL + + [CSS Animations: property from neutral to ["test" 20\] at (-0.5) should be ['test' 5\]] + expected: FAIL + + [CSS Animations: property from neutral to ["test" 20\] at (0) should be ['test' 10\]] + expected: FAIL + + [CSS Animations: property from neutral to ["test" 20\] at (0.3) should be ['test' 13\]] + expected: FAIL + + [CSS Animations: property from neutral to ["test" 20\] at (0.7) should be ['test' 17\]] + expected: FAIL + + [CSS Animations: property from neutral to ["test" 20\] at (1) should be ['test' 20\]] + expected: FAIL + + [CSS Animations: property from neutral to ["test" 20\] at (1.5) should be ['test' 25\]] + expected: FAIL + + [Web Animations: property from neutral to ["test" 20\] at (-0.5) should be ['test' 5\]] + expected: FAIL + + [Web Animations: property from neutral to ["test" 20\] at (0) should be ['test' 10\]] + expected: FAIL + + [Web Animations: property from neutral to ["test" 20\] at (0.3) should be ['test' 13\]] + expected: FAIL + + [Web Animations: property from neutral to ["test" 20\] at (0.7) should be ['test' 17\]] + expected: FAIL + + [Web Animations: property from neutral to ["test" 20\] at (1) should be ['test' 20\]] + expected: FAIL + + [Web Animations: property from neutral to ["test" 20\] at (1.5) should be ['test' 25\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to ['test' 50\] at (-0.3) should be ['test' 50\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to ['test' 50\] at (0) should be ['test' 50\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to ['test' 50\] at (0.3) should be ['test' 50\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to ['test' 50\] at (0.5) should be ['test' 50\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to ['test' 50\] at (0.6) should be ['test' 50\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to ['test' 50\] at (1) should be ['test' 50\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to ['test' 50\] at (1.5) should be ['test' 50\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to ['test' 50\] at (-0.3) should be ['test' 50\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to ['test' 50\] at (0) should be ['test' 50\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to ['test' 50\] at (0.3) should be ['test' 50\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to ['test' 50\] at (0.5) should be ['test' 50\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to ['test' 50\] at (0.6) should be ['test' 50\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to ['test' 50\] at (1) should be ['test' 50\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to ['test' 50\] at (1.5) should be ['test' 50\]] + expected: FAIL + + [CSS Animations: property from [initial\] to ['test' 50\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Animations: property from [initial\] to ['test' 50\] at (0) should be [initial\]] + expected: FAIL + + [CSS Animations: property from [initial\] to ['test' 50\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Animations: property from [initial\] to ['test' 50\] at (0.5) should be ['test' 50\]] + expected: FAIL + + [CSS Animations: property from [initial\] to ['test' 50\] at (0.6) should be ['test' 50\]] + expected: FAIL + + [CSS Animations: property from [initial\] to ['test' 50\] at (1) should be ['test' 50\]] + expected: FAIL + + [CSS Animations: property from [initial\] to ['test' 50\] at (1.5) should be ['test' 50\]] + expected: FAIL + + [Web Animations: property from [initial\] to ['test' 50\] at (-0.3) should be [initial\]] + expected: FAIL + + [Web Animations: property from [initial\] to ['test' 50\] at (0) should be [initial\]] + expected: FAIL + + [Web Animations: property from [initial\] to ['test' 50\] at (0.3) should be [initial\]] + expected: FAIL + + [Web Animations: property from [initial\] to ['test' 50\] at (0.5) should be ['test' 50\]] + expected: FAIL + + [Web Animations: property from [initial\] to ['test' 50\] at (0.6) should be ['test' 50\]] + expected: FAIL + + [Web Animations: property from [initial\] to ['test' 50\] at (1) should be ['test' 50\]] + expected: FAIL + + [Web Animations: property from [initial\] to ['test' 50\] at (1.5) should be ['test' 50\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to ['test' 20\] at (-0.5) should be ['test' 35\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to ['test' 20\] at (0) should be ['test' 30\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to ['test' 20\] at (0.3) should be ['test' 27\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to ['test' 20\] at (0.7) should be ['test' 23\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to ['test' 20\] at (1) should be ['test' 20\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to ['test' 20\] at (1.5) should be ['test' 15\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [inherit\] to ['test' 20\] at (-0.5) should be ['test' 35\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [inherit\] to ['test' 20\] at (0) should be ['test' 30\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [inherit\] to ['test' 20\] at (0.3) should be ['test' 27\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [inherit\] to ['test' 20\] at (0.7) should be ['test' 23\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [inherit\] to ['test' 20\] at (1) should be ['test' 20\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [inherit\] to ['test' 20\] at (1.5) should be ['test' 15\]] + expected: FAIL + + [CSS Animations: property from [inherit\] to ['test' 20\] at (-0.5) should be ['test' 35\]] + expected: FAIL + + [CSS Animations: property from [inherit\] to ['test' 20\] at (0) should be ['test' 30\]] + expected: FAIL + + [CSS Animations: property from [inherit\] to ['test' 20\] at (0.3) should be ['test' 27\]] + expected: FAIL + + [CSS Animations: property from [inherit\] to ['test' 20\] at (0.7) should be ['test' 23\]] + expected: FAIL + + [CSS Animations: property from [inherit\] to ['test' 20\] at (1) should be ['test' 20\]] + expected: FAIL + + [CSS Animations: property from [inherit\] to ['test' 20\] at (1.5) should be ['test' 15\]] + expected: FAIL + + [Web Animations: property from [inherit\] to ['test' 20\] at (-0.5) should be ['test' 35\]] + expected: FAIL + + [Web Animations: property from [inherit\] to ['test' 20\] at (0) should be ['test' 30\]] + expected: FAIL + + [Web Animations: property from [inherit\] to ['test' 20\] at (0.3) should be ['test' 27\]] + expected: FAIL + + [Web Animations: property from [inherit\] to ['test' 20\] at (0.7) should be ['test' 23\]] + expected: FAIL + + [Web Animations: property from [inherit\] to ['test' 20\] at (1) should be ['test' 20\]] + expected: FAIL + + [Web Animations: property from [inherit\] to ['test' 20\] at (1.5) should be ['test' 15\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to ['test' 20\] at (-0.5) should be ['test' 35\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to ['test' 20\] at (0) should be ['test' 30\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to ['test' 20\] at (0.3) should be ['test' 27\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to ['test' 20\] at (0.7) should be ['test' 23\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to ['test' 20\] at (1) should be ['test' 20\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to ['test' 20\] at (1.5) should be ['test' 15\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to ['test' 20\] at (-0.5) should be ['test' 35\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to ['test' 20\] at (0) should be ['test' 30\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to ['test' 20\] at (0.3) should be ['test' 27\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to ['test' 20\] at (0.7) should be ['test' 23\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to ['test' 20\] at (1) should be ['test' 20\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to ['test' 20\] at (1.5) should be ['test' 15\]] + expected: FAIL + + [CSS Animations: property from [unset\] to ['test' 20\] at (-0.5) should be ['test' 35\]] + expected: FAIL + + [CSS Animations: property from [unset\] to ['test' 20\] at (0) should be ['test' 30\]] + expected: FAIL + + [CSS Animations: property from [unset\] to ['test' 20\] at (0.3) should be ['test' 27\]] + expected: FAIL + + [CSS Animations: property from [unset\] to ['test' 20\] at (0.7) should be ['test' 23\]] + expected: FAIL + + [CSS Animations: property from [unset\] to ['test' 20\] at (1) should be ['test' 20\]] + expected: FAIL + + [CSS Animations: property from [unset\] to ['test' 20\] at (1.5) should be ['test' 15\]] + expected: FAIL + + [Web Animations: property from [unset\] to ['test' 20\] at (-0.5) should be ['test' 35\]] + expected: FAIL + + [Web Animations: property from [unset\] to ['test' 20\] at (0) should be ['test' 30\]] + expected: FAIL + + [Web Animations: property from [unset\] to ['test' 20\] at (0.3) should be ['test' 27\]] + expected: FAIL + + [Web Animations: property from [unset\] to ['test' 20\] at (0.7) should be ['test' 23\]] + expected: FAIL + + [Web Animations: property from [unset\] to ['test' 20\] at (1) should be ['test' 20\]] + expected: FAIL + + [Web Animations: property from [unset\] to ['test' 20\] at (1.5) should be ['test' 15\]] + expected: FAIL + + [CSS Transitions: property from ['test' 20\] to [normal\] at (-0.3) should be [normal\]] + expected: FAIL + + [CSS Transitions: property from ['test' 20\] to [normal\] at (0) should be [normal\]] + expected: FAIL + + [CSS Transitions: property from ['test' 20\] to [normal\] at (0.3) should be [normal\]] + expected: FAIL + + [CSS Transitions: property from ['test' 20\] to [normal\] at (0.5) should be [normal\]] + expected: FAIL + + [CSS Transitions: property from ['test' 20\] to [normal\] at (0.6) should be [normal\]] + expected: FAIL + + [CSS Transitions: property from ['test' 20\] to [normal\] at (1) should be [normal\]] + expected: FAIL + + [CSS Transitions: property from ['test' 20\] to [normal\] at (1.5) should be [normal\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['test' 20\] to [normal\] at (-0.3) should be [normal\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['test' 20\] to [normal\] at (0) should be [normal\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['test' 20\] to [normal\] at (0.3) should be [normal\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['test' 20\] to [normal\] at (0.5) should be [normal\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['test' 20\] to [normal\] at (0.6) should be [normal\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['test' 20\] to [normal\] at (1) should be [normal\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['test' 20\] to [normal\] at (1.5) should be [normal\]] + expected: FAIL + + [CSS Animations: property from ['test' 20\] to [normal\] at (-0.3) should be ['test' 20\]] + expected: FAIL + + [CSS Animations: property from ['test' 20\] to [normal\] at (0) should be ['test' 20\]] + expected: FAIL + + [CSS Animations: property from ['test' 20\] to [normal\] at (0.3) should be ['test' 20\]] + expected: FAIL + + [CSS Animations: property from ['test' 20\] to [normal\] at (0.5) should be [normal\]] + expected: FAIL + + [CSS Animations: property from ['test' 20\] to [normal\] at (0.6) should be [normal\]] + expected: FAIL + + [CSS Animations: property from ['test' 20\] to [normal\] at (1) should be [normal\]] + expected: FAIL + + [CSS Animations: property from ['test' 20\] to [normal\] at (1.5) should be [normal\]] + expected: FAIL + + [Web Animations: property from ['test' 20\] to [normal\] at (-0.3) should be ['test' 20\]] + expected: FAIL + + [Web Animations: property from ['test' 20\] to [normal\] at (0) should be ['test' 20\]] + expected: FAIL + + [Web Animations: property from ['test' 20\] to [normal\] at (0.3) should be ['test' 20\]] + expected: FAIL + + [Web Animations: property from ['test' 20\] to [normal\] at (0.5) should be [normal\]] + expected: FAIL + + [Web Animations: property from ['test' 20\] to [normal\] at (0.6) should be [normal\]] + expected: FAIL + + [Web Animations: property from ['test' 20\] to [normal\] at (1) should be [normal\]] + expected: FAIL + + [Web Animations: property from ['test' 20\] to [normal\] at (1.5) should be [normal\]] + expected: FAIL + + [CSS Transitions: property from ['test' 20\] to ['test' 30\] at (-0.5) should be ['test' 15\]] + expected: FAIL + + [CSS Transitions: property from ['test' 20\] to ['test' 30\] at (0) should be ['test' 20\]] + expected: FAIL + + [CSS Transitions: property from ['test' 20\] to ['test' 30\] at (0.3) should be ['test' 23\]] + expected: FAIL + + [CSS Transitions: property from ['test' 20\] to ['test' 30\] at (0.7) should be ['test' 27\]] + expected: FAIL + + [CSS Transitions: property from ['test' 20\] to ['test' 30\] at (1) should be ['test' 30\]] + expected: FAIL + + [CSS Transitions: property from ['test' 20\] to ['test' 30\] at (1.5) should be ['test' 35\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['test' 20\] to ['test' 30\] at (-0.5) should be ['test' 15\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['test' 20\] to ['test' 30\] at (0) should be ['test' 20\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['test' 20\] to ['test' 30\] at (0.3) should be ['test' 23\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['test' 20\] to ['test' 30\] at (0.7) should be ['test' 27\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['test' 20\] to ['test' 30\] at (1) should be ['test' 30\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['test' 20\] to ['test' 30\] at (1.5) should be ['test' 35\]] + expected: FAIL + + [CSS Animations: property from ['test' 20\] to ['test' 30\] at (-0.5) should be ['test' 15\]] + expected: FAIL + + [CSS Animations: property from ['test' 20\] to ['test' 30\] at (0) should be ['test' 20\]] + expected: FAIL + + [CSS Animations: property from ['test' 20\] to ['test' 30\] at (0.3) should be ['test' 23\]] + expected: FAIL + + [CSS Animations: property from ['test' 20\] to ['test' 30\] at (0.7) should be ['test' 27\]] + expected: FAIL + + [CSS Animations: property from ['test' 20\] to ['test' 30\] at (1) should be ['test' 30\]] + expected: FAIL + + [CSS Animations: property from ['test' 20\] to ['test' 30\] at (1.5) should be ['test' 35\]] + expected: FAIL + + [Web Animations: property from ['test' 20\] to ['test' 30\] at (-0.5) should be ['test' 15\]] + expected: FAIL + + [Web Animations: property from ['test' 20\] to ['test' 30\] at (0) should be ['test' 20\]] + expected: FAIL + + [Web Animations: property from ['test' 20\] to ['test' 30\] at (0.3) should be ['test' 23\]] + expected: FAIL + + [Web Animations: property from ['test' 20\] to ['test' 30\] at (0.7) should be ['test' 27\]] + expected: FAIL + + [Web Animations: property from ['test' 20\] to ['test' 30\] at (1) should be ['test' 30\]] + expected: FAIL + + [Web Animations: property from ['test' 20\] to ['test' 30\] at (1.5) should be ['test' 35\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (-0.5) should be ['aaaa' -5, 'bbbb' 5, 'cccc' 15\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0) should be ['aaaa' 0, 'bbbb' 10, 'cccc' 20\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0.3) should be ['aaaa' 3, 'bbbb' 13, 'cccc' 23\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0.7) should be ['aaaa' 7, 'bbbb' 17, 'cccc' 27\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (1) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (1.5) should be ['aaaa' 15, 'bbbb' 25, 'cccc' 35\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (-0.5) should be ['aaaa' -5, 'bbbb' 5, 'cccc' 15\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0) should be ['aaaa' 0, 'bbbb' 10, 'cccc' 20\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0.3) should be ['aaaa' 3, 'bbbb' 13, 'cccc' 23\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0.7) should be ['aaaa' 7, 'bbbb' 17, 'cccc' 27\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (1) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (1.5) should be ['aaaa' 15, 'bbbb' 25, 'cccc' 35\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (-0.5) should be ['aaaa' -5, 'bbbb' 5, 'cccc' 15\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0) should be ['aaaa' 0, 'bbbb' 10, 'cccc' 20\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0.3) should be ['aaaa' 3, 'bbbb' 13, 'cccc' 23\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0.7) should be ['aaaa' 7, 'bbbb' 17, 'cccc' 27\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (1) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (1.5) should be ['aaaa' 15, 'bbbb' 25, 'cccc' 35\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (-0.5) should be ['aaaa' -5, 'bbbb' 5, 'cccc' 15\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0) should be ['aaaa' 0, 'bbbb' 10, 'cccc' 20\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0.3) should be ['aaaa' 3, 'bbbb' 13, 'cccc' 23\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0.7) should be ['aaaa' 7, 'bbbb' 17, 'cccc' 27\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (1) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (1.5) should be ['aaaa' 15, 'bbbb' 25, 'cccc' 35\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (-0.5) should be ['aaaa' -15, 'bbbb' 5, 'cccc' 25\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (0) should be ['aaaa' 0, 'bbbb' 10, 'cccc' 20\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (0.3) should be ['aaaa' 9, 'bbbb' 13, 'cccc' 17\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (0.7) should be ['aaaa' 21, 'bbbb' 17, 'cccc' 13\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (1) should be ['aaaa' 30, 'bbbb' 20, 'cccc' 10\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (1.5) should be ['aaaa' 45, 'bbbb' 25, 'cccc' 5\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (-0.5) should be ['aaaa' -15, 'bbbb' 5, 'cccc' 25\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (0) should be ['aaaa' 0, 'bbbb' 10, 'cccc' 20\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (0.3) should be ['aaaa' 9, 'bbbb' 13, 'cccc' 17\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (0.7) should be ['aaaa' 21, 'bbbb' 17, 'cccc' 13\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (1) should be ['aaaa' 30, 'bbbb' 20, 'cccc' 10\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (1.5) should be ['aaaa' 45, 'bbbb' 25, 'cccc' 5\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (-0.5) should be ['aaaa' -15, 'bbbb' 5, 'cccc' 25\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (0) should be ['aaaa' 0, 'bbbb' 10, 'cccc' 20\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (0.3) should be ['aaaa' 9, 'bbbb' 13, 'cccc' 17\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (0.7) should be ['aaaa' 21, 'bbbb' 17, 'cccc' 13\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (1) should be ['aaaa' 30, 'bbbb' 20, 'cccc' 10\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (1.5) should be ['aaaa' 45, 'bbbb' 25, 'cccc' 5\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (-0.5) should be ['aaaa' -15, 'bbbb' 5, 'cccc' 25\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (0) should be ['aaaa' 0, 'bbbb' 10, 'cccc' 20\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (0.3) should be ['aaaa' 9, 'bbbb' 13, 'cccc' 17\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (0.7) should be ['aaaa' 21, 'bbbb' 17, 'cccc' 13\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (1) should be ['aaaa' 30, 'bbbb' 20, 'cccc' 10\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['cccc' 10, 'bbbb' 20, 'aaaa' 30\] at (1.5) should be ['aaaa' 45, 'bbbb' 25, 'cccc' 5\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (-0.3) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0.3) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0.5) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0.6) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (1) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (1.5) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (-0.3) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0.3) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0.5) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0.6) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (1) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (1.5) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (-0.3) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0.3) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0.5) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0.6) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (1) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (1.5) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (-0.3) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0.3) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0.5) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (0.6) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (1) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10\] to ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] at (1.5) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (-0.3) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (0) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (0.3) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (0.5) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (0.6) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (1) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (1.5) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (-0.3) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (0) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (0.3) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (0.5) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (0.6) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (1) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (1.5) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (-0.3) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (0) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (0.3) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (0.5) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (0.6) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (1) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (1.5) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (-0.3) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (0) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (0.3) should be ['aaaa' 10, 'bbbb' 20, 'cccc' 30\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (0.5) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (0.6) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (1) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 10, 'bbbb' 20, 'cccc' 30\] to ['aaaa' 0, 'bbbb' 10\] at (1.5) should be ['aaaa' 0, 'bbbb' 10\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (-0.3) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (0) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (0.3) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (0.5) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (0.6) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (1) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (1.5) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (-0.3) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (0) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (0.3) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (0.5) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (0.6) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (1) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (1.5) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (-0.3) should be ['aaaa' 0, 'bbbb' 10, 'cccc' 20\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (0) should be ['aaaa' 0, 'bbbb' 10, 'cccc' 20\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (0.3) should be ['aaaa' 0, 'bbbb' 10, 'cccc' 20\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (0.5) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (0.6) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (1) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (1.5) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (-0.3) should be ['aaaa' 0, 'bbbb' 10, 'cccc' 20\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (0) should be ['aaaa' 0, 'bbbb' 10, 'cccc' 20\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (0.3) should be ['aaaa' 0, 'bbbb' 10, 'cccc' 20\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (0.5) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (0.6) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (1) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 0, 'bbbb' 10, 'cccc' 20\] to ['dddd' 10, 'eeee' 20, 'ffff' 30\] at (1.5) should be ['dddd' 10, 'eeee' 20, 'ffff' 30\]] + expected: FAIL + + [CSS Transitions: property from ['aaaa' 30, 'bbbb' 20\] to ['aaaa' 20, 'bbbb' 30\] at (3.40282e+38) should be ['aaaa' -3.40282e+38, 'bbbb' 3.40282e+38\]] + expected: FAIL + + [CSS Transitions with transition: all: property from ['aaaa' 30, 'bbbb' 20\] to ['aaaa' 20, 'bbbb' 30\] at (3.40282e+38) should be ['aaaa' -3.40282e+38, 'bbbb' 3.40282e+38\]] + expected: FAIL + + [CSS Animations: property from ['aaaa' 30, 'bbbb' 20\] to ['aaaa' 20, 'bbbb' 30\] at (3.40282e+38) should be ['aaaa' -3.40282e+38, 'bbbb' 3.40282e+38\]] + expected: FAIL + + [Web Animations: property from ['aaaa' 30, 'bbbb' 20\] to ['aaaa' 20, 'bbbb' 30\] at (3.40282e+38) should be ['aaaa' -3.40282e+38, 'bbbb' 3.40282e+38\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/calc-in-font-variation-settings.html.ini b/tests/wpt/meta/css/css-fonts/calc-in-font-variation-settings.html.ini new file mode 100644 index 00000000000..83bd370d778 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/calc-in-font-variation-settings.html.ini @@ -0,0 +1,3 @@ +[calc-in-font-variation-settings.html] + [calc() in font-variation-settings] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/crash-font-face-invalid-descriptor.html.ini b/tests/wpt/meta/css/css-fonts/crash-font-face-invalid-descriptor.html.ini new file mode 100644 index 00000000000..8244e9f5813 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/crash-font-face-invalid-descriptor.html.ini @@ -0,0 +1,3 @@ +[crash-font-face-invalid-descriptor.html] + [Do not crash when setting an invalid @font-face descriptor via CSSOM] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/crash-large-grapheme-cluster.html.ini b/tests/wpt/meta/css/css-fonts/crash-large-grapheme-cluster.html.ini index ff27bc4b5ba..2eabe8aca0f 100644 --- a/tests/wpt/meta/css/css-fonts/crash-large-grapheme-cluster.html.ini +++ b/tests/wpt/meta/css/css-fonts/crash-large-grapheme-cluster.html.ini @@ -1,3 +1,4 @@ [crash-large-grapheme-cluster.html] + expected: CRASH [Should not crash when there is an exceedingly large grapheme cluster] expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/discrete-no-interpolation.html.ini b/tests/wpt/meta/css/css-fonts/discrete-no-interpolation.html.ini index 3c9368a965e..c98fbfd4db7 100644 --- a/tests/wpt/meta/css/css-fonts/discrete-no-interpolation.html.ini +++ b/tests/wpt/meta/css/css-fonts/discrete-no-interpolation.html.ini @@ -1066,3 +1066,159 @@ [Web Animations: property from [initial\] to [super\] at (1.5) should be [super\]] expected: FAIL + + [CSS Transitions: property from [serif\] to [monospace\] at (-0.3) should be [monospace\]] + expected: FAIL + + [CSS Transitions: property from [serif\] to [monospace\] at (0) should be [monospace\]] + expected: FAIL + + [CSS Transitions: property from [serif\] to [monospace\] at (0.3) should be [monospace\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [serif\] to [monospace\] at (-0.3) should be [monospace\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [serif\] to [monospace\] at (0) should be [monospace\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [serif\] to [monospace\] at (0.3) should be [monospace\]] + expected: FAIL + + [Web Animations: property from [serif\] to [monospace\] at (-0.3) should be [serif\]] + expected: FAIL + + [Web Animations: property from [serif\] to [monospace\] at (0) should be [serif\]] + expected: FAIL + + [Web Animations: property from [serif\] to [monospace\] at (0.3) should be [serif\]] + expected: FAIL + + [Web Animations: property from [serif\] to [monospace\] at (0.5) should be [monospace\]] + expected: FAIL + + [Web Animations: property from [serif\] to [monospace\] at (0.6) should be [monospace\]] + expected: FAIL + + [Web Animations: property from [serif\] to [monospace\] at (1) should be [monospace\]] + expected: FAIL + + [Web Animations: property from [serif\] to [monospace\] at (1.5) should be [monospace\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [none\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [none\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [none\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [none\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [none\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [none\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [dark\] at (-0.3) should be [dark\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [dark\] at (0) should be [dark\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [dark\] at (0.3) should be [dark\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to ["smcp"\] at (-0.3) should be ["smcp"\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to ["smcp"\] at (0) should be ["smcp"\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to ["smcp"\] at (0.3) should be ["smcp"\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [none\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [none\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [none\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [none\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [none\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [none\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [none\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [none\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [none\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [historical-forms\] at (-0.3) should be [historical-forms\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [historical-forms\] at (0) should be [historical-forms\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [historical-forms\] at (0.3) should be [historical-forms\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [small-caps\] at (-0.3) should be [small-caps\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [small-caps\] at (0) should be [small-caps\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [small-caps\] at (0.3) should be [small-caps\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [full-width\] at (-0.3) should be [full-width\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [full-width\] at (0) should be [full-width\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [full-width\] at (0.3) should be [full-width\]] + expected: FAIL + + [CSS Transitions: property from [common-ligatures\] to [no-common-ligatures\] at (-0.3) should be [no-common-ligatures\]] + expected: FAIL + + [CSS Transitions: property from [common-ligatures\] to [no-common-ligatures\] at (0) should be [no-common-ligatures\]] + expected: FAIL + + [CSS Transitions: property from [common-ligatures\] to [no-common-ligatures\] at (0.3) should be [no-common-ligatures\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [tabular-nums\] at (-0.3) should be [tabular-nums\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [tabular-nums\] at (0) should be [tabular-nums\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [tabular-nums\] at (0.3) should be [tabular-nums\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [super\] at (-0.3) should be [super\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [super\] at (0) should be [super\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [super\] at (0.3) should be [super\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/first-available-font-003.html.ini b/tests/wpt/meta/css/css-fonts/first-available-font-003.html.ini new file mode 100644 index 00000000000..01744314efb --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/first-available-font-003.html.ini @@ -0,0 +1,2 @@ +[first-available-font-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/first-available-font-004.html.ini b/tests/wpt/meta/css/css-fonts/first-available-font-004.html.ini new file mode 100644 index 00000000000..cada49fd61d --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/first-available-font-004.html.ini @@ -0,0 +1,2 @@ +[first-available-font-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/first-available-font-007.html.ini b/tests/wpt/meta/css/css-fonts/first-available-font-007.html.ini new file mode 100644 index 00000000000..649c3b37994 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/first-available-font-007.html.ini @@ -0,0 +1,2 @@ +[first-available-font-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-default-04.html.ini b/tests/wpt/meta/css/css-fonts/font-default-04.html.ini new file mode 100644 index 00000000000..8637c690b3a --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-default-04.html.ini @@ -0,0 +1,2 @@ +[font-default-04.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-display/font-display-change.html.ini b/tests/wpt/meta/css/css-fonts/font-display/font-display-change.html.ini new file mode 100644 index 00000000000..8643675f6b3 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-display/font-display-change.html.ini @@ -0,0 +1,2 @@ +[font-display-change.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-fonts/font-display/font-display-failure-fallback.html.ini b/tests/wpt/meta/css/css-fonts/font-display/font-display-failure-fallback.html.ini new file mode 100644 index 00000000000..262e7411e80 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-display/font-display-failure-fallback.html.ini @@ -0,0 +1,3 @@ +[font-display-failure-fallback.html] + [Fallback for font failure period] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-display/font-display-feature-policy-02.tentative.html.ini b/tests/wpt/meta/css/css-fonts/font-display/font-display-feature-policy-02.tentative.html.ini new file mode 100644 index 00000000000..bbb51cbf380 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-display/font-display-feature-policy-02.tentative.html.ini @@ -0,0 +1,2 @@ +[font-display-feature-policy-02.tentative.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-display/font-display-preload.html.ini b/tests/wpt/meta/css/css-fonts/font-display/font-display-preload.html.ini new file mode 100644 index 00000000000..a3dc9083b8d --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-display/font-display-preload.html.ini @@ -0,0 +1,2 @@ +[font-display-preload.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-display/font-display.html.ini b/tests/wpt/meta/css/css-fonts/font-display/font-display.html.ini new file mode 100644 index 00000000000..695a3540337 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-display/font-display.html.ini @@ -0,0 +1,2 @@ +[font-display.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-face-unicode-range-2.html.ini b/tests/wpt/meta/css/css-fonts/font-face-unicode-range-2.html.ini new file mode 100644 index 00000000000..3f91daab725 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-face-unicode-range-2.html.ini @@ -0,0 +1,2 @@ +[font-face-unicode-range-2.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-family-name-001.xht.ini b/tests/wpt/meta/css/css-fonts/font-family-name-001.xht.ini new file mode 100644 index 00000000000..a7e50007d36 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-family-name-001.xht.ini @@ -0,0 +1,2 @@ +[font-family-name-001.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-family-name-002.xht.ini b/tests/wpt/meta/css/css-fonts/font-family-name-002.xht.ini new file mode 100644 index 00000000000..7b720babfc9 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-family-name-002.xht.ini @@ -0,0 +1,2 @@ +[font-family-name-002.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-family-name-003.xht.ini b/tests/wpt/meta/css/css-fonts/font-family-name-003.xht.ini new file mode 100644 index 00000000000..4055dc2097e --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-family-name-003.xht.ini @@ -0,0 +1,2 @@ +[font-family-name-003.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-family-name-004.xht.ini b/tests/wpt/meta/css/css-fonts/font-family-name-004.xht.ini new file mode 100644 index 00000000000..09910150067 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-family-name-004.xht.ini @@ -0,0 +1,2 @@ +[font-family-name-004.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-family-name-005.xht.ini b/tests/wpt/meta/css/css-fonts/font-family-name-005.xht.ini new file mode 100644 index 00000000000..a5d0237890b --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-family-name-005.xht.ini @@ -0,0 +1,2 @@ +[font-family-name-005.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-family-name-006.xht.ini b/tests/wpt/meta/css/css-fonts/font-family-name-006.xht.ini new file mode 100644 index 00000000000..2a2235ce59c --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-family-name-006.xht.ini @@ -0,0 +1,2 @@ +[font-family-name-006.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-family-name-007.xht.ini b/tests/wpt/meta/css/css-fonts/font-family-name-007.xht.ini new file mode 100644 index 00000000000..b368808f15c --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-family-name-007.xht.ini @@ -0,0 +1,2 @@ +[font-family-name-007.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-family-name-008.xht.ini b/tests/wpt/meta/css/css-fonts/font-family-name-008.xht.ini new file mode 100644 index 00000000000..0e2533becbb --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-family-name-008.xht.ini @@ -0,0 +1,2 @@ +[font-family-name-008.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-family-name-009.xht.ini b/tests/wpt/meta/css/css-fonts/font-family-name-009.xht.ini new file mode 100644 index 00000000000..b73741ba3d9 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-family-name-009.xht.ini @@ -0,0 +1,2 @@ +[font-family-name-009.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-family-name-010.xht.ini b/tests/wpt/meta/css/css-fonts/font-family-name-010.xht.ini new file mode 100644 index 00000000000..fa500063a78 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-family-name-010.xht.ini @@ -0,0 +1,2 @@ +[font-family-name-010.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-family-name-011.xht.ini b/tests/wpt/meta/css/css-fonts/font-family-name-011.xht.ini new file mode 100644 index 00000000000..da53f2fca4a --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-family-name-011.xht.ini @@ -0,0 +1,2 @@ +[font-family-name-011.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-family-name-012.xht.ini b/tests/wpt/meta/css/css-fonts/font-family-name-012.xht.ini new file mode 100644 index 00000000000..279e82158d0 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-family-name-012.xht.ini @@ -0,0 +1,2 @@ +[font-family-name-012.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-family-name-013.xht.ini b/tests/wpt/meta/css/css-fonts/font-family-name-013.xht.ini new file mode 100644 index 00000000000..b774ec50a02 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-family-name-013.xht.ini @@ -0,0 +1,2 @@ +[font-family-name-013.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-family-name-014.xht.ini b/tests/wpt/meta/css/css-fonts/font-family-name-014.xht.ini new file mode 100644 index 00000000000..f675cb4bba7 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-family-name-014.xht.ini @@ -0,0 +1,2 @@ +[font-family-name-014.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-family-name-015.xht.ini b/tests/wpt/meta/css/css-fonts/font-family-name-015.xht.ini new file mode 100644 index 00000000000..2d41e6962ab --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-family-name-015.xht.ini @@ -0,0 +1,2 @@ +[font-family-name-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-family-name-021.xht.ini b/tests/wpt/meta/css/css-fonts/font-family-name-021.xht.ini new file mode 100644 index 00000000000..706e255bd25 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-family-name-021.xht.ini @@ -0,0 +1,2 @@ +[font-family-name-021.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-family-name-024.xht.ini b/tests/wpt/meta/css/css-fonts/font-family-name-024.xht.ini new file mode 100644 index 00000000000..4abc83939d1 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-family-name-024.xht.ini @@ -0,0 +1,2 @@ +[font-family-name-024.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-feature-resolution-001.html.ini b/tests/wpt/meta/css/css-fonts/font-feature-resolution-001.html.ini new file mode 100644 index 00000000000..cca5b8517c3 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-feature-resolution-001.html.ini @@ -0,0 +1,2 @@ +[font-feature-resolution-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-feature-settings-descriptor-01.html.ini b/tests/wpt/meta/css/css-fonts/font-feature-settings-descriptor-01.html.ini new file mode 100644 index 00000000000..9ac48a087b2 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-feature-settings-descriptor-01.html.ini @@ -0,0 +1,2 @@ +[font-feature-settings-descriptor-01.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-feature-settings-serialization-001.html.ini b/tests/wpt/meta/css/css-fonts/font-feature-settings-serialization-001.html.ini new file mode 100644 index 00000000000..e485def8f0c --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-feature-settings-serialization-001.html.ini @@ -0,0 +1,6 @@ +[font-feature-settings-serialization-001.html] + [font-feature-settings should be serialized with double quotes, and the default value of 1 should be omitted] + expected: FAIL + + [font-feature-settings should serialize 0 instead of off, given it's shorter] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-features-across-space-1.html.ini b/tests/wpt/meta/css/css-fonts/font-features-across-space-1.html.ini new file mode 100644 index 00000000000..493b4fd5a2c --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-features-across-space-1.html.ini @@ -0,0 +1,2 @@ +[font-features-across-space-1.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-features-across-space-2.html.ini b/tests/wpt/meta/css/css-fonts/font-features-across-space-2.html.ini new file mode 100644 index 00000000000..b46632246d6 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-features-across-space-2.html.ini @@ -0,0 +1,2 @@ +[font-features-across-space-2.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-features-across-space-3.html.ini b/tests/wpt/meta/css/css-fonts/font-features-across-space-3.html.ini new file mode 100644 index 00000000000..57d7abe89d8 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-features-across-space-3.html.ini @@ -0,0 +1,2 @@ +[font-features-across-space-3.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-kerning-01.html.ini b/tests/wpt/meta/css/css-fonts/font-kerning-01.html.ini new file mode 100644 index 00000000000..974d62cbe21 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-kerning-01.html.ini @@ -0,0 +1,2 @@ +[font-kerning-01.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-kerning-03.html.ini b/tests/wpt/meta/css/css-fonts/font-kerning-03.html.ini new file mode 100644 index 00000000000..df29201f3ee --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-kerning-03.html.ini @@ -0,0 +1,2 @@ +[font-kerning-03.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-kerning-04.html.ini b/tests/wpt/meta/css/css-fonts/font-kerning-04.html.ini new file mode 100644 index 00000000000..7592f152802 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-kerning-04.html.ini @@ -0,0 +1,2 @@ +[font-kerning-04.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-kerning-05.html.ini b/tests/wpt/meta/css/css-fonts/font-kerning-05.html.ini new file mode 100644 index 00000000000..6d31524bc40 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-kerning-05.html.ini @@ -0,0 +1,2 @@ +[font-kerning-05.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-palette-empty-font-family.html.ini b/tests/wpt/meta/css/css-fonts/font-palette-empty-font-family.html.ini deleted file mode 100644 index c45a76376c6..00000000000 --- a/tests/wpt/meta/css/css-fonts/font-palette-empty-font-family.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[font-palette-empty-font-family.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-shorthand-subproperties-reset.html.ini b/tests/wpt/meta/css/css-fonts/font-shorthand-subproperties-reset.html.ini new file mode 100644 index 00000000000..94c6da92bc6 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-shorthand-subproperties-reset.html.ini @@ -0,0 +1,2 @@ +[font-shorthand-subproperties-reset.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-fonts/font-size-adjust-002.html.ini b/tests/wpt/meta/css/css-fonts/font-size-adjust-002.html.ini new file mode 100644 index 00000000000..15dfa5a5c62 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-size-adjust-002.html.ini @@ -0,0 +1,2 @@ +[font-size-adjust-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-size-adjust-005.xht.ini b/tests/wpt/meta/css/css-fonts/font-size-adjust-005.xht.ini new file mode 100644 index 00000000000..46b23b0aa2e --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-size-adjust-005.xht.ini @@ -0,0 +1,2 @@ +[font-size-adjust-005.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-size-adjust-009.html.ini b/tests/wpt/meta/css/css-fonts/font-size-adjust-009.html.ini new file mode 100644 index 00000000000..2396ffafe59 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-size-adjust-009.html.ini @@ -0,0 +1,2 @@ +[font-size-adjust-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-size-adjust-010.html.ini b/tests/wpt/meta/css/css-fonts/font-size-adjust-010.html.ini new file mode 100644 index 00000000000..0d99bb39aeb --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-size-adjust-010.html.ini @@ -0,0 +1,2 @@ +[font-size-adjust-010.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-size-adjust-011.html.ini b/tests/wpt/meta/css/css-fonts/font-size-adjust-011.html.ini new file mode 100644 index 00000000000..74ab82660d0 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-size-adjust-011.html.ini @@ -0,0 +1,2 @@ +[font-size-adjust-011.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-size-adjust-014.html.ini b/tests/wpt/meta/css/css-fonts/font-size-adjust-014.html.ini new file mode 100644 index 00000000000..5972a8c9451 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-size-adjust-014.html.ini @@ -0,0 +1,2 @@ +[font-size-adjust-014.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-size-adjust-metrics-override.html.ini b/tests/wpt/meta/css/css-fonts/font-size-adjust-metrics-override.html.ini new file mode 100644 index 00000000000..2ec22813e17 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-size-adjust-metrics-override.html.ini @@ -0,0 +1,2 @@ +[font-size-adjust-metrics-override.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-size-monospace-adjust.html.ini b/tests/wpt/meta/css/css-fonts/font-size-monospace-adjust.html.ini new file mode 100644 index 00000000000..700d382f080 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-size-monospace-adjust.html.ini @@ -0,0 +1,2 @@ +[font-size-monospace-adjust.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-fonts/font-size-zero-1.html.ini b/tests/wpt/meta/css/css-fonts/font-size-zero-1.html.ini new file mode 100644 index 00000000000..d9434bc0d0f --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-size-zero-1.html.ini @@ -0,0 +1,2 @@ +[font-size-zero-1.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-stretch-01.html.ini b/tests/wpt/meta/css/css-fonts/font-stretch-01.html.ini new file mode 100644 index 00000000000..1c05531368b --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-stretch-01.html.ini @@ -0,0 +1,2 @@ +[font-stretch-01.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-stretch-02.html.ini b/tests/wpt/meta/css/css-fonts/font-stretch-02.html.ini new file mode 100644 index 00000000000..1d3ee95614d --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-stretch-02.html.ini @@ -0,0 +1,2 @@ +[font-stretch-02.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-stretch-03.html.ini b/tests/wpt/meta/css/css-fonts/font-stretch-03.html.ini new file mode 100644 index 00000000000..22ccb282b69 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-stretch-03.html.ini @@ -0,0 +1,2 @@ +[font-stretch-03.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-stretch-04.html.ini b/tests/wpt/meta/css/css-fonts/font-stretch-04.html.ini new file mode 100644 index 00000000000..a64f45f54e5 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-stretch-04.html.ini @@ -0,0 +1,2 @@ +[font-stretch-04.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-stretch-05.html.ini b/tests/wpt/meta/css/css-fonts/font-stretch-05.html.ini new file mode 100644 index 00000000000..98c49a5d985 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-stretch-05.html.ini @@ -0,0 +1,2 @@ +[font-stretch-05.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-stretch-06.html.ini b/tests/wpt/meta/css/css-fonts/font-stretch-06.html.ini new file mode 100644 index 00000000000..8dfb4172063 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-stretch-06.html.ini @@ -0,0 +1,2 @@ +[font-stretch-06.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-stretch-07.html.ini b/tests/wpt/meta/css/css-fonts/font-stretch-07.html.ini new file mode 100644 index 00000000000..b1108d4018f --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-stretch-07.html.ini @@ -0,0 +1,2 @@ +[font-stretch-07.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-stretch-08.html.ini b/tests/wpt/meta/css/css-fonts/font-stretch-08.html.ini new file mode 100644 index 00000000000..38c78541bd1 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-stretch-08.html.ini @@ -0,0 +1,2 @@ +[font-stretch-08.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-stretch-09.html.ini b/tests/wpt/meta/css/css-fonts/font-stretch-09.html.ini new file mode 100644 index 00000000000..f1d725bf483 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-stretch-09.html.ini @@ -0,0 +1,2 @@ +[font-stretch-09.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-stretch-10.html.ini b/tests/wpt/meta/css/css-fonts/font-stretch-10.html.ini new file mode 100644 index 00000000000..62fa1a515aa --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-stretch-10.html.ini @@ -0,0 +1,2 @@ +[font-stretch-10.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-stretch-11.html.ini b/tests/wpt/meta/css/css-fonts/font-stretch-11.html.ini new file mode 100644 index 00000000000..8635560bb86 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-stretch-11.html.ini @@ -0,0 +1,2 @@ +[font-stretch-11.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-synthesis-01.html.ini b/tests/wpt/meta/css/css-fonts/font-synthesis-01.html.ini new file mode 100644 index 00000000000..04896479969 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-synthesis-01.html.ini @@ -0,0 +1,2 @@ +[font-synthesis-01.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-synthesis-02.html.ini b/tests/wpt/meta/css/css-fonts/font-synthesis-02.html.ini new file mode 100644 index 00000000000..c5f270ad6b5 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-synthesis-02.html.ini @@ -0,0 +1,2 @@ +[font-synthesis-02.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-synthesis-03.html.ini b/tests/wpt/meta/css/css-fonts/font-synthesis-03.html.ini new file mode 100644 index 00000000000..1d0fbdabc3d --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-synthesis-03.html.ini @@ -0,0 +1,2 @@ +[font-synthesis-03.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-synthesis-04.html.ini b/tests/wpt/meta/css/css-fonts/font-synthesis-04.html.ini new file mode 100644 index 00000000000..b7159c33acd --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-synthesis-04.html.ini @@ -0,0 +1,2 @@ +[font-synthesis-04.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-synthesis-05.html.ini b/tests/wpt/meta/css/css-fonts/font-synthesis-05.html.ini new file mode 100644 index 00000000000..15c1e26b73b --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-synthesis-05.html.ini @@ -0,0 +1,2 @@ +[font-synthesis-05.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-01.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-01.html.ini new file mode 100644 index 00000000000..20bbce65833 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-01.html.ini @@ -0,0 +1,2 @@ +[font-variant-01.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-02.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-02.html.ini new file mode 100644 index 00000000000..3915db5abb2 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-02.html.ini @@ -0,0 +1,2 @@ +[font-variant-02.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-03.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-03.html.ini new file mode 100644 index 00000000000..f1e99edd2fb --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-03.html.ini @@ -0,0 +1,2 @@ +[font-variant-03.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-04.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-04.html.ini new file mode 100644 index 00000000000..6effc42422c --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-04.html.ini @@ -0,0 +1,2 @@ +[font-variant-04.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-alternates-02.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-alternates-02.html.ini new file mode 100644 index 00000000000..8decff62bf2 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-alternates-02.html.ini @@ -0,0 +1,2 @@ +[font-variant-alternates-02.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-alternates-03.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-alternates-03.html.ini new file mode 100644 index 00000000000..d8500786897 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-alternates-03.html.ini @@ -0,0 +1,2 @@ +[font-variant-alternates-03.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-alternates-04.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-alternates-04.html.ini new file mode 100644 index 00000000000..4f6ad7939eb --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-alternates-04.html.ini @@ -0,0 +1,2 @@ +[font-variant-alternates-04.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-alternates-05.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-alternates-05.html.ini new file mode 100644 index 00000000000..788126a6bda --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-alternates-05.html.ini @@ -0,0 +1,2 @@ +[font-variant-alternates-05.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-alternates-06.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-alternates-06.html.ini new file mode 100644 index 00000000000..5a712c5da14 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-alternates-06.html.ini @@ -0,0 +1,2 @@ +[font-variant-alternates-06.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-alternates-07.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-alternates-07.html.ini new file mode 100644 index 00000000000..9db0859366a --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-alternates-07.html.ini @@ -0,0 +1,2 @@ +[font-variant-alternates-07.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-alternates-08.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-alternates-08.html.ini new file mode 100644 index 00000000000..df20da4e3a5 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-alternates-08.html.ini @@ -0,0 +1,2 @@ +[font-variant-alternates-08.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-alternates-09.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-alternates-09.html.ini new file mode 100644 index 00000000000..d58c3c30c74 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-alternates-09.html.ini @@ -0,0 +1,2 @@ +[font-variant-alternates-09.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-alternates-10.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-alternates-10.html.ini new file mode 100644 index 00000000000..9720213f4d7 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-alternates-10.html.ini @@ -0,0 +1,2 @@ +[font-variant-alternates-10.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-alternates-11.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-alternates-11.html.ini new file mode 100644 index 00000000000..ee48eda8cbb --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-alternates-11.html.ini @@ -0,0 +1,2 @@ +[font-variant-alternates-11.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-alternates-12.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-alternates-12.html.ini new file mode 100644 index 00000000000..086d4dc55aa --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-alternates-12.html.ini @@ -0,0 +1,2 @@ +[font-variant-alternates-12.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-alternates-13.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-alternates-13.html.ini new file mode 100644 index 00000000000..96bd5d0c08a --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-alternates-13.html.ini @@ -0,0 +1,2 @@ +[font-variant-alternates-13.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-alternates-14.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-alternates-14.html.ini new file mode 100644 index 00000000000..0e07c80b236 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-alternates-14.html.ini @@ -0,0 +1,2 @@ +[font-variant-alternates-14.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-alternates-15.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-alternates-15.html.ini new file mode 100644 index 00000000000..155cd91b5b6 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-alternates-15.html.ini @@ -0,0 +1,2 @@ +[font-variant-alternates-15.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-alternates-16.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-alternates-16.html.ini new file mode 100644 index 00000000000..450d9f22cd9 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-alternates-16.html.ini @@ -0,0 +1,2 @@ +[font-variant-alternates-16.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-alternates-17.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-alternates-17.html.ini new file mode 100644 index 00000000000..538c9c24cca --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-alternates-17.html.ini @@ -0,0 +1,2 @@ +[font-variant-alternates-17.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-alternates-18.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-alternates-18.html.ini new file mode 100644 index 00000000000..a19c2f4e1df --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-alternates-18.html.ini @@ -0,0 +1,2 @@ +[font-variant-alternates-18.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-alternates-parsing.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-alternates-parsing.html.ini new file mode 100644 index 00000000000..e24fab9a0fa --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-alternates-parsing.html.ini @@ -0,0 +1,3 @@ +[font-variant-alternates-parsing.html] + [CSS Test: font-variant-alternates: historical-forms; parses case-insensitively] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-caps-02.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-caps-02.html.ini new file mode 100644 index 00000000000..7bf979dbc83 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-caps-02.html.ini @@ -0,0 +1,2 @@ +[font-variant-caps-02.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-caps-03.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-caps-03.html.ini new file mode 100644 index 00000000000..b132278b4e1 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-caps-03.html.ini @@ -0,0 +1,2 @@ +[font-variant-caps-03.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-caps-04.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-caps-04.html.ini new file mode 100644 index 00000000000..42e142b81b4 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-caps-04.html.ini @@ -0,0 +1,2 @@ +[font-variant-caps-04.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-caps-05.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-caps-05.html.ini new file mode 100644 index 00000000000..5e000c12596 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-caps-05.html.ini @@ -0,0 +1,2 @@ +[font-variant-caps-05.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-caps-06.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-caps-06.html.ini new file mode 100644 index 00000000000..4cac03283fd --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-caps-06.html.ini @@ -0,0 +1,2 @@ +[font-variant-caps-06.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-caps-07.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-caps-07.html.ini new file mode 100644 index 00000000000..5e0ff7fd021 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-caps-07.html.ini @@ -0,0 +1,2 @@ +[font-variant-caps-07.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-caps.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-caps.html.ini new file mode 100644 index 00000000000..6e212fa0017 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-caps.html.ini @@ -0,0 +1,2 @@ +[font-variant-caps.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-east-asian-02.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-east-asian-02.html.ini new file mode 100644 index 00000000000..98a10746fc1 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-east-asian-02.html.ini @@ -0,0 +1,2 @@ +[font-variant-east-asian-02.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-east-asian-03.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-east-asian-03.html.ini new file mode 100644 index 00000000000..027929a207c --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-east-asian-03.html.ini @@ -0,0 +1,2 @@ +[font-variant-east-asian-03.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-east-asian-04.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-east-asian-04.html.ini new file mode 100644 index 00000000000..06c6448b262 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-east-asian-04.html.ini @@ -0,0 +1,2 @@ +[font-variant-east-asian-04.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-east-asian-05.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-east-asian-05.html.ini new file mode 100644 index 00000000000..ccc4a76546f --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-east-asian-05.html.ini @@ -0,0 +1,2 @@ +[font-variant-east-asian-05.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-east-asian-06.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-east-asian-06.html.ini new file mode 100644 index 00000000000..d17b5b5593c --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-east-asian-06.html.ini @@ -0,0 +1,2 @@ +[font-variant-east-asian-06.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-east-asian-07.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-east-asian-07.html.ini new file mode 100644 index 00000000000..a322cb24c2d --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-east-asian-07.html.ini @@ -0,0 +1,2 @@ +[font-variant-east-asian-07.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-east-asian-08.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-east-asian-08.html.ini new file mode 100644 index 00000000000..5d55b108b30 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-east-asian-08.html.ini @@ -0,0 +1,2 @@ +[font-variant-east-asian-08.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-east-asian-09.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-east-asian-09.html.ini new file mode 100644 index 00000000000..57fd8dde091 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-east-asian-09.html.ini @@ -0,0 +1,2 @@ +[font-variant-east-asian-09.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-east-asian-10.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-east-asian-10.html.ini new file mode 100644 index 00000000000..3585511014e --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-east-asian-10.html.ini @@ -0,0 +1,2 @@ +[font-variant-east-asian-10.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-east-asian.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-east-asian.html.ini new file mode 100644 index 00000000000..e4813058751 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-east-asian.html.ini @@ -0,0 +1,2 @@ +[font-variant-east-asian.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-ligatures-02.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-ligatures-02.html.ini new file mode 100644 index 00000000000..465dc34193a --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-ligatures-02.html.ini @@ -0,0 +1,2 @@ +[font-variant-ligatures-02.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-ligatures-04.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-ligatures-04.html.ini new file mode 100644 index 00000000000..6361967eaca --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-ligatures-04.html.ini @@ -0,0 +1,2 @@ +[font-variant-ligatures-04.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-ligatures-05.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-ligatures-05.html.ini new file mode 100644 index 00000000000..6c82b1af7f6 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-ligatures-05.html.ini @@ -0,0 +1,2 @@ +[font-variant-ligatures-05.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-ligatures-07.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-ligatures-07.html.ini new file mode 100644 index 00000000000..265eece9772 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-ligatures-07.html.ini @@ -0,0 +1,2 @@ +[font-variant-ligatures-07.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-ligatures-10.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-ligatures-10.html.ini new file mode 100644 index 00000000000..aefbb8a7227 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-ligatures-10.html.ini @@ -0,0 +1,2 @@ +[font-variant-ligatures-10.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-ligatures.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-ligatures.html.ini new file mode 100644 index 00000000000..40a27ab8fa7 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-ligatures.html.ini @@ -0,0 +1,2 @@ +[font-variant-ligatures.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-numeric-02.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-numeric-02.html.ini new file mode 100644 index 00000000000..2c11f343dca --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-numeric-02.html.ini @@ -0,0 +1,2 @@ +[font-variant-numeric-02.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-numeric-03.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-numeric-03.html.ini new file mode 100644 index 00000000000..601acd8c4dd --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-numeric-03.html.ini @@ -0,0 +1,2 @@ +[font-variant-numeric-03.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-numeric-04.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-numeric-04.html.ini new file mode 100644 index 00000000000..1ac0a94bfa8 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-numeric-04.html.ini @@ -0,0 +1,2 @@ +[font-variant-numeric-04.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-numeric-05.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-numeric-05.html.ini new file mode 100644 index 00000000000..a181f425cab --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-numeric-05.html.ini @@ -0,0 +1,2 @@ +[font-variant-numeric-05.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-numeric-06.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-numeric-06.html.ini new file mode 100644 index 00000000000..3687d21f3f6 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-numeric-06.html.ini @@ -0,0 +1,2 @@ +[font-variant-numeric-06.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-numeric-07.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-numeric-07.html.ini new file mode 100644 index 00000000000..175a7ebae73 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-numeric-07.html.ini @@ -0,0 +1,2 @@ +[font-variant-numeric-07.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-numeric-08.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-numeric-08.html.ini new file mode 100644 index 00000000000..3685acd2d51 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-numeric-08.html.ini @@ -0,0 +1,2 @@ +[font-variant-numeric-08.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-numeric-09.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-numeric-09.html.ini new file mode 100644 index 00000000000..f7f8418bede --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-numeric-09.html.ini @@ -0,0 +1,2 @@ +[font-variant-numeric-09.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-numeric.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-numeric.html.ini new file mode 100644 index 00000000000..ec9b1c37005 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-numeric.html.ini @@ -0,0 +1,2 @@ +[font-variant-numeric.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variant-position.html.ini b/tests/wpt/meta/css/css-fonts/font-variant-position.html.ini new file mode 100644 index 00000000000..7835fb161bd --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variant-position.html.ini @@ -0,0 +1,2 @@ +[font-variant-position.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-variation-settings-serialization-001.html.ini b/tests/wpt/meta/css/css-fonts/font-variation-settings-serialization-001.html.ini new file mode 100644 index 00000000000..f00af487147 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-variation-settings-serialization-001.html.ini @@ -0,0 +1,3 @@ +[font-variation-settings-serialization-001.html] + [font-variation-settings should be serialized to not include duplicates] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-weight-bolder-001.xht.ini b/tests/wpt/meta/css/css-fonts/font-weight-bolder-001.xht.ini new file mode 100644 index 00000000000..a81f807c135 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-weight-bolder-001.xht.ini @@ -0,0 +1,2 @@ +[font-weight-bolder-001.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-weight-lighter-001.xht.ini b/tests/wpt/meta/css/css-fonts/font-weight-lighter-001.xht.ini new file mode 100644 index 00000000000..c5b3ab8dbd4 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-weight-lighter-001.xht.ini @@ -0,0 +1,2 @@ +[font-weight-lighter-001.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/font-weight-normal-001.xht.ini b/tests/wpt/meta/css/css-fonts/font-weight-normal-001.xht.ini new file mode 100644 index 00000000000..05bfc8d7338 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/font-weight-normal-001.xht.ini @@ -0,0 +1,2 @@ +[font-weight-normal-001.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/format-specifiers-variations.html.ini b/tests/wpt/meta/css/css-fonts/format-specifiers-variations.html.ini new file mode 100644 index 00000000000..041f8eb820b --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/format-specifiers-variations.html.ini @@ -0,0 +1,144 @@ +[format-specifiers-variations.html] + [Load Ahem with format woff] + expected: FAIL + + [Load Ahem with format truetype] + expected: FAIL + + [Load Ahem with format opentype] + expected: FAIL + + [Load Ahem with format woff2] + expected: FAIL + + [Load Ahem with format woff-variations] + expected: FAIL + + [Load Ahem with format truetype-variations] + expected: FAIL + + [Load Ahem with format opentype-variations] + expected: FAIL + + [Load Ahem with format woff2-variations] + expected: FAIL + + [Do not load Ahem with format xyzwoff] + expected: FAIL + + [Do not load Ahem with format xyztruetype] + expected: FAIL + + [Do not load Ahem with format xyzopentype] + expected: FAIL + + [Do not load Ahem with format xyzwoff2] + expected: FAIL + + [Do not load Ahem with format xyzwoff-variations] + expected: FAIL + + [Do not load Ahem with format xyztruetype-variations] + expected: FAIL + + [Do not load Ahem with format xyzopentype-variations] + expected: FAIL + + [Do not load Ahem with format xyzwoff2-variations] + expected: FAIL + + [Do not load Ahem with format woffxyz] + expected: FAIL + + [Do not load Ahem with format truetypexyz] + expected: FAIL + + [Do not load Ahem with format opentypexyz] + expected: FAIL + + [Do not load Ahem with format woff2xyz] + expected: FAIL + + [Do not load Ahem with format woff-variationsxyz] + expected: FAIL + + [Do not load Ahem with format truetype-variationsxyz] + expected: FAIL + + [Do not load Ahem with format opentype-variationsxyz] + expected: FAIL + + [Do not load Ahem with format woff2-variationsxyz] + expected: FAIL + + [Do not load Ahem with format wo] + expected: FAIL + + [Do not load Ahem with format truety] + expected: FAIL + + [Do not load Ahem with format openty] + expected: FAIL + + [Do not load Ahem with format wof] + expected: FAIL + + [Do not load Ahem with format woff-variatio] + expected: FAIL + + [Do not load Ahem with format truetype-variatio] + expected: FAIL + + [Do not load Ahem with format opentype-variatio] + expected: FAIL + + [Do not load Ahem with format woff2-variatio] + expected: FAIL + + [Do not load Ahem with format ff] + expected: FAIL + + [Do not load Ahem with format uetype] + expected: FAIL + + [Do not load Ahem with format entype] + expected: FAIL + + [Do not load Ahem with format ff2] + expected: FAIL + + [Do not load Ahem with format ff-variations] + expected: FAIL + + [Do not load Ahem with format uetype-variations] + expected: FAIL + + [Do not load Ahem with format entype-variations] + expected: FAIL + + [Do not load Ahem with format ff2-variations] + expected: FAIL + + [Do not load Ahem with format wff] + expected: FAIL + + [Do not load Ahem with format tretype] + expected: FAIL + + [Do not load Ahem with format opntype] + expected: FAIL + + [Do not load Ahem with format wff2] + expected: FAIL + + [Do not load Ahem with format woff-ariations] + expected: FAIL + + [Do not load Ahem with format truetye-variations] + expected: FAIL + + [Do not load Ahem with format opentye-variations] + expected: FAIL + + [Do not load Ahem with format woff2variations] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/generic-family-keywords-003.html.ini b/tests/wpt/meta/css/css-fonts/generic-family-keywords-003.html.ini new file mode 100644 index 00000000000..db0e6e5a7e9 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/generic-family-keywords-003.html.ini @@ -0,0 +1,2 @@ +[generic-family-keywords-003.html] + expected: ERROR diff --git a/tests/wpt/meta/css/css-fonts/hiragana-katakana-kerning.html.ini b/tests/wpt/meta/css/css-fonts/hiragana-katakana-kerning.html.ini new file mode 100644 index 00000000000..1d330ba668b --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/hiragana-katakana-kerning.html.ini @@ -0,0 +1,2 @@ +[hiragana-katakana-kerning.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/matching/fixed-stretch-style-over-weight.html.ini b/tests/wpt/meta/css/css-fonts/matching/fixed-stretch-style-over-weight.html.ini new file mode 100644 index 00000000000..f250fcdd5c5 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/matching/fixed-stretch-style-over-weight.html.ini @@ -0,0 +1,2 @@ +[fixed-stretch-style-over-weight.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-fonts/matching/stretch-distance-over-weight-distance.html.ini b/tests/wpt/meta/css/css-fonts/matching/stretch-distance-over-weight-distance.html.ini new file mode 100644 index 00000000000..ebffcd24301 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/matching/stretch-distance-over-weight-distance.html.ini @@ -0,0 +1,2 @@ +[stretch-distance-over-weight-distance.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-fonts/matching/style-ranges-over-weight-direction.html.ini b/tests/wpt/meta/css/css-fonts/matching/style-ranges-over-weight-direction.html.ini new file mode 100644 index 00000000000..0c0bc477b0b --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/matching/style-ranges-over-weight-direction.html.ini @@ -0,0 +1,2 @@ +[style-ranges-over-weight-direction.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-fonts/math-script-level-and-math-style/math-script-level-002.tentative.html.ini b/tests/wpt/meta/css/css-fonts/math-script-level-and-math-style/math-script-level-002.tentative.html.ini new file mode 100644 index 00000000000..d6a8b118138 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/math-script-level-and-math-style/math-script-level-002.tentative.html.ini @@ -0,0 +1,2 @@ +[math-script-level-002.tentative.html] + expected: ERROR diff --git a/tests/wpt/meta/css/css-fonts/math-script-level-and-math-style/math-script-level-004.tentative.html.ini b/tests/wpt/meta/css/css-fonts/math-script-level-and-math-style/math-script-level-004.tentative.html.ini new file mode 100644 index 00000000000..fbe829bf226 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/math-script-level-and-math-style/math-script-level-004.tentative.html.ini @@ -0,0 +1,2 @@ +[math-script-level-004.tentative.html] + expected: ERROR diff --git a/tests/wpt/meta/css/css-fonts/math-script-level-and-math-style/math-script-level-auto-and-math-style-002.tentative.html.ini b/tests/wpt/meta/css/css-fonts/math-script-level-and-math-style/math-script-level-auto-and-math-style-002.tentative.html.ini new file mode 100644 index 00000000000..2f6a8cab1ff --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/math-script-level-and-math-style/math-script-level-auto-and-math-style-002.tentative.html.ini @@ -0,0 +1,2 @@ +[math-script-level-auto-and-math-style-002.tentative.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/math-script-level-and-math-style/math-style-001.tentative.html.ini b/tests/wpt/meta/css/css-fonts/math-script-level-and-math-style/math-style-001.tentative.html.ini new file mode 100644 index 00000000000..683256bff48 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/math-script-level-and-math-style/math-style-001.tentative.html.ini @@ -0,0 +1,9 @@ +[math-style-001.tentative.html] + [Initial value of math-style] + expected: FAIL + + [Specified values of math-style] + expected: FAIL + + [Inherited values of math-style] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-computed.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-computed.html.ini new file mode 100644 index 00000000000..e80345ba0c2 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-computed.html.ini @@ -0,0 +1,945 @@ +[font-computed.html] + [caption should be a supported system font.] + expected: FAIL + + [icon should be a supported system font.] + expected: FAIL + + [menu should be a supported system font.] + expected: FAIL + + [message-box should be a supported system font.] + expected: FAIL + + [small-caption should be a supported system font.] + expected: FAIL + + [status-bar should be a supported system font.] + expected: FAIL + + [Property font value 'xx-small serif'] + expected: FAIL + + [Property font value 'normal medium/normal sans-serif'] + expected: FAIL + + [Property font value 'normal normal xx-large/1.2 cursive'] + expected: FAIL + + [Property font value 'normal normal normal larger/calc(120% + 1.2em) fantasy'] + expected: FAIL + + [Property font value 'normal normal normal normal smaller monospace'] + expected: FAIL + + [Property font value 'normal normal normal italic 10px/normal Menu'] + expected: FAIL + + [Property font value 'normal normal normal small-caps 20%/1.2 "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'normal normal normal bold calc(30% - 40px)/calc(120% + 1.2em) serif'] + expected: FAIL + + [Property font value 'normal normal normal ultra-condensed xx-small sans-serif'] + expected: FAIL + + [Property font value 'normal normal italic medium/normal cursive'] + expected: FAIL + + [Property font value 'normal normal italic normal xx-large/1.2 fantasy'] + expected: FAIL + + [Property font value 'normal normal italic small-caps larger/calc(120% + 1.2em) monospace'] + expected: FAIL + + [Property font value 'normal normal italic bolder smaller Menu'] + expected: FAIL + + [Property font value 'normal normal italic extra-condensed 10px/normal "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'normal normal small-caps 20%/1.2 serif'] + expected: FAIL + + [Property font value 'normal normal small-caps normal calc(30% - 40px)/calc(120% + 1.2em) sans-serif'] + expected: FAIL + + [Property font value 'normal normal small-caps italic xx-small cursive'] + expected: FAIL + + [Property font value 'normal normal small-caps lighter medium/normal fantasy'] + expected: FAIL + + [Property font value 'normal normal small-caps condensed xx-large/1.2 monospace'] + expected: FAIL + + [Property font value 'normal normal 100 larger/calc(120% + 1.2em) Menu'] + expected: FAIL + + [Property font value 'normal normal 900 normal smaller "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'normal normal bold italic 10px/normal serif'] + expected: FAIL + + [Property font value 'normal normal bolder small-caps 20%/1.2 sans-serif'] + expected: FAIL + + [Property font value 'normal normal lighter semi-condensed calc(30% - 40px)/calc(120% + 1.2em) cursive'] + expected: FAIL + + [Property font value 'normal normal semi-expanded xx-small fantasy'] + expected: FAIL + + [Property font value 'normal normal expanded normal medium/normal monospace'] + expected: FAIL + + [Property font value 'normal normal extra-expanded italic xx-large/1.2 Menu'] + expected: FAIL + + [Property font value 'normal normal ultra-expanded small-caps larger/calc(120% + 1.2em) "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'normal normal ultra-condensed 100 smaller serif'] + expected: FAIL + + [Property font value 'normal italic 10px/normal sans-serif'] + expected: FAIL + + [Property font value 'normal italic normal 20%/1.2 cursive'] + expected: FAIL + + [Property font value 'normal italic normal normal calc(30% - 40px)/calc(120% + 1.2em) fantasy'] + expected: FAIL + + [Property font value 'normal italic normal small-caps xx-small monospace'] + expected: FAIL + + [Property font value 'normal italic normal 900 medium/normal Menu'] + expected: FAIL + + [Property font value 'normal italic normal extra-condensed xx-large/1.2 "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'normal italic small-caps larger/calc(120% + 1.2em) serif'] + expected: FAIL + + [Property font value 'normal italic small-caps normal smaller sans-serif'] + expected: FAIL + + [Property font value 'normal italic small-caps bold 10px/normal cursive'] + expected: FAIL + + [Property font value 'normal italic small-caps condensed 20%/1.2 fantasy'] + expected: FAIL + + [Property font value 'normal italic bolder calc(30% - 40px)/calc(120% + 1.2em) monospace'] + expected: FAIL + + [Property font value 'normal italic lighter normal xx-small Menu'] + expected: FAIL + + [Property font value 'normal italic 100 small-caps medium/normal "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'normal italic 900 semi-condensed xx-large/1.2 serif'] + expected: FAIL + + [Property font value 'normal italic semi-expanded larger/calc(120% + 1.2em) sans-serif'] + expected: FAIL + + [Property font value 'normal italic expanded normal smaller cursive'] + expected: FAIL + + [Property font value 'normal italic extra-expanded small-caps 10px/normal fantasy'] + expected: FAIL + + [Property font value 'normal italic ultra-expanded bold 20%/1.2 monospace'] + expected: FAIL + + [Property font value 'normal small-caps calc(30% - 40px)/calc(120% + 1.2em) Menu'] + expected: FAIL + + [Property font value 'normal small-caps normal xx-small "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'normal small-caps normal normal medium/normal serif'] + expected: FAIL + + [Property font value 'normal small-caps normal italic xx-large/1.2 sans-serif'] + expected: FAIL + + [Property font value 'normal small-caps normal bolder larger/calc(120% + 1.2em) cursive'] + expected: FAIL + + [Property font value 'normal small-caps normal ultra-condensed smaller fantasy'] + expected: FAIL + + [Property font value 'normal small-caps italic 10px/normal monospace'] + expected: FAIL + + [Property font value 'normal small-caps italic normal 20%/1.2 Menu'] + expected: FAIL + + [Property font value 'normal small-caps italic lighter calc(30% - 40px)/calc(120% + 1.2em) "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'normal small-caps italic extra-condensed xx-small serif'] + expected: FAIL + + [Property font value 'normal small-caps 100 medium/normal sans-serif'] + expected: FAIL + + [Property font value 'normal small-caps 900 normal xx-large/1.2 cursive'] + expected: FAIL + + [Property font value 'normal small-caps bold italic larger/calc(120% + 1.2em) fantasy'] + expected: FAIL + + [Property font value 'normal small-caps bolder condensed smaller monospace'] + expected: FAIL + + [Property font value 'normal small-caps semi-condensed 10px/normal Menu'] + expected: FAIL + + [Property font value 'normal small-caps semi-expanded normal 20%/1.2 "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'normal small-caps expanded italic calc(30% - 40px)/calc(120% + 1.2em) serif'] + expected: FAIL + + [Property font value 'normal small-caps extra-expanded lighter xx-small sans-serif'] + expected: FAIL + + [Property font value 'normal 100 medium/normal cursive'] + expected: FAIL + + [Property font value 'normal 900 normal xx-large/1.2 fantasy'] + expected: FAIL + + [Property font value 'normal bold normal normal larger/calc(120% + 1.2em) monospace'] + expected: FAIL + + [Property font value 'normal bolder normal italic smaller Menu'] + expected: FAIL + + [Property font value 'normal lighter normal small-caps 10px/normal "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'normal 100 normal ultra-expanded 20%/1.2 serif'] + expected: FAIL + + [Property font value 'normal 900 italic calc(30% - 40px)/calc(120% + 1.2em) sans-serif'] + expected: FAIL + + [Property font value 'normal bold italic normal xx-small cursive'] + expected: FAIL + + [Property font value 'normal bolder italic small-caps medium/normal fantasy'] + expected: FAIL + + [Property font value 'normal lighter italic ultra-condensed xx-large/1.2 monospace'] + expected: FAIL + + [Property font value 'normal 100 small-caps larger/calc(120% + 1.2em) Menu'] + expected: FAIL + + [Property font value 'normal 900 small-caps normal smaller "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'normal bold small-caps italic 10px/normal serif'] + expected: FAIL + + [Property font value 'normal bolder small-caps extra-condensed 20%/1.2 sans-serif'] + expected: FAIL + + [Property font value 'normal lighter condensed calc(30% - 40px)/calc(120% + 1.2em) cursive'] + expected: FAIL + + [Property font value 'normal 100 semi-condensed normal xx-small fantasy'] + expected: FAIL + + [Property font value 'normal 900 semi-expanded italic medium/normal monospace'] + expected: FAIL + + [Property font value 'normal bold expanded small-caps xx-large/1.2 Menu'] + expected: FAIL + + [Property font value 'normal extra-expanded larger/calc(120% + 1.2em) "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'normal ultra-expanded normal smaller serif'] + expected: FAIL + + [Property font value 'normal ultra-condensed normal normal 10px/normal sans-serif'] + expected: FAIL + + [Property font value 'normal extra-condensed normal italic 20%/1.2 cursive'] + expected: FAIL + + [Property font value 'normal condensed normal small-caps calc(30% - 40px)/calc(120% + 1.2em) fantasy'] + expected: FAIL + + [Property font value 'normal semi-condensed normal bolder xx-small monospace'] + expected: FAIL + + [Property font value 'normal semi-expanded italic medium/normal Menu'] + expected: FAIL + + [Property font value 'normal expanded italic normal xx-large/1.2 "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'normal extra-expanded italic small-caps larger/calc(120% + 1.2em) serif'] + expected: FAIL + + [Property font value 'normal ultra-expanded italic lighter smaller sans-serif'] + expected: FAIL + + [Property font value 'normal ultra-condensed small-caps 10px/normal cursive'] + expected: FAIL + + [Property font value 'normal extra-condensed small-caps normal 20%/1.2 fantasy'] + expected: FAIL + + [Property font value 'normal condensed small-caps italic calc(30% - 40px)/calc(120% + 1.2em) monospace'] + expected: FAIL + + [Property font value 'normal semi-condensed small-caps 100 xx-small Menu'] + expected: FAIL + + [Property font value 'normal semi-expanded 900 medium/normal "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'normal expanded bold normal xx-large/1.2 serif'] + expected: FAIL + + [Property font value 'normal extra-expanded bolder italic larger/calc(120% + 1.2em) sans-serif'] + expected: FAIL + + [Property font value 'normal ultra-expanded lighter small-caps smaller cursive'] + expected: FAIL + + [Property font value 'italic 10px/normal fantasy'] + expected: FAIL + + [Property font value 'italic normal 20%/1.2 monospace'] + expected: FAIL + + [Property font value 'italic normal normal calc(30% - 40px)/calc(120% + 1.2em) Menu'] + expected: FAIL + + [Property font value 'italic normal normal normal xx-small "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'italic normal normal small-caps medium/normal serif'] + expected: FAIL + + [Property font value 'italic normal normal 100 xx-large/1.2 sans-serif'] + expected: FAIL + + [Property font value 'italic normal normal ultra-condensed larger/calc(120% + 1.2em) cursive'] + expected: FAIL + + [Property font value 'italic normal small-caps smaller fantasy'] + expected: FAIL + + [Property font value 'italic normal small-caps normal 10px/normal monospace'] + expected: FAIL + + [Property font value 'italic normal small-caps 900 20%/1.2 Menu'] + expected: FAIL + + [Property font value 'italic normal small-caps extra-condensed calc(30% - 40px)/calc(120% + 1.2em) "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'italic normal bold xx-small serif'] + expected: FAIL + + [Property font value 'italic normal bolder normal medium/normal sans-serif'] + expected: FAIL + + [Property font value 'italic normal lighter small-caps xx-large/1.2 cursive'] + expected: FAIL + + [Property font value 'italic normal 100 condensed larger/calc(120% + 1.2em) fantasy'] + expected: FAIL + + [Property font value 'italic normal semi-condensed smaller monospace'] + expected: FAIL + + [Property font value 'italic normal semi-expanded normal 10px/normal Menu'] + expected: FAIL + + [Property font value 'italic normal expanded small-caps 20%/1.2 "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'italic normal extra-expanded 900 calc(30% - 40px)/calc(120% + 1.2em) serif'] + expected: FAIL + + [Property font value 'italic small-caps xx-small sans-serif'] + expected: FAIL + + [Property font value 'italic small-caps normal medium/normal cursive'] + expected: FAIL + + [Property font value 'italic small-caps normal normal xx-large/1.2 fantasy'] + expected: FAIL + + [Property font value 'italic small-caps normal bold larger/calc(120% + 1.2em) monospace'] + expected: FAIL + + [Property font value 'italic small-caps normal ultra-expanded smaller Menu'] + expected: FAIL + + [Property font value 'italic small-caps bolder 10px/normal "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'italic small-caps lighter normal 20%/1.2 serif'] + expected: FAIL + + [Property font value 'italic small-caps 100 ultra-condensed calc(30% - 40px)/calc(120% + 1.2em) sans-serif'] + expected: FAIL + + [Property font value 'italic small-caps extra-condensed xx-small cursive'] + expected: FAIL + + [Property font value 'italic small-caps condensed normal medium/normal fantasy'] + expected: FAIL + + [Property font value 'italic small-caps semi-condensed 900 xx-large/1.2 monospace'] + expected: FAIL + + [Property font value 'italic bold larger/calc(120% + 1.2em) Menu'] + expected: FAIL + + [Property font value 'italic bolder normal smaller "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'italic lighter normal normal 10px/normal serif'] + expected: FAIL + + [Property font value 'italic 100 normal small-caps 20%/1.2 sans-serif'] + expected: FAIL + + [Property font value 'italic 900 normal semi-expanded calc(30% - 40px)/calc(120% + 1.2em) cursive'] + expected: FAIL + + [Property font value 'italic bold small-caps xx-small fantasy'] + expected: FAIL + + [Property font value 'italic bolder small-caps normal medium/normal monospace'] + expected: FAIL + + [Property font value 'italic lighter small-caps expanded xx-large/1.2 Menu'] + expected: FAIL + + [Property font value 'italic 100 extra-expanded larger/calc(120% + 1.2em) "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'italic 900 ultra-expanded normal smaller serif'] + expected: FAIL + + [Property font value 'italic bold ultra-condensed small-caps 10px/normal sans-serif'] + expected: FAIL + + [Property font value 'italic extra-condensed 20%/1.2 cursive'] + expected: FAIL + + [Property font value 'italic condensed normal calc(30% - 40px)/calc(120% + 1.2em) fantasy'] + expected: FAIL + + [Property font value 'italic semi-condensed normal normal xx-small monospace'] + expected: FAIL + + [Property font value 'italic semi-expanded normal small-caps medium/normal Menu'] + expected: FAIL + + [Property font value 'italic expanded normal bolder xx-large/1.2 "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'italic extra-expanded small-caps larger/calc(120% + 1.2em) serif'] + expected: FAIL + + [Property font value 'italic ultra-expanded small-caps normal smaller sans-serif'] + expected: FAIL + + [Property font value 'italic ultra-condensed small-caps lighter 10px/normal cursive'] + expected: FAIL + + [Property font value 'italic extra-condensed 100 20%/1.2 fantasy'] + expected: FAIL + + [Property font value 'italic condensed 900 normal calc(30% - 40px)/calc(120% + 1.2em) monospace'] + expected: FAIL + + [Property font value 'italic semi-condensed bold small-caps xx-small Menu'] + expected: FAIL + + [Property font value 'small-caps medium/normal "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'small-caps normal xx-large/1.2 serif'] + expected: FAIL + + [Property font value 'small-caps normal normal larger/calc(120% + 1.2em) sans-serif'] + expected: FAIL + + [Property font value 'small-caps normal normal normal smaller cursive'] + expected: FAIL + + [Property font value 'small-caps normal normal italic 10px/normal fantasy'] + expected: FAIL + + [Property font value 'small-caps normal normal bolder 20%/1.2 monospace'] + expected: FAIL + + [Property font value 'small-caps normal normal semi-expanded calc(30% - 40px)/calc(120% + 1.2em) Menu'] + expected: FAIL + + [Property font value 'small-caps normal italic xx-small "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'small-caps normal italic normal medium/normal serif'] + expected: FAIL + + [Property font value 'small-caps normal italic lighter xx-large/1.2 sans-serif'] + expected: FAIL + + [Property font value 'small-caps normal italic expanded larger/calc(120% + 1.2em) cursive'] + expected: FAIL + + [Property font value 'small-caps normal 100 smaller fantasy'] + expected: FAIL + + [Property font value 'small-caps normal 900 normal 10px/normal monospace'] + expected: FAIL + + [Property font value 'small-caps normal bold italic 20%/1.2 Menu'] + expected: FAIL + + [Property font value 'small-caps normal bolder extra-expanded calc(30% - 40px)/calc(120% + 1.2em) "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'small-caps normal ultra-expanded xx-small serif'] + expected: FAIL + + [Property font value 'small-caps normal ultra-condensed normal medium/normal sans-serif'] + expected: FAIL + + [Property font value 'small-caps normal extra-condensed italic xx-large/1.2 cursive'] + expected: FAIL + + [Property font value 'small-caps normal condensed lighter larger/calc(120% + 1.2em) fantasy'] + expected: FAIL + + [Property font value 'small-caps italic smaller monospace'] + expected: FAIL + + [Property font value 'small-caps italic normal 10px/normal Menu'] + expected: FAIL + + [Property font value 'small-caps italic normal normal 20%/1.2 "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'small-caps italic normal 100 calc(30% - 40px)/calc(120% + 1.2em) serif'] + expected: FAIL + + [Property font value 'small-caps italic normal semi-condensed xx-small sans-serif'] + expected: FAIL + + [Property font value 'small-caps italic 900 medium/normal cursive'] + expected: FAIL + + [Property font value 'small-caps italic bold normal xx-large/1.2 fantasy'] + expected: FAIL + + [Property font value 'small-caps italic bolder semi-expanded larger/calc(120% + 1.2em) monospace'] + expected: FAIL + + [Property font value 'small-caps italic expanded smaller Menu'] + expected: FAIL + + [Property font value 'small-caps italic extra-expanded normal 10px/normal "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'small-caps italic ultra-expanded lighter 20%/1.2 serif'] + expected: FAIL + + [Property font value 'small-caps 100 calc(30% - 40px)/calc(120% + 1.2em) sans-serif'] + expected: FAIL + + [Property font value 'small-caps 900 normal xx-small cursive'] + expected: FAIL + + [Property font value 'small-caps bold normal normal medium/normal fantasy'] + expected: FAIL + + [Property font value 'small-caps bolder normal italic xx-large/1.2 monospace'] + expected: FAIL + + [Property font value 'small-caps lighter normal ultra-condensed larger/calc(120% + 1.2em) Menu'] + expected: FAIL + + [Property font value 'small-caps 100 italic smaller "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'small-caps 900 italic normal 10px/normal serif'] + expected: FAIL + + [Property font value 'small-caps bold italic extra-condensed 20%/1.2 sans-serif'] + expected: FAIL + + [Property font value 'small-caps bolder condensed calc(30% - 40px)/calc(120% + 1.2em) cursive'] + expected: FAIL + + [Property font value 'small-caps lighter semi-condensed normal xx-small fantasy'] + expected: FAIL + + [Property font value 'small-caps 100 semi-expanded italic medium/normal monospace'] + expected: FAIL + + [Property font value 'small-caps expanded xx-large/1.2 Menu'] + expected: FAIL + + [Property font value 'small-caps extra-expanded normal larger/calc(120% + 1.2em) "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'small-caps ultra-expanded normal normal smaller serif'] + expected: FAIL + + [Property font value 'small-caps ultra-condensed normal italic 10px/normal sans-serif'] + expected: FAIL + + [Property font value 'small-caps extra-condensed normal 900 20%/1.2 cursive'] + expected: FAIL + + [Property font value 'small-caps condensed italic calc(30% - 40px)/calc(120% + 1.2em) fantasy'] + expected: FAIL + + [Property font value 'small-caps semi-condensed italic normal xx-small monospace'] + expected: FAIL + + [Property font value 'small-caps semi-expanded italic bold medium/normal Menu'] + expected: FAIL + + [Property font value 'small-caps expanded bolder xx-large/1.2 "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'small-caps extra-expanded lighter normal larger/calc(120% + 1.2em) serif'] + expected: FAIL + + [Property font value 'small-caps ultra-expanded 100 italic smaller sans-serif'] + expected: FAIL + + [Property font value '900 10px/normal cursive'] + expected: FAIL + + [Property font value 'bold normal 20%/1.2 fantasy'] + expected: FAIL + + [Property font value 'bolder normal normal calc(30% - 40px)/calc(120% + 1.2em) monospace'] + expected: FAIL + + [Property font value 'lighter normal normal normal xx-small Menu'] + expected: FAIL + + [Property font value '100 normal normal italic medium/normal "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value '900 normal normal small-caps xx-large/1.2 serif'] + expected: FAIL + + [Property font value 'bold normal normal ultra-condensed larger/calc(120% + 1.2em) sans-serif'] + expected: FAIL + + [Property font value 'bolder normal italic smaller cursive'] + expected: FAIL + + [Property font value 'lighter normal italic normal 10px/normal fantasy'] + expected: FAIL + + [Property font value '100 normal italic small-caps 20%/1.2 monospace'] + expected: FAIL + + [Property font value '900 normal italic extra-condensed calc(30% - 40px)/calc(120% + 1.2em) Menu'] + expected: FAIL + + [Property font value 'bold normal small-caps xx-small "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'bolder normal small-caps normal medium/normal serif'] + expected: FAIL + + [Property font value 'lighter normal small-caps italic xx-large/1.2 sans-serif'] + expected: FAIL + + [Property font value '100 normal small-caps condensed larger/calc(120% + 1.2em) cursive'] + expected: FAIL + + [Property font value '900 normal semi-condensed smaller fantasy'] + expected: FAIL + + [Property font value 'bold normal semi-expanded normal 10px/normal monospace'] + expected: FAIL + + [Property font value 'bolder normal expanded italic 20%/1.2 Menu'] + expected: FAIL + + [Property font value 'lighter normal extra-expanded small-caps calc(30% - 40px)/calc(120% + 1.2em) "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value '100 italic xx-small serif'] + expected: FAIL + + [Property font value '900 italic normal medium/normal sans-serif'] + expected: FAIL + + [Property font value 'bold italic normal normal xx-large/1.2 cursive'] + expected: FAIL + + [Property font value 'bolder italic normal small-caps larger/calc(120% + 1.2em) fantasy'] + expected: FAIL + + [Property font value 'lighter italic normal ultra-expanded smaller monospace'] + expected: FAIL + + [Property font value '100 italic small-caps 10px/normal Menu'] + expected: FAIL + + [Property font value '900 italic small-caps normal 20%/1.2 "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'bold italic small-caps ultra-condensed calc(30% - 40px)/calc(120% + 1.2em) serif'] + expected: FAIL + + [Property font value 'bolder italic extra-condensed xx-small sans-serif'] + expected: FAIL + + [Property font value 'lighter italic condensed normal medium/normal cursive'] + expected: FAIL + + [Property font value '100 italic semi-condensed small-caps xx-large/1.2 fantasy'] + expected: FAIL + + [Property font value '900 small-caps larger/calc(120% + 1.2em) monospace'] + expected: FAIL + + [Property font value 'bold small-caps normal smaller Menu'] + expected: FAIL + + [Property font value 'bolder small-caps normal normal 10px/normal "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'lighter small-caps normal italic 20%/1.2 serif'] + expected: FAIL + + [Property font value '100 small-caps normal semi-expanded calc(30% - 40px)/calc(120% + 1.2em) sans-serif'] + expected: FAIL + + [Property font value '900 small-caps italic xx-small cursive'] + expected: FAIL + + [Property font value 'bold small-caps italic normal medium/normal fantasy'] + expected: FAIL + + [Property font value 'bolder small-caps italic expanded xx-large/1.2 monospace'] + expected: FAIL + + [Property font value 'lighter small-caps extra-expanded larger/calc(120% + 1.2em) Menu'] + expected: FAIL + + [Property font value '100 small-caps ultra-expanded normal smaller "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value '900 small-caps ultra-condensed italic 10px/normal serif'] + expected: FAIL + + [Property font value 'bold extra-condensed 20%/1.2 sans-serif'] + expected: FAIL + + [Property font value 'bolder condensed normal calc(30% - 40px)/calc(120% + 1.2em) cursive'] + expected: FAIL + + [Property font value 'lighter semi-condensed normal normal xx-small fantasy'] + expected: FAIL + + [Property font value '100 semi-expanded normal italic medium/normal monospace'] + expected: FAIL + + [Property font value '900 expanded normal small-caps xx-large/1.2 Menu'] + expected: FAIL + + [Property font value 'bold extra-expanded italic larger/calc(120% + 1.2em) "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'bolder ultra-expanded italic normal smaller serif'] + expected: FAIL + + [Property font value 'lighter ultra-condensed italic small-caps 10px/normal sans-serif'] + expected: FAIL + + [Property font value '100 extra-condensed small-caps 20%/1.2 cursive'] + expected: FAIL + + [Property font value '900 condensed small-caps normal calc(30% - 40px)/calc(120% + 1.2em) fantasy'] + expected: FAIL + + [Property font value 'bold semi-condensed small-caps italic xx-small monospace'] + expected: FAIL + + [Property font value 'semi-expanded medium/normal Menu'] + expected: FAIL + + [Property font value 'expanded normal xx-large/1.2 "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'extra-expanded normal normal larger/calc(120% + 1.2em) serif'] + expected: FAIL + + [Property font value 'ultra-expanded normal normal normal smaller sans-serif'] + expected: FAIL + + [Property font value 'ultra-condensed normal normal italic 10px/normal cursive'] + expected: FAIL + + [Property font value 'extra-condensed normal normal small-caps 20%/1.2 fantasy'] + expected: FAIL + + [Property font value 'condensed normal normal bolder calc(30% - 40px)/calc(120% + 1.2em) monospace'] + expected: FAIL + + [Property font value 'semi-condensed normal italic xx-small Menu'] + expected: FAIL + + [Property font value 'semi-expanded normal italic normal medium/normal "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'expanded normal italic small-caps xx-large/1.2 serif'] + expected: FAIL + + [Property font value 'extra-expanded normal italic lighter larger/calc(120% + 1.2em) sans-serif'] + expected: FAIL + + [Property font value 'ultra-expanded normal small-caps smaller cursive'] + expected: FAIL + + [Property font value 'ultra-condensed normal small-caps normal 10px/normal fantasy'] + expected: FAIL + + [Property font value 'extra-condensed normal small-caps italic 20%/1.2 monospace'] + expected: FAIL + + [Property font value 'condensed normal small-caps 100 calc(30% - 40px)/calc(120% + 1.2em) Menu'] + expected: FAIL + + [Property font value 'semi-condensed normal 900 xx-small "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'semi-expanded normal bold normal medium/normal serif'] + expected: FAIL + + [Property font value 'expanded normal bolder italic xx-large/1.2 sans-serif'] + expected: FAIL + + [Property font value 'extra-expanded normal lighter small-caps larger/calc(120% + 1.2em) cursive'] + expected: FAIL + + [Property font value 'ultra-expanded italic smaller fantasy'] + expected: FAIL + + [Property font value 'ultra-condensed italic normal 10px/normal monospace'] + expected: FAIL + + [Property font value 'extra-condensed italic normal normal 20%/1.2 Menu'] + expected: FAIL + + [Property font value 'condensed italic normal small-caps calc(30% - 40px)/calc(120% + 1.2em) "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'semi-condensed italic normal 100 xx-small serif'] + expected: FAIL + + [Property font value 'semi-expanded italic small-caps medium/normal sans-serif'] + expected: FAIL + + [Property font value 'expanded italic small-caps normal xx-large/1.2 cursive'] + expected: FAIL + + [Property font value 'extra-expanded italic small-caps 900 larger/calc(120% + 1.2em) fantasy'] + expected: FAIL + + [Property font value 'ultra-expanded italic bold smaller monospace'] + expected: FAIL + + [Property font value 'ultra-condensed italic bolder normal 10px/normal Menu'] + expected: FAIL + + [Property font value 'extra-condensed italic lighter small-caps 20%/1.2 "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'condensed small-caps calc(30% - 40px)/calc(120% + 1.2em) serif'] + expected: FAIL + + [Property font value 'semi-condensed small-caps normal xx-small sans-serif'] + expected: FAIL + + [Property font value 'semi-expanded small-caps normal normal medium/normal cursive'] + expected: FAIL + + [Property font value 'expanded small-caps normal italic xx-large/1.2 fantasy'] + expected: FAIL + + [Property font value 'extra-expanded small-caps normal 100 larger/calc(120% + 1.2em) monospace'] + expected: FAIL + + [Property font value 'ultra-expanded small-caps italic smaller Menu'] + expected: FAIL + + [Property font value 'ultra-condensed small-caps italic normal 10px/normal "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'extra-condensed small-caps italic 900 20%/1.2 serif'] + expected: FAIL + + [Property font value 'condensed small-caps bold calc(30% - 40px)/calc(120% + 1.2em) sans-serif'] + expected: FAIL + + [Property font value 'semi-condensed small-caps bolder normal xx-small cursive'] + expected: FAIL + + [Property font value 'semi-expanded small-caps lighter italic medium/normal fantasy'] + expected: FAIL + + [Property font value 'expanded 100 xx-large/1.2 monospace'] + expected: FAIL + + [Property font value 'extra-expanded 900 normal larger/calc(120% + 1.2em) Menu'] + expected: FAIL + + [Property font value 'ultra-expanded bold normal normal smaller "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'ultra-condensed bolder normal italic 10px/normal serif'] + expected: FAIL + + [Property font value 'extra-condensed lighter normal small-caps 20%/1.2 sans-serif'] + expected: FAIL + + [Property font value 'condensed 100 italic calc(30% - 40px)/calc(120% + 1.2em) cursive'] + expected: FAIL + + [Property font value 'semi-condensed 900 italic normal xx-small fantasy'] + expected: FAIL + + [Property font value 'semi-expanded bold italic small-caps medium/normal monospace'] + expected: FAIL + + [Property font value 'expanded bolder small-caps xx-large/1.2 Menu'] + expected: FAIL + + [Property font value 'extra-expanded lighter small-caps normal larger/calc(120% + 1.2em) "Non-Generic Example Family Name"'] + expected: FAIL + + [Property font value 'ultra-expanded 100 small-caps italic smaller serif'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-face-src-format.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-face-src-format.html.ini index b80ce93bea2..79ca5aba421 100644 --- a/tests/wpt/meta/css/css-fonts/parsing/font-face-src-format.html.ini +++ b/tests/wpt/meta/css/css-fonts/parsing/font-face-src-format.html.ini @@ -1,2 +1,105 @@ [font-face-src-format.html] - expected: ERROR + [Check that src: url("foo.ttf") is valid] + expected: FAIL + + [Check that src: url("foo.ttf"), url("bar.ttf") is valid] + expected: FAIL + + [Check that src: url("foo.ttf") format() is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") dummy() is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") format("woff") dummy() is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") dummy() format("woff") is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") format("collection") is valid] + expected: FAIL + + [Check that src: url("foo.ttf") format("opentype") is valid] + expected: FAIL + + [Check that src: url("foo.ttf") format("truetype") is valid] + expected: FAIL + + [Check that src: url("foo.ttf") format("woff") is valid] + expected: FAIL + + [Check that src: url("foo.ttf") format("woff2") is valid] + expected: FAIL + + [Check that src: url("foo.ttf") format("opentype", "truetype") is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") format(collection) is valid] + expected: FAIL + + [Check that src: url("foo.ttf") format(opentype) is valid] + expected: FAIL + + [Check that src: url("foo.ttf") format(truetype) is valid] + expected: FAIL + + [Check that src: url("foo.ttf") format(woff) is valid] + expected: FAIL + + [Check that src: url("foo.ttf") format(woff2) is valid] + expected: FAIL + + [Check that src: url("foo.ttf") format(opentype, truetype) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") format(opentype truetype) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") format(auto) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") format(default) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") format(inherit) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") format(initial) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") format(none) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") format(normal) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") format(xyzzy) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") format("embedded-opentype"), url("bar.html") is valid] + expected: FAIL + + [Check that src: url("foo.ttf") format(embedded-opentype), url("bar.html") is valid] + expected: FAIL + + [Check that src: url("foo.ttf") format("svg"), url("bar.html") is valid] + expected: FAIL + + [Check that src: url("foo.ttf") format(svg), url("bar.html") is valid] + expected: FAIL + + [Check that src: url("foo.ttf") format(xyzz 200px), url("bar.html") is valid] + expected: FAIL + + [Check that src: url("foo.ttf") format(xyzz), url("bar.html") is valid] + expected: FAIL + + [Check that src: url("foo.ttf") dummy(xyzzy), url("bar.html") is valid] + expected: FAIL + + [Check that src: url("foo.ttf") format(), url("bar.html") is valid] + expected: FAIL + + [Check that src: url("foo.ttf") format(none), url("bar.html") is valid] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-face-src-list.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-face-src-list.html.ini index 4cd7f216588..fb802c46846 100644 --- a/tests/wpt/meta/css/css-fonts/parsing/font-face-src-list.html.ini +++ b/tests/wpt/meta/css/css-fonts/parsing/font-face-src-list.html.ini @@ -1,2 +1,51 @@ [font-face-src-list.html] - expected: ERROR + [Check that src: local(inherit), url(foo.ttf) is valid] + expected: FAIL + + [Check that src: local("myfont"), local(unset) is valid] + expected: FAIL + + [Check that src: local(), url(foo.ttf) is valid] + expected: FAIL + + [Check that src: local(12px monospace), url(foo.ttf) is valid] + expected: FAIL + + [Check that src: local("myfont") format(opentype), url(foo.ttf) is valid] + expected: FAIL + + [Check that src: url(not a valid url/bar.ttf), url(foo.ttf) is valid] + expected: FAIL + + [Check that src: url(foo.ttf) format(bad), url(foo.ttf) is valid] + expected: FAIL + + [Check that src: url(foo.ttf) tech(unknown), url(foo.ttf) is valid] + expected: FAIL + + [Check that src: url(foo.ttf) tech(color-COLRv0) otherfunc(othervalue), url(foo.ttf) is valid] + expected: FAIL + + [Check that src: url(foo.ttf), url(something.ttf) format(broken) is valid] + expected: FAIL + + [Check that src: /* an empty component */, url(foo.ttf) is valid] + expected: FAIL + + [Check that src: local(""), url(foo.ttf), unparseable-garbage, local("another font name") is valid] + expected: FAIL + + [Check that src: local(), local(initial) is invalid] + expected: FAIL + + [Check that src: local("textfont") format(opentype), local("emoji") tech(color-COLRv0) is invalid] + expected: FAIL + + [Check that src: local(), /*empty*/, url(should be quoted.ttf), junk is invalid] + expected: FAIL + + [Check that src: url(foo.ttf) format(unknown), url(bar.ttf) tech(broken) is invalid] + expected: FAIL + + [Check that src: url(foo.ttf) tech(color-COLRv0) otherfunc(othervalue), junk is invalid] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-face-src-local.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-face-src-local.html.ini index 3ae9067e630..aba920eefed 100644 --- a/tests/wpt/meta/css/css-fonts/parsing/font-face-src-local.html.ini +++ b/tests/wpt/meta/css/css-fonts/parsing/font-face-src-local.html.ini @@ -1,2 +1,54 @@ [font-face-src-local.html] - expected: ERROR + [Check that src: local(A) dummy() is invalid] + expected: FAIL + + [Check that src: dummy() local(A) is invalid] + expected: FAIL + + [Check that src: local( A ) is valid] + expected: FAIL + + [Check that src: local(A B) is valid] + expected: FAIL + + [Check that src: local(A B) is valid] + expected: FAIL + + [Check that src: local( A B ) is valid] + expected: FAIL + + [Check that src: local(default) is invalid] + expected: FAIL + + [Check that src: local(inherit) is invalid] + expected: FAIL + + [Check that src: local(revert) is invalid] + expected: FAIL + + [Check that src: local(unset) is invalid] + expected: FAIL + + [Check that src: local(default A) is valid] + expected: FAIL + + [Check that src: local(inherit A) is valid] + expected: FAIL + + [Check that src: local(revert A) is valid] + expected: FAIL + + [Check that src: local(unset A) is valid] + expected: FAIL + + [Check that src: local("default") is valid] + expected: FAIL + + [Check that src: local("inherit") is valid] + expected: FAIL + + [Check that src: local("revert") is valid] + expected: FAIL + + [Check that src: local("unset") is valid] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-face-src-tech.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-face-src-tech.html.ini index a900d2b5ba9..1e37344552b 100644 --- a/tests/wpt/meta/css/css-fonts/parsing/font-face-src-tech.html.ini +++ b/tests/wpt/meta/css/css-fonts/parsing/font-face-src-tech.html.ini @@ -1,2 +1,117 @@ [font-face-src-tech.html] - expected: ERROR + [Check that src: url("foo.ttf") is valid] + expected: FAIL + + [Check that src: url("foo.ttf") tech() is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(features-opentype) is valid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(features-aat) is valid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(color-COLRv0) is valid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(color-COLRv1) is valid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(color-sbix) is valid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(color-CBDT) is valid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(variations) is valid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(palettes) is valid] + expected: FAIL + + [Check that src: url("foo.ttf") tech("features-opentype") is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") tech("color-COLRv0") is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") tech("variations") is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(features-opentype, color-COLRv0, variations, palettes) is valid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(features-opentype color-COLRv0 variations palettes) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(feature-opentype) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(feature-aat) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(feature-graphite) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(auto) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(default) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(inherit) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(initial) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(none) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(normal) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(xyzzy) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(xyzzy, features-opentype) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(features-opentype, xyzzy) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") format(opentype) tech(features-opentype) is valid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(features-opentype) format(opentype) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(incremental), url("bar.html") is valid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(incremental, color-SVG, features-graphite, features-aat), url("bar.html") is valid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(color-SVG, features-graphite), url("bar.html") is valid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(color-SVG), url("bar.html") is valid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(features-graphite), url("bar.html") is valid] + expected: FAIL + + [Check that src: url("foo.ttf") dummy("opentype") tech(variations) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") dummy("opentype") dummy(variations) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") format(opentype) tech(features-opentype) dummy(something) is invalid] + expected: FAIL + + [Check that src: url("foo.ttf") format(dummy), url("foo.ttf") tech(variations) is valid] + expected: FAIL + + [Check that src: url("foo.ttf") tech(color), url("bar.html") is valid] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-feature-settings-computed.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-feature-settings-computed.html.ini new file mode 100644 index 00000000000..2c639fc644a --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-feature-settings-computed.html.ini @@ -0,0 +1,24 @@ +[font-feature-settings-computed.html] + [Property font-feature-settings value 'normal'] + expected: FAIL + + [Property font-feature-settings value '"dlig"'] + expected: FAIL + + [Property font-feature-settings value '"smcp"'] + expected: FAIL + + [Property font-feature-settings value '"c2sc"'] + expected: FAIL + + [Property font-feature-settings value '"liga" 0'] + expected: FAIL + + [Property font-feature-settings value '"tnum", "hist"'] + expected: FAIL + + [Property font-feature-settings value '"PKRN"'] + expected: FAIL + + [Property font-feature-settings value '"dlig", "smcp", "dlig" 0'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-feature-settings-valid.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-feature-settings-valid.html.ini new file mode 100644 index 00000000000..d9bc048a735 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-feature-settings-valid.html.ini @@ -0,0 +1,24 @@ +[font-feature-settings-valid.html] + [e.style['font-feature-settings'\] = "normal" should set the property value] + expected: FAIL + + [e.style['font-feature-settings'\] = "\\"dlig\\" 1" should set the property value] + expected: FAIL + + [e.style['font-feature-settings'\] = "\\"smcp\\" on" should set the property value] + expected: FAIL + + [e.style['font-feature-settings'\] = "'c2sc'" should set the property value] + expected: FAIL + + [e.style['font-feature-settings'\] = "\\"liga\\" off" should set the property value] + expected: FAIL + + [e.style['font-feature-settings'\] = "\\"tnum\\", 'hist'" should set the property value] + expected: FAIL + + [e.style['font-feature-settings'\] = "\\"PKRN\\"" should set the property value] + expected: FAIL + + [e.style['font-feature-settings'\] = "\\"dlig\\" 1, \\"smcp\\" on, \\"dlig\\" 0" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-kerning-computed.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-kerning-computed.html.ini new file mode 100644 index 00000000000..9216e94952b --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-kerning-computed.html.ini @@ -0,0 +1,9 @@ +[font-kerning-computed.html] + [Property font-kerning value 'auto'] + expected: FAIL + + [Property font-kerning value 'normal'] + expected: FAIL + + [Property font-kerning value 'none'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-kerning-valid.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-kerning-valid.html.ini new file mode 100644 index 00000000000..d6aac4ce3c9 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-kerning-valid.html.ini @@ -0,0 +1,9 @@ +[font-kerning-valid.html] + [e.style['font-kerning'\] = "auto" should set the property value] + expected: FAIL + + [e.style['font-kerning'\] = "normal" should set the property value] + expected: FAIL + + [e.style['font-kerning'\] = "none" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-language-override-computed.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-language-override-computed.html.ini new file mode 100644 index 00000000000..f74df11360a --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-language-override-computed.html.ini @@ -0,0 +1,15 @@ +[font-language-override-computed.html] + [Property font-language-override value 'normal'] + expected: FAIL + + [Property font-language-override value '"KSW"'] + expected: FAIL + + [Property font-language-override value '"ENG "'] + expected: FAIL + + [Property font-language-override value '"en "'] + expected: FAIL + + [Property font-language-override value '" en "'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-language-override-valid.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-language-override-valid.html.ini new file mode 100644 index 00000000000..64cd8823472 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-language-override-valid.html.ini @@ -0,0 +1,27 @@ +[font-language-override-valid.html] + [e.style['font-language-override'\] = "normal" should set the property value] + expected: FAIL + + [e.style['font-language-override'\] = "\\"KSW\\"" should set the property value] + expected: FAIL + + [e.style['font-language-override'\] = "\\"APPH\\"" should set the property value] + expected: FAIL + + [e.style['font-language-override'\] = "\\"ENG \\"" should set the property value] + expected: FAIL + + [e.style['font-language-override'\] = "\\"ksw\\"" should set the property value] + expected: FAIL + + [e.style['font-language-override'\] = "\\"tr\\"" should set the property value] + expected: FAIL + + [e.style['font-language-override'\] = "\\"en \\"" should set the property value] + expected: FAIL + + [e.style['font-language-override'\] = "\\" en \\"" should set the property value] + expected: FAIL + + [e.style['font-language-override'\] = "\\"1 %\\"" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-optical-sizing-computed.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-optical-sizing-computed.html.ini new file mode 100644 index 00000000000..d229226e3b1 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-optical-sizing-computed.html.ini @@ -0,0 +1,6 @@ +[font-optical-sizing-computed.html] + [Property font-optical-sizing value 'auto'] + expected: FAIL + + [Property font-optical-sizing value 'none'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-optical-sizing-valid.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-optical-sizing-valid.html.ini new file mode 100644 index 00000000000..6ff5922d64d --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-optical-sizing-valid.html.ini @@ -0,0 +1,6 @@ +[font-optical-sizing-valid.html] + [e.style['font-optical-sizing'\] = "auto" should set the property value] + expected: FAIL + + [e.style['font-optical-sizing'\] = "none" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-size-adjust-computed.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-size-adjust-computed.html.ini index 09a63de3d32..be39e77c50d 100644 --- a/tests/wpt/meta/css/css-fonts/parsing/font-size-adjust-computed.html.ini +++ b/tests/wpt/meta/css/css-fonts/parsing/font-size-adjust-computed.html.ini @@ -37,3 +37,6 @@ [Property font-size-adjust value 'ic-height from-font'] expected: FAIL + + [CSS Fonts Module Level 5: getComputedStyle().fontSizeAdjust] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-variant-caps-computed.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-variant-caps-computed.html.ini new file mode 100644 index 00000000000..efd20fdc309 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-variant-caps-computed.html.ini @@ -0,0 +1,15 @@ +[font-variant-caps-computed.html] + [Property font-variant-caps value 'all-small-caps'] + expected: FAIL + + [Property font-variant-caps value 'petite-caps'] + expected: FAIL + + [Property font-variant-caps value 'all-petite-caps'] + expected: FAIL + + [Property font-variant-caps value 'unicase'] + expected: FAIL + + [Property font-variant-caps value 'titling-caps'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-variant-caps-valid.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-variant-caps-valid.html.ini new file mode 100644 index 00000000000..6e01c4a255f --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-variant-caps-valid.html.ini @@ -0,0 +1,15 @@ +[font-variant-caps-valid.html] + [e.style['font-variant-caps'\] = "all-small-caps" should set the property value] + expected: FAIL + + [e.style['font-variant-caps'\] = "petite-caps" should set the property value] + expected: FAIL + + [e.style['font-variant-caps'\] = "all-petite-caps" should set the property value] + expected: FAIL + + [e.style['font-variant-caps'\] = "unicase" should set the property value] + expected: FAIL + + [e.style['font-variant-caps'\] = "titling-caps" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-variant-east-asian-computed.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-variant-east-asian-computed.html.ini new file mode 100644 index 00000000000..f511bc6f0c0 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-variant-east-asian-computed.html.ini @@ -0,0 +1,36 @@ +[font-variant-east-asian-computed.html] + [Property font-variant-east-asian value 'normal'] + expected: FAIL + + [Property font-variant-east-asian value 'jis78'] + expected: FAIL + + [Property font-variant-east-asian value 'jis83'] + expected: FAIL + + [Property font-variant-east-asian value 'jis90'] + expected: FAIL + + [Property font-variant-east-asian value 'jis04'] + expected: FAIL + + [Property font-variant-east-asian value 'simplified'] + expected: FAIL + + [Property font-variant-east-asian value 'traditional'] + expected: FAIL + + [Property font-variant-east-asian value 'full-width'] + expected: FAIL + + [Property font-variant-east-asian value 'proportional-width'] + expected: FAIL + + [Property font-variant-east-asian value 'ruby'] + expected: FAIL + + [Property font-variant-east-asian value 'jis78 proportional-width'] + expected: FAIL + + [Property font-variant-east-asian value 'simplified full-width ruby'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-variant-east-asian-valid.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-variant-east-asian-valid.html.ini new file mode 100644 index 00000000000..63dbf8efca0 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-variant-east-asian-valid.html.ini @@ -0,0 +1,36 @@ +[font-variant-east-asian-valid.html] + [e.style['font-variant-east-asian'\] = "normal" should set the property value] + expected: FAIL + + [e.style['font-variant-east-asian'\] = "jis78" should set the property value] + expected: FAIL + + [e.style['font-variant-east-asian'\] = "jis83" should set the property value] + expected: FAIL + + [e.style['font-variant-east-asian'\] = "jis90" should set the property value] + expected: FAIL + + [e.style['font-variant-east-asian'\] = "jis04" should set the property value] + expected: FAIL + + [e.style['font-variant-east-asian'\] = "simplified" should set the property value] + expected: FAIL + + [e.style['font-variant-east-asian'\] = "traditional" should set the property value] + expected: FAIL + + [e.style['font-variant-east-asian'\] = "full-width" should set the property value] + expected: FAIL + + [e.style['font-variant-east-asian'\] = "proportional-width" should set the property value] + expected: FAIL + + [e.style['font-variant-east-asian'\] = "ruby" should set the property value] + expected: FAIL + + [e.style['font-variant-east-asian'\] = "jis78 proportional-width" should set the property value] + expected: FAIL + + [e.style['font-variant-east-asian'\] = "ruby full-width simplified" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-variant-ligatures-computed.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-variant-ligatures-computed.html.ini new file mode 100644 index 00000000000..34da2421a77 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-variant-ligatures-computed.html.ini @@ -0,0 +1,30 @@ +[font-variant-ligatures-computed.html] + [Property font-variant-ligatures value 'normal'] + expected: FAIL + + [Property font-variant-ligatures value 'none'] + expected: FAIL + + [Property font-variant-ligatures value 'common-ligatures'] + expected: FAIL + + [Property font-variant-ligatures value 'no-common-ligatures'] + expected: FAIL + + [Property font-variant-ligatures value 'discretionary-ligatures'] + expected: FAIL + + [Property font-variant-ligatures value 'no-discretionary-ligatures'] + expected: FAIL + + [Property font-variant-ligatures value 'historical-ligatures'] + expected: FAIL + + [Property font-variant-ligatures value 'no-historical-ligatures'] + expected: FAIL + + [Property font-variant-ligatures value 'contextual'] + expected: FAIL + + [Property font-variant-ligatures value 'no-contextual'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-variant-ligatures-valid.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-variant-ligatures-valid.html.ini new file mode 100644 index 00000000000..7c06b72fe78 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-variant-ligatures-valid.html.ini @@ -0,0 +1,30 @@ +[font-variant-ligatures-valid.html] + [e.style['font-variant-ligatures'\] = "normal" should set the property value] + expected: FAIL + + [e.style['font-variant-ligatures'\] = "none" should set the property value] + expected: FAIL + + [e.style['font-variant-ligatures'\] = "common-ligatures" should set the property value] + expected: FAIL + + [e.style['font-variant-ligatures'\] = "no-common-ligatures" should set the property value] + expected: FAIL + + [e.style['font-variant-ligatures'\] = "discretionary-ligatures" should set the property value] + expected: FAIL + + [e.style['font-variant-ligatures'\] = "no-discretionary-ligatures" should set the property value] + expected: FAIL + + [e.style['font-variant-ligatures'\] = "historical-ligatures" should set the property value] + expected: FAIL + + [e.style['font-variant-ligatures'\] = "no-historical-ligatures" should set the property value] + expected: FAIL + + [e.style['font-variant-ligatures'\] = "contextual" should set the property value] + expected: FAIL + + [e.style['font-variant-ligatures'\] = "no-contextual" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-variant-numeric-computed.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-variant-numeric-computed.html.ini new file mode 100644 index 00000000000..bc0ab36a97e --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-variant-numeric-computed.html.ini @@ -0,0 +1,33 @@ +[font-variant-numeric-computed.html] + [Property font-variant-numeric value 'normal'] + expected: FAIL + + [Property font-variant-numeric value 'lining-nums'] + expected: FAIL + + [Property font-variant-numeric value 'oldstyle-nums'] + expected: FAIL + + [Property font-variant-numeric value 'proportional-nums'] + expected: FAIL + + [Property font-variant-numeric value 'tabular-nums'] + expected: FAIL + + [Property font-variant-numeric value 'diagonal-fractions'] + expected: FAIL + + [Property font-variant-numeric value 'stacked-fractions'] + expected: FAIL + + [Property font-variant-numeric value 'ordinal'] + expected: FAIL + + [Property font-variant-numeric value 'slashed-zero'] + expected: FAIL + + [Property font-variant-numeric value 'oldstyle-nums tabular-nums diagonal-fractions'] + expected: FAIL + + [Property font-variant-numeric value 'lining-nums proportional-nums stacked-fractions ordinal slashed-zero'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-variant-numeric-valid.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-variant-numeric-valid.html.ini new file mode 100644 index 00000000000..6e6e68076e6 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-variant-numeric-valid.html.ini @@ -0,0 +1,33 @@ +[font-variant-numeric-valid.html] + [e.style['font-variant-numeric'\] = "normal" should set the property value] + expected: FAIL + + [e.style['font-variant-numeric'\] = "lining-nums" should set the property value] + expected: FAIL + + [e.style['font-variant-numeric'\] = "oldstyle-nums" should set the property value] + expected: FAIL + + [e.style['font-variant-numeric'\] = "proportional-nums" should set the property value] + expected: FAIL + + [e.style['font-variant-numeric'\] = "tabular-nums" should set the property value] + expected: FAIL + + [e.style['font-variant-numeric'\] = "diagonal-fractions" should set the property value] + expected: FAIL + + [e.style['font-variant-numeric'\] = "stacked-fractions" should set the property value] + expected: FAIL + + [e.style['font-variant-numeric'\] = "ordinal" should set the property value] + expected: FAIL + + [e.style['font-variant-numeric'\] = "slashed-zero" should set the property value] + expected: FAIL + + [e.style['font-variant-numeric'\] = "oldstyle-nums tabular-nums diagonal-fractions" should set the property value] + expected: FAIL + + [e.style['font-variant-numeric'\] = "slashed-zero ordinal stacked-fractions proportional-nums lining-nums" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-variant-position-computed.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-variant-position-computed.html.ini new file mode 100644 index 00000000000..f0e624b9733 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-variant-position-computed.html.ini @@ -0,0 +1,9 @@ +[font-variant-position-computed.html] + [Property font-variant-position value 'normal'] + expected: FAIL + + [Property font-variant-position value 'sub'] + expected: FAIL + + [Property font-variant-position value 'super'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-variant-position-valid.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-variant-position-valid.html.ini new file mode 100644 index 00000000000..941c9473a91 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-variant-position-valid.html.ini @@ -0,0 +1,9 @@ +[font-variant-position-valid.html] + [e.style['font-variant-position'\] = "normal" should set the property value] + expected: FAIL + + [e.style['font-variant-position'\] = "sub" should set the property value] + expected: FAIL + + [e.style['font-variant-position'\] = "super" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-variation-settings-computed.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-variation-settings-computed.html.ini index 4040932214f..6124e6ec23e 100644 --- a/tests/wpt/meta/css/css-fonts/parsing/font-variation-settings-computed.html.ini +++ b/tests/wpt/meta/css/css-fonts/parsing/font-variation-settings-computed.html.ini @@ -17,3 +17,8 @@ [Property font-variation-settings value '"XHGT" calc(0.4 + 0.3)'] expected: FAIL + [Property font-variation-settings value '"wght" 100, "wdth" 200' values should be sorted alphabetically by tag.] + expected: FAIL + + [Property font-variation-settings value '"wght" 100, "wdth" 200, "wght" 300, "wdth" 400' duplicate values should be removed, keeping the rightmost occurrence, and sorted alphabetically by tag.] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/separators.html.ini b/tests/wpt/meta/css/css-fonts/separators.html.ini new file mode 100644 index 00000000000..bfed625f9ff --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/separators.html.ini @@ -0,0 +1,2 @@ +[separators.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/size-adjust-03.html.ini b/tests/wpt/meta/css/css-fonts/size-adjust-03.html.ini new file mode 100644 index 00000000000..fce6f4e596e --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/size-adjust-03.html.ini @@ -0,0 +1,2 @@ +[size-adjust-03.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/standard-font-family-11.html.ini b/tests/wpt/meta/css/css-fonts/standard-font-family-11.html.ini new file mode 100644 index 00000000000..9b40109c2fe --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/standard-font-family-11.html.ini @@ -0,0 +1,2 @@ +[standard-font-family-11.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/standard-font-family-12.html.ini b/tests/wpt/meta/css/css-fonts/standard-font-family-12.html.ini new file mode 100644 index 00000000000..806d60fbcc9 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/standard-font-family-12.html.ini @@ -0,0 +1,2 @@ +[standard-font-family-12.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/standard-font-family-13.html.ini b/tests/wpt/meta/css/css-fonts/standard-font-family-13.html.ini new file mode 100644 index 00000000000..5ec5d1e3604 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/standard-font-family-13.html.ini @@ -0,0 +1,2 @@ +[standard-font-family-13.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/standard-font-family-14.html.ini b/tests/wpt/meta/css/css-fonts/standard-font-family-14.html.ini new file mode 100644 index 00000000000..4465cb76ddd --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/standard-font-family-14.html.ini @@ -0,0 +1,2 @@ +[standard-font-family-14.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/standard-font-family-15.html.ini b/tests/wpt/meta/css/css-fonts/standard-font-family-15.html.ini index 3d5080f79f8..31e73c183c1 100644 --- a/tests/wpt/meta/css/css-fonts/standard-font-family-15.html.ini +++ b/tests/wpt/meta/css/css-fonts/standard-font-family-15.html.ini @@ -1,2 +1,2 @@ [standard-font-family-15.html] - expected: TIMEOUT + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/standard-font-family-16.html.ini b/tests/wpt/meta/css/css-fonts/standard-font-family-16.html.ini new file mode 100644 index 00000000000..e59810cad31 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/standard-font-family-16.html.ini @@ -0,0 +1,2 @@ +[standard-font-family-16.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/standard-font-family-19.html.ini b/tests/wpt/meta/css/css-fonts/standard-font-family-19.html.ini new file mode 100644 index 00000000000..0a8511c11ed --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/standard-font-family-19.html.ini @@ -0,0 +1,2 @@ +[standard-font-family-19.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/standard-font-family-20.html.ini b/tests/wpt/meta/css/css-fonts/standard-font-family-20.html.ini new file mode 100644 index 00000000000..03ea791f2a8 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/standard-font-family-20.html.ini @@ -0,0 +1,2 @@ +[standard-font-family-20.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/test-synthetic-italic-2.html.ini b/tests/wpt/meta/css/css-fonts/test-synthetic-italic-2.html.ini new file mode 100644 index 00000000000..81c161354c3 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/test-synthetic-italic-2.html.ini @@ -0,0 +1,2 @@ +[test-synthetic-italic-2.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/test-synthetic-italic-3.html.ini b/tests/wpt/meta/css/css-fonts/test-synthetic-italic-3.html.ini new file mode 100644 index 00000000000..5efbce5a4c3 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/test-synthetic-italic-3.html.ini @@ -0,0 +1,2 @@ +[test-synthetic-italic-3.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/test_datafont_same_origin.html.ini b/tests/wpt/meta/css/css-fonts/test_datafont_same_origin.html.ini new file mode 100644 index 00000000000..664d30a9b73 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/test_datafont_same_origin.html.ini @@ -0,0 +1,3 @@ +[test_datafont_same_origin.html] + [Test if data:font would be treated same origin.] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/test_font_feature_values_parsing.html.ini b/tests/wpt/meta/css/css-fonts/test_font_feature_values_parsing.html.ini new file mode 100644 index 00000000000..6b1969e3049 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/test_font_feature_values_parsing.html.ini @@ -0,0 +1,318 @@ +[test_font_feature_values_parsing.html] + [basic parse tests - @font-feature-values bongo { }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { ; }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { ,; }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { ;, }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { ,;, }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset; }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset,; }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset abc; }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { abc } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { ;;abc } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { abc;; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { abc: } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { abc,: } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { abc:, } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { abc:,; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { a,b } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { a;b } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { a:;b: } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { a:,;b: } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { a:1,;b: } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { abc 1 2 3 } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { abc:, 1 2 3 } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { abc:; 1 2 3 } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { abc: 1 2 3a } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { abc: 1 2 3, def: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @blah @styleset { abc: 1 2 3; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @blah } @styleset { abc: 1 2 3; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @blah , @styleset { abc: 1 2 3; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { abc: 1 2 3; }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { abc: 1 2 3 }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { abc: 1 2 3;] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { abc: 1 2 3] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { ok-1: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @annotation { ok-1: 3; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @stylistic { blah: 3; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { \n@styleset\n { blah: 3; super-blah: 4 5;\n more-blah: 5 6 7;\n } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { \n@styleset\n {\n blah:\n 3\n;\n super-blah:\n 4\n 5\n;\n more-blah:\n 5 6\n 7;\n } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @stylistic { blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { blah: 1 2 3 4; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @character-variant { blah: 1 2; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @swash { blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @ornaments { blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @annotation { blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { blah: 0; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { blah: 120 124; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @character-variant { blah: 0; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @character-variant { blah: 111; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @character-variant { blah: 111 13; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { styleset { blah: 1 } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { stylistic { blah: 1 } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { character-variant { blah: 1 } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { swash { blah: 1 } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { ornaments { blah: 1 } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { annotation { blah: 1 } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @bongo { blah: 1 } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @bongo { blah: 1 2 3 } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @bongo { blah: 1 2 3; burp: 1;;; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { blah: -1 } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { blah: 1 -1 } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { blah: 1.5 } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { blah: 15px } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { blah: red } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { blah: (1) } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { blah:(1) } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { blah:, 1 } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { blah: <1> } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { blah: 1! } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { blah: 1,, } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { blah: 1 1 1 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @stylistic { blah: 1 2 } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @character-variant { blah: 1 2 3 } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @swash { blah: 1 2 } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @ornaments { blah: 1 2 } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @annotation { blah: 1 2 } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { blah: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values "bongo" { @styleset { blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values 'bongo' { @styleset { blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values \\62 ongo { @styleset { blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo, super bongo, bongo the supreme { @styleset { blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values 'serif', 'sans-serif' { @styleset { blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo, "super bongo", 'bongo the supreme' { @styleset { blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values 毎日カレーを食べたい! { @styleset { blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values 毎日カレーを食べたい!, 納豆嫌い { @styleset { blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { blah: 1; blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { blah: 1; de-blah: 1; blah: 2; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { \\tra-la: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { b\\lah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { \\62 lah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { \\:blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { \\;blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { complex\\20 blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { complex\\ blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { Håkon: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { Åквариум: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { \\1f449\\1f4a9\\1f448: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { 魅力: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { 毎日カレーを食べたい!: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { TECHNICIÄNS\\ ÖF\\ SPÅCE\\ SHIP\\ EÅRTH\\ THIS\\ IS\\ YÖÜR\\ CÄPTÅIN\\ SPEÄKING\\ YÖÜR\\ ØÅPTÅIN\\ IS\\ DEA̋D: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { 123blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { :123blah 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { :123blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { ?123blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { "blah": 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { complex blah: 1; } }] + expected: FAIL + + [basic parse tests - @font-feature-values bongo { @styleset { complex\\ blah: 1; } }] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/variations/font-descriptor-range-reversed.html.ini b/tests/wpt/meta/css/css-fonts/variations/font-descriptor-range-reversed.html.ini new file mode 100644 index 00000000000..e2dc2575bc6 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/variations/font-descriptor-range-reversed.html.ini @@ -0,0 +1,2 @@ +[font-descriptor-range-reversed.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-fonts/variations/font-parse-numeric-stretch-style-weight.html.ini b/tests/wpt/meta/css/css-fonts/variations/font-parse-numeric-stretch-style-weight.html.ini new file mode 100644 index 00000000000..13ae17b2eb2 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/variations/font-parse-numeric-stretch-style-weight.html.ini @@ -0,0 +1,156 @@ +[font-parse-numeric-stretch-style-weight.html] + [Valid value 100 matches 100 for weight in @font-face.] + expected: FAIL + + [Valid value 700 matches 700 for weight in @font-face.] + expected: FAIL + + [Valid value 900 matches 900 for weight in @font-face.] + expected: FAIL + + [Valid value bold matches bold for weight in @font-face.] + expected: FAIL + + [Valid value normal matches normal for weight in @font-face.] + expected: FAIL + + [Valid value 100 400 matches 100 400 for weight in @font-face.] + expected: FAIL + + [Valid value 100 101.5 matches 100 101.5 for weight in @font-face.] + expected: FAIL + + [Valid value 999.8 999.9 matches 999.8 999.9 for weight in @font-face.] + expected: FAIL + + [Valid value 500 400 matches 500 400 for weight in @font-face.] + expected: FAIL + + [Valid value 0% matches 0% for stretch in @font-face.] + expected: FAIL + + [Valid value calc(0% - 10%) matches calc(-10%) for stretch in @font-face.] + expected: FAIL + + [Valid value 100% matches 100% for stretch in @font-face.] + expected: FAIL + + [Valid value 110% matches 110% for stretch in @font-face.] + expected: FAIL + + [Valid value 111.5% matches 111.5% for stretch in @font-face.] + expected: FAIL + + [Valid value 50% 200% matches 50% 200% for stretch in @font-face.] + expected: FAIL + + [Valid value 0.1% 1% matches 0.1% 1% for stretch in @font-face.] + expected: FAIL + + [Valid value 900% 901% matches 900% 901% for stretch in @font-face.] + expected: FAIL + + [Valid value ultra-condensed matches ultra-condensed for stretch in @font-face.] + expected: FAIL + + [Valid value ultra-expanded matches ultra-expanded for stretch in @font-face.] + expected: FAIL + + [Valid value normal matches normal for style in @font-face.] + expected: FAIL + + [Valid value italic matches italic for style in @font-face.] + expected: FAIL + + [Valid value oblique matches oblique for style in @font-face.] + expected: FAIL + + [Valid value oblique 10deg matches oblique 10deg for style in @font-face.] + expected: FAIL + + [Valid value oblique 10deg 20deg matches oblique 10deg 20deg for style in @font-face.] + expected: FAIL + + [Value 0 must not be accepted as weight in @font-face.] + expected: FAIL + + [Value 0.9 must not be accepted as weight in @font-face.] + expected: FAIL + + [Value -100 200 must not be accepted as weight in @font-face.] + expected: FAIL + + [Value 100 -200 must not be accepted as weight in @font-face.] + expected: FAIL + + [Value 100 1001 must not be accepted as weight in @font-face.] + expected: FAIL + + [Value 1001 must not be accepted as weight in @font-face.] + expected: FAIL + + [Value 1000.5 must not be accepted as weight in @font-face.] + expected: FAIL + + [Value 100 200 300 must not be accepted as weight in @font-face.] + expected: FAIL + + [Value a must not be accepted as weight in @font-face.] + expected: FAIL + + [Value a b c must not be accepted as weight in @font-face.] + expected: FAIL + + [Value -0.5% must not be accepted as stretch in @font-face.] + expected: FAIL + + [Value -1% must not be accepted as stretch in @font-face.] + expected: FAIL + + [Value 60% 70% 80% must not be accepted as stretch in @font-face.] + expected: FAIL + + [Value a% must not be accepted as stretch in @font-face.] + expected: FAIL + + [Value a b c must not be accepted as stretch in @font-face.] + expected: FAIL + + [Value 0.1 must not be accepted as stretch in @font-face.] + expected: FAIL + + [Value -60% 80% must not be accepted as stretch in @font-face.] + expected: FAIL + + [Value ultra-expannnned must not be accepted as stretch in @font-face.] + expected: FAIL + + [Value 50% 0 must not be accepted as stretch in @font-face.] + expected: FAIL + + [Value oblique 100deg must not be accepted as style in @font-face.] + expected: FAIL + + [Value oblique italic must not be accepted as style in @font-face.] + expected: FAIL + + [Value oblique -91deg must not be accepted as style in @font-face.] + expected: FAIL + + [Value oblique 0 must not be accepted as style in @font-face.] + expected: FAIL + + [Value oblique 10 must not be accepted as style in @font-face.] + expected: FAIL + + [Value iiitalic must not be accepted as style in @font-face.] + expected: FAIL + + [Value 90deg must not be accepted as style in @font-face.] + expected: FAIL + + [Value 11 must not be accepted as style in @font-face.] + expected: FAIL + + [Value italic 90deg must not be accepted as style in @font-face.] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/variations/font-stretch.html.ini b/tests/wpt/meta/css/css-fonts/variations/font-stretch.html.ini new file mode 100644 index 00000000000..8c939b1ea62 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/variations/font-stretch.html.ini @@ -0,0 +1,3 @@ +[font-stretch.html] + [@getComputedStyle: 1e9% - huge legal percentage] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/variations/font-variation-settings-inherit.html.ini b/tests/wpt/meta/css/css-fonts/variations/font-variation-settings-inherit.html.ini new file mode 100644 index 00000000000..4231fb16399 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/variations/font-variation-settings-inherit.html.ini @@ -0,0 +1,9 @@ +[font-variation-settings-inherit.html] + [Test font-variation-settings for duplicates using 'yyyy' 1, 'yyyy' 2] + expected: FAIL + + [Test font-variation-settings for child inheritance] + expected: FAIL + + [Test font-variation-settings for child override] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/variations/variable-box-font.html.ini b/tests/wpt/meta/css/css-fonts/variations/variable-box-font.html.ini new file mode 100644 index 00000000000..0752f997a84 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/variations/variable-box-font.html.ini @@ -0,0 +1,2 @@ +[variable-box-font.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-fonts/variations/variable-gpos-m2b.html.ini b/tests/wpt/meta/css/css-fonts/variations/variable-gpos-m2b.html.ini new file mode 100644 index 00000000000..25b5f4f981c --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/variations/variable-gpos-m2b.html.ini @@ -0,0 +1,2 @@ +[variable-gpos-m2b.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-fonts/variations/variable-gsub.html.ini b/tests/wpt/meta/css/css-fonts/variations/variable-gsub.html.ini new file mode 100644 index 00000000000..fb47910bae1 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/variations/variable-gsub.html.ini @@ -0,0 +1,2 @@ +[variable-gsub.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-fonts/variations/variable-opsz.html.ini b/tests/wpt/meta/css/css-fonts/variations/variable-opsz.html.ini new file mode 100644 index 00000000000..aa9674b79da --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/variations/variable-opsz.html.ini @@ -0,0 +1,2 @@ +[variable-opsz.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-images/animation/image-no-interpolation.html.ini b/tests/wpt/meta/css/css-images/animation/image-no-interpolation.html.ini index 99eaa1f1ad0..adfd2b99dd6 100644 --- a/tests/wpt/meta/css/css-images/animation/image-no-interpolation.html.ini +++ b/tests/wpt/meta/css/css-images/animation/image-no-interpolation.html.ini @@ -112,3 +112,21 @@ [Web Animations: property from [initial\] to [pixelated\] at (1.5) should be [pixelated\]] expected: FAIL + + [CSS Transitions: property from [initial\] to [none\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [none\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [none\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [pixelated\] at (-0.3) should be [pixelated\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [pixelated\] at (0) should be [pixelated\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [pixelated\] at (0.3) should be [pixelated\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/conic-gradient-angle-negative.html.ini b/tests/wpt/meta/css/css-images/conic-gradient-angle-negative.html.ini new file mode 100644 index 00000000000..2d32aca2dd1 --- /dev/null +++ b/tests/wpt/meta/css/css-images/conic-gradient-angle-negative.html.ini @@ -0,0 +1,2 @@ +[conic-gradient-angle-negative.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/conic-gradient-angle.html.ini b/tests/wpt/meta/css/css-images/conic-gradient-angle.html.ini new file mode 100644 index 00000000000..f5905bc26fd --- /dev/null +++ b/tests/wpt/meta/css/css-images/conic-gradient-angle.html.ini @@ -0,0 +1,2 @@ +[conic-gradient-angle.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/conic-gradient-center.html.ini b/tests/wpt/meta/css/css-images/conic-gradient-center.html.ini new file mode 100644 index 00000000000..52c7e1636ef --- /dev/null +++ b/tests/wpt/meta/css/css-images/conic-gradient-center.html.ini @@ -0,0 +1,2 @@ +[conic-gradient-center.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/css-image-fallbacks-and-annotations.html.ini b/tests/wpt/meta/css/css-images/css-image-fallbacks-and-annotations.html.ini new file mode 100644 index 00000000000..c8c76ed9307 --- /dev/null +++ b/tests/wpt/meta/css/css-images/css-image-fallbacks-and-annotations.html.ini @@ -0,0 +1,2 @@ +[css-image-fallbacks-and-annotations.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/css-image-fallbacks-and-annotations002.html.ini b/tests/wpt/meta/css/css-images/css-image-fallbacks-and-annotations002.html.ini new file mode 100644 index 00000000000..a61e17efcb0 --- /dev/null +++ b/tests/wpt/meta/css/css-images/css-image-fallbacks-and-annotations002.html.ini @@ -0,0 +1,2 @@ +[css-image-fallbacks-and-annotations002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/css-image-fallbacks-and-annotations003.html.ini b/tests/wpt/meta/css/css-images/css-image-fallbacks-and-annotations003.html.ini new file mode 100644 index 00000000000..ef9552d1dea --- /dev/null +++ b/tests/wpt/meta/css/css-images/css-image-fallbacks-and-annotations003.html.ini @@ -0,0 +1,2 @@ +[css-image-fallbacks-and-annotations003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/css-image-fallbacks-and-annotations004.html.ini b/tests/wpt/meta/css/css-images/css-image-fallbacks-and-annotations004.html.ini new file mode 100644 index 00000000000..792af0c0111 --- /dev/null +++ b/tests/wpt/meta/css/css-images/css-image-fallbacks-and-annotations004.html.ini @@ -0,0 +1,2 @@ +[css-image-fallbacks-and-annotations004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/css-image-fallbacks-and-annotations005.html.ini b/tests/wpt/meta/css/css-images/css-image-fallbacks-and-annotations005.html.ini new file mode 100644 index 00000000000..087e836383d --- /dev/null +++ b/tests/wpt/meta/css/css-images/css-image-fallbacks-and-annotations005.html.ini @@ -0,0 +1,2 @@ +[css-image-fallbacks-and-annotations005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/gradient/color-stops-parsing.html.ini b/tests/wpt/meta/css/css-images/gradient/color-stops-parsing.html.ini new file mode 100644 index 00000000000..30b1ce8358d --- /dev/null +++ b/tests/wpt/meta/css/css-images/gradient/color-stops-parsing.html.ini @@ -0,0 +1,84 @@ +[color-stops-parsing.html] + [conic-gradient(black, white) [ parsable \]] + expected: FAIL + + [conic-gradient(black 0, white) [ parsable \]] + expected: FAIL + + [conic-gradient(black 0%, white) [ parsable \]] + expected: FAIL + + [conic-gradient(black 0%, white 100%) [ parsable \]] + expected: FAIL + + [conic-gradient(black, green, white) [ parsable \]] + expected: FAIL + + [conic-gradient(black 0%, green 50%, white 100%) [ parsable \]] + expected: FAIL + + [conic-gradient(black 50%, green 10%, white 100%) [ parsable \]] + expected: FAIL + + [conic-gradient(black, 25%, white) [ parsable \]] + expected: FAIL + + [conic-gradient(black 0%, 25%, white 100%) [ parsable \]] + expected: FAIL + + [conic-gradient(black 0%, 15%, green 50%, 60%, white 100%) [ parsable \]] + expected: FAIL + + [conic-gradient(black 0% 50%, white) [ parsable \]] + expected: FAIL + + [conic-gradient(black 0% 50%, white 50% 100%) [ parsable \]] + expected: FAIL + + [conic-gradient(black 0% 50%, green 25% 75%, white 50% 100%) [ parsable \]] + expected: FAIL + + [conic-gradient(black 0% calc(100% / 5), 25%, green 30% 60%, calc(100% * 3 / 4), white calc(100% - 20%) 100%) [ parsable \]] + expected: FAIL + + [repeating-conic-gradient(black, white) [ parsable \]] + expected: FAIL + + [repeating-conic-gradient(black 0, white) [ parsable \]] + expected: FAIL + + [repeating-conic-gradient(black 0%, white) [ parsable \]] + expected: FAIL + + [repeating-conic-gradient(black 0%, white 100%) [ parsable \]] + expected: FAIL + + [repeating-conic-gradient(black, green, white) [ parsable \]] + expected: FAIL + + [repeating-conic-gradient(black 0%, green 50%, white 100%) [ parsable \]] + expected: FAIL + + [repeating-conic-gradient(black 50%, green 10%, white 100%) [ parsable \]] + expected: FAIL + + [repeating-conic-gradient(black, 25%, white) [ parsable \]] + expected: FAIL + + [repeating-conic-gradient(black 0%, 25%, white 100%) [ parsable \]] + expected: FAIL + + [repeating-conic-gradient(black 0%, 15%, green 50%, 60%, white 100%) [ parsable \]] + expected: FAIL + + [repeating-conic-gradient(black 0% 50%, white) [ parsable \]] + expected: FAIL + + [repeating-conic-gradient(black 0% 50%, white 50% 100%) [ parsable \]] + expected: FAIL + + [repeating-conic-gradient(black 0% 50%, green 25% 75%, white 50% 100%) [ parsable \]] + expected: FAIL + + [repeating-conic-gradient(black 0% calc(100% / 5), 25%, green 30% 60%, calc(100% * 3 / 4), white calc(100% - 20%) 100%) [ parsable \]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/gradients-with-border.html.ini b/tests/wpt/meta/css/css-images/gradients-with-border.html.ini deleted file mode 100644 index ec0e27da998..00000000000 --- a/tests/wpt/meta/css/css-images/gradients-with-border.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[gradients-with-border.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/idlharness.html.ini b/tests/wpt/meta/css/css-images/idlharness.html.ini new file mode 100644 index 00000000000..32fa322e8c5 --- /dev/null +++ b/tests/wpt/meta/css/css-images/idlharness.html.ini @@ -0,0 +1,3 @@ +[idlharness.html] + [CSS namespace: attribute elementSources] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-orientation/image-orientation-default.html.ini b/tests/wpt/meta/css/css-images/image-orientation/image-orientation-default.html.ini new file mode 100644 index 00000000000..057dabc0515 --- /dev/null +++ b/tests/wpt/meta/css/css-images/image-orientation/image-orientation-default.html.ini @@ -0,0 +1,2 @@ +[image-orientation-default.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image-composited-dynamic1.html.ini b/tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image-composited-dynamic1.html.ini new file mode 100644 index 00000000000..aa1989bb77c --- /dev/null +++ b/tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image-composited-dynamic1.html.ini @@ -0,0 +1,2 @@ +[image-orientation-from-image-composited-dynamic1.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image-composited.html.ini b/tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image-composited.html.ini new file mode 100644 index 00000000000..8a34587ad95 --- /dev/null +++ b/tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image-composited.html.ini @@ -0,0 +1,2 @@ +[image-orientation-from-image-composited.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image-computed-style.html.ini b/tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image-computed-style.html.ini new file mode 100644 index 00000000000..47ac8517237 --- /dev/null +++ b/tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image-computed-style.html.ini @@ -0,0 +1,3 @@ +[image-orientation-from-image-computed-style.html] + [image-orientation:from-image computed style reports correct values] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image-content-images.html.ini b/tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image-content-images.html.ini new file mode 100644 index 00000000000..35dbe9c5b2c --- /dev/null +++ b/tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image-content-images.html.ini @@ -0,0 +1,2 @@ +[image-orientation-from-image-content-images.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image-dynamic1.html.ini b/tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image-dynamic1.html.ini new file mode 100644 index 00000000000..ce44e995bf5 --- /dev/null +++ b/tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image-dynamic1.html.ini @@ -0,0 +1,2 @@ +[image-orientation-from-image-dynamic1.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image.html.ini b/tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image.html.ini new file mode 100644 index 00000000000..341fd5a2699 --- /dev/null +++ b/tests/wpt/meta/css/css-images/image-orientation/image-orientation-from-image.html.ini @@ -0,0 +1,2 @@ +[image-orientation-from-image.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-orientation/image-orientation-iframe.html.ini b/tests/wpt/meta/css/css-images/image-orientation/image-orientation-iframe.html.ini deleted file mode 100644 index 78157036e5b..00000000000 --- a/tests/wpt/meta/css/css-images/image-orientation/image-orientation-iframe.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[image-orientation-iframe.html] - expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-images/image-orientation/image-orientation-none-computed-style.html.ini b/tests/wpt/meta/css/css-images/image-orientation/image-orientation-none-computed-style.html.ini new file mode 100644 index 00000000000..b03a856d2d2 --- /dev/null +++ b/tests/wpt/meta/css/css-images/image-orientation/image-orientation-none-computed-style.html.ini @@ -0,0 +1,3 @@ +[image-orientation-none-computed-style.html] + [image-orientation:none computed style reports correct values] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-orientation/image-orientation-none-image-document.html.ini b/tests/wpt/meta/css/css-images/image-orientation/image-orientation-none-image-document.html.ini new file mode 100644 index 00000000000..dfbaa35f28c --- /dev/null +++ b/tests/wpt/meta/css/css-images/image-orientation/image-orientation-none-image-document.html.ini @@ -0,0 +1,2 @@ +[image-orientation-none-image-document.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-set/image-set-computed.sub.html.ini b/tests/wpt/meta/css/css-images/image-set/image-set-computed.sub.html.ini index faaf1cc22e8..d4686575262 100644 --- a/tests/wpt/meta/css/css-images/image-set/image-set-computed.sub.html.ini +++ b/tests/wpt/meta/css/css-images/image-set/image-set-computed.sub.html.ini @@ -100,3 +100,9 @@ [Property background-image value '-webkit-image-set(url('http://web-platform.test/example.png') calc(37dpcm + 0.79532dpcm))'] expected: FAIL + + [Property background-image value 'image-set(url('http://web-platform.test/example.png') calc(-1 * 1x))'] + expected: FAIL + + [Property background-image value '-webkit-image-set(url('http://web-platform.test/example.png') calc(-1 * 1x))'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-set/image-set-content-rendering.html.ini b/tests/wpt/meta/css/css-images/image-set/image-set-content-rendering.html.ini new file mode 100644 index 00000000000..f223f933dfa --- /dev/null +++ b/tests/wpt/meta/css/css-images/image-set/image-set-content-rendering.html.ini @@ -0,0 +1,2 @@ +[image-set-content-rendering.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-set/image-set-dpcm-rendering.html.ini b/tests/wpt/meta/css/css-images/image-set/image-set-dpcm-rendering.html.ini new file mode 100644 index 00000000000..d454c16a88c --- /dev/null +++ b/tests/wpt/meta/css/css-images/image-set/image-set-dpcm-rendering.html.ini @@ -0,0 +1,2 @@ +[image-set-dpcm-rendering.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-set/image-set-negative-resolution-rendering-3.html.ini b/tests/wpt/meta/css/css-images/image-set/image-set-negative-resolution-rendering-3.html.ini new file mode 100644 index 00000000000..76678b94be2 --- /dev/null +++ b/tests/wpt/meta/css/css-images/image-set/image-set-negative-resolution-rendering-3.html.ini @@ -0,0 +1,2 @@ +[image-set-negative-resolution-rendering-3.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-set/image-set-parsing.html.ini b/tests/wpt/meta/css/css-images/image-set/image-set-parsing.html.ini index a5e917ae298..ac4e31e06c5 100644 --- a/tests/wpt/meta/css/css-images/image-set/image-set-parsing.html.ini +++ b/tests/wpt/meta/css/css-images/image-set/image-set-parsing.html.ini @@ -118,3 +118,147 @@ [e.style['background-image'\] = "-webkit-image-set(url(foo) 1x, url(bar), url(baz) 2x)" should set the property value] expected: FAIL + + [e.style['content'\] = "image-set(url(\\"example.png\\") 1x)" should set the property value] + expected: FAIL + + [e.style['content'\] = "-webkit-image-set(url(\\"example.png\\") 1x)" should set the property value] + expected: FAIL + + [e.style['content'\] = "image-set(url(\\"example.png\\") 1x, \\"example.png\\" 3x)" should set the property value] + expected: FAIL + + [e.style['content'\] = "-webkit-image-set(url(\\"example.png\\") 1x, \\"example.png\\" 3x)" should set the property value] + expected: FAIL + + [e.style['border-image-source'\] = "image-set(url(\\"example.png\\") 1x)" should set the property value] + expected: FAIL + + [e.style['border-image-source'\] = "-webkit-image-set(url(\\"example.png\\") 1x)" should set the property value] + expected: FAIL + + [e.style['border-image-source'\] = "image-set(url(\\"example.png\\") 1x, \\"example.png\\" 3x)" should set the property value] + expected: FAIL + + [e.style['border-image-source'\] = "-webkit-image-set(url(\\"example.png\\") 1x, \\"example.png\\" 3x)" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "image-set(url(\\"example.png\\") calc(2x * 3))" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") calc(2x * 3))" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "image-set(url(\\"example.png\\") calc(1dppx * 1))" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") calc(1dppx * 1))" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "image-set(url(\\"example.png\\") calc(96dpi * 2))" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") calc(96dpi * 2))" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "image-set(url(\\"example.png\\") calc(1dpcm * 96/2.54))" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") calc(1dpcm * 96/2.54))" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "image-set(url(\\"example.png\\") 1x, url(\\"example.png\\") 2dppx, \\"example.png\\" 250dpi, \\"example.png\\" 1dpcm)" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") 1x, url(\\"example.png\\") 2dppx, \\"example.png\\" 250dpi, \\"example.png\\" 1dpcm)" should set the property value] + expected: FAIL + + [e.style['content'\] = "image-set(url(\\"example.png\\") 1dpi)" should set the property value] + expected: FAIL + + [e.style['content'\] = "-webkit-image-set(url(\\"example.png\\") 1dpi)" should set the property value] + expected: FAIL + + [e.style['content'\] = "image-set(url(\\"example.png\\") calc(1 * 96dpi))" should set the property value] + expected: FAIL + + [e.style['content'\] = "-webkit-image-set(url(\\"example.png\\") calc(1 * 96dpi))" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "image-set(url(\\"example.png\\") 0x)" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") 0x)" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "image-set(url(\\"example.png\\") 0dppx)" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") 0dppx)" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "image-set(url(\\"example.png\\") 0dpi)" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") 0dpi)" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "image-set(url(\\"example.png\\") 0dpcm)" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") 0dpcm)" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "image-set(url(\\"example.png\\") calc(-1 * 1x))" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") calc(-1 * 1x))" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "image-set(url(\\"example.png\\") calc(1x + -1x))" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") calc(1x + -1x))" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "image-set(repeating-linear-gradient(red, blue 25%) 1x)" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(repeating-linear-gradient(red, blue 25%) 1x)" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "image-set(radial-gradient(black, white) 1x)" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(radial-gradient(black, white) 1x)" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "image-set(repeating-radial-gradient(red, blue 25%) 1x)" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(repeating-radial-gradient(red, blue 25%) 1x)" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "image-set(conic-gradient(black, white) 1x)" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(conic-gradient(black, white) 1x)" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "image-set(repeating-conic-gradient(red, blue 25%) 1x)" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(repeating-conic-gradient(red, blue 25%) 1x)" should set the property value] + expected: FAIL + + [e.style['content'\] = "image-set(linear-gradient(black, white) 1x, url(\\"example.png\\") 4x)" should set the property value] + expected: FAIL + + [e.style['content'\] = "-webkit-image-set(linear-gradient(black, white) 1x, url(\\"example.png\\") 4x)" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "image-set(url(example.png) 1x type('image/jpeg'))" should set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(url(example.png) 1x type('image/jpeg'))" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-set/image-set-rendering.html.ini b/tests/wpt/meta/css/css-images/image-set/image-set-rendering.html.ini new file mode 100644 index 00000000000..cac31096a81 --- /dev/null +++ b/tests/wpt/meta/css/css-images/image-set/image-set-rendering.html.ini @@ -0,0 +1,2 @@ +[image-set-rendering.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-set/image-set-repeating-linear-gradient-rendering.html.ini b/tests/wpt/meta/css/css-images/image-set/image-set-repeating-linear-gradient-rendering.html.ini new file mode 100644 index 00000000000..be70642abe0 --- /dev/null +++ b/tests/wpt/meta/css/css-images/image-set/image-set-repeating-linear-gradient-rendering.html.ini @@ -0,0 +1,2 @@ +[image-set-repeating-linear-gradient-rendering.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-set/image-set-repeating-radial-gradient-rendering.html.ini b/tests/wpt/meta/css/css-images/image-set/image-set-repeating-radial-gradient-rendering.html.ini new file mode 100644 index 00000000000..cfb95cb1d12 --- /dev/null +++ b/tests/wpt/meta/css/css-images/image-set/image-set-repeating-radial-gradient-rendering.html.ini @@ -0,0 +1,2 @@ +[image-set-repeating-radial-gradient-rendering.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-set/image-set-type-unsupported-rendering-2.html.ini b/tests/wpt/meta/css/css-images/image-set/image-set-type-unsupported-rendering-2.html.ini new file mode 100644 index 00000000000..b8a6abd059e --- /dev/null +++ b/tests/wpt/meta/css/css-images/image-set/image-set-type-unsupported-rendering-2.html.ini @@ -0,0 +1,2 @@ +[image-set-type-unsupported-rendering-2.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-set/image-set-type-unsupported-rendering.html.ini b/tests/wpt/meta/css/css-images/image-set/image-set-type-unsupported-rendering.html.ini new file mode 100644 index 00000000000..f2b544a7d84 --- /dev/null +++ b/tests/wpt/meta/css/css-images/image-set/image-set-type-unsupported-rendering.html.ini @@ -0,0 +1,2 @@ +[image-set-type-unsupported-rendering.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-set/image-set-zero-resolution-rendering-2.html.ini b/tests/wpt/meta/css/css-images/image-set/image-set-zero-resolution-rendering-2.html.ini new file mode 100644 index 00000000000..778000386d8 --- /dev/null +++ b/tests/wpt/meta/css/css-images/image-set/image-set-zero-resolution-rendering-2.html.ini @@ -0,0 +1,2 @@ +[image-set-zero-resolution-rendering-2.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/image-set/image-set-zero-resolution-rendering.html.ini b/tests/wpt/meta/css/css-images/image-set/image-set-zero-resolution-rendering.html.ini new file mode 100644 index 00000000000..f2243377a7f --- /dev/null +++ b/tests/wpt/meta/css/css-images/image-set/image-set-zero-resolution-rendering.html.ini @@ -0,0 +1,2 @@ +[image-set-zero-resolution-rendering.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/inheritance.html.ini b/tests/wpt/meta/css/css-images/inheritance.html.ini new file mode 100644 index 00000000000..aca59ded4a0 --- /dev/null +++ b/tests/wpt/meta/css/css-images/inheritance.html.ini @@ -0,0 +1,18 @@ +[inheritance.html] + [Property image-orientation has initial value from-image] + expected: FAIL + + [Property image-orientation inherits] + expected: FAIL + + [Property object-fit has initial value fill] + expected: FAIL + + [Property object-fit does not inherit] + expected: FAIL + + [Property object-position has initial value 50% 50%] + expected: FAIL + + [Property object-position does not inherit] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/multiple-position-color-stop-conic.html.ini b/tests/wpt/meta/css/css-images/multiple-position-color-stop-conic.html.ini new file mode 100644 index 00000000000..7897d70c1a1 --- /dev/null +++ b/tests/wpt/meta/css/css-images/multiple-position-color-stop-conic.html.ini @@ -0,0 +1,2 @@ +[multiple-position-color-stop-conic.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/normalization-conic-2.html.ini b/tests/wpt/meta/css/css-images/normalization-conic-2.html.ini new file mode 100644 index 00000000000..712f51069c5 --- /dev/null +++ b/tests/wpt/meta/css/css-images/normalization-conic-2.html.ini @@ -0,0 +1,2 @@ +[normalization-conic-2.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/normalization-conic-degenerate.html.ini b/tests/wpt/meta/css/css-images/normalization-conic-degenerate.html.ini new file mode 100644 index 00000000000..7348a8278d8 --- /dev/null +++ b/tests/wpt/meta/css/css-images/normalization-conic-degenerate.html.ini @@ -0,0 +1,2 @@ +[normalization-conic-degenerate.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/normalization-conic.html.ini b/tests/wpt/meta/css/css-images/normalization-conic.html.ini new file mode 100644 index 00000000000..a5ac414e610 --- /dev/null +++ b/tests/wpt/meta/css/css-images/normalization-conic.html.ini @@ -0,0 +1,2 @@ +[normalization-conic.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-001e.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-001e.html.ini deleted file mode 100644 index d0d6236156d..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-001e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-001e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-001i.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-001i.html.ini deleted file mode 100644 index 5862741e83a..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-001i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-001i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-001o.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-001o.html.ini deleted file mode 100644 index a690e6cde64..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-001o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-001o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-001p.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-001p.html.ini deleted file mode 100644 index 0ee51caf6af..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-001p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-001p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-002e.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-002e.html.ini deleted file mode 100644 index 4a7a645dbef..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-002e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-002e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-002i.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-002i.html.ini deleted file mode 100644 index d998702f3f3..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-002i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-002i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-002o.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-002o.html.ini deleted file mode 100644 index eb3870f7491..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-002o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-002o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-002p.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-002p.html.ini deleted file mode 100644 index bc417b25a43..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-002p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-002p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-003e.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-003e.html.ini deleted file mode 100644 index ff83771b06b..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-003e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-003e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-003i.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-003i.html.ini deleted file mode 100644 index 03b9a23076a..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-003i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-003i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-003o.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-003o.html.ini deleted file mode 100644 index c554b5d0c23..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-003o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-003o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-003p.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-003p.html.ini deleted file mode 100644 index 5f0620f948c..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-003p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-003p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-004e.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-004e.html.ini deleted file mode 100644 index 87ece1a6df6..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-004e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-004e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-004i.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-004i.html.ini deleted file mode 100644 index 0ff23f28a3f..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-004i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-004i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-004o.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-004o.html.ini deleted file mode 100644 index a5d33620fcd..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-004o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-004o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-004p.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-004p.html.ini deleted file mode 100644 index 156c261ae45..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-004p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-004p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-005e.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-005e.html.ini deleted file mode 100644 index 469762cd4bd..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-005e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-005e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-005i.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-005i.html.ini deleted file mode 100644 index fc10141c3d6..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-005i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-005i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-005o.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-005o.html.ini deleted file mode 100644 index cf1eab30277..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-005o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-005o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-005p.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-005p.html.ini deleted file mode 100644 index b10da6e0b65..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-005p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-005p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-006e.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-006e.html.ini deleted file mode 100644 index 1b90f1ca003..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-006e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-006e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-006i.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-006i.html.ini deleted file mode 100644 index a8d87508bcd..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-006i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-006i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-006o.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-006o.html.ini deleted file mode 100644 index 7cec53ee3d7..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-006o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-006o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-contain-svg-006p.html.ini b/tests/wpt/meta/css/css-images/object-fit-contain-svg-006p.html.ini deleted file mode 100644 index c9757383138..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-contain-svg-006p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-contain-svg-006p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-001e.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-001e.html.ini deleted file mode 100644 index 5caa79f7776..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-001e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-001e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-001i.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-001i.html.ini deleted file mode 100644 index 1f8db97dfd6..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-001i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-001i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-001o.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-001o.html.ini deleted file mode 100644 index dc2cad0ff0f..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-001o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-001o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-001p.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-001p.html.ini deleted file mode 100644 index d474bd9eb55..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-001p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-001p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-002e.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-002e.html.ini deleted file mode 100644 index 92d2b6c8e91..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-002e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-002e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-002i.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-002i.html.ini deleted file mode 100644 index c3fcdb6a7e2..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-002i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-002i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-002o.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-002o.html.ini deleted file mode 100644 index f15655c8e4d..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-002o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-002o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-002p.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-002p.html.ini deleted file mode 100644 index 9bc5eded468..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-002p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-002p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-003e.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-003e.html.ini deleted file mode 100644 index ea55ec910dc..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-003e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-003e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-003i.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-003i.html.ini deleted file mode 100644 index dab66be0853..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-003i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-003i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-003o.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-003o.html.ini deleted file mode 100644 index 26517aeb47f..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-003o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-003o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-003p.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-003p.html.ini deleted file mode 100644 index c7cd6e4e5f0..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-003p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-003p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-004e.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-004e.html.ini deleted file mode 100644 index be6e912994a..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-004e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-004e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-004i.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-004i.html.ini deleted file mode 100644 index a646133aa3c..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-004i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-004i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-004o.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-004o.html.ini deleted file mode 100644 index eab6240b4a9..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-004o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-004o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-004p.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-004p.html.ini deleted file mode 100644 index 5c51c38c642..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-004p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-004p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-005e.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-005e.html.ini deleted file mode 100644 index 38d9f0e7801..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-005e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-005e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-005i.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-005i.html.ini deleted file mode 100644 index e3a7e10e6d6..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-005i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-005i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-005o.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-005o.html.ini deleted file mode 100644 index 5d7fc611956..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-005o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-005o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-005p.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-005p.html.ini deleted file mode 100644 index 64b1c31a7f4..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-005p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-005p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-006e.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-006e.html.ini deleted file mode 100644 index 6ef90150883..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-006e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-006e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-006i.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-006i.html.ini deleted file mode 100644 index fa964eba85c..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-006i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-006i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-006o.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-006o.html.ini deleted file mode 100644 index e6181faca8f..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-006o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-006o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-cover-svg-006p.html.ini b/tests/wpt/meta/css/css-images/object-fit-cover-svg-006p.html.ini deleted file mode 100644 index 5f671292cbe..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-cover-svg-006p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-cover-svg-006p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-001e.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-001e.html.ini deleted file mode 100644 index 053bd26534c..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-001e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-001e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-001i.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-001i.html.ini deleted file mode 100644 index 9eb35788714..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-001i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-001i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-001o.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-001o.html.ini deleted file mode 100644 index ab3cb1bf04e..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-001o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-001o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-001p.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-001p.html.ini deleted file mode 100644 index 9c273c31e33..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-001p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-001p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-002e.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-002e.html.ini deleted file mode 100644 index 9188006ec46..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-002e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-002e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-002i.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-002i.html.ini deleted file mode 100644 index ada9f48d639..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-002i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-002i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-002o.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-002o.html.ini deleted file mode 100644 index 96a2e9c58ae..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-002o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-002o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-002p.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-002p.html.ini deleted file mode 100644 index a03eae517c0..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-002p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-002p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-003e.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-003e.html.ini deleted file mode 100644 index a60574dff0a..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-003e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-003e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-003i.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-003i.html.ini deleted file mode 100644 index 3adf51ad124..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-003i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-003i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-003o.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-003o.html.ini deleted file mode 100644 index 3edf5883e39..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-003o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-003o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-003p.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-003p.html.ini deleted file mode 100644 index cb28238f343..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-003p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-003p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-004e.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-004e.html.ini deleted file mode 100644 index 09e25a6cc67..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-004e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-004e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-004i.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-004i.html.ini deleted file mode 100644 index 1024993dff2..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-004i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-004i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-004o.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-004o.html.ini deleted file mode 100644 index f14245fb326..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-004o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-004o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-004p.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-004p.html.ini deleted file mode 100644 index 8282df076d4..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-004p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-004p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-005e.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-005e.html.ini deleted file mode 100644 index 603d09202bd..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-005e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-005e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-005i.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-005i.html.ini deleted file mode 100644 index 042f318edf3..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-005i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-005i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-005o.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-005o.html.ini deleted file mode 100644 index 37f7f67683c..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-005o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-005o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-005p.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-005p.html.ini deleted file mode 100644 index e792f03ec28..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-005p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-005p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-006e.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-006e.html.ini deleted file mode 100644 index 28a7ec9e4df..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-006e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-006e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-006i.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-006i.html.ini deleted file mode 100644 index 64156f5833d..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-006i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-006i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-006o.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-006o.html.ini deleted file mode 100644 index 4215550bdf7..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-006o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-006o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-fill-svg-006p.html.ini b/tests/wpt/meta/css/css-images/object-fit-fill-svg-006p.html.ini deleted file mode 100644 index b18aebae7bb..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-fill-svg-006p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-fill-svg-006p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-001e.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-001e.html.ini deleted file mode 100644 index b23292a0ec3..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-001e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-001e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-001i.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-001i.html.ini deleted file mode 100644 index f8457c8ae32..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-001i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-001i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-001o.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-001o.html.ini deleted file mode 100644 index efd7b395751..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-001o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-001o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-001p.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-001p.html.ini deleted file mode 100644 index ed2cdf77c3d..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-001p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-001p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-002e.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-002e.html.ini deleted file mode 100644 index 13473c89922..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-002e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-002e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-002i.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-002i.html.ini deleted file mode 100644 index a7d28435545..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-002i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-002i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-002o.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-002o.html.ini deleted file mode 100644 index a129e5b18ff..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-002o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-002o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-002p.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-002p.html.ini deleted file mode 100644 index d8c32e0b51d..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-002p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-002p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-003e.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-003e.html.ini deleted file mode 100644 index df687ff2651..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-003e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-003e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-003i.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-003i.html.ini deleted file mode 100644 index 89ad71d359b..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-003i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-003i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-003o.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-003o.html.ini deleted file mode 100644 index 356f7eb2a69..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-003o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-003o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-003p.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-003p.html.ini deleted file mode 100644 index 87ed291226a..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-003p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-003p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-004e.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-004e.html.ini deleted file mode 100644 index 60845d9af3d..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-004e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-004e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-004i.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-004i.html.ini deleted file mode 100644 index 94b6e5ddd9d..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-004i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-004i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-004o.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-004o.html.ini deleted file mode 100644 index 47ce25e48a8..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-004o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-004o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-004p.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-004p.html.ini deleted file mode 100644 index 4dd87df57e8..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-004p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-004p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-005e.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-005e.html.ini deleted file mode 100644 index 51f78ff704a..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-005e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-005e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-005i.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-005i.html.ini deleted file mode 100644 index 49d591ec258..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-005i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-005i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-005o.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-005o.html.ini deleted file mode 100644 index 006bcc59cc7..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-005o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-005o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-005p.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-005p.html.ini deleted file mode 100644 index 09e222cef5d..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-005p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-005p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-006e.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-006e.html.ini deleted file mode 100644 index c0c12c24af1..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-006e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-006e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-006i.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-006i.html.ini deleted file mode 100644 index b9035832908..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-006i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-006i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-006o.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-006o.html.ini deleted file mode 100644 index 67a0cd9cece..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-006o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-006o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-none-svg-006p.html.ini b/tests/wpt/meta/css/css-images/object-fit-none-svg-006p.html.ini deleted file mode 100644 index 14740d50837..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-none-svg-006p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-none-svg-006p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-001e.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-001e.html.ini deleted file mode 100644 index 2b024c447dd..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-001e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-001e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-001i.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-001i.html.ini deleted file mode 100644 index 9c410180533..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-001i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-001i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-001o.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-001o.html.ini deleted file mode 100644 index dd57ef4c5d1..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-001o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-001o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-001p.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-001p.html.ini deleted file mode 100644 index b010771ea44..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-001p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-001p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-002e.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-002e.html.ini deleted file mode 100644 index 002a7839ac4..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-002e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-002e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-002i.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-002i.html.ini deleted file mode 100644 index 97b6aaa6169..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-002i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-002i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-002o.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-002o.html.ini deleted file mode 100644 index 8eef45d59e8..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-002o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-002o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-002p.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-002p.html.ini deleted file mode 100644 index 4a9a46ba7c0..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-002p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-002p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-003e.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-003e.html.ini deleted file mode 100644 index 75fad64f053..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-003e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-003e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-003i.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-003i.html.ini deleted file mode 100644 index 78946aa6c98..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-003i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-003i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-003o.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-003o.html.ini deleted file mode 100644 index da83b18b54a..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-003o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-003o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-003p.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-003p.html.ini deleted file mode 100644 index 3558f371591..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-003p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-003p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-004e.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-004e.html.ini deleted file mode 100644 index aa2eb09fca9..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-004e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-004e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-004i.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-004i.html.ini deleted file mode 100644 index 8b1a21b16ea..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-004i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-004i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-004o.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-004o.html.ini deleted file mode 100644 index 8be1fe66560..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-004o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-004o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-004p.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-004p.html.ini deleted file mode 100644 index efd8dbeb94b..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-004p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-004p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-005e.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-005e.html.ini deleted file mode 100644 index 03c1eeb32eb..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-005e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-005e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-005i.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-005i.html.ini deleted file mode 100644 index 0a6012c5e94..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-005i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-005i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-005o.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-005o.html.ini deleted file mode 100644 index 81ca9c0a8c2..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-005o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-005o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-005p.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-005p.html.ini deleted file mode 100644 index baf102e65ab..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-005p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-005p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-006e.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-006e.html.ini deleted file mode 100644 index 515ce5ab41f..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-006e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-006e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-006i.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-006i.html.ini deleted file mode 100644 index 3af3c7766e4..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-006i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-006i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-006o.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-006o.html.ini deleted file mode 100644 index 8e1c71567b0..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-006o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-006o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-006p.html.ini b/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-006p.html.ini deleted file mode 100644 index 2cbacc82673..00000000000 --- a/tests/wpt/meta/css/css-images/object-fit-scale-down-svg-006p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-fit-scale-down-svg-006p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-position-svg-001e.html.ini b/tests/wpt/meta/css/css-images/object-position-svg-001e.html.ini deleted file mode 100644 index 69712626d0f..00000000000 --- a/tests/wpt/meta/css/css-images/object-position-svg-001e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-position-svg-001e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-position-svg-001i.html.ini b/tests/wpt/meta/css/css-images/object-position-svg-001i.html.ini deleted file mode 100644 index a5f2521a887..00000000000 --- a/tests/wpt/meta/css/css-images/object-position-svg-001i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-position-svg-001i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-position-svg-001o.html.ini b/tests/wpt/meta/css/css-images/object-position-svg-001o.html.ini deleted file mode 100644 index 135a02d147e..00000000000 --- a/tests/wpt/meta/css/css-images/object-position-svg-001o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-position-svg-001o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-position-svg-001p.html.ini b/tests/wpt/meta/css/css-images/object-position-svg-001p.html.ini deleted file mode 100644 index 60fe5ffe456..00000000000 --- a/tests/wpt/meta/css/css-images/object-position-svg-001p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-position-svg-001p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-position-svg-002e.html.ini b/tests/wpt/meta/css/css-images/object-position-svg-002e.html.ini deleted file mode 100644 index 08bee8e967e..00000000000 --- a/tests/wpt/meta/css/css-images/object-position-svg-002e.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-position-svg-002e.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-position-svg-002i.html.ini b/tests/wpt/meta/css/css-images/object-position-svg-002i.html.ini deleted file mode 100644 index db121f5f37e..00000000000 --- a/tests/wpt/meta/css/css-images/object-position-svg-002i.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-position-svg-002i.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-position-svg-002o.html.ini b/tests/wpt/meta/css/css-images/object-position-svg-002o.html.ini deleted file mode 100644 index 3b5db70a574..00000000000 --- a/tests/wpt/meta/css/css-images/object-position-svg-002o.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-position-svg-002o.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-position-svg-002p.html.ini b/tests/wpt/meta/css/css-images/object-position-svg-002p.html.ini deleted file mode 100644 index 99ff18c7bcb..00000000000 --- a/tests/wpt/meta/css/css-images/object-position-svg-002p.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[object-position-svg-002p.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-view-box-fit-contain-video.html.ini b/tests/wpt/meta/css/css-images/object-view-box-fit-contain-video.html.ini new file mode 100644 index 00000000000..7431e6e5ae9 --- /dev/null +++ b/tests/wpt/meta/css/css-images/object-view-box-fit-contain-video.html.ini @@ -0,0 +1,2 @@ +[object-view-box-fit-contain-video.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/object-view-box-fit-none-video.html.ini b/tests/wpt/meta/css/css-images/object-view-box-fit-none-video.html.ini new file mode 100644 index 00000000000..8dedb9addee --- /dev/null +++ b/tests/wpt/meta/css/css-images/object-view-box-fit-none-video.html.ini @@ -0,0 +1,2 @@ +[object-view-box-fit-none-video.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/out-of-range-color-stop-conic.html.ini b/tests/wpt/meta/css/css-images/out-of-range-color-stop-conic.html.ini new file mode 100644 index 00000000000..fa1a353540c --- /dev/null +++ b/tests/wpt/meta/css/css-images/out-of-range-color-stop-conic.html.ini @@ -0,0 +1,2 @@ +[out-of-range-color-stop-conic.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/parsing/image-orientation-computed.html.ini b/tests/wpt/meta/css/css-images/parsing/image-orientation-computed.html.ini new file mode 100644 index 00000000000..0c3d88524c3 --- /dev/null +++ b/tests/wpt/meta/css/css-images/parsing/image-orientation-computed.html.ini @@ -0,0 +1,6 @@ +[image-orientation-computed.html] + [Property image-orientation value 'from-image'] + expected: FAIL + + [Property image-orientation value 'none'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/parsing/image-orientation-valid.html.ini b/tests/wpt/meta/css/css-images/parsing/image-orientation-valid.html.ini new file mode 100644 index 00000000000..e30f1a0f10b --- /dev/null +++ b/tests/wpt/meta/css/css-images/parsing/image-orientation-valid.html.ini @@ -0,0 +1,6 @@ +[image-orientation-valid.html] + [e.style['image-orientation'\] = "from-image" should set the property value] + expected: FAIL + + [e.style['image-orientation'\] = "none" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/parsing/image-rendering-computed.html.ini b/tests/wpt/meta/css/css-images/parsing/image-rendering-computed.html.ini new file mode 100644 index 00000000000..7bb25d87320 --- /dev/null +++ b/tests/wpt/meta/css/css-images/parsing/image-rendering-computed.html.ini @@ -0,0 +1,6 @@ +[image-rendering-computed.html] + [Property image-rendering value 'smooth'] + expected: FAIL + + [Property image-rendering value 'high-quality'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/parsing/image-rendering-valid.html.ini b/tests/wpt/meta/css/css-images/parsing/image-rendering-valid.html.ini new file mode 100644 index 00000000000..8b248f74e6d --- /dev/null +++ b/tests/wpt/meta/css/css-images/parsing/image-rendering-valid.html.ini @@ -0,0 +1,6 @@ +[image-rendering-valid.html] + [e.style['image-rendering'\] = "smooth" should set the property value] + expected: FAIL + + [e.style['image-rendering'\] = "high-quality" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/parsing/image-resolution-valid.html.ini b/tests/wpt/meta/css/css-images/parsing/image-resolution-valid.html.ini new file mode 100644 index 00000000000..cbf6a89a0c1 --- /dev/null +++ b/tests/wpt/meta/css/css-images/parsing/image-resolution-valid.html.ini @@ -0,0 +1,36 @@ +[image-resolution-valid.html] + [e.style['image-resolution'\] = "1dpi" should set the property value] + expected: FAIL + + [e.style['image-resolution'\] = "2dpcm from-image" should set the property value] + expected: FAIL + + [e.style['image-resolution'\] = "3dppx from-image snap" should set the property value] + expected: FAIL + + [e.style['image-resolution'\] = "4dpi snap" should set the property value] + expected: FAIL + + [e.style['image-resolution'\] = "from-image" should set the property value] + expected: FAIL + + [e.style['image-resolution'\] = "from-image 5dpcm" should set the property value] + expected: FAIL + + [e.style['image-resolution'\] = "from-image 6dppx snap" should set the property value] + expected: FAIL + + [e.style['image-resolution'\] = "from-image snap" should set the property value] + expected: FAIL + + [e.style['image-resolution'\] = "snap 7.5dpi" should set the property value] + expected: FAIL + + [e.style['image-resolution'\] = "snap -8dpcm from-image" should set the property value] + expected: FAIL + + [e.style['image-resolution'\] = "snap from-image" should set the property value] + expected: FAIL + + [e.style['image-resolution'\] = "snap from-image 0dppx" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/parsing/object-fit-computed.html.ini b/tests/wpt/meta/css/css-images/parsing/object-fit-computed.html.ini new file mode 100644 index 00000000000..d07c96d20c7 --- /dev/null +++ b/tests/wpt/meta/css/css-images/parsing/object-fit-computed.html.ini @@ -0,0 +1,18 @@ +[object-fit-computed.html] + [Property object-fit value 'contain'] + expected: FAIL + + [Property object-fit value 'cover'] + expected: FAIL + + [Property object-fit value 'cover scale-down'] + expected: FAIL + + [Property object-fit value 'fill'] + expected: FAIL + + [Property object-fit value 'none'] + expected: FAIL + + [Property object-fit value 'scale-down'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/parsing/object-fit-valid.html.ini b/tests/wpt/meta/css/css-images/parsing/object-fit-valid.html.ini new file mode 100644 index 00000000000..fa32a22305d --- /dev/null +++ b/tests/wpt/meta/css/css-images/parsing/object-fit-valid.html.ini @@ -0,0 +1,27 @@ +[object-fit-valid.html] + [e.style['object-fit'\] = "contain" should set the property value] + expected: FAIL + + [e.style['object-fit'\] = "contain scale-down" should set the property value] + expected: FAIL + + [e.style['object-fit'\] = "cover" should set the property value] + expected: FAIL + + [e.style['object-fit'\] = "cover scale-down" should set the property value] + expected: FAIL + + [e.style['object-fit'\] = "fill" should set the property value] + expected: FAIL + + [e.style['object-fit'\] = "none" should set the property value] + expected: FAIL + + [e.style['object-fit'\] = "scale-down" should set the property value] + expected: FAIL + + [e.style['object-fit'\] = "scale-down contain" should set the property value] + expected: FAIL + + [e.style['object-fit'\] = "scale-down cover" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/parsing/object-position-computed.html.ini b/tests/wpt/meta/css/css-images/parsing/object-position-computed.html.ini new file mode 100644 index 00000000000..30953f7185e --- /dev/null +++ b/tests/wpt/meta/css/css-images/parsing/object-position-computed.html.ini @@ -0,0 +1,48 @@ +[object-position-computed.html] + [Property object-position value '10% center'] + expected: FAIL + + [Property object-position value 'right 30% top 60px'] + expected: FAIL + + [Property object-position value '-20% -30px'] + expected: FAIL + + [Property object-position value '30px center'] + expected: FAIL + + [Property object-position value '40px top'] + expected: FAIL + + [Property object-position value 'right 20% bottom 10%'] + expected: FAIL + + [Property object-position value 'right bottom'] + expected: FAIL + + [Property object-position value 'center 50px'] + expected: FAIL + + [Property object-position value 'center bottom'] + expected: FAIL + + [Property object-position value 'left center'] + expected: FAIL + + [Property object-position value 'left bottom'] + expected: FAIL + + [Property object-position value 'right 40%'] + expected: FAIL + + [Property object-position value 'center top'] + expected: FAIL + + [Property object-position value 'center'] + expected: FAIL + + [Property object-position value 'center center'] + expected: FAIL + + [Property object-position value 'right 20px bottom 10px'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-images/parsing/object-position-valid.html.ini b/tests/wpt/meta/css/css-images/parsing/object-position-valid.html.ini new file mode 100644 index 00000000000..990baf19260 --- /dev/null +++ b/tests/wpt/meta/css/css-images/parsing/object-position-valid.html.ini @@ -0,0 +1,54 @@ +[object-position-valid.html] + [e.style['object-position'\] = "10%" should set the property value] + expected: FAIL + + [e.style['object-position'\] = "right 30% top 60px" should set the property value] + expected: FAIL + + [e.style['object-position'\] = "-20% -30px" should set the property value] + expected: FAIL + + [e.style['object-position'\] = "30px center" should set the property value] + expected: FAIL + + [e.style['object-position'\] = "40px top" should set the property value] + expected: FAIL + + [e.style['object-position'\] = "bottom 10% right 20%" should set the property value] + expected: FAIL + + [e.style['object-position'\] = "bottom right" should set the property value] + expected: FAIL + + [e.style['object-position'\] = "center 50px" should set the property value] + expected: FAIL + + [e.style['object-position'\] = "center bottom" should set the property value] + expected: FAIL + + [e.style['object-position'\] = "center left" should set the property value] + expected: FAIL + + [e.style['object-position'\] = "left" should set the property value] + expected: FAIL + + [e.style['object-position'\] = "left bottom" should set the property value] + expected: FAIL + + [e.style['object-position'\] = "left center" should set the property value] + expected: FAIL + + [e.style['object-position'\] = "right 40%" should set the property value] + expected: FAIL + + [e.style['object-position'\] = "top" should set the property value] + expected: FAIL + + [e.style['object-position'\] = "top center" should set the property value] + expected: FAIL + + [e.style['object-position'\] = "center" should set the property value] + expected: FAIL + + [e.style['object-position'\] = "center center" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/background-image-tiled.https.html.ini b/tests/wpt/meta/css/css-paint-api/background-image-tiled.https.html.ini new file mode 100644 index 00000000000..af33c20c150 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/background-image-tiled.https.html.ini @@ -0,0 +1,2 @@ +[background-image-tiled.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/custom-property-animation-on-main-thread.https.html.ini b/tests/wpt/meta/css/css-paint-api/custom-property-animation-on-main-thread.https.html.ini new file mode 100644 index 00000000000..2460e466ee2 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/custom-property-animation-on-main-thread.https.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-on-main-thread.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/geometry-with-float-size.https.html.ini b/tests/wpt/meta/css/css-paint-api/geometry-with-float-size.https.html.ini new file mode 100644 index 00000000000..c3573dab4f4 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/geometry-with-float-size.https.html.ini @@ -0,0 +1,2 @@ +[geometry-with-float-size.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/hidpi/canvas-transform.https.html.ini b/tests/wpt/meta/css/css-paint-api/hidpi/canvas-transform.https.html.ini new file mode 100644 index 00000000000..3950118e711 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/hidpi/canvas-transform.https.html.ini @@ -0,0 +1,2 @@ +[canvas-transform.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/hidpi/device-pixel-ratio.https.html.ini b/tests/wpt/meta/css/css-paint-api/hidpi/device-pixel-ratio.https.html.ini new file mode 100644 index 00000000000..672c707a870 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/hidpi/device-pixel-ratio.https.html.ini @@ -0,0 +1,2 @@ +[device-pixel-ratio.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/idlharness.html.ini b/tests/wpt/meta/css/css-paint-api/idlharness.html.ini new file mode 100644 index 00000000000..9345dfd25f6 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/idlharness.html.ini @@ -0,0 +1,3 @@ +[idlharness.html] + [CSS namespace: attribute paintWorklet] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/paint2d-paths.https.html.ini b/tests/wpt/meta/css/css-paint-api/paint2d-paths.https.html.ini new file mode 100644 index 00000000000..3c8591feea9 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/paint2d-paths.https.html.ini @@ -0,0 +1,2 @@ +[paint2d-paths.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/parse-input-arguments-018.https.html.ini b/tests/wpt/meta/css/css-paint-api/parse-input-arguments-018.https.html.ini new file mode 100644 index 00000000000..41da3a15fb7 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/parse-input-arguments-018.https.html.ini @@ -0,0 +1,2 @@ +[parse-input-arguments-018.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/parsing/paint-function-valid.https.html.ini b/tests/wpt/meta/css/css-paint-api/parsing/paint-function-valid.https.html.ini index 948365ee46a..00ee75836ca 100644 --- a/tests/wpt/meta/css/css-paint-api/parsing/paint-function-valid.https.html.ini +++ b/tests/wpt/meta/css/css-paint-api/parsing/paint-function-valid.https.html.ini @@ -1,4 +1,5 @@ [paint-function-valid.https.html] + expected: ERROR [e.style['background-image'\] = "paint(mypaint)" should set the property value] expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-001.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-001.https.html.ini new file mode 100644 index 00000000000..0473c83a01c --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-001.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-interpolation-001.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-002.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-002.https.html.ini new file mode 100644 index 00000000000..beaca3b60c1 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-002.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-interpolation-002.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-003.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-003.https.html.ini index 8f746abc3b2..06bbdb6798f 100644 --- a/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-003.https.html.ini +++ b/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-003.https.html.ini @@ -1,2 +1,2 @@ [registered-property-interpolation-003.https.html] - expected: TIMEOUT + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-004.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-004.https.html.ini new file mode 100644 index 00000000000..2cc1bb59edf --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-004.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-interpolation-004.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-005.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-005.https.html.ini new file mode 100644 index 00000000000..5a469573789 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-005.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-interpolation-005.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-006.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-006.https.html.ini new file mode 100644 index 00000000000..7a9adf66db4 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-006.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-interpolation-006.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-007.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-007.https.html.ini new file mode 100644 index 00000000000..72bab7604ca --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-007.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-interpolation-007.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-008.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-008.https.html.ini new file mode 100644 index 00000000000..efd6afe90d3 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-008.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-interpolation-008.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-009.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-009.https.html.ini new file mode 100644 index 00000000000..1208604290d --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-009.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-interpolation-009.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-010.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-010.https.html.ini new file mode 100644 index 00000000000..5661b5726a0 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-interpolation-010.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-interpolation-010.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-invalidation-001.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-invalidation-001.https.html.ini new file mode 100644 index 00000000000..28e3a2598b3 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-invalidation-001.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-invalidation-001.https.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-invalidation-002.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-invalidation-002.https.html.ini new file mode 100644 index 00000000000..7640246ac79 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-invalidation-002.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-invalidation-002.https.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-stylemap.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-stylemap.https.html.ini new file mode 100644 index 00000000000..ef9b919f303 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-stylemap.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-stylemap.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-value-001.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-value-001.https.html.ini new file mode 100644 index 00000000000..f6cbcfb5e05 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-value-001.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-value-001.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-value-002.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-value-002.https.html.ini new file mode 100644 index 00000000000..89066043049 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-value-002.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-value-002.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-value-003.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-value-003.https.html.ini new file mode 100644 index 00000000000..b891bb4ef73 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-value-003.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-value-003.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-value-004.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-value-004.https.html.ini new file mode 100644 index 00000000000..93cbe529b33 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-value-004.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-value-004.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-value-005.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-value-005.https.html.ini new file mode 100644 index 00000000000..013ed614a7c --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-value-005.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-value-005.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-value-006.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-value-006.https.html.ini new file mode 100644 index 00000000000..d236979f97c --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-value-006.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-value-006.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-value-007.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-value-007.https.html.ini new file mode 100644 index 00000000000..d62e0dd54fd --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-value-007.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-value-007.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-value-008.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-value-008.https.html.ini new file mode 100644 index 00000000000..466947d9d5e --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-value-008.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-value-008.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-value-009.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-value-009.https.html.ini new file mode 100644 index 00000000000..99b353e4f76 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-value-009.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-value-009.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-value-010.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-value-010.https.html.ini new file mode 100644 index 00000000000..2d863234b25 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-value-010.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-value-010.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-value-011.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-value-011.https.html.ini new file mode 100644 index 00000000000..db7324461ad --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-value-011.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-value-011.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-value-012.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-value-012.https.html.ini new file mode 100644 index 00000000000..235ff2347f3 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-value-012.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-value-012.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-value-013.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-value-013.https.html.ini new file mode 100644 index 00000000000..fc0700afe81 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-value-013.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-value-013.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-value-014.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-value-014.https.html.ini new file mode 100644 index 00000000000..27eccb7619b --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-value-014.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-value-014.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-value-015.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-value-015.https.html.ini new file mode 100644 index 00000000000..a2311cd8e2d --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-value-015.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-value-015.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-value-016.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-value-016.https.html.ini new file mode 100644 index 00000000000..804a4bda636 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-value-016.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-value-016.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-value-017.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-value-017.https.html.ini new file mode 100644 index 00000000000..21603c2f12a --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-value-017.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-value-017.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/registered-property-value-018.https.html.ini b/tests/wpt/meta/css/css-paint-api/registered-property-value-018.https.html.ini new file mode 100644 index 00000000000..239fa1c8c51 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/registered-property-value-018.https.html.ini @@ -0,0 +1,2 @@ +[registered-property-value-018.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/style-background-image.https.html.ini b/tests/wpt/meta/css/css-paint-api/style-background-image.https.html.ini new file mode 100644 index 00000000000..9e310a04a7a --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/style-background-image.https.html.ini @@ -0,0 +1,2 @@ +[style-background-image.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/style-before-pseudo.https.html.ini b/tests/wpt/meta/css/css-paint-api/style-before-pseudo.https.html.ini new file mode 100644 index 00000000000..d60cd52f178 --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/style-before-pseudo.https.html.ini @@ -0,0 +1,2 @@ +[style-before-pseudo.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/style-first-letter-pseudo.https.html.ini b/tests/wpt/meta/css/css-paint-api/style-first-letter-pseudo.https.html.ini new file mode 100644 index 00000000000..f900f6a20ed --- /dev/null +++ b/tests/wpt/meta/css/css-paint-api/style-first-letter-pseudo.https.html.ini @@ -0,0 +1,2 @@ +[style-first-letter-pseudo.https.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/top-level-await.https.html.ini b/tests/wpt/meta/css/css-paint-api/top-level-await.https.html.ini index 92d137159e7..bf3c7644a30 100644 --- a/tests/wpt/meta/css/css-paint-api/top-level-await.https.html.ini +++ b/tests/wpt/meta/css/css-paint-api/top-level-await.https.html.ini @@ -1,2 +1,2 @@ [top-level-await.https.html] - expected: TIMEOUT + expected: FAIL diff --git a/tests/wpt/meta/css/css-paint-api/valid-image-after-load.https.html.ini b/tests/wpt/meta/css/css-paint-api/valid-image-after-load.https.html.ini index dcd6093df84..3086adc9bf5 100644 --- a/tests/wpt/meta/css/css-paint-api/valid-image-after-load.https.html.ini +++ b/tests/wpt/meta/css/css-paint-api/valid-image-after-load.https.html.ini @@ -1,2 +1,2 @@ [valid-image-after-load.https.html] - expected: FAIL + expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-paint-api/valid-image-before-load.https.html.ini b/tests/wpt/meta/css/css-paint-api/valid-image-before-load.https.html.ini index 1b5ca95a528..d86601a226d 100644 --- a/tests/wpt/meta/css/css-paint-api/valid-image-before-load.https.html.ini +++ b/tests/wpt/meta/css/css-paint-api/valid-image-before-load.https.html.ini @@ -1,2 +1,2 @@ [valid-image-before-load.https.html] - expected: FAIL + expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-text/animations/hyphen-no-interpolation.html.ini b/tests/wpt/meta/css/css-text/animations/hyphen-no-interpolation.html.ini index 8002dbb452e..53fa0ef7805 100644 --- a/tests/wpt/meta/css/css-text/animations/hyphen-no-interpolation.html.ini +++ b/tests/wpt/meta/css/css-text/animations/hyphen-no-interpolation.html.ini @@ -250,3 +250,30 @@ [Web Animations: property from [initial\] to [auto\] at (1.5) should be [auto\]] expected: FAIL + + [CSS Transitions: property from [initial\] to ["e"\] at (-0.3) should be ["e"\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to ["e"\] at (0) should be ["e"\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to ["e"\] at (0.3) should be ["e"\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [10\] at (-0.3) should be [10\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [10\] at (0) should be [10\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [10\] at (0.3) should be [10\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [auto\] at (-0.3) should be [auto\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [auto\] at (0) should be [auto\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [auto\] at (0.3) should be [auto\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/animations/letter-spacing-composition.html.ini b/tests/wpt/meta/css/css-text/animations/letter-spacing-composition.html.ini new file mode 100644 index 00000000000..a41b8940d55 --- /dev/null +++ b/tests/wpt/meta/css/css-text/animations/letter-spacing-composition.html.ini @@ -0,0 +1,45 @@ +[letter-spacing-composition.html] + [Compositing: property underlying [50px\] from add [100px\] to add [200px\] at (-0.3) should be [120px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to add [200px\] at (0) should be [150px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to add [200px\] at (0.5) should be [200px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to add [200px\] at (1) should be [250px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to add [200px\] at (1.5) should be [300px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [10px\] to add [2px\] at (-0.5) should be [114px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [10px\] to add [2px\] at (0) should be [110px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [10px\] to add [2px\] at (0.5) should be [106px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [10px\] to add [2px\] at (1) should be [102px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [10px\] to add [2px\] at (1.5) should be [98px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to replace [200px\] at (-0.3) should be [135px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to replace [200px\] at (0) should be [150px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to replace [200px\] at (0.5) should be [175px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to replace [200px\] at (1) should be [200px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to replace [200px\] at (1.5) should be [225px\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/animations/letter-spacing-interpolation.html.ini b/tests/wpt/meta/css/css-text/animations/letter-spacing-interpolation.html.ini new file mode 100644 index 00000000000..dd7fd6c7c88 --- /dev/null +++ b/tests/wpt/meta/css/css-text/animations/letter-spacing-interpolation.html.ini @@ -0,0 +1,108 @@ +[letter-spacing-interpolation.html] + [Web Animations: property from neutral to [20px\] at (-0.3) should be [33px\]] + expected: FAIL + + [Web Animations: property from neutral to [20px\] at (0) should be [30px\]] + expected: FAIL + + [Web Animations: property from neutral to [20px\] at (0.3) should be [27px\]] + expected: FAIL + + [Web Animations: property from neutral to [20px\] at (0.6) should be [24px\]] + expected: FAIL + + [Web Animations: property from neutral to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from neutral to [20px\] at (1.5) should be [15px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (-0.3) should be [-6px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (0) should be [normal\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (0.3) should be [6px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (0.6) should be [12px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (1.5) should be [30px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (-0.3) should be [-3.4px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (0) should be [2px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (0.3) should be [7.4px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (0.6) should be [12.8px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (1.5) should be [29px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (-0.3) should be [-3.4px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (0) should be [2px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (0.3) should be [7.4px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (0.6) should be [12.8px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (1.5) should be [29px\]] + expected: FAIL + + [Web Animations: property from [-10px\] to [10px\] at (-0.3) should be [-16px\]] + expected: FAIL + + [Web Animations: property from [-10px\] to [10px\] at (0) should be [-10px\]] + expected: FAIL + + [Web Animations: property from [-10px\] to [10px\] at (0.3) should be [-4px\]] + expected: FAIL + + [Web Animations: property from [-10px\] to [10px\] at (0.6) should be [2px\]] + expected: FAIL + + [Web Animations: property from [-10px\] to [10px\] at (1) should be [10px\]] + expected: FAIL + + [Web Animations: property from [-10px\] to [10px\] at (1.5) should be [20px\]] + expected: FAIL + + [Web Animations: property from [normal\] to [10px\] at (-0.3) should be [-3px\]] + expected: FAIL + + [Web Animations: property from [normal\] to [10px\] at (0) should be [normal\]] + expected: FAIL + + [Web Animations: property from [normal\] to [10px\] at (0.3) should be [3px\]] + expected: FAIL + + [Web Animations: property from [normal\] to [10px\] at (0.6) should be [6px\]] + expected: FAIL + + [Web Animations: property from [normal\] to [10px\] at (1) should be [10px\]] + expected: FAIL + + [Web Animations: property from [normal\] to [10px\] at (1.5) should be [15px\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/animations/line-break-no-interpolation.html.ini b/tests/wpt/meta/css/css-text/animations/line-break-no-interpolation.html.ini index d883f52a121..4c67a0468bc 100644 --- a/tests/wpt/meta/css/css-text/animations/line-break-no-interpolation.html.ini +++ b/tests/wpt/meta/css/css-text/animations/line-break-no-interpolation.html.ini @@ -82,3 +82,12 @@ [Web Animations: property from [initial\] to [anywhere\] at (1.5) should be [anywhere\]] expected: FAIL + + [CSS Transitions: property from [initial\] to [anywhere\] at (-0.3) should be [anywhere\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [anywhere\] at (0) should be [anywhere\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [anywhere\] at (0.3) should be [anywhere\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/animations/text-indent-composition.html.ini b/tests/wpt/meta/css/css-text/animations/text-indent-composition.html.ini new file mode 100644 index 00000000000..40e4d2e130d --- /dev/null +++ b/tests/wpt/meta/css/css-text/animations/text-indent-composition.html.ini @@ -0,0 +1,93 @@ +[text-indent-composition.html] + [Compositing: property underlying [100%\] from add [50px\] to add [150px\] at (-0.3) should be [calc(100% + 20px)\]] + expected: FAIL + + [Compositing: property underlying [100%\] from add [50px\] to add [150px\] at (0) should be [calc(100% + 50px)\]] + expected: FAIL + + [Compositing: property underlying [100%\] from add [50px\] to add [150px\] at (0.3) should be [calc(100% + 80px)\]] + expected: FAIL + + [Compositing: property underlying [100%\] from add [50px\] to add [150px\] at (0.6) should be [calc(100% + 110px)\]] + expected: FAIL + + [Compositing: property underlying [100%\] from add [50px\] to add [150px\] at (1) should be [calc(100% + 150px)\]] + expected: FAIL + + [Compositing: property underlying [100%\] from add [50px\] to add [150px\] at (1.5) should be [calc(100% + 200px)\]] + expected: FAIL + + [Compositing: property underlying [250px\] from add [50px\] to replace [100px\] at (-0.3) should be [360px\]] + expected: FAIL + + [Compositing: property underlying [250px\] from add [50px\] to replace [100px\] at (0) should be [300px\]] + expected: FAIL + + [Compositing: property underlying [250px\] from add [50px\] to replace [100px\] at (0.3) should be [240px\]] + expected: FAIL + + [Compositing: property underlying [250px\] from add [50px\] to replace [100px\] at (0.6) should be [180px\]] + expected: FAIL + + [Compositing: property underlying [250px\] from add [50px\] to replace [100px\] at (1) should be [100px\]] + expected: FAIL + + [Compositing: property underlying [250px\] from add [50px\] to replace [100px\] at (1.5) should be [0px\]] + expected: FAIL + + [Compositing: property underlying [50%\] from replace [-100%\] to add [50%\] at (-0.3) should be [-160%\]] + expected: FAIL + + [Compositing: property underlying [50%\] from replace [-100%\] to add [50%\] at (0) should be [-100%\]] + expected: FAIL + + [Compositing: property underlying [50%\] from replace [-100%\] to add [50%\] at (0.3) should be [-40%\]] + expected: FAIL + + [Compositing: property underlying [50%\] from replace [-100%\] to add [50%\] at (0.5) should be [0%\]] + expected: FAIL + + [Compositing: property underlying [50%\] from replace [-100%\] to add [50%\] at (0.6) should be [20%\]] + expected: FAIL + + [Compositing: property underlying [50%\] from replace [-100%\] to add [50%\] at (1) should be [100%\]] + expected: FAIL + + [Compositing: property underlying [50%\] from replace [-100%\] to add [50%\] at (1.5) should be [200%\]] + expected: FAIL + + [Compositing: property underlying [250px\] from add [50px each-line hanging\] to replace [150px hanging each-line\] at (-0.3) should be [20px hanging each-line\]] + expected: FAIL + + [Compositing: property underlying [250px\] from add [50px each-line hanging\] to replace [150px hanging each-line\] at (0) should be [50px hanging each-line\]] + expected: FAIL + + [Compositing: property underlying [250px\] from add [50px each-line hanging\] to replace [150px hanging each-line\] at (0.3) should be [80px hanging each-line\]] + expected: FAIL + + [Compositing: property underlying [250px\] from add [50px each-line hanging\] to replace [150px hanging each-line\] at (0.6) should be [110px hanging each-line\]] + expected: FAIL + + [Compositing: property underlying [250px\] from add [50px each-line hanging\] to replace [150px hanging each-line\] at (1) should be [150px hanging each-line\]] + expected: FAIL + + [Compositing: property underlying [250px\] from add [50px each-line hanging\] to replace [150px hanging each-line\] at (1.5) should be [200px hanging each-line\]] + expected: FAIL + + [Compositing: property underlying [250px each-line\] from add [50px each-line\] to replace [150px hanging\] at (-0.3) should be [300px each-line\]] + expected: FAIL + + [Compositing: property underlying [250px each-line\] from add [50px each-line\] to replace [150px hanging\] at (0) should be [300px each-line\]] + expected: FAIL + + [Compositing: property underlying [250px each-line\] from add [50px each-line\] to replace [150px hanging\] at (0.3) should be [300px each-line\]] + expected: FAIL + + [Compositing: property underlying [250px each-line\] from add [50px each-line\] to replace [150px hanging\] at (0.6) should be [150px hanging\]] + expected: FAIL + + [Compositing: property underlying [250px each-line\] from add [50px each-line\] to replace [150px hanging\] at (1) should be [150px hanging\]] + expected: FAIL + + [Compositing: property underlying [250px each-line\] from add [50px each-line\] to replace [150px hanging\] at (1.5) should be [150px hanging\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/animations/text-indent-interpolation.html.ini b/tests/wpt/meta/css/css-text/animations/text-indent-interpolation.html.ini index d96387bafdf..32cafd8948d 100644 --- a/tests/wpt/meta/css/css-text/animations/text-indent-interpolation.html.ini +++ b/tests/wpt/meta/css/css-text/animations/text-indent-interpolation.html.ini @@ -400,3 +400,21 @@ [Web Animations: property from [0px\] to [50px each-line hanging\] at (1.5) should be [50px each-line hanging\]] expected: FAIL + + [CSS Transitions: property from [0px each-line\] to [50px hanging\] at (-0.3) should be [50px hanging\]] + expected: FAIL + + [CSS Transitions: property from [0px each-line\] to [50px hanging\] at (0) should be [50px hanging\]] + expected: FAIL + + [CSS Transitions: property from [0px each-line\] to [50px hanging\] at (0.3) should be [50px hanging\]] + expected: FAIL + + [CSS Transitions: property from [0px\] to [50px each-line hanging\] at (-0.3) should be [50px each-line hanging\]] + expected: FAIL + + [CSS Transitions: property from [0px\] to [50px each-line hanging\] at (0) should be [50px each-line hanging\]] + expected: FAIL + + [CSS Transitions: property from [0px\] to [50px each-line hanging\] at (0.3) should be [50px each-line hanging\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/animations/word-spacing-composition.html.ini b/tests/wpt/meta/css/css-text/animations/word-spacing-composition.html.ini new file mode 100644 index 00000000000..bdf726c1453 --- /dev/null +++ b/tests/wpt/meta/css/css-text/animations/word-spacing-composition.html.ini @@ -0,0 +1,45 @@ +[word-spacing-composition.html] + [Compositing: property underlying [50px\] from add [100px\] to add [200px\] at (-0.3) should be [120px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to add [200px\] at (0) should be [150px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to add [200px\] at (0.5) should be [200px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to add [200px\] at (1) should be [250px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to add [200px\] at (1.5) should be [300px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [10px\] to add [2px\] at (-0.5) should be [114px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [10px\] to add [2px\] at (0) should be [110px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [10px\] to add [2px\] at (0.5) should be [106px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [10px\] to add [2px\] at (1) should be [102px\]] + expected: FAIL + + [Compositing: property underlying [100px\] from add [10px\] to add [2px\] at (1.5) should be [98px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to replace [200px\] at (-0.3) should be [135px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to replace [200px\] at (0) should be [150px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to replace [200px\] at (0.5) should be [175px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to replace [200px\] at (1) should be [200px\]] + expected: FAIL + + [Compositing: property underlying [50px\] from add [100px\] to replace [200px\] at (1.5) should be [225px\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/animations/word-spacing-interpolation.html.ini b/tests/wpt/meta/css/css-text/animations/word-spacing-interpolation.html.ini new file mode 100644 index 00000000000..8bd2879fe12 --- /dev/null +++ b/tests/wpt/meta/css/css-text/animations/word-spacing-interpolation.html.ini @@ -0,0 +1,108 @@ +[word-spacing-interpolation.html] + [Web Animations: property from neutral to [20px\] at (-0.3) should be [7px\]] + expected: FAIL + + [Web Animations: property from neutral to [20px\] at (0) should be [10px\]] + expected: FAIL + + [Web Animations: property from neutral to [20px\] at (0.3) should be [13px\]] + expected: FAIL + + [Web Animations: property from neutral to [20px\] at (0.6) should be [16px\]] + expected: FAIL + + [Web Animations: property from neutral to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from neutral to [20px\] at (1.5) should be [25px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (-0.3) should be [-6px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (0) should be [0px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (0.3) should be [6px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (0.6) should be [12px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [initial\] to [20px\] at (1.5) should be [30px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (-0.3) should be [33px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (0) should be [30px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (0.3) should be [27px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (0.6) should be [24px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [inherit\] to [20px\] at (1.5) should be [15px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (-0.3) should be [33px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (0) should be [30px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (0.3) should be [27px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (0.6) should be [24px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (1) should be [20px\]] + expected: FAIL + + [Web Animations: property from [unset\] to [20px\] at (1.5) should be [15px\]] + expected: FAIL + + [Web Animations: property from [-10px\] to [40px\] at (-0.3) should be [-25px\]] + expected: FAIL + + [Web Animations: property from [-10px\] to [40px\] at (0) should be [-10px\]] + expected: FAIL + + [Web Animations: property from [-10px\] to [40px\] at (0.3) should be [5px\]] + expected: FAIL + + [Web Animations: property from [-10px\] to [40px\] at (0.6) should be [20px\]] + expected: FAIL + + [Web Animations: property from [-10px\] to [40px\] at (1) should be [40px\]] + expected: FAIL + + [Web Animations: property from [-10px\] to [40px\] at (1.5) should be [65px\]] + expected: FAIL + + [Web Animations: property from [normal\] to [10px\] at (-0.3) should be [-3px\]] + expected: FAIL + + [Web Animations: property from [normal\] to [10px\] at (0) should be [0px\]] + expected: FAIL + + [Web Animations: property from [normal\] to [10px\] at (0.3) should be [3px\]] + expected: FAIL + + [Web Animations: property from [normal\] to [10px\] at (0.6) should be [6px\]] + expected: FAIL + + [Web Animations: property from [normal\] to [10px\] at (1) should be [10px\]] + expected: FAIL + + [Web Animations: property from [normal\] to [10px\] at (1.5) should be [15px\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/bidi/bidi-lines-002.html.ini b/tests/wpt/meta/css/css-text/bidi/bidi-lines-002.html.ini deleted file mode 100644 index 6a5b59fbeab..00000000000 --- a/tests/wpt/meta/css/css-text/bidi/bidi-lines-002.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[bidi-lines-002.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/boundary-shaping/boundary-shaping-009.html.ini b/tests/wpt/meta/css/css-text/boundary-shaping/boundary-shaping-009.html.ini new file mode 100644 index 00000000000..33a28207fcc --- /dev/null +++ b/tests/wpt/meta/css/css-text/boundary-shaping/boundary-shaping-009.html.ini @@ -0,0 +1,2 @@ +[boundary-shaping-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/hanging-punctuation/hanging-punctuation-allow-end-001.xht.ini b/tests/wpt/meta/css/css-text/hanging-punctuation/hanging-punctuation-allow-end-001.xht.ini new file mode 100644 index 00000000000..7a9c33f7725 --- /dev/null +++ b/tests/wpt/meta/css/css-text/hanging-punctuation/hanging-punctuation-allow-end-001.xht.ini @@ -0,0 +1,2 @@ +[hanging-punctuation-allow-end-001.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/hanging-punctuation/hanging-punctuation-first-001.xht.ini b/tests/wpt/meta/css/css-text/hanging-punctuation/hanging-punctuation-first-001.xht.ini new file mode 100644 index 00000000000..873112e8ec0 --- /dev/null +++ b/tests/wpt/meta/css/css-text/hanging-punctuation/hanging-punctuation-first-001.xht.ini @@ -0,0 +1,2 @@ +[hanging-punctuation-first-001.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/hanging-punctuation/hanging-punctuation-force-end-001.xht.ini b/tests/wpt/meta/css/css-text/hanging-punctuation/hanging-punctuation-force-end-001.xht.ini new file mode 100644 index 00000000000..f6a55de2198 --- /dev/null +++ b/tests/wpt/meta/css/css-text/hanging-punctuation/hanging-punctuation-force-end-001.xht.ini @@ -0,0 +1,2 @@ +[hanging-punctuation-force-end-001.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/hanging-punctuation/hanging-punctuation-last-001.xht.ini b/tests/wpt/meta/css/css-text/hanging-punctuation/hanging-punctuation-last-001.xht.ini new file mode 100644 index 00000000000..4c63b89c110 --- /dev/null +++ b/tests/wpt/meta/css/css-text/hanging-punctuation/hanging-punctuation-last-001.xht.ini @@ -0,0 +1,2 @@ +[hanging-punctuation-last-001.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/hanging-punctuation/hanging-scrollable-001.html.ini b/tests/wpt/meta/css/css-text/hanging-punctuation/hanging-scrollable-001.html.ini new file mode 100644 index 00000000000..4841641239a --- /dev/null +++ b/tests/wpt/meta/css/css-text/hanging-punctuation/hanging-scrollable-001.html.ini @@ -0,0 +1,2 @@ +[hanging-scrollable-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/hyphens/hyphens-auto-002.html.ini b/tests/wpt/meta/css/css-text/hyphens/hyphens-auto-002.html.ini new file mode 100644 index 00000000000..8d731c13b0c --- /dev/null +++ b/tests/wpt/meta/css/css-text/hyphens/hyphens-auto-002.html.ini @@ -0,0 +1,2 @@ +[hyphens-auto-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/hyphens/hyphens-auto-last-word-001.html.ini b/tests/wpt/meta/css/css-text/hyphens/hyphens-auto-last-word-001.html.ini new file mode 100644 index 00000000000..93ffa116c99 --- /dev/null +++ b/tests/wpt/meta/css/css-text/hyphens/hyphens-auto-last-word-001.html.ini @@ -0,0 +1,2 @@ +[hyphens-auto-last-word-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/hyphens/hyphens-manual-inline-010.html.ini b/tests/wpt/meta/css/css-text/hyphens/hyphens-manual-inline-010.html.ini deleted file mode 100644 index 72e69a660c5..00000000000 --- a/tests/wpt/meta/css/css-text/hyphens/hyphens-manual-inline-010.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[hyphens-manual-inline-010.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/hyphens/hyphens-none-011.html.ini b/tests/wpt/meta/css/css-text/hyphens/hyphens-none-011.html.ini new file mode 100644 index 00000000000..93e96554135 --- /dev/null +++ b/tests/wpt/meta/css/css-text/hyphens/hyphens-none-011.html.ini @@ -0,0 +1,2 @@ +[hyphens-none-011.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/hyphens/hyphens-none-012.html.ini b/tests/wpt/meta/css/css-text/hyphens/hyphens-none-012.html.ini deleted file mode 100644 index 3e5eb84e7e0..00000000000 --- a/tests/wpt/meta/css/css-text/hyphens/hyphens-none-012.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[hyphens-none-012.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/hyphens/hyphens-none-013.html.ini b/tests/wpt/meta/css/css-text/hyphens/hyphens-none-013.html.ini deleted file mode 100644 index c583e0f1919..00000000000 --- a/tests/wpt/meta/css/css-text/hyphens/hyphens-none-013.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[hyphens-none-013.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/hyphens/hyphens-none-014.html.ini b/tests/wpt/meta/css/css-text/hyphens/hyphens-none-014.html.ini new file mode 100644 index 00000000000..eff59a639d5 --- /dev/null +++ b/tests/wpt/meta/css/css-text/hyphens/hyphens-none-014.html.ini @@ -0,0 +1,2 @@ +[hyphens-none-014.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/hyphens/hyphens-overflow-001.html.ini b/tests/wpt/meta/css/css-text/hyphens/hyphens-overflow-001.html.ini new file mode 100644 index 00000000000..8794a71c1e8 --- /dev/null +++ b/tests/wpt/meta/css/css-text/hyphens/hyphens-overflow-001.html.ini @@ -0,0 +1,2 @@ +[hyphens-overflow-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/hyphens/hyphens-punctuation-001.html.ini b/tests/wpt/meta/css/css-text/hyphens/hyphens-punctuation-001.html.ini new file mode 100644 index 00000000000..756c4be5011 --- /dev/null +++ b/tests/wpt/meta/css/css-text/hyphens/hyphens-punctuation-001.html.ini @@ -0,0 +1,2 @@ +[hyphens-punctuation-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/hyphens/hyphens-shaping-002.html.ini b/tests/wpt/meta/css/css-text/hyphens/hyphens-shaping-002.html.ini new file mode 100644 index 00000000000..3d01534bf8d --- /dev/null +++ b/tests/wpt/meta/css/css-text/hyphens/hyphens-shaping-002.html.ini @@ -0,0 +1,2 @@ +[hyphens-shaping-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/hyphens/shy-styling-001.html.ini b/tests/wpt/meta/css/css-text/hyphens/shy-styling-001.html.ini new file mode 100644 index 00000000000..28fba5b7deb --- /dev/null +++ b/tests/wpt/meta/css/css-text/hyphens/shy-styling-001.html.ini @@ -0,0 +1,2 @@ +[shy-styling-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/inheritance.html.ini b/tests/wpt/meta/css/css-text/inheritance.html.ini index 571b4929047..a8eba1c02e2 100644 --- a/tests/wpt/meta/css/css-text/inheritance.html.ini +++ b/tests/wpt/meta/css/css-text/inheritance.html.ini @@ -70,3 +70,9 @@ [Property word-wrap inherits] expected: FAIL + + [Property white-space-collapse has initial value collapse] + expected: FAIL + + [Property white-space-collapse inherits] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-211.html.ini b/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-211.html.ini deleted file mode 100644 index a7ed416610d..00000000000 --- a/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-211.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[letter-spacing-211.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-bidi-003.xht.ini b/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-bidi-003.xht.ini new file mode 100644 index 00000000000..79d304a4076 --- /dev/null +++ b/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-bidi-003.xht.ini @@ -0,0 +1,2 @@ +[letter-spacing-bidi-003.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-bidi-004.xht.ini b/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-bidi-004.xht.ini new file mode 100644 index 00000000000..589ff07398a --- /dev/null +++ b/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-bidi-004.xht.ini @@ -0,0 +1,2 @@ +[letter-spacing-bidi-004.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-bidi-005.xht.ini b/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-bidi-005.xht.ini new file mode 100644 index 00000000000..93ca946d555 --- /dev/null +++ b/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-bidi-005.xht.ini @@ -0,0 +1,2 @@ +[letter-spacing-bidi-005.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-control-chars-001.html.ini b/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-control-chars-001.html.ini new file mode 100644 index 00000000000..3a1b28a2283 --- /dev/null +++ b/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-control-chars-001.html.ini @@ -0,0 +1,2 @@ +[letter-spacing-control-chars-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-end-of-line-001.html.ini b/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-end-of-line-001.html.ini new file mode 100644 index 00000000000..541dbbd3f09 --- /dev/null +++ b/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-end-of-line-001.html.ini @@ -0,0 +1,2 @@ +[letter-spacing-end-of-line-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-ligatures-003.html.ini b/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-ligatures-003.html.ini new file mode 100644 index 00000000000..8b0f8b5aed2 --- /dev/null +++ b/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-ligatures-003.html.ini @@ -0,0 +1,2 @@ +[letter-spacing-ligatures-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-nesting-001.html.ini b/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-nesting-001.html.ini new file mode 100644 index 00000000000..c7e79407a88 --- /dev/null +++ b/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-nesting-001.html.ini @@ -0,0 +1,2 @@ +[letter-spacing-nesting-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-nesting-003.xht.ini b/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-nesting-003.xht.ini new file mode 100644 index 00000000000..ead0e49c4fe --- /dev/null +++ b/tests/wpt/meta/css/css-text/letter-spacing/letter-spacing-nesting-003.xht.ini @@ -0,0 +1,2 @@ +[letter-spacing-nesting-003.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-001.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-001.html.ini new file mode 100644 index 00000000000..3d475eda831 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-001.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-002.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-002.html.ini new file mode 100644 index 00000000000..83232ded79f --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-002.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-003.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-003.html.ini new file mode 100644 index 00000000000..1a99d9ce901 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-003.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-004.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-004.html.ini new file mode 100644 index 00000000000..a8bf7f5a71e --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-004.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-005.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-005.html.ini new file mode 100644 index 00000000000..d54d6939bf8 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-005.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-006.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-006.html.ini new file mode 100644 index 00000000000..8fa79ead280 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-006.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-007.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-007.html.ini new file mode 100644 index 00000000000..34e28808724 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-007.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-008.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-008.html.ini new file mode 100644 index 00000000000..4766db40a7f --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-008.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-008.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-009.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-009.html.ini new file mode 100644 index 00000000000..aebe2393bb3 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-009.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-010.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-010.html.ini new file mode 100644 index 00000000000..7c53e213828 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-010.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-010.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-011.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-011.html.ini new file mode 100644 index 00000000000..f2aa07b2783 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-011.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-011.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-012.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-012.html.ini new file mode 100644 index 00000000000..3379705470f --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-012.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-012.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-013.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-013.html.ini new file mode 100644 index 00000000000..87ef685c4cc --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-013.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-013.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-014.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-014.html.ini new file mode 100644 index 00000000000..3d83c29b22c --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-014.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-014.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-015.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-015.html.ini new file mode 100644 index 00000000000..8153dd8d24c --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-015.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-015.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-016.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-016.html.ini deleted file mode 100644 index 1edd3385e3c..00000000000 --- a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-016.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[line-break-anywhere-016.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-017.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-017.html.ini new file mode 100644 index 00000000000..b3bb55e9a17 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-017.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-017.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-and-white-space-004.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-and-white-space-004.html.ini deleted file mode 100644 index 50c39c4f1a5..00000000000 --- a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-and-white-space-004.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[line-break-anywhere-and-white-space-004.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-and-white-space-005.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-and-white-space-005.html.ini new file mode 100644 index 00000000000..b519af7ce3a --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-and-white-space-005.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-and-white-space-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-and-white-space-007.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-and-white-space-007.html.ini deleted file mode 100644 index 1a7f7b10fe6..00000000000 --- a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-and-white-space-007.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[line-break-anywhere-and-white-space-007.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-and-white-space-008.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-and-white-space-008.html.ini new file mode 100644 index 00000000000..58968a23286 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-and-white-space-008.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-and-white-space-008.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-and-white-space-009.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-and-white-space-009.html.ini new file mode 100644 index 00000000000..e791a89089f --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-and-white-space-009.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-and-white-space-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-001.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-001.html.ini new file mode 100644 index 00000000000..151fa589805 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-001.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-overrides-uax-behavior-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-002.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-002.html.ini new file mode 100644 index 00000000000..1a3d2f43091 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-002.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-overrides-uax-behavior-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-003.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-003.html.ini new file mode 100644 index 00000000000..3487387fb37 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-003.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-overrides-uax-behavior-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-004.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-004.html.ini new file mode 100644 index 00000000000..f4d0422a3bb --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-004.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-overrides-uax-behavior-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-005.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-005.html.ini new file mode 100644 index 00000000000..24877a8d59a --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-005.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-overrides-uax-behavior-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-006.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-006.html.ini new file mode 100644 index 00000000000..2988acb800f --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-006.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-overrides-uax-behavior-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-007.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-007.html.ini new file mode 100644 index 00000000000..a148375d374 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-007.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-overrides-uax-behavior-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-008.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-008.html.ini new file mode 100644 index 00000000000..5383ef5eb82 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-008.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-overrides-uax-behavior-008.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-009.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-009.html.ini new file mode 100644 index 00000000000..5934f43112a --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-009.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-overrides-uax-behavior-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-011.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-011.html.ini new file mode 100644 index 00000000000..7cec821ea20 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-011.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-overrides-uax-behavior-011.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-013.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-013.html.ini new file mode 100644 index 00000000000..24a2797efb4 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-013.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-overrides-uax-behavior-013.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-014.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-014.html.ini new file mode 100644 index 00000000000..e4d69eda8d4 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-014.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-overrides-uax-behavior-014.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-015.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-015.html.ini new file mode 100644 index 00000000000..a402bca6a59 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-015.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-overrides-uax-behavior-015.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-016.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-016.html.ini new file mode 100644 index 00000000000..0b218fe7acb --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-anywhere-overrides-uax-behavior-016.html.ini @@ -0,0 +1,2 @@ +[line-break-anywhere-overrides-uax-behavior-016.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-loose-011.xht.ini b/tests/wpt/meta/css/css-text/line-break/line-break-loose-011.xht.ini new file mode 100644 index 00000000000..4c95f99d1c5 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-loose-011.xht.ini @@ -0,0 +1,2 @@ +[line-break-loose-011.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-loose-012.xht.ini b/tests/wpt/meta/css/css-text/line-break/line-break-loose-012.xht.ini new file mode 100644 index 00000000000..26fe79ee1a7 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-loose-012.xht.ini @@ -0,0 +1,2 @@ +[line-break-loose-012.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-loose-013.xht.ini b/tests/wpt/meta/css/css-text/line-break/line-break-loose-013.xht.ini new file mode 100644 index 00000000000..fdc2c363014 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-loose-013.xht.ini @@ -0,0 +1,2 @@ +[line-break-loose-013.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-loose-014.xht.ini b/tests/wpt/meta/css/css-text/line-break/line-break-loose-014.xht.ini new file mode 100644 index 00000000000..4b5d323daa1 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-loose-014.xht.ini @@ -0,0 +1,2 @@ +[line-break-loose-014.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-loose-015.xht.ini b/tests/wpt/meta/css/css-text/line-break/line-break-loose-015.xht.ini new file mode 100644 index 00000000000..a35228429f9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-loose-015.xht.ini @@ -0,0 +1,2 @@ +[line-break-loose-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-loose-016a.xht.ini b/tests/wpt/meta/css/css-text/line-break/line-break-loose-016a.xht.ini new file mode 100644 index 00000000000..10cdf226e88 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-loose-016a.xht.ini @@ -0,0 +1,2 @@ +[line-break-loose-016a.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-loose-016b.xht.ini b/tests/wpt/meta/css/css-text/line-break/line-break-loose-016b.xht.ini new file mode 100644 index 00000000000..4149619c2f0 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-loose-016b.xht.ini @@ -0,0 +1,2 @@ +[line-break-loose-016b.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-loose-017a.xht.ini b/tests/wpt/meta/css/css-text/line-break/line-break-loose-017a.xht.ini new file mode 100644 index 00000000000..73d616f9327 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-loose-017a.xht.ini @@ -0,0 +1,2 @@ +[line-break-loose-017a.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-loose-017b.xht.ini b/tests/wpt/meta/css/css-text/line-break/line-break-loose-017b.xht.ini new file mode 100644 index 00000000000..757d63998d2 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-loose-017b.xht.ini @@ -0,0 +1,2 @@ +[line-break-loose-017b.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-loose-018.xht.ini b/tests/wpt/meta/css/css-text/line-break/line-break-loose-018.xht.ini new file mode 100644 index 00000000000..4b9be52268f --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-loose-018.xht.ini @@ -0,0 +1,2 @@ +[line-break-loose-018.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-loose-hyphens-001.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-loose-hyphens-001.html.ini new file mode 100644 index 00000000000..438d696be53 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-loose-hyphens-001.html.ini @@ -0,0 +1,2 @@ +[line-break-loose-hyphens-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-loose-hyphens-002.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-loose-hyphens-002.html.ini new file mode 100644 index 00000000000..eeb90b238ac --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-loose-hyphens-002.html.ini @@ -0,0 +1,2 @@ +[line-break-loose-hyphens-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-normal-011.xht.ini b/tests/wpt/meta/css/css-text/line-break/line-break-normal-011.xht.ini new file mode 100644 index 00000000000..2efce4a7118 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-normal-011.xht.ini @@ -0,0 +1,2 @@ +[line-break-normal-011.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-normal-012.xht.ini b/tests/wpt/meta/css/css-text/line-break/line-break-normal-012.xht.ini new file mode 100644 index 00000000000..46982f363ba --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-normal-012.xht.ini @@ -0,0 +1,2 @@ +[line-break-normal-012.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-normal-013.xht.ini b/tests/wpt/meta/css/css-text/line-break/line-break-normal-013.xht.ini new file mode 100644 index 00000000000..2de271314d1 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-normal-013.xht.ini @@ -0,0 +1,2 @@ +[line-break-normal-013.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-normal-hyphens-001.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-normal-hyphens-001.html.ini new file mode 100644 index 00000000000..8331ec156d0 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-normal-hyphens-001.html.ini @@ -0,0 +1,2 @@ +[line-break-normal-hyphens-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-normal-hyphens-002.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-normal-hyphens-002.html.ini new file mode 100644 index 00000000000..6c5a35a616a --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-normal-hyphens-002.html.ini @@ -0,0 +1,2 @@ +[line-break-normal-hyphens-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-shaping-001.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-shaping-001.html.ini new file mode 100644 index 00000000000..32c0af06758 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-shaping-001.html.ini @@ -0,0 +1,2 @@ +[line-break-shaping-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-strict-hyphens-001.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-strict-hyphens-001.html.ini new file mode 100644 index 00000000000..b19095ec122 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-strict-hyphens-001.html.ini @@ -0,0 +1,2 @@ +[line-break-strict-hyphens-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-break/line-break-strict-hyphens-002.html.ini b/tests/wpt/meta/css/css-text/line-break/line-break-strict-hyphens-002.html.ini new file mode 100644 index 00000000000..30638abfae7 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-break/line-break-strict-hyphens-002.html.ini @@ -0,0 +1,2 @@ +[line-break-strict-hyphens-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-001.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-001.html.ini deleted file mode 100644 index 07003f36f1a..00000000000 --- a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-001.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[line-breaking-001.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-002.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-002.html.ini deleted file mode 100644 index 522ae440966..00000000000 --- a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-002.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[line-breaking-002.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-003.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-003.html.ini deleted file mode 100644 index c779d922d35..00000000000 --- a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-003.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[line-breaking-003.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-004.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-004.html.ini deleted file mode 100644 index 365427e289f..00000000000 --- a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-004.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[line-breaking-004.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-005.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-005.html.ini deleted file mode 100644 index cd5c39d9e9f..00000000000 --- a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-005.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[line-breaking-005.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-006.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-006.html.ini deleted file mode 100644 index 0ed8bd03f62..00000000000 --- a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-006.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[line-breaking-006.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-007.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-007.html.ini deleted file mode 100644 index ca0ddea2bce..00000000000 --- a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-007.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[line-breaking-007.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-008.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-008.html.ini deleted file mode 100644 index bef086aba18..00000000000 --- a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-008.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[line-breaking-008.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-010.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-010.html.ini deleted file mode 100644 index 8869ad8f79b..00000000000 --- a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-010.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[line-breaking-010.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-012.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-012.html.ini new file mode 100644 index 00000000000..6fd167de2a7 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-012.html.ini @@ -0,0 +1,2 @@ +[line-breaking-012.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-013.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-013.html.ini new file mode 100644 index 00000000000..e6270623da9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-013.html.ini @@ -0,0 +1,2 @@ +[line-breaking-013.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-014.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-014.html.ini new file mode 100644 index 00000000000..d9ffea5b5ee --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-014.html.ini @@ -0,0 +1,2 @@ +[line-breaking-014.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-017.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-017.html.ini new file mode 100644 index 00000000000..84ea268e264 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-017.html.ini @@ -0,0 +1,2 @@ +[line-breaking-017.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-018.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-018.html.ini new file mode 100644 index 00000000000..773e4c78204 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-018.html.ini @@ -0,0 +1,2 @@ +[line-breaking-018.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-019.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-019.html.ini new file mode 100644 index 00000000000..1dc4e500f88 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-019.html.ini @@ -0,0 +1,2 @@ +[line-breaking-019.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-021.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-021.html.ini new file mode 100644 index 00000000000..0301f562755 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-021.html.ini @@ -0,0 +1,2 @@ +[line-breaking-021.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-001.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-001.html.ini deleted file mode 100644 index 5f242b78b05..00000000000 --- a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-001.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[line-breaking-atomic-001.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-002.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-002.html.ini new file mode 100644 index 00000000000..c7c55182e95 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-002.html.ini @@ -0,0 +1,2 @@ +[line-breaking-atomic-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-004.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-004.html.ini new file mode 100644 index 00000000000..295c687d088 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-004.html.ini @@ -0,0 +1,2 @@ +[line-breaking-atomic-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-005.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-005.html.ini new file mode 100644 index 00000000000..404fded9f9a --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-005.html.ini @@ -0,0 +1,2 @@ +[line-breaking-atomic-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-006.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-006.html.ini deleted file mode 100644 index 6045172ba6a..00000000000 --- a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-006.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[line-breaking-atomic-006.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-009.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-009.html.ini new file mode 100644 index 00000000000..05befa37f08 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-009.html.ini @@ -0,0 +1,2 @@ +[line-breaking-atomic-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-nowrap-001.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-nowrap-001.html.ini new file mode 100644 index 00000000000..141bb2db924 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-atomic-nowrap-001.html.ini @@ -0,0 +1,12 @@ +[line-breaking-atomic-nowrap-001.html] + [CSS Text Test: Check atomic inline+NBSP quirk does not apply if nowrap] + expected: FAIL + + [CSS Text Test: Check atomic inline+NBSP quirk does not apply if nowrap 1] + expected: FAIL + + [CSS Text Test: Check atomic inline+NBSP quirk does not apply if nowrap 2] + expected: FAIL + + [CSS Text Test: Check atomic inline+NBSP quirk does not apply if nowrap 3] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-ic-001.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-ic-001.html.ini deleted file mode 100644 index 300d468050d..00000000000 --- a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-ic-001.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[line-breaking-ic-001.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-001.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-001.html.ini new file mode 100644 index 00000000000..79d633912dc --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-001.html.ini @@ -0,0 +1,2 @@ +[line-breaking-replaced-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-002.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-002.html.ini new file mode 100644 index 00000000000..2124109d549 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-002.html.ini @@ -0,0 +1,2 @@ +[line-breaking-replaced-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-003.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-003.html.ini deleted file mode 100644 index a414a0f9440..00000000000 --- a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-003.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[line-breaking-replaced-003.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-004.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-004.html.ini new file mode 100644 index 00000000000..1ac0d8e8d9e --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-004.html.ini @@ -0,0 +1,2 @@ +[line-breaking-replaced-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-005.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-005.html.ini deleted file mode 100644 index ff07e6148c0..00000000000 --- a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-005.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[line-breaking-replaced-005.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-006.html.ini b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-006.html.ini new file mode 100644 index 00000000000..bd0b0384885 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-breaking/line-breaking-replaced-006.html.ini @@ -0,0 +1,2 @@ +[line-breaking-replaced-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-001.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-001.html.ini new file mode 100644 index 00000000000..735c6a7b498 --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-001.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-anywhere-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-002.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-002.html.ini new file mode 100644 index 00000000000..26d0016107d --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-002.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-anywhere-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-003.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-003.html.ini new file mode 100644 index 00000000000..4f7a36e2280 --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-003.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-anywhere-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-005.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-005.html.ini new file mode 100644 index 00000000000..c2c55d6be5f --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-005.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-anywhere-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-006.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-006.html.ini new file mode 100644 index 00000000000..487ba5fad2f --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-006.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-anywhere-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-007.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-007.html.ini new file mode 100644 index 00000000000..270e0bf115c --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-007.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-anywhere-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-008.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-008.html.ini new file mode 100644 index 00000000000..0cf4645059f --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-008.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-anywhere-008.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-009.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-009.html.ini new file mode 100644 index 00000000000..e8ffced7a01 --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-009.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-anywhere-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-010.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-010.html.ini new file mode 100644 index 00000000000..06b8b72b342 --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-010.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-anywhere-010.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-inline-001.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-inline-001.html.ini new file mode 100644 index 00000000000..e808a9f1730 --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-inline-001.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-anywhere-inline-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-span-001.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-span-001.html.ini new file mode 100644 index 00000000000..b9fda1619b1 --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-span-001.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-anywhere-span-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-span-002.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-span-002.html.ini new file mode 100644 index 00000000000..895b594e3cd --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-anywhere-span-002.html.ini @@ -0,0 +1,3 @@ +[overflow-wrap-anywhere-span-002.html] + [#container 1] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-002.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-002.html.ini new file mode 100644 index 00000000000..22790db101e --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-002.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-break-word-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-003.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-003.html.ini new file mode 100644 index 00000000000..911e9122795 --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-003.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-break-word-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-005.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-005.html.ini new file mode 100644 index 00000000000..0e92e0121e1 --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-005.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-break-word-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-006.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-006.html.ini new file mode 100644 index 00000000000..b2783913393 --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-006.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-break-word-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-007.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-007.html.ini new file mode 100644 index 00000000000..d3d12cf452f --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-007.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-break-word-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-008.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-008.html.ini new file mode 100644 index 00000000000..cce949c8c12 --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-008.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-break-word-008.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-009.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-009.html.ini new file mode 100644 index 00000000000..fb47feebbb9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-009.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-break-word-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-010.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-010.html.ini new file mode 100644 index 00000000000..da457ab8eba --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-010.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-break-word-010.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-keep-all-001.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-keep-all-001.html.ini index b9700e12d99..c9e6724f1ff 100644 --- a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-keep-all-001.html.ini +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-keep-all-001.html.ini @@ -1,6 +1,3 @@ [overflow-wrap-break-word-keep-all-001.html] [0000000000] expected: FAIL - - [헬로우월드헬로우월드헬로우월드헬로우월드헬로우월드] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-span-001.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-span-001.html.ini new file mode 100644 index 00000000000..83b12ab7bbe --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-span-001.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-break-word-span-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-span-002.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-span-002.html.ini new file mode 100644 index 00000000000..cd5b621151a --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-break-word-span-002.html.ini @@ -0,0 +1,3 @@ +[overflow-wrap-break-word-span-002.html] + [#container 1] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-cluster-001.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-cluster-001.html.ini new file mode 100644 index 00000000000..13aaeddda68 --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-cluster-001.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-cluster-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-cluster-002.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-cluster-002.html.ini new file mode 100644 index 00000000000..a99d5a153ac --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-cluster-002.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-cluster-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-001.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-001.html.ini new file mode 100644 index 00000000000..d0e0bb36b57 --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-001.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-min-content-size-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-002.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-002.html.ini new file mode 100644 index 00000000000..3f03badedc1 --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-002.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-min-content-size-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-003.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-003.html.ini new file mode 100644 index 00000000000..538281e363b --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-003.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-min-content-size-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-004.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-004.html.ini new file mode 100644 index 00000000000..38e4b2dcd29 --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-004.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-min-content-size-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-005.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-005.html.ini new file mode 100644 index 00000000000..dd7cc7b0711 --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-005.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-min-content-size-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-006.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-006.html.ini new file mode 100644 index 00000000000..0e1f7bd4623 --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-006.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-min-content-size-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-007.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-007.html.ini new file mode 100644 index 00000000000..28b5a5c70ff --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-min-content-size-007.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-min-content-size-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-shaping-001.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-shaping-001.html.ini new file mode 100644 index 00000000000..7723a66c02d --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-shaping-001.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-shaping-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-shaping-002.html.ini b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-shaping-002.html.ini new file mode 100644 index 00000000000..8c4e84160fa --- /dev/null +++ b/tests/wpt/meta/css/css-text/overflow-wrap/overflow-wrap-shaping-002.html.ini @@ -0,0 +1,2 @@ +[overflow-wrap-shaping-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/hanging-punctuation-valid.html.ini b/tests/wpt/meta/css/css-text/parsing/hanging-punctuation-valid.html.ini new file mode 100644 index 00000000000..64ad3efe733 --- /dev/null +++ b/tests/wpt/meta/css/css-text/parsing/hanging-punctuation-valid.html.ini @@ -0,0 +1,51 @@ +[hanging-punctuation-valid.html] + [e.style['hanging-punctuation'\] = "none" should set the property value] + expected: FAIL + + [e.style['hanging-punctuation'\] = "first" should set the property value] + expected: FAIL + + [e.style['hanging-punctuation'\] = "force-end" should set the property value] + expected: FAIL + + [e.style['hanging-punctuation'\] = "allow-end" should set the property value] + expected: FAIL + + [e.style['hanging-punctuation'\] = "last" should set the property value] + expected: FAIL + + [e.style['hanging-punctuation'\] = "first force-end" should set the property value] + expected: FAIL + + [e.style['hanging-punctuation'\] = "first last" should set the property value] + expected: FAIL + + [e.style['hanging-punctuation'\] = "allow-end first" should set the property value] + expected: FAIL + + [e.style['hanging-punctuation'\] = "force-end last" should set the property value] + expected: FAIL + + [e.style['hanging-punctuation'\] = "last first" should set the property value] + expected: FAIL + + [e.style['hanging-punctuation'\] = "last allow-end" should set the property value] + expected: FAIL + + [e.style['hanging-punctuation'\] = "first allow-end last" should set the property value] + expected: FAIL + + [e.style['hanging-punctuation'\] = "first last force-end" should set the property value] + expected: FAIL + + [e.style['hanging-punctuation'\] = "force-end first last" should set the property value] + expected: FAIL + + [e.style['hanging-punctuation'\] = "allow-end last first" should set the property value] + expected: FAIL + + [e.style['hanging-punctuation'\] = "last first force-end" should set the property value] + expected: FAIL + + [e.style['hanging-punctuation'\] = "last allow-end first" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/hyphens-computed.html.ini b/tests/wpt/meta/css/css-text/parsing/hyphens-computed.html.ini new file mode 100644 index 00000000000..db6b678c53b --- /dev/null +++ b/tests/wpt/meta/css/css-text/parsing/hyphens-computed.html.ini @@ -0,0 +1,9 @@ +[hyphens-computed.html] + [Property hyphens value 'none'] + expected: FAIL + + [Property hyphens value 'manual'] + expected: FAIL + + [Property hyphens value 'auto'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/hyphens-valid.html.ini b/tests/wpt/meta/css/css-text/parsing/hyphens-valid.html.ini new file mode 100644 index 00000000000..210a29013cf --- /dev/null +++ b/tests/wpt/meta/css/css-text/parsing/hyphens-valid.html.ini @@ -0,0 +1,9 @@ +[hyphens-valid.html] + [e.style['hyphens'\] = "none" should set the property value] + expected: FAIL + + [e.style['hyphens'\] = "manual" should set the property value] + expected: FAIL + + [e.style['hyphens'\] = "auto" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/line-break-computed.html.ini b/tests/wpt/meta/css/css-text/parsing/line-break-computed.html.ini new file mode 100644 index 00000000000..e3eebf8e1ea --- /dev/null +++ b/tests/wpt/meta/css/css-text/parsing/line-break-computed.html.ini @@ -0,0 +1,15 @@ +[line-break-computed.html] + [Property line-break value 'auto'] + expected: FAIL + + [Property line-break value 'loose'] + expected: FAIL + + [Property line-break value 'normal'] + expected: FAIL + + [Property line-break value 'strict'] + expected: FAIL + + [Property line-break value 'anywhere'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/line-break-valid.html.ini b/tests/wpt/meta/css/css-text/parsing/line-break-valid.html.ini new file mode 100644 index 00000000000..92c3ecc3203 --- /dev/null +++ b/tests/wpt/meta/css/css-text/parsing/line-break-valid.html.ini @@ -0,0 +1,15 @@ +[line-break-valid.html] + [e.style['line-break'\] = "auto" should set the property value] + expected: FAIL + + [e.style['line-break'\] = "loose" should set the property value] + expected: FAIL + + [e.style['line-break'\] = "normal" should set the property value] + expected: FAIL + + [e.style['line-break'\] = "strict" should set the property value] + expected: FAIL + + [e.style['line-break'\] = "anywhere" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/tab-size-computed.html.ini b/tests/wpt/meta/css/css-text/parsing/tab-size-computed.html.ini new file mode 100644 index 00000000000..74be6810761 --- /dev/null +++ b/tests/wpt/meta/css/css-text/parsing/tab-size-computed.html.ini @@ -0,0 +1,24 @@ +[tab-size-computed.html] + [Property tab-size value '0'] + expected: FAIL + + [Property tab-size value '16'] + expected: FAIL + + [Property tab-size value '4'] + expected: FAIL + + [Property tab-size value '2.5'] + expected: FAIL + + [Property tab-size value '0px'] + expected: FAIL + + [Property tab-size value '10px'] + expected: FAIL + + [Property tab-size value 'calc(10px + 0.5em)'] + expected: FAIL + + [Property tab-size value 'calc(10px - 0.5em)'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/tab-size-valid.html.ini b/tests/wpt/meta/css/css-text/parsing/tab-size-valid.html.ini new file mode 100644 index 00000000000..19369814d9b --- /dev/null +++ b/tests/wpt/meta/css/css-text/parsing/tab-size-valid.html.ini @@ -0,0 +1,15 @@ +[tab-size-valid.html] + [e.style['tab-size'\] = "0" should set the property value] + expected: FAIL + + [e.style['tab-size'\] = "2.5" should set the property value] + expected: FAIL + + [e.style['tab-size'\] = "0px" should set the property value] + expected: FAIL + + [e.style['tab-size'\] = "10px" should set the property value] + expected: FAIL + + [e.style['tab-size'\] = "calc(2em + 3ex)" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/text-align-all-valid.html.ini b/tests/wpt/meta/css/css-text/parsing/text-align-all-valid.html.ini new file mode 100644 index 00000000000..26b2a31d21b --- /dev/null +++ b/tests/wpt/meta/css/css-text/parsing/text-align-all-valid.html.ini @@ -0,0 +1,21 @@ +[text-align-all-valid.html] + [e.style['text-align-all'\] = "start" should set the property value] + expected: FAIL + + [e.style['text-align-all'\] = "end" should set the property value] + expected: FAIL + + [e.style['text-align-all'\] = "left" should set the property value] + expected: FAIL + + [e.style['text-align-all'\] = "right" should set the property value] + expected: FAIL + + [e.style['text-align-all'\] = "center" should set the property value] + expected: FAIL + + [e.style['text-align-all'\] = "justify" should set the property value] + expected: FAIL + + [e.style['text-align-all'\] = "match-parent" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/text-align-computed.html.ini b/tests/wpt/meta/css/css-text/parsing/text-align-computed.html.ini index 13e932008e2..e2fd57915cd 100644 --- a/tests/wpt/meta/css/css-text/parsing/text-align-computed.html.ini +++ b/tests/wpt/meta/css/css-text/parsing/text-align-computed.html.ini @@ -1,6 +1,3 @@ [text-align-computed.html] - [Property text-align value 'justify'] - expected: FAIL - [Property text-align value 'match-parent'] expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/text-align-last-computed.html.ini b/tests/wpt/meta/css/css-text/parsing/text-align-last-computed.html.ini new file mode 100644 index 00000000000..caacd247918 --- /dev/null +++ b/tests/wpt/meta/css/css-text/parsing/text-align-last-computed.html.ini @@ -0,0 +1,24 @@ +[text-align-last-computed.html] + [Property text-align-last value 'auto'] + expected: FAIL + + [Property text-align-last value 'start'] + expected: FAIL + + [Property text-align-last value 'end'] + expected: FAIL + + [Property text-align-last value 'left'] + expected: FAIL + + [Property text-align-last value 'right'] + expected: FAIL + + [Property text-align-last value 'center'] + expected: FAIL + + [Property text-align-last value 'justify'] + expected: FAIL + + [Property text-align-last value 'match-parent'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/text-align-last-valid.html.ini b/tests/wpt/meta/css/css-text/parsing/text-align-last-valid.html.ini new file mode 100644 index 00000000000..7dfe1171ac5 --- /dev/null +++ b/tests/wpt/meta/css/css-text/parsing/text-align-last-valid.html.ini @@ -0,0 +1,24 @@ +[text-align-last-valid.html] + [e.style['text-align-last'\] = "auto" should set the property value] + expected: FAIL + + [e.style['text-align-last'\] = "start" should set the property value] + expected: FAIL + + [e.style['text-align-last'\] = "end" should set the property value] + expected: FAIL + + [e.style['text-align-last'\] = "left" should set the property value] + expected: FAIL + + [e.style['text-align-last'\] = "right" should set the property value] + expected: FAIL + + [e.style['text-align-last'\] = "center" should set the property value] + expected: FAIL + + [e.style['text-align-last'\] = "justify" should set the property value] + expected: FAIL + + [e.style['text-align-last'\] = "match-parent" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/text-align-valid.html.ini b/tests/wpt/meta/css/css-text/parsing/text-align-valid.html.ini index 973fcb42503..4ef079951d3 100644 --- a/tests/wpt/meta/css/css-text/parsing/text-align-valid.html.ini +++ b/tests/wpt/meta/css/css-text/parsing/text-align-valid.html.ini @@ -1,7 +1,4 @@ [text-align-valid.html] - [e.style['text-align'\] = "justify" should set the property value] - expected: FAIL - [e.style['text-align'\] = "match-parent" should set the property value] expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/text-autospace-computed.html.ini b/tests/wpt/meta/css/css-text/parsing/text-autospace-computed.html.ini new file mode 100644 index 00000000000..9b0fc900654 --- /dev/null +++ b/tests/wpt/meta/css/css-text/parsing/text-autospace-computed.html.ini @@ -0,0 +1,15 @@ +[text-autospace-computed.html] + [Property text-autospace value 'normal'] + expected: FAIL + + [Property text-autospace value 'no-autospace'] + expected: FAIL + + [Property text-autospace value 'auto'] + expected: FAIL + + [Property text-autospace value 'ideograph-alpha'] + expected: FAIL + + [Property text-autospace value 'ideograph-numeric'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/text-autospace-valid.html.ini b/tests/wpt/meta/css/css-text/parsing/text-autospace-valid.html.ini new file mode 100644 index 00000000000..77015f212ee --- /dev/null +++ b/tests/wpt/meta/css/css-text/parsing/text-autospace-valid.html.ini @@ -0,0 +1,30 @@ +[text-autospace-valid.html] + [e.style['text-autospace'\] = "normal" should set the property value] + expected: FAIL + + [e.style['text-autospace'\] = "no-autospace" should set the property value] + expected: FAIL + + [e.style['text-autospace'\] = "auto" should set the property value] + expected: FAIL + + [e.style['text-autospace'\] = "ideograph-alpha" should set the property value] + expected: FAIL + + [e.style['text-autospace'\] = "ideograph-numeric" should set the property value] + expected: FAIL + + [e.style['text-autospace'\] = "ideograph-alpha ideograph-numeric" should set the property value] + expected: FAIL + + [e.style['text-autospace'\] = "punctuation" should set the property value] + expected: FAIL + + [e.style['text-autospace'\] = "punctuation normal" should set the property value] + expected: FAIL + + [e.style['text-autospace'\] = "punctuation ideograph-alpha" should set the property value] + expected: FAIL + + [e.style['text-autospace'\] = "punctuation ideograph-alpha ideograph-numeric" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/text-transform-computed.html.ini b/tests/wpt/meta/css/css-text/parsing/text-transform-computed.html.ini index 0170010bd0b..8f297a21842 100644 --- a/tests/wpt/meta/css/css-text/parsing/text-transform-computed.html.ini +++ b/tests/wpt/meta/css/css-text/parsing/text-transform-computed.html.ini @@ -25,3 +25,6 @@ [Property text-transform value 'uppercase full-width full-size-kana'] expected: FAIL + + [Property text-transform value 'math-auto'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/text-transform-valid.html.ini b/tests/wpt/meta/css/css-text/parsing/text-transform-valid.html.ini index 95a544b2286..2d2017f8d23 100644 --- a/tests/wpt/meta/css/css-text/parsing/text-transform-valid.html.ini +++ b/tests/wpt/meta/css/css-text/parsing/text-transform-valid.html.ini @@ -52,3 +52,6 @@ [e.style['text-transform'\] = "full-size-kana full-width capitalize" should set the property value] expected: FAIL + + [e.style['text-transform'\] = "math-auto" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/white-space-computed.html.ini b/tests/wpt/meta/css/css-text/parsing/white-space-computed.html.ini new file mode 100644 index 00000000000..1d3df50a67a --- /dev/null +++ b/tests/wpt/meta/css/css-text/parsing/white-space-computed.html.ini @@ -0,0 +1,3 @@ +[white-space-computed.html] + [Property white-space value 'break-spaces'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/white-space-valid.html.ini b/tests/wpt/meta/css/css-text/parsing/white-space-valid.html.ini new file mode 100644 index 00000000000..b0c85a1621f --- /dev/null +++ b/tests/wpt/meta/css/css-text/parsing/white-space-valid.html.ini @@ -0,0 +1,3 @@ +[white-space-valid.html] + [e.style['white-space'\] = "break-spaces" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/word-boundary-detection-computed.html.ini b/tests/wpt/meta/css/css-text/parsing/word-boundary-detection-computed.html.ini new file mode 100644 index 00000000000..ac397c364d3 --- /dev/null +++ b/tests/wpt/meta/css/css-text/parsing/word-boundary-detection-computed.html.ini @@ -0,0 +1,6 @@ +[word-boundary-detection-computed.html] + [Property word-boundary-detection value 'normal'] + expected: FAIL + + [Property word-boundary-detection value 'manual'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/word-boundary-detection-valid.html.ini b/tests/wpt/meta/css/css-text/parsing/word-boundary-detection-valid.html.ini new file mode 100644 index 00000000000..fdd2a316ceb --- /dev/null +++ b/tests/wpt/meta/css/css-text/parsing/word-boundary-detection-valid.html.ini @@ -0,0 +1,6 @@ +[word-boundary-detection-valid.html] + [e.style['word-boundary-detection'\] = "normal" should set the property value] + expected: FAIL + + [e.style['word-boundary-detection'\] = "manual" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/word-boundary-expansion-computed.html.ini b/tests/wpt/meta/css/css-text/parsing/word-boundary-expansion-computed.html.ini new file mode 100644 index 00000000000..501387c036d --- /dev/null +++ b/tests/wpt/meta/css/css-text/parsing/word-boundary-expansion-computed.html.ini @@ -0,0 +1,9 @@ +[word-boundary-expansion-computed.html] + [Property word-boundary-expansion value 'none'] + expected: FAIL + + [Property word-boundary-expansion value 'space'] + expected: FAIL + + [Property word-boundary-expansion value 'ideographic-space'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/word-boundary-expansion-valid.html.ini b/tests/wpt/meta/css/css-text/parsing/word-boundary-expansion-valid.html.ini new file mode 100644 index 00000000000..3df060e1f23 --- /dev/null +++ b/tests/wpt/meta/css/css-text/parsing/word-boundary-expansion-valid.html.ini @@ -0,0 +1,9 @@ +[word-boundary-expansion-valid.html] + [e.style['word-boundary-expansion'\] = "none" should set the property value] + expected: FAIL + + [e.style['word-boundary-expansion'\] = "space" should set the property value] + expected: FAIL + + [e.style['word-boundary-expansion'\] = "ideographic-space" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/word-break-computed.html.ini b/tests/wpt/meta/css/css-text/parsing/word-break-computed.html.ini index a5543d60db3..360187f4958 100644 --- a/tests/wpt/meta/css/css-text/parsing/word-break-computed.html.ini +++ b/tests/wpt/meta/css/css-text/parsing/word-break-computed.html.ini @@ -10,3 +10,6 @@ [Property word-break value 'break-word'] expected: FAIL + + [Property word-break value 'auto-phrase'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/word-break-valid.html.ini b/tests/wpt/meta/css/css-text/parsing/word-break-valid.html.ini index 0d522033e22..21080b77bc2 100644 --- a/tests/wpt/meta/css/css-text/parsing/word-break-valid.html.ini +++ b/tests/wpt/meta/css/css-text/parsing/word-break-valid.html.ini @@ -10,3 +10,6 @@ [e.style['word-break'\] = "break-word" should set the property value] expected: FAIL + + [e.style['word-break'\] = "auto-phrase" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/parsing/word-spacing-invalid.html.ini b/tests/wpt/meta/css/css-text/parsing/word-spacing-invalid.html.ini new file mode 100644 index 00000000000..6a12a1878a5 --- /dev/null +++ b/tests/wpt/meta/css/css-text/parsing/word-spacing-invalid.html.ini @@ -0,0 +1,3 @@ +[word-spacing-invalid.html] + [e.style['word-spacing'\] = "20%" should not set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/shaping/reference/shaping-001-ref.html.ini b/tests/wpt/meta/css/css-text/shaping/reference/shaping-001-ref.html.ini new file mode 100644 index 00000000000..4dd39974a1f --- /dev/null +++ b/tests/wpt/meta/css/css-text/shaping/reference/shaping-001-ref.html.ini @@ -0,0 +1,2 @@ +[shaping-001-ref.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/shaping/reference/shaping-002-ref.html.ini b/tests/wpt/meta/css/css-text/shaping/reference/shaping-002-ref.html.ini new file mode 100644 index 00000000000..ba8f3bd25c6 --- /dev/null +++ b/tests/wpt/meta/css/css-text/shaping/reference/shaping-002-ref.html.ini @@ -0,0 +1,2 @@ +[shaping-002-ref.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/shaping/reference/shaping-003-ref.html.ini b/tests/wpt/meta/css/css-text/shaping/reference/shaping-003-ref.html.ini new file mode 100644 index 00000000000..d7596d53dcd --- /dev/null +++ b/tests/wpt/meta/css/css-text/shaping/reference/shaping-003-ref.html.ini @@ -0,0 +1,2 @@ +[shaping-003-ref.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/shaping/reference/shaping-008-ref.html.ini b/tests/wpt/meta/css/css-text/shaping/reference/shaping-008-ref.html.ini new file mode 100644 index 00000000000..72e4697e0c4 --- /dev/null +++ b/tests/wpt/meta/css/css-text/shaping/reference/shaping-008-ref.html.ini @@ -0,0 +1,2 @@ +[shaping-008-ref.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/shaping/reference/shaping-009-ref.html.ini b/tests/wpt/meta/css/css-text/shaping/reference/shaping-009-ref.html.ini new file mode 100644 index 00000000000..a454e7544d1 --- /dev/null +++ b/tests/wpt/meta/css/css-text/shaping/reference/shaping-009-ref.html.ini @@ -0,0 +1,2 @@ +[shaping-009-ref.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/shaping/reference/shaping-010-ref.html.ini b/tests/wpt/meta/css/css-text/shaping/reference/shaping-010-ref.html.ini new file mode 100644 index 00000000000..5cd24f212ed --- /dev/null +++ b/tests/wpt/meta/css/css-text/shaping/reference/shaping-010-ref.html.ini @@ -0,0 +1,2 @@ +[shaping-010-ref.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/shaping/reference/shaping-011-ref.html.ini b/tests/wpt/meta/css/css-text/shaping/reference/shaping-011-ref.html.ini new file mode 100644 index 00000000000..ae855864b96 --- /dev/null +++ b/tests/wpt/meta/css/css-text/shaping/reference/shaping-011-ref.html.ini @@ -0,0 +1,2 @@ +[shaping-011-ref.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/shaping/reference/shaping-020-ref.html.ini b/tests/wpt/meta/css/css-text/shaping/reference/shaping-020-ref.html.ini new file mode 100644 index 00000000000..43014fcbcca --- /dev/null +++ b/tests/wpt/meta/css/css-text/shaping/reference/shaping-020-ref.html.ini @@ -0,0 +1,2 @@ +[shaping-020-ref.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/shaping/reference/shaping-021-ref.html.ini b/tests/wpt/meta/css/css-text/shaping/reference/shaping-021-ref.html.ini new file mode 100644 index 00000000000..b99803ef7f7 --- /dev/null +++ b/tests/wpt/meta/css/css-text/shaping/reference/shaping-021-ref.html.ini @@ -0,0 +1,2 @@ +[shaping-021-ref.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/shaping/reference/shaping-023-ref.html.ini b/tests/wpt/meta/css/css-text/shaping/reference/shaping-023-ref.html.ini new file mode 100644 index 00000000000..5d9260aca14 --- /dev/null +++ b/tests/wpt/meta/css/css-text/shaping/reference/shaping-023-ref.html.ini @@ -0,0 +1,2 @@ +[shaping-023-ref.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/shaping/reference/shaping-024-ref.html.ini b/tests/wpt/meta/css/css-text/shaping/reference/shaping-024-ref.html.ini deleted file mode 100644 index 2e8413fc83c..00000000000 --- a/tests/wpt/meta/css/css-text/shaping/reference/shaping-024-ref.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[shaping-024-ref.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/shaping/reference/shaping-025-ref.html.ini b/tests/wpt/meta/css/css-text/shaping/reference/shaping-025-ref.html.ini deleted file mode 100644 index 45f52a2c7a9..00000000000 --- a/tests/wpt/meta/css/css-text/shaping/reference/shaping-025-ref.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[shaping-025-ref.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/shaping/shaping_lig-001.html.ini b/tests/wpt/meta/css/css-text/shaping/shaping_lig-001.html.ini deleted file mode 100644 index 2ad9471aac8..00000000000 --- a/tests/wpt/meta/css/css-text/shaping/shaping_lig-001.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[shaping_lig-001.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/tab-size/tab-min-rendered-width-1.html.ini b/tests/wpt/meta/css/css-text/tab-size/tab-min-rendered-width-1.html.ini new file mode 100644 index 00000000000..bcd481f82f6 --- /dev/null +++ b/tests/wpt/meta/css/css-text/tab-size/tab-min-rendered-width-1.html.ini @@ -0,0 +1,2 @@ +[tab-min-rendered-width-1.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/tab-size/tab-size-inheritance-001.html.ini b/tests/wpt/meta/css/css-text/tab-size/tab-size-inheritance-001.html.ini new file mode 100644 index 00000000000..9950ceeb7d8 --- /dev/null +++ b/tests/wpt/meta/css/css-text/tab-size/tab-size-inheritance-001.html.ini @@ -0,0 +1,2 @@ +[tab-size-inheritance-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/tab-size/tab-size-spacing-001.html.ini b/tests/wpt/meta/css/css-text/tab-size/tab-size-spacing-001.html.ini new file mode 100644 index 00000000000..5624b971579 --- /dev/null +++ b/tests/wpt/meta/css/css-text/tab-size/tab-size-spacing-001.html.ini @@ -0,0 +1,2 @@ +[tab-size-spacing-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/tab-size/tab-size.html.ini b/tests/wpt/meta/css/css-text/tab-size/tab-size.html.ini new file mode 100644 index 00000000000..b58f6971690 --- /dev/null +++ b/tests/wpt/meta/css/css-text/tab-size/tab-size.html.ini @@ -0,0 +1,3 @@ +[tab-size.html] + [Test tab-size measurements] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-align/text-align-end-003.html.ini b/tests/wpt/meta/css/css-text/text-align/text-align-end-003.html.ini new file mode 100644 index 00000000000..f077bfc99e9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-align/text-align-end-003.html.ini @@ -0,0 +1,2 @@ +[text-align-end-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-align/text-align-end-007.html.ini b/tests/wpt/meta/css/css-text/text-align/text-align-end-007.html.ini new file mode 100644 index 00000000000..97499998f50 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-align/text-align-end-007.html.ini @@ -0,0 +1,2 @@ +[text-align-end-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-align/text-align-end-009.html.ini b/tests/wpt/meta/css/css-text/text-align/text-align-end-009.html.ini new file mode 100644 index 00000000000..50869a31527 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-align/text-align-end-009.html.ini @@ -0,0 +1,2 @@ +[text-align-end-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-align/text-align-end-014.html.ini b/tests/wpt/meta/css/css-text/text-align/text-align-end-014.html.ini new file mode 100644 index 00000000000..8a7b2753aa7 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-align/text-align-end-014.html.ini @@ -0,0 +1,2 @@ +[text-align-end-014.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-align/text-align-end-016.html.ini b/tests/wpt/meta/css/css-text/text-align/text-align-end-016.html.ini new file mode 100644 index 00000000000..2d62818f592 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-align/text-align-end-016.html.ini @@ -0,0 +1,2 @@ +[text-align-end-016.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-align/text-align-justify-003.html.ini b/tests/wpt/meta/css/css-text/text-align/text-align-justify-003.html.ini new file mode 100644 index 00000000000..36a20de56f5 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-align/text-align-justify-003.html.ini @@ -0,0 +1,2 @@ +[text-align-justify-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-align/text-align-justify-005.html.ini b/tests/wpt/meta/css/css-text/text-align/text-align-justify-005.html.ini new file mode 100644 index 00000000000..8118b5f9f29 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-align/text-align-justify-005.html.ini @@ -0,0 +1,2 @@ +[text-align-justify-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-align/text-align-justifyall-001.html.ini b/tests/wpt/meta/css/css-text/text-align/text-align-justifyall-001.html.ini new file mode 100644 index 00000000000..3d108b1ed7d --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-align/text-align-justifyall-001.html.ini @@ -0,0 +1,2 @@ +[text-align-justifyall-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-align/text-align-justifyall-002.html.ini b/tests/wpt/meta/css/css-text/text-align/text-align-justifyall-002.html.ini new file mode 100644 index 00000000000..dd1e8bcfd2c --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-align/text-align-justifyall-002.html.ini @@ -0,0 +1,2 @@ +[text-align-justifyall-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-align/text-align-justifyall-003.html.ini b/tests/wpt/meta/css/css-text/text-align/text-align-justifyall-003.html.ini new file mode 100644 index 00000000000..5dee9a98b2e --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-align/text-align-justifyall-003.html.ini @@ -0,0 +1,2 @@ +[text-align-justifyall-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-align/text-align-justifyall-004.html.ini b/tests/wpt/meta/css/css-text/text-align/text-align-justifyall-004.html.ini new file mode 100644 index 00000000000..4dde867f48a --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-align/text-align-justifyall-004.html.ini @@ -0,0 +1,2 @@ +[text-align-justifyall-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-align/text-align-justifyall-005.html.ini b/tests/wpt/meta/css/css-text/text-align/text-align-justifyall-005.html.ini new file mode 100644 index 00000000000..324ff4252f0 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-align/text-align-justifyall-005.html.ini @@ -0,0 +1,2 @@ +[text-align-justifyall-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-align/text-align-justifyall-006.html.ini b/tests/wpt/meta/css/css-text/text-align/text-align-justifyall-006.html.ini new file mode 100644 index 00000000000..e55e1432895 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-align/text-align-justifyall-006.html.ini @@ -0,0 +1,2 @@ +[text-align-justifyall-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-align/text-align-last-wins-001.html.ini b/tests/wpt/meta/css/css-text/text-align/text-align-last-wins-001.html.ini new file mode 100644 index 00000000000..4c9d37a3754 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-align/text-align-last-wins-001.html.ini @@ -0,0 +1,2 @@ +[text-align-last-wins-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-align/text-align-start-003.html.ini b/tests/wpt/meta/css/css-text/text-align/text-align-start-003.html.ini new file mode 100644 index 00000000000..e80ca065cef --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-align/text-align-start-003.html.ini @@ -0,0 +1,2 @@ +[text-align-start-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-align/text-align-start-007.html.ini b/tests/wpt/meta/css/css-text/text-align/text-align-start-007.html.ini new file mode 100644 index 00000000000..c61aadb3c97 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-align/text-align-start-007.html.ini @@ -0,0 +1,2 @@ +[text-align-start-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-align/text-align-start-009.html.ini b/tests/wpt/meta/css/css-text/text-align/text-align-start-009.html.ini new file mode 100644 index 00000000000..99ce17f8602 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-align/text-align-start-009.html.ini @@ -0,0 +1,2 @@ +[text-align-start-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-align/text-align-start-014.html.ini b/tests/wpt/meta/css/css-text/text-align/text-align-start-014.html.ini new file mode 100644 index 00000000000..cfbb9c59518 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-align/text-align-start-014.html.ini @@ -0,0 +1,2 @@ +[text-align-start-014.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-align/text-align-start-016.html.ini b/tests/wpt/meta/css/css-text/text-align/text-align-start-016.html.ini new file mode 100644 index 00000000000..8125297f3ad --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-align/text-align-start-016.html.ini @@ -0,0 +1,2 @@ +[text-align-start-016.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-encoding/shaping-join-002.html.ini b/tests/wpt/meta/css/css-text/text-encoding/shaping-join-002.html.ini new file mode 100644 index 00000000000..68f5eace7c7 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-encoding/shaping-join-002.html.ini @@ -0,0 +1,2 @@ +[shaping-join-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-encoding/shaping-no-join-002.html.ini b/tests/wpt/meta/css/css-text/text-encoding/shaping-no-join-002.html.ini new file mode 100644 index 00000000000..3b964f9a988 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-encoding/shaping-no-join-002.html.ini @@ -0,0 +1,2 @@ +[shaping-no-join-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-encoding/shaping-tatweel-002.html.ini b/tests/wpt/meta/css/css-text/text-encoding/shaping-tatweel-002.html.ini new file mode 100644 index 00000000000..78289b18a29 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-encoding/shaping-tatweel-002.html.ini @@ -0,0 +1,2 @@ +[shaping-tatweel-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-indent/percentage-value-intrinsic-size.html.ini b/tests/wpt/meta/css/css-text/text-indent/percentage-value-intrinsic-size.html.ini deleted file mode 100644 index 9cd5abea877..00000000000 --- a/tests/wpt/meta/css/css-text/text-indent/percentage-value-intrinsic-size.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[percentage-value-intrinsic-size.html] - [#container 1] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-indent/text-indent-min-max-content-001.html.ini b/tests/wpt/meta/css/css-text/text-indent/text-indent-min-max-content-001.html.ini new file mode 100644 index 00000000000..079e8009d6e --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-indent/text-indent-min-max-content-001.html.ini @@ -0,0 +1,2 @@ +[text-indent-min-max-content-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-justify/text-justify-006.html.ini b/tests/wpt/meta/css/css-text/text-justify/text-justify-006.html.ini new file mode 100644 index 00000000000..46b8c900f38 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-justify/text-justify-006.html.ini @@ -0,0 +1,2 @@ +[text-justify-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-justify/text-justify-distribute-001.html.ini b/tests/wpt/meta/css/css-text/text-justify/text-justify-distribute-001.html.ini new file mode 100644 index 00000000000..5658e395339 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-justify/text-justify-distribute-001.html.ini @@ -0,0 +1,2 @@ +[text-justify-distribute-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-justify/text-justify-inter-character-001.html.ini b/tests/wpt/meta/css/css-text/text-justify/text-justify-inter-character-001.html.ini new file mode 100644 index 00000000000..ae700c80de6 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-justify/text-justify-inter-character-001.html.ini @@ -0,0 +1,2 @@ +[text-justify-inter-character-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-stroke-width-subpixel.html.ini b/tests/wpt/meta/css/css-text/text-stroke-width-subpixel.html.ini new file mode 100644 index 00000000000..b60ebc9df3a --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-stroke-width-subpixel.html.ini @@ -0,0 +1,2 @@ +[text-stroke-width-subpixel.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/math/text-transform-math-auto-001.html.ini b/tests/wpt/meta/css/css-text/text-transform/math/text-transform-math-auto-001.html.ini new file mode 100644 index 00000000000..36f0472490b --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/math/text-transform-math-auto-001.html.ini @@ -0,0 +1,2 @@ +[text-transform-math-auto-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/math/text-transform-math-auto-002.html.ini b/tests/wpt/meta/css/css-text/text-transform/math/text-transform-math-auto-002.html.ini new file mode 100644 index 00000000000..5eee4898f47 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/math/text-transform-math-auto-002.html.ini @@ -0,0 +1,2 @@ +[text-transform-math-auto-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-001.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-001.html.ini new file mode 100644 index 00000000000..5e5a56d5e0b --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-001.html.ini @@ -0,0 +1,2 @@ +[text-transform-capitalize-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-003.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-003.html.ini new file mode 100644 index 00000000000..a931df9be25 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-003.html.ini @@ -0,0 +1,2 @@ +[text-transform-capitalize-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-005.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-005.html.ini new file mode 100644 index 00000000000..7fa3a2ca9ac --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-005.html.ini @@ -0,0 +1,2 @@ +[text-transform-capitalize-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-007.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-007.html.ini new file mode 100644 index 00000000000..55b3e1dad77 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-007.html.ini @@ -0,0 +1,2 @@ +[text-transform-capitalize-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-009.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-009.html.ini new file mode 100644 index 00000000000..59944a14efe --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-009.html.ini @@ -0,0 +1,2 @@ +[text-transform-capitalize-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-010.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-010.html.ini new file mode 100644 index 00000000000..12f6c05cd92 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-010.html.ini @@ -0,0 +1,2 @@ +[text-transform-capitalize-010.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-014.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-014.html.ini new file mode 100644 index 00000000000..4080d27f0bc --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-014.html.ini @@ -0,0 +1,2 @@ +[text-transform-capitalize-014.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-016.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-016.html.ini new file mode 100644 index 00000000000..7cacdd9d23a --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-016.html.ini @@ -0,0 +1,2 @@ +[text-transform-capitalize-016.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-018.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-018.html.ini new file mode 100644 index 00000000000..be8ba325fbe --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-018.html.ini @@ -0,0 +1,2 @@ +[text-transform-capitalize-018.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-020.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-020.html.ini new file mode 100644 index 00000000000..b5f92c394a0 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-020.html.ini @@ -0,0 +1,2 @@ +[text-transform-capitalize-020.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-022.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-022.html.ini new file mode 100644 index 00000000000..f4a6665417c --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-022.html.ini @@ -0,0 +1,2 @@ +[text-transform-capitalize-022.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-024.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-024.html.ini new file mode 100644 index 00000000000..d3c4f1350d0 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-024.html.ini @@ -0,0 +1,2 @@ +[text-transform-capitalize-024.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-028.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-028.html.ini new file mode 100644 index 00000000000..c094f855697 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-028.html.ini @@ -0,0 +1,2 @@ +[text-transform-capitalize-028.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-030.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-030.html.ini new file mode 100644 index 00000000000..a56bc01b636 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-030.html.ini @@ -0,0 +1,2 @@ +[text-transform-capitalize-030.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-031.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-031.html.ini new file mode 100644 index 00000000000..a5610b88c88 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-031.html.ini @@ -0,0 +1,2 @@ +[text-transform-capitalize-031.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-032.xht.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-032.xht.ini new file mode 100644 index 00000000000..ad22a380995 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-032.xht.ini @@ -0,0 +1,2 @@ +[text-transform-capitalize-032.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-033.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-033.html.ini new file mode 100644 index 00000000000..52c09703856 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-033.html.ini @@ -0,0 +1,2 @@ +[text-transform-capitalize-033.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-034.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-034.html.ini new file mode 100644 index 00000000000..06ea12663c6 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-capitalize-034.html.ini @@ -0,0 +1,2 @@ +[text-transform-capitalize-034.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-001.xht.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-001.xht.ini new file mode 100644 index 00000000000..727473895c3 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-001.xht.ini @@ -0,0 +1,2 @@ +[text-transform-fullwidth-001.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-002.xht.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-002.xht.ini new file mode 100644 index 00000000000..70976f94465 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-002.xht.ini @@ -0,0 +1,2 @@ +[text-transform-fullwidth-002.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-004.xht.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-004.xht.ini new file mode 100644 index 00000000000..235a78bacab --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-004.xht.ini @@ -0,0 +1,2 @@ +[text-transform-fullwidth-004.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-005.xht.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-005.xht.ini new file mode 100644 index 00000000000..cc047089001 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-005.xht.ini @@ -0,0 +1,2 @@ +[text-transform-fullwidth-005.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-006.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-006.html.ini deleted file mode 100644 index 6dc1e5970da..00000000000 --- a/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-006.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[text-transform-fullwidth-006.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-008.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-008.html.ini new file mode 100644 index 00000000000..bc8acd33275 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-008.html.ini @@ -0,0 +1,2 @@ +[text-transform-fullwidth-008.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-009.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-009.html.ini new file mode 100644 index 00000000000..958e252ef12 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-fullwidth-009.html.ini @@ -0,0 +1,2 @@ +[text-transform-fullwidth-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-multiple-001.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-multiple-001.html.ini new file mode 100644 index 00000000000..f109b41c0f0 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-multiple-001.html.ini @@ -0,0 +1,2 @@ +[text-transform-multiple-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-001.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-001.html.ini new file mode 100644 index 00000000000..529e3f337b3 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-001.html.ini @@ -0,0 +1,2 @@ +[text-transform-tailoring-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-002.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-002.html.ini new file mode 100644 index 00000000000..fed05a50fc5 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-002.html.ini @@ -0,0 +1,2 @@ +[text-transform-tailoring-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-002a.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-002a.html.ini new file mode 100644 index 00000000000..69778d26ab5 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-002a.html.ini @@ -0,0 +1,2 @@ +[text-transform-tailoring-002a.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-003.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-003.html.ini new file mode 100644 index 00000000000..9f0bbb6b1e9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-003.html.ini @@ -0,0 +1,2 @@ +[text-transform-tailoring-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-004.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-004.html.ini new file mode 100644 index 00000000000..15a786a7a7f --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-004.html.ini @@ -0,0 +1,2 @@ +[text-transform-tailoring-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-005.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-005.html.ini new file mode 100644 index 00000000000..90d48dd7bd4 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-tailoring-005.html.ini @@ -0,0 +1,2 @@ +[text-transform-tailoring-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-001.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-001.html.ini new file mode 100644 index 00000000000..dbcbe8f2a19 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-001.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-002.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-002.html.ini new file mode 100644 index 00000000000..68e1b5e67d8 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-002.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-003.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-003.html.ini new file mode 100644 index 00000000000..4c2804062ff --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-003.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-004.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-004.html.ini new file mode 100644 index 00000000000..73630a341c9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-004.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-005.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-005.html.ini new file mode 100644 index 00000000000..ebb924b114d --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-005.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-006.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-006.html.ini new file mode 100644 index 00000000000..4bd1a86a542 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-006.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-007.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-007.html.ini new file mode 100644 index 00000000000..e62717f9454 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-007.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-008.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-008.html.ini new file mode 100644 index 00000000000..6637a2d1af7 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-008.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-008.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-009.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-009.html.ini new file mode 100644 index 00000000000..4ff33640996 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-009.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-010.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-010.html.ini new file mode 100644 index 00000000000..23934703a43 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-010.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-010.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-014.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-014.html.ini new file mode 100644 index 00000000000..a976dd4f972 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-014.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-014.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-015.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-015.html.ini new file mode 100644 index 00000000000..d6a36544113 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-015.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-015.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-016.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-016.html.ini new file mode 100644 index 00000000000..7df5d38e4c0 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-016.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-016.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-017.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-017.html.ini new file mode 100644 index 00000000000..bc40213dc86 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-017.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-017.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-018.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-018.html.ini new file mode 100644 index 00000000000..01c5093b3e9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-018.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-018.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-019.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-019.html.ini new file mode 100644 index 00000000000..7e5eba19508 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-019.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-019.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-020.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-020.html.ini new file mode 100644 index 00000000000..c481384c0d3 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-020.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-020.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-021.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-021.html.ini new file mode 100644 index 00000000000..eb6561b73d9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-021.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-021.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-022.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-022.html.ini new file mode 100644 index 00000000000..415342c2a9a --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-022.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-022.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-023.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-023.html.ini new file mode 100644 index 00000000000..a8774257f7e --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-023.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-023.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-024.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-024.html.ini new file mode 100644 index 00000000000..3e333ddfb9b --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-024.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-024.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-025.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-025.html.ini new file mode 100644 index 00000000000..60b6cd6ead7 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-025.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-025.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-028.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-028.html.ini new file mode 100644 index 00000000000..dfb6bb54be3 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-028.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-028.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-029.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-029.html.ini new file mode 100644 index 00000000000..5e0124a7b87 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-029.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-029.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-030.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-030.html.ini new file mode 100644 index 00000000000..d908c8345bb --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-030.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-030.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-031.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-031.html.ini new file mode 100644 index 00000000000..5c2857047f5 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-031.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-031.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-032.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-032.html.ini new file mode 100644 index 00000000000..495733aca8e --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-032.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-032.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-033.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-033.html.ini new file mode 100644 index 00000000000..93680225969 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-033.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-033.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-034.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-034.html.ini new file mode 100644 index 00000000000..768d6add1bb --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-034.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-034.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-035.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-035.html.ini new file mode 100644 index 00000000000..c07e56d2d1d --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-035.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-035.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-038.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-038.html.ini new file mode 100644 index 00000000000..a9a5c24640c --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-038.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-038.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-039.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-039.html.ini new file mode 100644 index 00000000000..e269d21286e --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-039.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-039.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-040.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-040.html.ini new file mode 100644 index 00000000000..a94289f65dc --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-040.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-040.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-041.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-041.html.ini new file mode 100644 index 00000000000..d9c0c892d42 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-041.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-041.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-042.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-042.html.ini new file mode 100644 index 00000000000..8ee4b37bfbc --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-042.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-042.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-043.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-043.html.ini new file mode 100644 index 00000000000..402c93d6d2f --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-043.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-043.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-044.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-044.html.ini new file mode 100644 index 00000000000..eadf5023dab --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-044.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-044.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-101.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-101.html.ini new file mode 100644 index 00000000000..33fa2d18fbe --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-101.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-101.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-102.html.ini b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-102.html.ini new file mode 100644 index 00000000000..8536ff45923 --- /dev/null +++ b/tests/wpt/meta/css/css-text/text-transform/text-transform-upperlower-102.html.ini @@ -0,0 +1,2 @@ +[text-transform-upperlower-102.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-001.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-001.html.ini new file mode 100644 index 00000000000..7c6bb38b1e9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-001.html.ini @@ -0,0 +1,2 @@ +[break-spaces-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-003.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-003.html.ini new file mode 100644 index 00000000000..a160b7288b1 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-003.html.ini @@ -0,0 +1,2 @@ +[break-spaces-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-004.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-004.html.ini new file mode 100644 index 00000000000..3b579655b8e --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-004.html.ini @@ -0,0 +1,2 @@ +[break-spaces-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-005.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-005.html.ini new file mode 100644 index 00000000000..c2c621bfe62 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-005.html.ini @@ -0,0 +1,2 @@ +[break-spaces-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-006.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-006.html.ini new file mode 100644 index 00000000000..971ef8db445 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-006.html.ini @@ -0,0 +1,2 @@ +[break-spaces-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-007.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-007.html.ini new file mode 100644 index 00000000000..8f26da2e6ee --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-007.html.ini @@ -0,0 +1,2 @@ +[break-spaces-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-008.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-008.html.ini new file mode 100644 index 00000000000..129efde61a2 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-008.html.ini @@ -0,0 +1,2 @@ +[break-spaces-008.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-009.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-009.html.ini new file mode 100644 index 00000000000..61175c0921c --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-009.html.ini @@ -0,0 +1,2 @@ +[break-spaces-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-010.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-010.html.ini new file mode 100644 index 00000000000..b72f8f18a38 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-010.html.ini @@ -0,0 +1,2 @@ +[break-spaces-010.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-011.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-011.html.ini new file mode 100644 index 00000000000..1f5e74a33d4 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-011.html.ini @@ -0,0 +1,2 @@ +[break-spaces-011.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-001.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-001.html.ini new file mode 100644 index 00000000000..80aaeca0eeb --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-001.html.ini @@ -0,0 +1,2 @@ +[break-spaces-before-first-char-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-002.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-002.html.ini new file mode 100644 index 00000000000..9dc0540fc66 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-002.html.ini @@ -0,0 +1,2 @@ +[break-spaces-before-first-char-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-003.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-003.html.ini new file mode 100644 index 00000000000..fe0885b3de3 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-003.html.ini @@ -0,0 +1,2 @@ +[break-spaces-before-first-char-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-004.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-004.html.ini new file mode 100644 index 00000000000..8bb38167f07 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-004.html.ini @@ -0,0 +1,2 @@ +[break-spaces-before-first-char-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-005.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-005.html.ini new file mode 100644 index 00000000000..51ee0defe2f --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-005.html.ini @@ -0,0 +1,2 @@ +[break-spaces-before-first-char-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-006.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-006.html.ini new file mode 100644 index 00000000000..d8aded28e2b --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-006.html.ini @@ -0,0 +1,2 @@ +[break-spaces-before-first-char-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-007.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-007.html.ini new file mode 100644 index 00000000000..6b57fb594cd --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-007.html.ini @@ -0,0 +1,2 @@ +[break-spaces-before-first-char-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-008.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-008.html.ini new file mode 100644 index 00000000000..84f6384ca8c --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-008.html.ini @@ -0,0 +1,2 @@ +[break-spaces-before-first-char-008.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-009.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-009.html.ini new file mode 100644 index 00000000000..e999eeabd4f --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-009.html.ini @@ -0,0 +1,2 @@ +[break-spaces-before-first-char-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-010.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-010.html.ini new file mode 100644 index 00000000000..eff7d4cc6d5 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-010.html.ini @@ -0,0 +1,2 @@ +[break-spaces-before-first-char-010.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-011.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-011.html.ini new file mode 100644 index 00000000000..306a987ef19 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-011.html.ini @@ -0,0 +1,2 @@ +[break-spaces-before-first-char-011.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-012.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-012.html.ini new file mode 100644 index 00000000000..e392aa6877a --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-012.html.ini @@ -0,0 +1,2 @@ +[break-spaces-before-first-char-012.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-013.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-013.html.ini new file mode 100644 index 00000000000..b3a82cd174f --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-013.html.ini @@ -0,0 +1,2 @@ +[break-spaces-before-first-char-013.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-014.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-014.html.ini new file mode 100644 index 00000000000..683b54c4520 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-014.html.ini @@ -0,0 +1,2 @@ +[break-spaces-before-first-char-014.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-015.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-015.html.ini new file mode 100644 index 00000000000..3f4a1af7489 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-015.html.ini @@ -0,0 +1,2 @@ +[break-spaces-before-first-char-015.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-016.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-016.html.ini new file mode 100644 index 00000000000..a2be3661272 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-016.html.ini @@ -0,0 +1,2 @@ +[break-spaces-before-first-char-016.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-017.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-017.html.ini new file mode 100644 index 00000000000..12fc5765951 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-017.html.ini @@ -0,0 +1,2 @@ +[break-spaces-before-first-char-017.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-018.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-018.html.ini new file mode 100644 index 00000000000..b584d74aae3 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-before-first-char-018.html.ini @@ -0,0 +1,2 @@ +[break-spaces-before-first-char-018.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-tab-001.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-tab-001.html.ini new file mode 100644 index 00000000000..60df723fea1 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-tab-001.html.ini @@ -0,0 +1,2 @@ +[break-spaces-tab-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-tab-002.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-tab-002.html.ini new file mode 100644 index 00000000000..abd0c320782 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-tab-002.html.ini @@ -0,0 +1,2 @@ +[break-spaces-tab-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-tab-003.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-tab-003.html.ini new file mode 100644 index 00000000000..89e35aacba2 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-tab-003.html.ini @@ -0,0 +1,2 @@ +[break-spaces-tab-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-tab-004.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-tab-004.html.ini new file mode 100644 index 00000000000..ee3821915a7 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-tab-004.html.ini @@ -0,0 +1,2 @@ +[break-spaces-tab-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-tab-005.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-tab-005.html.ini new file mode 100644 index 00000000000..565ab24b816 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-tab-005.html.ini @@ -0,0 +1,2 @@ +[break-spaces-tab-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-tab-006.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-tab-006.html.ini new file mode 100644 index 00000000000..4318f34445a --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-tab-006.html.ini @@ -0,0 +1,2 @@ +[break-spaces-tab-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-with-ideographic-space-004.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-ideographic-space-004.html.ini deleted file mode 100644 index a47d71afa66..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/break-spaces-with-ideographic-space-004.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[break-spaces-with-ideographic-space-004.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-with-ideographic-space-007.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-ideographic-space-007.html.ini deleted file mode 100644 index d34fcbdddac..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/break-spaces-with-ideographic-space-007.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[break-spaces-with-ideographic-space-007.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-001.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-001.html.ini new file mode 100644 index 00000000000..0a40eef3b5c --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-001.html.ini @@ -0,0 +1,2 @@ +[break-spaces-with-overflow-wrap-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-002.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-002.html.ini new file mode 100644 index 00000000000..8f901e2bbc3 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-002.html.ini @@ -0,0 +1,2 @@ +[break-spaces-with-overflow-wrap-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-003.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-003.html.ini new file mode 100644 index 00000000000..9099541de3f --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-003.html.ini @@ -0,0 +1,2 @@ +[break-spaces-with-overflow-wrap-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-004.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-004.html.ini new file mode 100644 index 00000000000..2de09bb7489 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-004.html.ini @@ -0,0 +1,2 @@ +[break-spaces-with-overflow-wrap-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-005.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-005.html.ini new file mode 100644 index 00000000000..a628f2c6a61 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-005.html.ini @@ -0,0 +1,2 @@ +[break-spaces-with-overflow-wrap-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-006.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-006.html.ini new file mode 100644 index 00000000000..a802a80f700 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-006.html.ini @@ -0,0 +1,2 @@ +[break-spaces-with-overflow-wrap-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-007.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-007.html.ini new file mode 100644 index 00000000000..17362d676fd --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-007.html.ini @@ -0,0 +1,2 @@ +[break-spaces-with-overflow-wrap-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-008.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-008.html.ini new file mode 100644 index 00000000000..4f3dd71e757 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-008.html.ini @@ -0,0 +1,2 @@ +[break-spaces-with-overflow-wrap-008.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-009.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-009.html.ini new file mode 100644 index 00000000000..41d52652db6 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-009.html.ini @@ -0,0 +1,2 @@ +[break-spaces-with-overflow-wrap-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-010.html.ini b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-010.html.ini new file mode 100644 index 00000000000..e4c87cfe658 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/break-spaces-with-overflow-wrap-010.html.ini @@ -0,0 +1,2 @@ +[break-spaces-with-overflow-wrap-010.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/control-chars-00C.html.ini b/tests/wpt/meta/css/css-text/white-space/control-chars-00C.html.ini new file mode 100644 index 00000000000..0bc6acbb14d --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/control-chars-00C.html.ini @@ -0,0 +1,2 @@ +[control-chars-00C.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/control-chars-00D.html.ini b/tests/wpt/meta/css/css-text/white-space/control-chars-00D.html.ini new file mode 100644 index 00000000000..c1b4dc8af5d --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/control-chars-00D.html.ini @@ -0,0 +1,2 @@ +[control-chars-00D.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/display-contents-remove-whitespace-change.html.ini b/tests/wpt/meta/css/css-text/white-space/display-contents-remove-whitespace-change.html.ini deleted file mode 100644 index f30d2a7266c..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/display-contents-remove-whitespace-change.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[display-contents-remove-whitespace-change.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/eol-spaces-bidi-001.html.ini b/tests/wpt/meta/css/css-text/white-space/eol-spaces-bidi-001.html.ini new file mode 100644 index 00000000000..eafc8f6012c --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/eol-spaces-bidi-001.html.ini @@ -0,0 +1,2 @@ +[eol-spaces-bidi-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/full-width-leading-spaces-002.html.ini b/tests/wpt/meta/css/css-text/white-space/full-width-leading-spaces-002.html.ini deleted file mode 100644 index fcdfae95226..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/full-width-leading-spaces-002.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[full-width-leading-spaces-002.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/full-width-leading-spaces-003.html.ini b/tests/wpt/meta/css/css-text/white-space/full-width-leading-spaces-003.html.ini deleted file mode 100644 index 09aab2016a1..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/full-width-leading-spaces-003.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[full-width-leading-spaces-003.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/full-width-leading-spaces-005.html.ini b/tests/wpt/meta/css/css-text/white-space/full-width-leading-spaces-005.html.ini deleted file mode 100644 index 2fe494376b5..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/full-width-leading-spaces-005.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[full-width-leading-spaces-005.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/line-edge-white-space-collapse-001.html.ini b/tests/wpt/meta/css/css-text/white-space/line-edge-white-space-collapse-001.html.ini new file mode 100644 index 00000000000..8c95fc3b691 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/line-edge-white-space-collapse-001.html.ini @@ -0,0 +1,2 @@ +[line-edge-white-space-collapse-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/line-edge-white-space-collapse-002.html.ini b/tests/wpt/meta/css/css-text/white-space/line-edge-white-space-collapse-002.html.ini new file mode 100644 index 00000000000..754626ab7bc --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/line-edge-white-space-collapse-002.html.ini @@ -0,0 +1,2 @@ +[line-edge-white-space-collapse-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/object-replacement-1.html.ini b/tests/wpt/meta/css/css-text/white-space/object-replacement-1.html.ini new file mode 100644 index 00000000000..f1928d9dce5 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/object-replacement-1.html.ini @@ -0,0 +1,2 @@ +[object-replacement-1.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/object-replacement-2.html.ini b/tests/wpt/meta/css/css-text/white-space/object-replacement-2.html.ini new file mode 100644 index 00000000000..8c6e4c62de3 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/object-replacement-2.html.ini @@ -0,0 +1,2 @@ +[object-replacement-2.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-float-001.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-float-001.html.ini new file mode 100644 index 00000000000..cb52264545b --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-float-001.html.ini @@ -0,0 +1,2 @@ +[pre-float-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-line-with-space-and-newline.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-line-with-space-and-newline.html.ini deleted file mode 100644 index 94d44abe456..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/pre-line-with-space-and-newline.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[pre-line-with-space-and-newline.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-001.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-001.html.ini new file mode 100644 index 00000000000..bbd66f9b4bf --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-001.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-002.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-002.html.ini new file mode 100644 index 00000000000..f1c90a7727c --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-002.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-003.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-003.html.ini new file mode 100644 index 00000000000..d37dfc68a45 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-003.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-004.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-004.html.ini new file mode 100644 index 00000000000..9fb1c924859 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-004.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-005.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-005.html.ini new file mode 100644 index 00000000000..3610344cfe9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-005.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-006.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-006.html.ini new file mode 100644 index 00000000000..832e5dfd79e --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-006.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-007.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-007.html.ini new file mode 100644 index 00000000000..db1e5be184f --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-007.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-008.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-008.html.ini new file mode 100644 index 00000000000..7347535e71e --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-008.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-008.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-009.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-009.html.ini new file mode 100644 index 00000000000..6b908f61ec1 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-009.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-011.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-011.html.ini new file mode 100644 index 00000000000..bb0ba0afe0d --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-011.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-011.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-012.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-012.html.ini new file mode 100644 index 00000000000..ad5a035d5f9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-012.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-012.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-013.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-013.html.ini new file mode 100644 index 00000000000..27a4a1b189d --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-013.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-013.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-014.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-014.html.ini new file mode 100644 index 00000000000..11c523245cc --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-014.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-014.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-015.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-015.html.ini new file mode 100644 index 00000000000..1e110cf2423 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-015.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-015.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-017.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-017.html.ini new file mode 100644 index 00000000000..750e1959546 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-017.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-017.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-018.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-018.html.ini new file mode 100644 index 00000000000..43602b2e21b --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-018.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-018.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-019.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-019.html.ini new file mode 100644 index 00000000000..793142eff28 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-019.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-019.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-020.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-020.html.ini new file mode 100644 index 00000000000..2954a812945 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-020.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-020.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-float-001.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-float-001.html.ini new file mode 100644 index 00000000000..6345438ea47 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-float-001.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-float-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-004.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-004.html.ini new file mode 100644 index 00000000000..62ec0b19b4c --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-004.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-leading-spaces-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-005.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-005.html.ini new file mode 100644 index 00000000000..70951d71c06 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-005.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-leading-spaces-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-006.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-006.html.ini new file mode 100644 index 00000000000..92a368aac84 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-006.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-leading-spaces-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-007.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-007.html.ini new file mode 100644 index 00000000000..60d9bc3af59 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-007.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-leading-spaces-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-008.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-008.html.ini new file mode 100644 index 00000000000..5cd14487019 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-008.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-leading-spaces-008.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-009.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-009.html.ini new file mode 100644 index 00000000000..1adcebcf535 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-009.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-leading-spaces-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-010.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-010.html.ini new file mode 100644 index 00000000000..c2934bcba3a --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-010.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-leading-spaces-010.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-011.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-011.html.ini new file mode 100644 index 00000000000..ea88321d248 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-011.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-leading-spaces-011.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-012.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-012.html.ini new file mode 100644 index 00000000000..3b734712ee3 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-012.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-leading-spaces-012.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-013.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-013.html.ini new file mode 100644 index 00000000000..6ad9a12a91a --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-013.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-leading-spaces-013.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-014.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-014.html.ini new file mode 100644 index 00000000000..5fafae91ec2 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-leading-spaces-014.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-leading-spaces-014.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-tab-001.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-tab-001.html.ini new file mode 100644 index 00000000000..f40b22a19fb --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-tab-001.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-tab-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-tab-003.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-tab-003.html.ini new file mode 100644 index 00000000000..1e1ad3d26d9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-tab-003.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-tab-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-tab-004.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-tab-004.html.ini new file mode 100644 index 00000000000..be41d949134 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-tab-004.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-tab-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-tab-005.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-tab-005.html.ini new file mode 100644 index 00000000000..94cb1f1692c --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-tab-005.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-tab-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/pre-wrap-tab-006.html.ini b/tests/wpt/meta/css/css-text/white-space/pre-wrap-tab-006.html.ini new file mode 100644 index 00000000000..c19ca42771b --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/pre-wrap-tab-006.html.ini @@ -0,0 +1,2 @@ +[pre-wrap-tab-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-001.html.ini b/tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-001.html.ini new file mode 100644 index 00000000000..745df31c422 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-001.html.ini @@ -0,0 +1,2 @@ +[tab-stop-threshold-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-002.html.ini b/tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-002.html.ini new file mode 100644 index 00000000000..03ea5114da9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-002.html.ini @@ -0,0 +1,2 @@ +[tab-stop-threshold-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-003.html.ini b/tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-003.html.ini new file mode 100644 index 00000000000..795b0629e4e --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-003.html.ini @@ -0,0 +1,2 @@ +[tab-stop-threshold-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-004.html.ini b/tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-004.html.ini new file mode 100644 index 00000000000..94f3bed1527 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-004.html.ini @@ -0,0 +1,2 @@ +[tab-stop-threshold-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-005.html.ini b/tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-005.html.ini new file mode 100644 index 00000000000..24e74516b9f --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-005.html.ini @@ -0,0 +1,2 @@ +[tab-stop-threshold-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-006.html.ini b/tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-006.html.ini new file mode 100644 index 00000000000..fe22ef9105d --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/tab-stop-threshold-006.html.ini @@ -0,0 +1,2 @@ +[tab-stop-threshold-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/text-space-collapse-discard-001.xht.ini b/tests/wpt/meta/css/css-text/white-space/text-space-collapse-discard-001.xht.ini new file mode 100644 index 00000000000..c7046e79914 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/text-space-collapse-discard-001.xht.ini @@ -0,0 +1,2 @@ +[text-space-collapse-discard-001.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/text-space-collapse-preserve-breaks-001.xht.ini b/tests/wpt/meta/css/css-text/white-space/text-space-collapse-preserve-breaks-001.xht.ini new file mode 100644 index 00000000000..343f85988a2 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/text-space-collapse-preserve-breaks-001.xht.ini @@ -0,0 +1,2 @@ +[text-space-collapse-preserve-breaks-001.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/text-space-trim-trim-inner-001.xht.ini b/tests/wpt/meta/css/css-text/white-space/text-space-trim-trim-inner-001.xht.ini new file mode 100644 index 00000000000..52470fe1c5b --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/text-space-trim-trim-inner-001.xht.ini @@ -0,0 +1,2 @@ +[text-space-trim-trim-inner-001.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/text-wrap-balance-002.html.ini b/tests/wpt/meta/css/css-text/white-space/text-wrap-balance-002.html.ini new file mode 100644 index 00000000000..2da3336ac63 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/text-wrap-balance-002.html.ini @@ -0,0 +1,2 @@ +[text-wrap-balance-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/text-wrap-balance-text-indent-001.html.ini b/tests/wpt/meta/css/css-text/white-space/text-wrap-balance-text-indent-001.html.ini new file mode 100644 index 00000000000..48b87812311 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/text-wrap-balance-text-indent-001.html.ini @@ -0,0 +1,2 @@ +[text-wrap-balance-text-indent-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/textarea-break-spaces-001.html.ini b/tests/wpt/meta/css/css-text/white-space/textarea-break-spaces-001.html.ini new file mode 100644 index 00000000000..9b7b6e3c872 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/textarea-break-spaces-001.html.ini @@ -0,0 +1,2 @@ +[textarea-break-spaces-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/textarea-break-spaces-002.html.ini b/tests/wpt/meta/css/css-text/white-space/textarea-break-spaces-002.html.ini new file mode 100644 index 00000000000..fe737dcb602 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/textarea-break-spaces-002.html.ini @@ -0,0 +1,2 @@ +[textarea-break-spaces-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-001.html.ini b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-001.html.ini new file mode 100644 index 00000000000..25425534015 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-001.html.ini @@ -0,0 +1,2 @@ +[textarea-pre-wrap-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-002.html.ini b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-002.html.ini new file mode 100644 index 00000000000..1a9f7544ed6 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-002.html.ini @@ -0,0 +1,2 @@ +[textarea-pre-wrap-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-003.html.ini b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-003.html.ini new file mode 100644 index 00000000000..3a8addee39b --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-003.html.ini @@ -0,0 +1,2 @@ +[textarea-pre-wrap-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-004.html.ini b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-004.html.ini new file mode 100644 index 00000000000..ad7ac442d7b --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-004.html.ini @@ -0,0 +1,2 @@ +[textarea-pre-wrap-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-005.html.ini b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-005.html.ini new file mode 100644 index 00000000000..5f96bb43a6c --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-005.html.ini @@ -0,0 +1,2 @@ +[textarea-pre-wrap-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-006.html.ini b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-006.html.ini new file mode 100644 index 00000000000..2a7940d6673 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-006.html.ini @@ -0,0 +1,2 @@ +[textarea-pre-wrap-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-007.html.ini b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-007.html.ini new file mode 100644 index 00000000000..dd9d05f1b76 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-007.html.ini @@ -0,0 +1,2 @@ +[textarea-pre-wrap-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-011.html.ini b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-011.html.ini new file mode 100644 index 00000000000..aec6bb195ac --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-011.html.ini @@ -0,0 +1,2 @@ +[textarea-pre-wrap-011.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-012.html.ini b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-012.html.ini new file mode 100644 index 00000000000..2cb0af53694 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-012.html.ini @@ -0,0 +1,2 @@ +[textarea-pre-wrap-012.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-013.html.ini b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-013.html.ini new file mode 100644 index 00000000000..1b63e233099 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-013.html.ini @@ -0,0 +1,2 @@ +[textarea-pre-wrap-013.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-014.html.ini b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-014.html.ini new file mode 100644 index 00000000000..bfb8e02d55c --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/textarea-pre-wrap-014.html.ini @@ -0,0 +1,2 @@ +[textarea-pre-wrap-014.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-001.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-001.html.ini new file mode 100644 index 00000000000..12265ea1cca --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-001.html.ini @@ -0,0 +1,2 @@ +[trailing-ideographic-space-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-002.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-002.html.ini new file mode 100644 index 00000000000..05500f1e117 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-002.html.ini @@ -0,0 +1,2 @@ +[trailing-ideographic-space-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-003.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-003.html.ini deleted file mode 100644 index d980b17ea91..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-003.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[trailing-ideographic-space-003.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-006.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-006.html.ini deleted file mode 100644 index e4b5afd0046..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-006.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[trailing-ideographic-space-006.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-008.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-008.html.ini deleted file mode 100644 index dcb797c4692..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-008.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[trailing-ideographic-space-008.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-011.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-011.html.ini new file mode 100644 index 00000000000..ddde7788d61 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-011.html.ini @@ -0,0 +1,2 @@ +[trailing-ideographic-space-011.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-012.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-012.html.ini deleted file mode 100644 index bf5dcbeda7e..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-012.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[trailing-ideographic-space-012.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-013.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-013.html.ini deleted file mode 100644 index abfa0f1c4e1..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-013.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[trailing-ideographic-space-013.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-014.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-014.html.ini deleted file mode 100644 index e2e13b4622c..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-014.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[trailing-ideographic-space-014.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-015.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-015.html.ini new file mode 100644 index 00000000000..fdca1f9bf5a --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-015.html.ini @@ -0,0 +1,2 @@ +[trailing-ideographic-space-015.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-016.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-016.html.ini new file mode 100644 index 00000000000..9af0921a3c7 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-016.html.ini @@ -0,0 +1,2 @@ +[trailing-ideographic-space-016.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-017.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-017.html.ini deleted file mode 100644 index 2c1bad15821..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-017.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[trailing-ideographic-space-017.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-018.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-018.html.ini deleted file mode 100644 index ecf45a123c4..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-018.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[trailing-ideographic-space-018.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-019.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-019.html.ini deleted file mode 100644 index dd154eefe1c..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-019.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[trailing-ideographic-space-019.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-020.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-020.html.ini deleted file mode 100644 index 5fa4cc584b7..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-020.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[trailing-ideographic-space-020.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-021.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-021.html.ini deleted file mode 100644 index 118b5de8d33..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-021.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[trailing-ideographic-space-021.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-022.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-022.html.ini deleted file mode 100644 index cd1cddefbd5..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-022.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[trailing-ideographic-space-022.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-023.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-023.html.ini deleted file mode 100644 index 3dc63b6bab6..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-023.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[trailing-ideographic-space-023.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-024.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-024.html.ini deleted file mode 100644 index 0deeb0a0b58..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-024.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[trailing-ideographic-space-024.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-025.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-025.html.ini deleted file mode 100644 index 82271027ed2..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-ideographic-space-025.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[trailing-ideographic-space-025.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-001.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-001.html.ini new file mode 100644 index 00000000000..f7372b7b307 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-001.html.ini @@ -0,0 +1,2 @@ +[trailing-other-space-separators-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-002.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-002.html.ini new file mode 100644 index 00000000000..1c03638b114 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-002.html.ini @@ -0,0 +1,2 @@ +[trailing-other-space-separators-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-003.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-003.html.ini new file mode 100644 index 00000000000..9cf3d6ea839 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-003.html.ini @@ -0,0 +1,2 @@ +[trailing-other-space-separators-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-004.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-004.html.ini new file mode 100644 index 00000000000..0e1bbd4ccac --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-004.html.ini @@ -0,0 +1,2 @@ +[trailing-other-space-separators-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-break-spaces-004.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-break-spaces-004.html.ini deleted file mode 100644 index 3257d1b4d49..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-break-spaces-004.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[trailing-other-space-separators-break-spaces-004.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-break-spaces-007.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-break-spaces-007.html.ini deleted file mode 100644 index 98f844212dd..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-break-spaces-007.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[trailing-other-space-separators-break-spaces-007.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-break-spaces-008.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-break-spaces-008.html.ini deleted file mode 100644 index f6bf6aa789e..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-break-spaces-008.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[trailing-other-space-separators-break-spaces-008.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-break-spaces-012.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-break-spaces-012.html.ini deleted file mode 100644 index c4ec0fbcc2f..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-break-spaces-012.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[trailing-other-space-separators-break-spaces-012.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-break-spaces-015.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-break-spaces-015.html.ini deleted file mode 100644 index 2318c013698..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-other-space-separators-break-spaces-015.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[trailing-other-space-separators-break-spaces-015.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-space-align-start.tentative.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-space-align-start.tentative.html.ini new file mode 100644 index 00000000000..12cff3ab4cd --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/trailing-space-align-start.tentative.html.ini @@ -0,0 +1,2 @@ +[trailing-space-align-start.tentative.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-space-and-text-alignment-003.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-space-and-text-alignment-003.html.ini new file mode 100644 index 00000000000..fa50727e424 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/trailing-space-and-text-alignment-003.html.ini @@ -0,0 +1,2 @@ +[trailing-space-and-text-alignment-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-space-and-text-alignment-004.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-space-and-text-alignment-004.html.ini new file mode 100644 index 00000000000..69a27d8a034 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/trailing-space-and-text-alignment-004.html.ini @@ -0,0 +1,2 @@ +[trailing-space-and-text-alignment-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-space-and-text-alignment-rtl-003.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-space-and-text-alignment-rtl-003.html.ini new file mode 100644 index 00000000000..b219bf63b8c --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/trailing-space-and-text-alignment-rtl-003.html.ini @@ -0,0 +1,2 @@ +[trailing-space-and-text-alignment-rtl-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-space-before-br-001.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-space-before-br-001.html.ini deleted file mode 100644 index 039b4885639..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/trailing-space-before-br-001.html.ini +++ /dev/null @@ -1,18 +0,0 @@ -[trailing-space-before-br-001.html] - [1111 ] - expected: FAIL - - [ 1111 ] - expected: FAIL - - [1111
] - expected: FAIL - - [1111
] - expected: FAIL - - [1111
] - expected: FAIL - - [1111
] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/trailing-space-in-inline-box.html.ini b/tests/wpt/meta/css/css-text/white-space/trailing-space-in-inline-box.html.ini new file mode 100644 index 00000000000..9af2b9056d7 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/trailing-space-in-inline-box.html.ini @@ -0,0 +1,9 @@ +[trailing-space-in-inline-box.html] + [Preserved trailing spaces in inline boxes should hang] + expected: FAIL + + [Preserved trailing spaces in inline boxes should hang 1] + expected: FAIL + + [Preserved trailing spaces in inline boxes should hang 2] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/white-space-applies-to-text-001.html.ini b/tests/wpt/meta/css/css-text/white-space/white-space-applies-to-text-001.html.ini new file mode 100644 index 00000000000..7fbfd410dbf --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/white-space-applies-to-text-001.html.ini @@ -0,0 +1,2 @@ +[white-space-applies-to-text-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/white-space-intrinsic-size-001.html.ini b/tests/wpt/meta/css/css-text/white-space/white-space-intrinsic-size-001.html.ini new file mode 100644 index 00000000000..6bfbd15b49d --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/white-space-intrinsic-size-001.html.ini @@ -0,0 +1,2 @@ +[white-space-intrinsic-size-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/white-space-intrinsic-size-002.html.ini b/tests/wpt/meta/css/css-text/white-space/white-space-intrinsic-size-002.html.ini new file mode 100644 index 00000000000..bddf7af6aae --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/white-space-intrinsic-size-002.html.ini @@ -0,0 +1,2 @@ +[white-space-intrinsic-size-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/white-space-intrinsic-size-003.html.ini b/tests/wpt/meta/css/css-text/white-space/white-space-intrinsic-size-003.html.ini new file mode 100644 index 00000000000..60f075ed1e3 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/white-space-intrinsic-size-003.html.ini @@ -0,0 +1,2 @@ +[white-space-intrinsic-size-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/white-space-intrinsic-size-004.html.ini b/tests/wpt/meta/css/css-text/white-space/white-space-intrinsic-size-004.html.ini new file mode 100644 index 00000000000..ec010b1bfd9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/white-space-intrinsic-size-004.html.ini @@ -0,0 +1,2 @@ +[white-space-intrinsic-size-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-justify-001.html.ini b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-justify-001.html.ini new file mode 100644 index 00000000000..e3231d12ba1 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-justify-001.html.ini @@ -0,0 +1,2 @@ +[white-space-pre-wrap-justify-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-justify-002.html.ini b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-justify-002.html.ini new file mode 100644 index 00000000000..06a8420f427 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-justify-002.html.ini @@ -0,0 +1,2 @@ +[white-space-pre-wrap-justify-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-justify-003.html.ini b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-justify-003.html.ini new file mode 100644 index 00000000000..dc0e0c3b943 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-justify-003.html.ini @@ -0,0 +1,2 @@ +[white-space-pre-wrap-justify-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-justify-004.html.ini b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-justify-004.html.ini new file mode 100644 index 00000000000..c8b58192041 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-justify-004.html.ini @@ -0,0 +1,2 @@ +[white-space-pre-wrap-justify-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-001.html.ini b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-001.html.ini new file mode 100644 index 00000000000..5be7dd6e397 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-001.html.ini @@ -0,0 +1,2 @@ +[white-space-pre-wrap-trailing-spaces-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-002.html.ini b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-002.html.ini new file mode 100644 index 00000000000..6e57d825a39 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-002.html.ini @@ -0,0 +1,2 @@ +[white-space-pre-wrap-trailing-spaces-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-003.html.ini b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-003.html.ini new file mode 100644 index 00000000000..0630953f69a --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-003.html.ini @@ -0,0 +1,2 @@ +[white-space-pre-wrap-trailing-spaces-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-004.html.ini b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-004.html.ini deleted file mode 100644 index 9c4a95efad0..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-004.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[white-space-pre-wrap-trailing-spaces-004.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-005.html.ini b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-005.html.ini new file mode 100644 index 00000000000..3316960bcb6 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-005.html.ini @@ -0,0 +1,2 @@ +[white-space-pre-wrap-trailing-spaces-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-007.html.ini b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-007.html.ini new file mode 100644 index 00000000000..871f3de0ebb --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-007.html.ini @@ -0,0 +1,2 @@ +[white-space-pre-wrap-trailing-spaces-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-008.html.ini b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-008.html.ini new file mode 100644 index 00000000000..74798f57999 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-008.html.ini @@ -0,0 +1,2 @@ +[white-space-pre-wrap-trailing-spaces-008.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-011.html.ini b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-011.html.ini new file mode 100644 index 00000000000..9a188c58a74 --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/white-space-pre-wrap-trailing-spaces-011.html.ini @@ -0,0 +1,2 @@ +[white-space-pre-wrap-trailing-spaces-011.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/white-space-vs-joiners-001.html.ini b/tests/wpt/meta/css/css-text/white-space/white-space-vs-joiners-001.html.ini new file mode 100644 index 00000000000..8873df75f2f --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/white-space-vs-joiners-001.html.ini @@ -0,0 +1,2 @@ +[white-space-vs-joiners-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/white-space-zero-fontsize-002.html.ini b/tests/wpt/meta/css/css-text/white-space/white-space-zero-fontsize-002.html.ini new file mode 100644 index 00000000000..132bd51076f --- /dev/null +++ b/tests/wpt/meta/css/css-text/white-space/white-space-zero-fontsize-002.html.ini @@ -0,0 +1,2 @@ +[white-space-zero-fontsize-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-001.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-001.html.ini new file mode 100644 index 00000000000..201a7f68bc6 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-001.html.ini @@ -0,0 +1,2 @@ +[word-boundary-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-002.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-002.html.ini new file mode 100644 index 00000000000..671edc8c6b6 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-002.html.ini @@ -0,0 +1,2 @@ +[word-boundary-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-003.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-003.html.ini new file mode 100644 index 00000000000..dcc7ea518e3 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-003.html.ini @@ -0,0 +1,2 @@ +[word-boundary-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-004.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-004.html.ini new file mode 100644 index 00000000000..c2ed0704079 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-004.html.ini @@ -0,0 +1,2 @@ +[word-boundary-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-005.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-005.html.ini new file mode 100644 index 00000000000..5c8f8888bf1 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-005.html.ini @@ -0,0 +1,2 @@ +[word-boundary-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-006.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-006.html.ini new file mode 100644 index 00000000000..59990e91eff --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-006.html.ini @@ -0,0 +1,2 @@ +[word-boundary-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-007.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-007.html.ini new file mode 100644 index 00000000000..e4f9fe57f1c --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-007.html.ini @@ -0,0 +1,2 @@ +[word-boundary-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-008.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-008.html.ini new file mode 100644 index 00000000000..3d3bda613ff --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-008.html.ini @@ -0,0 +1,2 @@ +[word-boundary-008.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-009.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-009.html.ini new file mode 100644 index 00000000000..bf153d1a569 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-009.html.ini @@ -0,0 +1,2 @@ +[word-boundary-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-010.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-010.html.ini new file mode 100644 index 00000000000..bb02af24b3d --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-010.html.ini @@ -0,0 +1,2 @@ +[word-boundary-010.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-011.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-011.html.ini new file mode 100644 index 00000000000..bacbc5fdf59 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-011.html.ini @@ -0,0 +1,2 @@ +[word-boundary-011.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-012.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-012.html.ini new file mode 100644 index 00000000000..00e16d20863 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-012.html.ini @@ -0,0 +1,2 @@ +[word-boundary-012.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-013.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-013.html.ini new file mode 100644 index 00000000000..0171725420f --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-013.html.ini @@ -0,0 +1,2 @@ +[word-boundary-013.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-014.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-014.html.ini new file mode 100644 index 00000000000..705d9e14464 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-014.html.ini @@ -0,0 +1,2 @@ +[word-boundary-014.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-102.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-102.html.ini new file mode 100644 index 00000000000..0e40fcb9f09 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-102.html.ini @@ -0,0 +1,2 @@ +[word-boundary-102.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-103.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-103.html.ini new file mode 100644 index 00000000000..27899b63155 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-103.html.ini @@ -0,0 +1,2 @@ +[word-boundary-103.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-104.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-104.html.ini new file mode 100644 index 00000000000..77f96a47ac0 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-104.html.ini @@ -0,0 +1,2 @@ +[word-boundary-104.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-105.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-105.html.ini new file mode 100644 index 00000000000..840044bc006 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-105.html.ini @@ -0,0 +1,2 @@ +[word-boundary-105.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-107.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-107.html.ini new file mode 100644 index 00000000000..63d6fcc1168 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-107.html.ini @@ -0,0 +1,2 @@ +[word-boundary-107.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-108.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-108.html.ini new file mode 100644 index 00000000000..767d3ca5a00 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-108.html.ini @@ -0,0 +1,2 @@ +[word-boundary-108.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-109.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-109.html.ini new file mode 100644 index 00000000000..7fcf6cd2867 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-109.html.ini @@ -0,0 +1,2 @@ +[word-boundary-109.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-110.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-110.html.ini new file mode 100644 index 00000000000..a17d0a24611 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-110.html.ini @@ -0,0 +1,2 @@ +[word-boundary-110.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-112.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-112.html.ini new file mode 100644 index 00000000000..ee07c319feb --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-112.html.ini @@ -0,0 +1,2 @@ +[word-boundary-112.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-113.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-113.html.ini new file mode 100644 index 00000000000..abea305088f --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-113.html.ini @@ -0,0 +1,2 @@ +[word-boundary-113.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-114.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-114.html.ini new file mode 100644 index 00000000000..da95790bcf8 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-114.html.ini @@ -0,0 +1,2 @@ +[word-boundary-114.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-115.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-115.html.ini new file mode 100644 index 00000000000..d85c5512b66 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-115.html.ini @@ -0,0 +1,2 @@ +[word-boundary-115.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-116.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-116.html.ini new file mode 100644 index 00000000000..6968d8f652c --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-116.html.ini @@ -0,0 +1,2 @@ +[word-boundary-116.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-117.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-117.html.ini new file mode 100644 index 00000000000..f62025e8326 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-117.html.ini @@ -0,0 +1,2 @@ +[word-boundary-117.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-118.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-118.html.ini new file mode 100644 index 00000000000..7d7e9975994 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-118.html.ini @@ -0,0 +1,2 @@ +[word-boundary-118.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-119.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-119.html.ini new file mode 100644 index 00000000000..fab9077f0b5 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-119.html.ini @@ -0,0 +1,2 @@ +[word-boundary-119.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-120.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-120.html.ini new file mode 100644 index 00000000000..450539a5df9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-120.html.ini @@ -0,0 +1,2 @@ +[word-boundary-120.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-121.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-121.html.ini new file mode 100644 index 00000000000..0337c634dd9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-121.html.ini @@ -0,0 +1,2 @@ +[word-boundary-121.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-122.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-122.html.ini new file mode 100644 index 00000000000..ece305eb8a4 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-122.html.ini @@ -0,0 +1,2 @@ +[word-boundary-122.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-123.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-123.html.ini new file mode 100644 index 00000000000..2ec608aa4fd --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-123.html.ini @@ -0,0 +1,2 @@ +[word-boundary-123.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-124.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-124.html.ini new file mode 100644 index 00000000000..199463f5151 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-124.html.ini @@ -0,0 +1,2 @@ +[word-boundary-124.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-125.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-125.html.ini new file mode 100644 index 00000000000..0acaeca9615 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-125.html.ini @@ -0,0 +1,2 @@ +[word-boundary-125.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-126.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-126.html.ini new file mode 100644 index 00000000000..024b35d55b2 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-126.html.ini @@ -0,0 +1,2 @@ +[word-boundary-126.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-127.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-127.html.ini new file mode 100644 index 00000000000..7e43d876903 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-127.html.ini @@ -0,0 +1,2 @@ +[word-boundary-127.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-128.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-128.html.ini new file mode 100644 index 00000000000..c517a4e1d54 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-128.html.ini @@ -0,0 +1,2 @@ +[word-boundary-128.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-boundary/word-boundary-129.html.ini b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-129.html.ini new file mode 100644 index 00000000000..d14e053675b --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-boundary/word-boundary-129.html.ini @@ -0,0 +1,2 @@ +[word-boundary-129.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/auto-phrase/word-break-auto-phrase-intrinsic-001.html.ini b/tests/wpt/meta/css/css-text/word-break/auto-phrase/word-break-auto-phrase-intrinsic-001.html.ini new file mode 100644 index 00000000000..5c0879ee3ed --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/auto-phrase/word-break-auto-phrase-intrinsic-001.html.ini @@ -0,0 +1,2 @@ +[word-break-auto-phrase-intrinsic-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/auto-phrase/word-break-auto-phrase-overflow-001.html.ini b/tests/wpt/meta/css/css-text/word-break/auto-phrase/word-break-auto-phrase-overflow-001.html.ini new file mode 100644 index 00000000000..fdd06184003 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/auto-phrase/word-break-auto-phrase-overflow-001.html.ini @@ -0,0 +1,2 @@ +[word-break-auto-phrase-overflow-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/auto-phrase/word-break-auto-phrase-wbr-nobr-001.html.ini b/tests/wpt/meta/css/css-text/word-break/auto-phrase/word-break-auto-phrase-wbr-nobr-001.html.ini new file mode 100644 index 00000000000..f3e550ce2e1 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/auto-phrase/word-break-auto-phrase-wbr-nobr-001.html.ini @@ -0,0 +1,2 @@ +[word-break-auto-phrase-wbr-nobr-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/auto-phrase/word-break-auto-phrase-wbr-nobr-002.html.ini b/tests/wpt/meta/css/css-text/word-break/auto-phrase/word-break-auto-phrase-wbr-nobr-002.html.ini new file mode 100644 index 00000000000..4b95771bc4c --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/auto-phrase/word-break-auto-phrase-wbr-nobr-002.html.ini @@ -0,0 +1,2 @@ +[word-break-auto-phrase-wbr-nobr-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/break-boundary-2-chars-001.html.ini b/tests/wpt/meta/css/css-text/word-break/break-boundary-2-chars-001.html.ini new file mode 100644 index 00000000000..32c5e8e6275 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/break-boundary-2-chars-001.html.ini @@ -0,0 +1,2 @@ +[break-boundary-2-chars-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-000.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-000.html.ini deleted file mode 100644 index 43c6e201584..00000000000 --- a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-000.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[word-break-break-all-000.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-002.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-002.html.ini deleted file mode 100644 index 3e409b0bce8..00000000000 --- a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-002.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[word-break-break-all-002.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-004.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-004.html.ini new file mode 100644 index 00000000000..5a015896e6e --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-004.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-005.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-005.html.ini deleted file mode 100644 index 0fbcfcbb552..00000000000 --- a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-005.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[word-break-break-all-005.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-007.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-007.html.ini new file mode 100644 index 00000000000..192f64b0826 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-007.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-010.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-010.html.ini new file mode 100644 index 00000000000..e6a156581dd --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-010.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-010.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-012.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-012.html.ini new file mode 100644 index 00000000000..508737adbc1 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-012.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-012.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-013.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-013.html.ini new file mode 100644 index 00000000000..9985af751f7 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-013.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-013.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-014.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-014.html.ini deleted file mode 100644 index 78724dd30f2..00000000000 --- a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-014.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[word-break-break-all-014.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-015.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-015.html.ini new file mode 100644 index 00000000000..fcbca62a5dd --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-015.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-015.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-016.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-016.html.ini new file mode 100644 index 00000000000..22f4e89102f --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-016.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-016.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-017.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-017.html.ini new file mode 100644 index 00000000000..b082956b57d --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-017.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-017.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-018.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-018.html.ini new file mode 100644 index 00000000000..09af04d6002 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-018.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-018.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-019.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-019.html.ini new file mode 100644 index 00000000000..3f4c8f34f6d --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-019.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-019.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-020.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-020.html.ini new file mode 100644 index 00000000000..f83f0f26ad5 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-020.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-020.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-021.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-021.html.ini new file mode 100644 index 00000000000..b033359c1a3 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-021.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-021.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-022.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-022.html.ini new file mode 100644 index 00000000000..fb43c7a317d --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-022.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-022.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-023.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-023.html.ini new file mode 100644 index 00000000000..c315c1cdb27 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-023.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-023.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-024.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-024.html.ini new file mode 100644 index 00000000000..92c57b89c45 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-024.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-024.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-025.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-025.html.ini new file mode 100644 index 00000000000..443a906bae9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-025.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-025.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-026.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-026.html.ini new file mode 100644 index 00000000000..6480c719137 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-026.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-026.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-027.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-027.html.ini new file mode 100644 index 00000000000..2634f0c6218 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-027.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-027.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-029.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-029.html.ini new file mode 100644 index 00000000000..aa320b774fd --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-029.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-029.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-030.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-030.html.ini new file mode 100644 index 00000000000..d446bda392d --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-030.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-030.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-ethiopic.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-ethiopic.html.ini deleted file mode 100644 index 4cd08ee4c34..00000000000 --- a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-ethiopic.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[word-break-break-all-ethiopic.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-001.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-001.html.ini new file mode 100644 index 00000000000..0f396c663c4 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-001.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-inline-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-002.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-002.html.ini new file mode 100644 index 00000000000..e86e1765b9b --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-002.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-inline-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-003.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-003.html.ini new file mode 100644 index 00000000000..2a056602ead --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-003.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-inline-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-004.tentative.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-004.tentative.html.ini new file mode 100644 index 00000000000..4f8a76e98c7 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-004.tentative.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-inline-004.tentative.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-005.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-005.html.ini new file mode 100644 index 00000000000..4f1710521b9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-005.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-inline-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-006.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-006.html.ini new file mode 100644 index 00000000000..4196a13f72a --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-006.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-inline-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-007.tentative.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-007.tentative.html.ini new file mode 100644 index 00000000000..0aad3a150dd --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-007.tentative.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-inline-007.tentative.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-009.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-009.html.ini new file mode 100644 index 00000000000..8b0de9552fc --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-break-all-inline-009.html.ini @@ -0,0 +1,2 @@ +[word-break-break-all-inline-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-001.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-001.html.ini new file mode 100644 index 00000000000..e896667fbc5 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-001.html.ini @@ -0,0 +1,2 @@ +[word-break-keep-all-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-002.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-002.html.ini new file mode 100644 index 00000000000..88e455b139a --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-002.html.ini @@ -0,0 +1,2 @@ +[word-break-keep-all-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-003.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-003.html.ini new file mode 100644 index 00000000000..58bd11eebbf --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-003.html.ini @@ -0,0 +1,2 @@ +[word-break-keep-all-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-005.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-005.html.ini new file mode 100644 index 00000000000..feddd4f48c1 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-005.html.ini @@ -0,0 +1,2 @@ +[word-break-keep-all-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-006.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-006.html.ini new file mode 100644 index 00000000000..3a512b4a124 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-006.html.ini @@ -0,0 +1,2 @@ +[word-break-keep-all-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-007.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-007.html.ini new file mode 100644 index 00000000000..0610498c013 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-007.html.ini @@ -0,0 +1,2 @@ +[word-break-keep-all-007.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-008.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-008.html.ini new file mode 100644 index 00000000000..0ae96b6eb3c --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-008.html.ini @@ -0,0 +1,2 @@ +[word-break-keep-all-008.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-010.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-010.html.ini new file mode 100644 index 00000000000..851b8559322 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-keep-all-010.html.ini @@ -0,0 +1,2 @@ +[word-break-keep-all-010.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-min-content-001.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-min-content-001.html.ini new file mode 100644 index 00000000000..3ba7eb5584f --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-min-content-001.html.ini @@ -0,0 +1,2 @@ +[word-break-min-content-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-min-content-002.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-min-content-002.html.ini new file mode 100644 index 00000000000..a99d99d6ec9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-min-content-002.html.ini @@ -0,0 +1,2 @@ +[word-break-min-content-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-min-content-003.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-min-content-003.html.ini deleted file mode 100644 index 37993de3a17..00000000000 --- a/tests/wpt/meta/css/css-text/word-break/word-break-min-content-003.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[word-break-min-content-003.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-min-content-004.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-min-content-004.html.ini new file mode 100644 index 00000000000..5e0ed296c95 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-min-content-004.html.ini @@ -0,0 +1,2 @@ +[word-break-min-content-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-min-content-005.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-min-content-005.html.ini new file mode 100644 index 00000000000..50024d9fcfc --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-min-content-005.html.ini @@ -0,0 +1,2 @@ +[word-break-min-content-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-min-content-006.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-min-content-006.html.ini new file mode 100644 index 00000000000..505329f9ad9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-min-content-006.html.ini @@ -0,0 +1,2 @@ +[word-break-min-content-006.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-normal-001.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-normal-001.html.ini deleted file mode 100644 index 4ba098044d6..00000000000 --- a/tests/wpt/meta/css/css-text/word-break/word-break-normal-001.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[word-break-normal-001.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-normal-ar-000.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-normal-ar-000.html.ini new file mode 100644 index 00000000000..b79a864a815 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-normal-ar-000.html.ini @@ -0,0 +1,2 @@ +[word-break-normal-ar-000.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-normal-bo-000.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-normal-bo-000.html.ini new file mode 100644 index 00000000000..a915f014bd9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-normal-bo-000.html.ini @@ -0,0 +1,2 @@ +[word-break-normal-bo-000.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-normal-ethiopic.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-normal-ethiopic.html.ini deleted file mode 100644 index b91c2e6ee1f..00000000000 --- a/tests/wpt/meta/css/css-text/word-break/word-break-normal-ethiopic.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[word-break-normal-ethiopic.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-normal-hi-000.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-normal-hi-000.html.ini new file mode 100644 index 00000000000..f5aad2ba353 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-normal-hi-000.html.ini @@ -0,0 +1,2 @@ +[word-break-normal-hi-000.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-normal-ja-000.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-normal-ja-000.html.ini deleted file mode 100644 index 3c329316942..00000000000 --- a/tests/wpt/meta/css/css-text/word-break/word-break-normal-ja-000.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[word-break-normal-ja-000.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-normal-ja-001.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-normal-ja-001.html.ini deleted file mode 100644 index a046e471b17..00000000000 --- a/tests/wpt/meta/css/css-text/word-break/word-break-normal-ja-001.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[word-break-normal-ja-001.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-normal-ja-002.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-normal-ja-002.html.ini deleted file mode 100644 index 15244a12fa2..00000000000 --- a/tests/wpt/meta/css/css-text/word-break/word-break-normal-ja-002.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[word-break-normal-ja-002.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-normal-ja-004.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-normal-ja-004.html.ini deleted file mode 100644 index 8f6de798490..00000000000 --- a/tests/wpt/meta/css/css-text/word-break/word-break-normal-ja-004.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[word-break-normal-ja-004.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-normal-km-000.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-normal-km-000.html.ini new file mode 100644 index 00000000000..da11ac5e514 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-normal-km-000.html.ini @@ -0,0 +1,2 @@ +[word-break-normal-km-000.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-normal-ko-000.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-normal-ko-000.html.ini deleted file mode 100644 index e1297171e90..00000000000 --- a/tests/wpt/meta/css/css-text/word-break/word-break-normal-ko-000.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[word-break-normal-ko-000.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-normal-lo-000.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-normal-lo-000.html.ini new file mode 100644 index 00000000000..76faa74b51d --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-normal-lo-000.html.ini @@ -0,0 +1,2 @@ +[word-break-normal-lo-000.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-normal-my-000.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-normal-my-000.html.ini new file mode 100644 index 00000000000..a9a60953dae --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-normal-my-000.html.ini @@ -0,0 +1,2 @@ +[word-break-normal-my-000.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-normal-tdd-000.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-normal-tdd-000.html.ini new file mode 100644 index 00000000000..d019855a2c3 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-normal-tdd-000.html.ini @@ -0,0 +1,2 @@ +[word-break-normal-tdd-000.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-normal-th-000.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-normal-th-000.html.ini new file mode 100644 index 00000000000..db1cf94a0b8 --- /dev/null +++ b/tests/wpt/meta/css/css-text/word-break/word-break-normal-th-000.html.ini @@ -0,0 +1,2 @@ +[word-break-normal-th-000.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/word-break/word-break-normal-zh-000.html.ini b/tests/wpt/meta/css/css-text/word-break/word-break-normal-zh-000.html.ini deleted file mode 100644 index f5f672c4271..00000000000 --- a/tests/wpt/meta/css/css-text/word-break/word-break-normal-zh-000.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[word-break-normal-zh-000.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/writing-system/writing-system-line-break-001.html.ini b/tests/wpt/meta/css/css-text/writing-system/writing-system-line-break-001.html.ini new file mode 100644 index 00000000000..3b4de2ce355 --- /dev/null +++ b/tests/wpt/meta/css/css-text/writing-system/writing-system-line-break-001.html.ini @@ -0,0 +1,2 @@ +[writing-system-line-break-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/writing-system/writing-system-line-break-002.html.ini b/tests/wpt/meta/css/css-text/writing-system/writing-system-line-break-002.html.ini new file mode 100644 index 00000000000..447719ca0bd --- /dev/null +++ b/tests/wpt/meta/css/css-text/writing-system/writing-system-line-break-002.html.ini @@ -0,0 +1,2 @@ +[writing-system-line-break-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/writing-system/writing-system-segment-break-001.html.ini b/tests/wpt/meta/css/css-text/writing-system/writing-system-segment-break-001.html.ini new file mode 100644 index 00000000000..7a96cf71dd7 --- /dev/null +++ b/tests/wpt/meta/css/css-text/writing-system/writing-system-segment-break-001.html.ini @@ -0,0 +1,2 @@ +[writing-system-segment-break-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/acos-asin-atan-atan2-computed.html.ini b/tests/wpt/meta/css/css-values/acos-asin-atan-atan2-computed.html.ini index 96879d84783..11c22e299d5 100644 --- a/tests/wpt/meta/css/css-values/acos-asin-atan-atan2-computed.html.ini +++ b/tests/wpt/meta/css/css-values/acos-asin-atan-atan2-computed.html.ini @@ -121,3 +121,6 @@ [atan2(1ms, -1ms) should be used-value-equivalent to 135deg] expected: FAIL + + [calc(atan2(0,-1) / 4) should be used-value-equivalent to 45deg] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/animations/calc-interpolation.html.ini b/tests/wpt/meta/css/css-values/animations/calc-interpolation.html.ini index 72376ce87e7..edd7d73ced4 100644 --- a/tests/wpt/meta/css/css-values/animations/calc-interpolation.html.ini +++ b/tests/wpt/meta/css/css-values/animations/calc-interpolation.html.ini @@ -307,3 +307,9 @@ [Web Animations: property from [0px\] to [calc(infinity * 1px)\] at (1.25) should be [NaNpx\]] expected: FAIL + + [CSS Animations: property from [0px\] to [calc(infinity * 1px)\] at (0) should be [0px\]] + expected: FAIL + + [Web Animations: property from [0px\] to [calc(infinity * 1px)\] at (0) should be [0px\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/animations/line-height-lh-transition.html.ini b/tests/wpt/meta/css/css-values/animations/line-height-lh-transition.html.ini deleted file mode 100644 index 05d3c78b460..00000000000 --- a/tests/wpt/meta/css/css-values/animations/line-height-lh-transition.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[line-height-lh-transition.html] - [lh unit length should change with transitioning line-height] - expected: FAIL diff --git a/tests/wpt/meta/css/css-values/attr-color-invalid-cast.html.ini b/tests/wpt/meta/css/css-values/attr-color-invalid-cast.html.ini new file mode 100644 index 00000000000..3d2a7e20d55 --- /dev/null +++ b/tests/wpt/meta/css/css-values/attr-color-invalid-cast.html.ini @@ -0,0 +1,2 @@ +[attr-color-invalid-cast.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/attr-color-valid.html.ini b/tests/wpt/meta/css/css-values/attr-color-valid.html.ini new file mode 100644 index 00000000000..d2ec0e26c75 --- /dev/null +++ b/tests/wpt/meta/css/css-values/attr-color-valid.html.ini @@ -0,0 +1,2 @@ +[attr-color-valid.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/attr-in-max.html.ini b/tests/wpt/meta/css/css-values/attr-in-max.html.ini new file mode 100644 index 00000000000..2db5df5570a --- /dev/null +++ b/tests/wpt/meta/css/css-values/attr-in-max.html.ini @@ -0,0 +1,2 @@ +[attr-in-max.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/attr-invalid-type-008.html.ini b/tests/wpt/meta/css/css-values/attr-invalid-type-008.html.ini new file mode 100644 index 00000000000..65fd07a15f3 --- /dev/null +++ b/tests/wpt/meta/css/css-values/attr-invalid-type-008.html.ini @@ -0,0 +1,2 @@ +[attr-invalid-type-008.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/attr-length-invalid-cast.html.ini b/tests/wpt/meta/css/css-values/attr-length-invalid-cast.html.ini new file mode 100644 index 00000000000..29706d58f7a --- /dev/null +++ b/tests/wpt/meta/css/css-values/attr-length-invalid-cast.html.ini @@ -0,0 +1,2 @@ +[attr-length-invalid-cast.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/attr-length-valid-zero-nofallback.html.ini b/tests/wpt/meta/css/css-values/attr-length-valid-zero-nofallback.html.ini new file mode 100644 index 00000000000..0864f782f45 --- /dev/null +++ b/tests/wpt/meta/css/css-values/attr-length-valid-zero-nofallback.html.ini @@ -0,0 +1,2 @@ +[attr-length-valid-zero-nofallback.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/attr-length-valid-zero.html.ini b/tests/wpt/meta/css/css-values/attr-length-valid-zero.html.ini new file mode 100644 index 00000000000..d5be29b75af --- /dev/null +++ b/tests/wpt/meta/css/css-values/attr-length-valid-zero.html.ini @@ -0,0 +1,2 @@ +[attr-length-valid-zero.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/attr-length-valid.html.ini b/tests/wpt/meta/css/css-values/attr-length-valid.html.ini new file mode 100644 index 00000000000..00d7148f82e --- /dev/null +++ b/tests/wpt/meta/css/css-values/attr-length-valid.html.ini @@ -0,0 +1,2 @@ +[attr-length-valid.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/attr-px-invalid-cast.html.ini b/tests/wpt/meta/css/css-values/attr-px-invalid-cast.html.ini new file mode 100644 index 00000000000..87888f53efd --- /dev/null +++ b/tests/wpt/meta/css/css-values/attr-px-invalid-cast.html.ini @@ -0,0 +1,2 @@ +[attr-px-invalid-cast.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/attr-px-valid.html.ini b/tests/wpt/meta/css/css-values/attr-px-valid.html.ini new file mode 100644 index 00000000000..7bcf98b2d8a --- /dev/null +++ b/tests/wpt/meta/css/css-values/attr-px-valid.html.ini @@ -0,0 +1,2 @@ +[attr-px-valid.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-background-position-002.html.ini b/tests/wpt/meta/css/css-values/calc-background-position-002.html.ini new file mode 100644 index 00000000000..7146492ca8e --- /dev/null +++ b/tests/wpt/meta/css/css-values/calc-background-position-002.html.ini @@ -0,0 +1,18 @@ +[calc-background-position-002.html] + [testing background-position: calc(2px + 3px) calc(4px + 5px)] + expected: FAIL + + [testing background-position: calc(18px - 7px) calc(19px - 7px)] + expected: FAIL + + [testing background-position: calc(4 * 5px) calc(6px * 4)] + expected: FAIL + + [testing background-position: calc(100px / 4) calc(119px / 7)] + expected: FAIL + + [testing background-position: calc(6px + 21%) calc(7em + 22%)] + expected: FAIL + + [testing background-position: calc(-8px + 23%) calc(-9em + 24%)] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-height-block-1.html.ini b/tests/wpt/meta/css/css-values/calc-height-block-1.html.ini deleted file mode 100644 index dd880e86240..00000000000 --- a/tests/wpt/meta/css/css-values/calc-height-block-1.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[calc-height-block-1.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-in-counter-001.xhtml.ini b/tests/wpt/meta/css/css-values/calc-in-counter-001.xhtml.ini new file mode 100644 index 00000000000..ab9aa9f35b8 --- /dev/null +++ b/tests/wpt/meta/css/css-values/calc-in-counter-001.xhtml.ini @@ -0,0 +1,2 @@ +[calc-in-counter-001.xhtml] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-in-font-feature-settings.html.ini b/tests/wpt/meta/css/css-values/calc-in-font-feature-settings.html.ini new file mode 100644 index 00000000000..acce318ab33 --- /dev/null +++ b/tests/wpt/meta/css/css-values/calc-in-font-feature-settings.html.ini @@ -0,0 +1,3 @@ +[calc-in-font-feature-settings.html] + [calc() in font-feature-settings] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-infinity-nan-computed.html.ini b/tests/wpt/meta/css/css-values/calc-infinity-nan-computed.html.ini index f1c17a32e8c..f07c9e0e517 100644 --- a/tests/wpt/meta/css/css-values/calc-infinity-nan-computed.html.ini +++ b/tests/wpt/meta/css/css-values/calc-infinity-nan-computed.html.ini @@ -142,3 +142,9 @@ [Property rotate(calc(NaN * 1grad)) value expected same with rotate(0deg) in +/-0.0001] expected: FAIL + + [Property width value 'calc(NaN * 1%)'] + expected: FAIL + + [Property width value 'calc(infinity * 1%)'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-infinity-nan-serialize-angle.html.ini b/tests/wpt/meta/css/css-values/calc-infinity-nan-serialize-angle.html.ini index 92cadc09b02..9db9382b8e7 100644 --- a/tests/wpt/meta/css/css-values/calc-infinity-nan-serialize-angle.html.ini +++ b/tests/wpt/meta/css/css-values/calc-infinity-nan-serialize-angle.html.ini @@ -88,3 +88,12 @@ ['rotate(calc(1deg * clamp(-inFinity, infinity, 10)))' as a specified value should serialize as 'rotate(calc(10deg))'.] expected: FAIL + + ['rotate(calc(1rad * NaN))' as a specified value should serialize as 'rotate(calc(NaN * 1deg))'.] + expected: FAIL + + ['rotate(calc(1turn * NaN))' as a specified value should serialize as 'rotate(calc(NaN * 1deg))'.] + expected: FAIL + + ['rotate(calc(1grad * nan))' as a specified value should serialize as 'rotate(calc(NaN * 1deg))'.] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-infinity-nan-serialize-length.html.ini b/tests/wpt/meta/css/css-values/calc-infinity-nan-serialize-length.html.ini index 6dc11be38bb..030e7ef80a7 100644 --- a/tests/wpt/meta/css/css-values/calc-infinity-nan-serialize-length.html.ini +++ b/tests/wpt/meta/css/css-values/calc-infinity-nan-serialize-length.html.ini @@ -112,3 +112,12 @@ ['calc(1 * clamp(NaN * 2em, NaN * 4px, NaN * 8pt))' as a specified value should serialize as 'clamp(NaN * 1em, NaN * 1px, NaN * 1px)'.] expected: FAIL + + ['calc(1% * NaN)' as a specified value should serialize as 'calc(NaN * 1%)'.] + expected: FAIL + + ['calc(1% * infinity)' as a specified value should serialize as 'calc(infinity * 1%)'.] + expected: FAIL + + ['calc(1% * -infinity)' as a specified value should serialize as 'calc(-infinity * 1%)'.] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-infinity-nan-serialize-number.html.ini b/tests/wpt/meta/css/css-values/calc-infinity-nan-serialize-number.html.ini new file mode 100644 index 00000000000..24b3bfe3e9e --- /dev/null +++ b/tests/wpt/meta/css/css-values/calc-infinity-nan-serialize-number.html.ini @@ -0,0 +1,93 @@ +[calc-infinity-nan-serialize-number.html] + ['calc(NaN)' as a specified value should serialize as 'calc(NaN)'.] + expected: FAIL + + ['calc(infinity)' as a specified value should serialize as 'calc(infinity)'.] + expected: FAIL + + ['calc(-infinity)' as a specified value should serialize as 'calc(-infinity)'.] + expected: FAIL + + ['calc(1 * NaN)' as a specified value should serialize as 'calc(NaN)'.] + expected: FAIL + + ['calc(1 * nan)' as a specified value should serialize as 'calc(NaN)'.] + expected: FAIL + + ['calc(1 * infinity / infinity)' as a specified value should serialize as 'calc(NaN)'.] + expected: FAIL + + ['calc(1 * 0 * infinity)' as a specified value should serialize as 'calc(NaN)'.] + expected: FAIL + + ['calc(1 * (infinity + -infinity))' as a specified value should serialize as 'calc(NaN)'.] + expected: FAIL + + ['calc(1 * (-infinity + infinity))' as a specified value should serialize as 'calc(NaN)'.] + expected: FAIL + + ['calc(1 * (infinity - infinity))' as a specified value should serialize as 'calc(NaN)'.] + expected: FAIL + + ['calc(1 * infinity)' as a specified value should serialize as 'calc(infinity)'.] + expected: FAIL + + ['calc(1 * -infinity)' as a specified value should serialize as 'calc(-infinity)'.] + expected: FAIL + + ['calc(1 * iNFinIty)' as a specified value should serialize as 'calc(infinity)'.] + expected: FAIL + + ['calc(1 * (infinity + infinity))' as a specified value should serialize as 'calc(infinity)'.] + expected: FAIL + + ['calc(1 * (-infinity + -infinity))' as a specified value should serialize as 'calc(-infinity)'.] + expected: FAIL + + ['calc(1 * 1/infinity)' as a specified value should serialize as 'calc(0)'.] + expected: FAIL + + ['calc(1 * infinity * infinity)' as a specified value should serialize as 'calc(infinity)'.] + expected: FAIL + + ['calc(1 * -infinity * -infinity)' as a specified value should serialize as 'calc(infinity)'.] + expected: FAIL + + ['calc(1 * max(INFinity*3, 0))' as a specified value should serialize as 'calc(infinity)'.] + expected: FAIL + + ['calc(1 * min(inFInity*4, 0))' as a specified value should serialize as 'calc(0)'.] + expected: FAIL + + ['calc(1 * max(nAn*2, 0))' as a specified value should serialize as 'calc(NaN)'.] + expected: FAIL + + ['calc(1 * min(nan*3, 0))' as a specified value should serialize as 'calc(NaN)'.] + expected: FAIL + + ['calc(1 * clamp(-INFINITY*20, 0, infiniTY*10))' as a specified value should serialize as 'calc(0)'.] + expected: FAIL + + ['calc(1 * max(NaN, min(0,10)))' as a specified value should serialize as 'calc(NaN)'.] + expected: FAIL + + ['calc(1 * clamp(NaN, 0, 10))' as a specified value should serialize as 'calc(NaN)'.] + expected: FAIL + + ['calc(1 * max(0, min(10, NaN)))' as a specified value should serialize as 'calc(NaN)'.] + expected: FAIL + + ['calc(1 * clamp(0, 10, NaN))' as a specified value should serialize as 'calc(NaN)'.] + expected: FAIL + + ['calc(1 * max(0, min(NaN, 10)))' as a specified value should serialize as 'calc(NaN)'.] + expected: FAIL + + ['calc(1 * clamp(0, NaN, 10))' as a specified value should serialize as 'calc(NaN)'.] + expected: FAIL + + ['calc(1 * clamp(-Infinity, 0, infinity))' as a specified value should serialize as 'calc(0)'.] + expected: FAIL + + ['calc(1 * clamp(-inFinity, infinity, 10))' as a specified value should serialize as 'calc(10)'.] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-infinity-nan-serialize-resolution.html.ini b/tests/wpt/meta/css/css-values/calc-infinity-nan-serialize-resolution.html.ini index e58a0d25026..97b2bff07be 100644 --- a/tests/wpt/meta/css/css-values/calc-infinity-nan-serialize-resolution.html.ini +++ b/tests/wpt/meta/css/css-values/calc-infinity-nan-serialize-resolution.html.ini @@ -85,3 +85,6 @@ ['image-set(url("") calc(1dppx * clamp(-inFinity, infinity, 10)))' as a specified value should serialize as 'image-set(url("") calc(10dppx))'.] expected: FAIL + + ['image-set(url("") calc(1 * clamp(-INFINITY*20dppx, 0dppx, infiniTY*10dppx)))' as a specified value should serialize as 'image-set(url("") calc(0dppx))'.] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-infinity-nan-serialize-time.html.ini b/tests/wpt/meta/css/css-values/calc-infinity-nan-serialize-time.html.ini index 6af7d919ad8..b24f2c792bb 100644 --- a/tests/wpt/meta/css/css-values/calc-infinity-nan-serialize-time.html.ini +++ b/tests/wpt/meta/css/css-values/calc-infinity-nan-serialize-time.html.ini @@ -82,3 +82,6 @@ ['calc(1s * clamp(-inFinity, infinity, 10))' as a specified value should serialize as 'calc(10s)'.] expected: FAIL + + ['calc(1ms * NaN)' as a specified value should serialize as 'calc(NaN * 1s)'.] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-linear-radial-conic-gradient-001.html.ini b/tests/wpt/meta/css/css-values/calc-linear-radial-conic-gradient-001.html.ini new file mode 100644 index 00000000000..f32894f9178 --- /dev/null +++ b/tests/wpt/meta/css/css-values/calc-linear-radial-conic-gradient-001.html.ini @@ -0,0 +1,3 @@ +[calc-linear-radial-conic-gradient-001.html] + [testing background-image: conic-gradient(rgb(0, 128, 0) calc(50% + 10%), rgb(0, 0, 255) calc(60% + 20%))] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-max-height-block-1.html.ini b/tests/wpt/meta/css/css-values/calc-max-height-block-1.html.ini deleted file mode 100644 index 693aea8b114..00000000000 --- a/tests/wpt/meta/css/css-values/calc-max-height-block-1.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[calc-max-height-block-1.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-max-width-block-intrinsic-1.html.ini b/tests/wpt/meta/css/css-values/calc-max-width-block-intrinsic-1.html.ini deleted file mode 100644 index 95791eb08d8..00000000000 --- a/tests/wpt/meta/css/css-values/calc-max-width-block-intrinsic-1.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[calc-max-width-block-intrinsic-1.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-min-height-block-1.html.ini b/tests/wpt/meta/css/css-values/calc-min-height-block-1.html.ini deleted file mode 100644 index 91612d997a9..00000000000 --- a/tests/wpt/meta/css/css-values/calc-min-height-block-1.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[calc-min-height-block-1.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-numbers.html.ini b/tests/wpt/meta/css/css-values/calc-numbers.html.ini new file mode 100644 index 00000000000..a668970dc75 --- /dev/null +++ b/tests/wpt/meta/css/css-values/calc-numbers.html.ini @@ -0,0 +1,27 @@ +[calc-numbers.html] + [testing tab-size: calc(2 * 3)] + expected: FAIL + + [testing tab-size: calc(2 * -4)] + expected: FAIL + + [testing tab-size: calc(2 / 4)] + expected: FAIL + + [testing tab-size: calc(1 + 1px)] + expected: FAIL + + [testing tab-size: calc(1 + 100%)] + expected: FAIL + + [testing tab-size: calc(100%)] + expected: FAIL + + [testing tab-size: calc(10px) bla] + expected: FAIL + + [testing tab-size: calc(bla) 10px] + expected: FAIL + + [testing tab-size: calc(10px)] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-offsets-absolute-bottom-1.html.ini b/tests/wpt/meta/css/css-values/calc-offsets-absolute-bottom-1.html.ini deleted file mode 100644 index d14460cf248..00000000000 --- a/tests/wpt/meta/css/css-values/calc-offsets-absolute-bottom-1.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[calc-offsets-absolute-bottom-1.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-offsets-absolute-top-1.html.ini b/tests/wpt/meta/css/css-values/calc-offsets-absolute-top-1.html.ini deleted file mode 100644 index 69e38fc11db..00000000000 --- a/tests/wpt/meta/css/css-values/calc-offsets-absolute-top-1.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[calc-offsets-absolute-top-1.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-offsets-relative-bottom-1.html.ini b/tests/wpt/meta/css/css-values/calc-offsets-relative-bottom-1.html.ini new file mode 100644 index 00000000000..7655e59c091 --- /dev/null +++ b/tests/wpt/meta/css/css-values/calc-offsets-relative-bottom-1.html.ini @@ -0,0 +1,2 @@ +[calc-offsets-relative-bottom-1.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-offsets-relative-top-1.html.ini b/tests/wpt/meta/css/css-values/calc-offsets-relative-top-1.html.ini new file mode 100644 index 00000000000..ad15609b339 --- /dev/null +++ b/tests/wpt/meta/css/css-values/calc-offsets-relative-top-1.html.ini @@ -0,0 +1,2 @@ +[calc-offsets-relative-top-1.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-rounding-001.html.ini b/tests/wpt/meta/css/css-values/calc-rounding-001.html.ini new file mode 100644 index 00000000000..8217f1a6207 --- /dev/null +++ b/tests/wpt/meta/css/css-values/calc-rounding-001.html.ini @@ -0,0 +1,3 @@ +[calc-rounding-001.html] + [calc() doesn't accumulate much error that makes flex items overflow] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-width-block-intrinsic-1.html.ini b/tests/wpt/meta/css/css-values/calc-width-block-intrinsic-1.html.ini deleted file mode 100644 index 05ca7a9ad94..00000000000 --- a/tests/wpt/meta/css/css-values/calc-width-block-intrinsic-1.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[calc-width-block-intrinsic-1.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-width-table-auto-1.html.ini b/tests/wpt/meta/css/css-values/calc-width-table-auto-1.html.ini new file mode 100644 index 00000000000..813f5920900 --- /dev/null +++ b/tests/wpt/meta/css/css-values/calc-width-table-auto-1.html.ini @@ -0,0 +1,2 @@ +[calc-width-table-auto-1.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-width-table-fixed-1.html.ini b/tests/wpt/meta/css/css-values/calc-width-table-fixed-1.html.ini new file mode 100644 index 00000000000..5fbe7211646 --- /dev/null +++ b/tests/wpt/meta/css/css-values/calc-width-table-fixed-1.html.ini @@ -0,0 +1,2 @@ +[calc-width-table-fixed-1.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-z-index-fractions-001.html.ini b/tests/wpt/meta/css/css-values/calc-z-index-fractions-001.html.ini new file mode 100644 index 00000000000..89c42548dfd --- /dev/null +++ b/tests/wpt/meta/css/css-values/calc-z-index-fractions-001.html.ini @@ -0,0 +1,3 @@ +[calc-z-index-fractions-001.html] + [testing z-index: calc(-3 / 2)] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/cap-invalidation.html.ini b/tests/wpt/meta/css/css-values/cap-invalidation.html.ini new file mode 100644 index 00000000000..fe359e79ece --- /dev/null +++ b/tests/wpt/meta/css/css-values/cap-invalidation.html.ini @@ -0,0 +1,3 @@ +[cap-invalidation.html] + [CSS Values and Units Test: cap invalidation] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ch-empty-pseudo-recalc-on-font-load.html.ini b/tests/wpt/meta/css/css-values/ch-empty-pseudo-recalc-on-font-load.html.ini new file mode 100644 index 00000000000..e9b278c3ee8 --- /dev/null +++ b/tests/wpt/meta/css/css-values/ch-empty-pseudo-recalc-on-font-load.html.ini @@ -0,0 +1,10 @@ +[ch-empty-pseudo-recalc-on-font-load.html] + expected: ERROR + [ch in pseudo-element ::before should be recalculated after loading a web font] + expected: FAIL + + [ch in pseudo-element ::after should be recalculated after loading a web font] + expected: FAIL + + [ch in pseudo-element ::backdrop should be recalculated after loading a web font] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ch-pseudo-recalc-on-font-load.html.ini b/tests/wpt/meta/css/css-values/ch-pseudo-recalc-on-font-load.html.ini new file mode 100644 index 00000000000..8bb7ac740bb --- /dev/null +++ b/tests/wpt/meta/css/css-values/ch-pseudo-recalc-on-font-load.html.ini @@ -0,0 +1,16 @@ +[ch-pseudo-recalc-on-font-load.html] + expected: ERROR + [ch in pseudo-element ::before should be recalculated after loading a web font] + expected: FAIL + + [ch in pseudo-element ::after should be recalculated after loading a web font] + expected: FAIL + + [ch in pseudo-element ::first-letter should be recalculated after loading a web font] + expected: FAIL + + [ch in pseudo-element ::first-line should be recalculated after loading a web font] + expected: FAIL + + [ch in pseudo-element ::marker should be recalculated after loading a web font] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ch-recalc-on-font-load.html.ini b/tests/wpt/meta/css/css-values/ch-recalc-on-font-load.html.ini new file mode 100644 index 00000000000..507454f0afa --- /dev/null +++ b/tests/wpt/meta/css/css-values/ch-recalc-on-font-load.html.ini @@ -0,0 +1,10 @@ +[ch-recalc-on-font-load.html] + expected: ERROR + [ch in a normal div should be recalculated after loading a web font] + expected: TIMEOUT + + [ch in display:contents should be recalculated after loading a web font] + expected: TIMEOUT + + [ch in display:none should be recalculated after loading a web font] + expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-values/ch-unit-001.html.ini b/tests/wpt/meta/css/css-values/ch-unit-001.html.ini new file mode 100644 index 00000000000..4b7001d432d --- /dev/null +++ b/tests/wpt/meta/css/css-values/ch-unit-001.html.ini @@ -0,0 +1,2 @@ +[ch-unit-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ch-unit-002.html.ini b/tests/wpt/meta/css/css-values/ch-unit-002.html.ini new file mode 100644 index 00000000000..91fe77cf18a --- /dev/null +++ b/tests/wpt/meta/css/css-values/ch-unit-002.html.ini @@ -0,0 +1,2 @@ +[ch-unit-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ch-unit-003.html.ini b/tests/wpt/meta/css/css-values/ch-unit-003.html.ini new file mode 100644 index 00000000000..6366635aca5 --- /dev/null +++ b/tests/wpt/meta/css/css-values/ch-unit-003.html.ini @@ -0,0 +1,2 @@ +[ch-unit-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ch-unit-004.html.ini b/tests/wpt/meta/css/css-values/ch-unit-004.html.ini new file mode 100644 index 00000000000..187949de4c0 --- /dev/null +++ b/tests/wpt/meta/css/css-values/ch-unit-004.html.ini @@ -0,0 +1,2 @@ +[ch-unit-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ch-unit-008.html.ini b/tests/wpt/meta/css/css-values/ch-unit-008.html.ini new file mode 100644 index 00000000000..3de81e8e1c6 --- /dev/null +++ b/tests/wpt/meta/css/css-values/ch-unit-008.html.ini @@ -0,0 +1,2 @@ +[ch-unit-008.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ch-unit-009.html.ini b/tests/wpt/meta/css/css-values/ch-unit-009.html.ini new file mode 100644 index 00000000000..3253507d60d --- /dev/null +++ b/tests/wpt/meta/css/css-values/ch-unit-009.html.ini @@ -0,0 +1,2 @@ +[ch-unit-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ch-unit-010.html.ini b/tests/wpt/meta/css/css-values/ch-unit-010.html.ini new file mode 100644 index 00000000000..00673a731d6 --- /dev/null +++ b/tests/wpt/meta/css/css-values/ch-unit-010.html.ini @@ -0,0 +1,2 @@ +[ch-unit-010.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ch-unit-011.html.ini b/tests/wpt/meta/css/css-values/ch-unit-011.html.ini new file mode 100644 index 00000000000..d94403f4226 --- /dev/null +++ b/tests/wpt/meta/css/css-values/ch-unit-011.html.ini @@ -0,0 +1,2 @@ +[ch-unit-011.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ch-unit-012.html.ini b/tests/wpt/meta/css/css-values/ch-unit-012.html.ini new file mode 100644 index 00000000000..43cb4c410f8 --- /dev/null +++ b/tests/wpt/meta/css/css-values/ch-unit-012.html.ini @@ -0,0 +1,2 @@ +[ch-unit-012.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ch-unit-016.html.ini b/tests/wpt/meta/css/css-values/ch-unit-016.html.ini new file mode 100644 index 00000000000..a65dd8a593c --- /dev/null +++ b/tests/wpt/meta/css/css-values/ch-unit-016.html.ini @@ -0,0 +1,2 @@ +[ch-unit-016.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ch-unit-017.html.ini b/tests/wpt/meta/css/css-values/ch-unit-017.html.ini new file mode 100644 index 00000000000..e0b0c86a725 --- /dev/null +++ b/tests/wpt/meta/css/css-values/ch-unit-017.html.ini @@ -0,0 +1,2 @@ +[ch-unit-017.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ch-unit-018.html.ini b/tests/wpt/meta/css/css-values/ch-unit-018.html.ini new file mode 100644 index 00000000000..7de18ccaf61 --- /dev/null +++ b/tests/wpt/meta/css/css-values/ch-unit-018.html.ini @@ -0,0 +1,2 @@ +[ch-unit-018.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ex-unit-002.html.ini b/tests/wpt/meta/css/css-values/ex-unit-002.html.ini new file mode 100644 index 00000000000..570b68a0668 --- /dev/null +++ b/tests/wpt/meta/css/css-values/ex-unit-002.html.ini @@ -0,0 +1,2 @@ +[ex-unit-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ex-unit-003.html.ini b/tests/wpt/meta/css/css-values/ex-unit-003.html.ini new file mode 100644 index 00000000000..86d8c8c05b4 --- /dev/null +++ b/tests/wpt/meta/css/css-values/ex-unit-003.html.ini @@ -0,0 +1,2 @@ +[ex-unit-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/exp-log-serialize.html.ini b/tests/wpt/meta/css/css-values/exp-log-serialize.html.ini index f8246bbe7ab..4529c0f0855 100644 --- a/tests/wpt/meta/css/css-values/exp-log-serialize.html.ini +++ b/tests/wpt/meta/css/css-values/exp-log-serialize.html.ini @@ -52,3 +52,6 @@ ['scale(calc(log(0)))' as a computed value should serialize as 'matrix(-infinity, 0, 0, -infinity, 0, 0)'.] expected: FAIL + + ['calc(log(0))' as a computed value should serialize as '0'.] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/getComputedStyle-border-radius-001.html.ini b/tests/wpt/meta/css/css-values/getComputedStyle-border-radius-001.html.ini new file mode 100644 index 00000000000..611a8281050 --- /dev/null +++ b/tests/wpt/meta/css/css-values/getComputedStyle-border-radius-001.html.ini @@ -0,0 +1,3 @@ +[getComputedStyle-border-radius-001.html] + [testing border-radius shorthand] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/getComputedStyle-border-radius-003.html.ini b/tests/wpt/meta/css/css-values/getComputedStyle-border-radius-003.html.ini new file mode 100644 index 00000000000..ef2df160556 --- /dev/null +++ b/tests/wpt/meta/css/css-values/getComputedStyle-border-radius-003.html.ini @@ -0,0 +1,3 @@ +[getComputedStyle-border-radius-003.html] + [testing border-radius shorthand] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/getComputedStyle-calc-mixed-units-002.html.ini b/tests/wpt/meta/css/css-values/getComputedStyle-calc-mixed-units-002.html.ini new file mode 100644 index 00000000000..3b65d5237ab --- /dev/null +++ b/tests/wpt/meta/css/css-values/getComputedStyle-calc-mixed-units-002.html.ini @@ -0,0 +1,6 @@ +[getComputedStyle-calc-mixed-units-002.html] + [testing width: calc(5% + 4rem)] + expected: FAIL + + [testing width: calc(8lh + 7px)] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/hypot-pow-sqrt-computed.html.ini b/tests/wpt/meta/css/css-values/hypot-pow-sqrt-computed.html.ini index 5e525b98125..ec587258b61 100644 --- a/tests/wpt/meta/css/css-values/hypot-pow-sqrt-computed.html.ini +++ b/tests/wpt/meta/css/css-values/hypot-pow-sqrt-computed.html.ini @@ -112,3 +112,24 @@ [hypot(1turn) should be used-value-equivalent to 1turn] expected: FAIL + + [hypot(3e+9px, 4e+9px) should be used-value-equivalent to 5e+9px] + expected: FAIL + + [calc(3px * pow(20, 4)) should be used-value-equivalent to 480000px] + expected: FAIL + + [calc(-2 * hypot(3px, 4px)) should be used-value-equivalent to -10px] + expected: FAIL + + [hypot(0% + 3px, 0% + 4px) should be used-value-equivalent to 5px] + expected: FAIL + + [hypot(0% + 772.333px) should be used-value-equivalent to calc(0% + 772.333px)] + expected: FAIL + + [hypot(0% + 772.35px) should be used-value-equivalent to calc(0% + 772.35px)] + expected: FAIL + + [hypot(0% + 600px, 0% + 800px) should be used-value-equivalent to 1000px] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/hypot-pow-sqrt-serialize.html.ini b/tests/wpt/meta/css/css-values/hypot-pow-sqrt-serialize.html.ini index 80e19ba3296..e9fc10d976c 100644 --- a/tests/wpt/meta/css/css-values/hypot-pow-sqrt-serialize.html.ini +++ b/tests/wpt/meta/css/css-values/hypot-pow-sqrt-serialize.html.ini @@ -61,3 +61,27 @@ ['scale(calc(sqrt(1) - 1))' as a computed value should serialize as 'matrix(0, 0, 0, 0, 0, 0)'.] expected: FAIL + + ['calc(pow(1,1) - 0.5)' as a specified value should serialize as 'calc(0.5)'.] + expected: FAIL + + ['scale(calc(pow(1,1) - 0.5))' as a specified value should serialize as 'scale(calc(0.5))'.] + expected: FAIL + + ['calc(pow(1,1) - 0.5)' as a computed value should serialize as '0.5'.] + expected: FAIL + + ['scale(calc(pow(1,1) - 0.5))' as a computed value should serialize as 'matrix(0.5, 0, 0, 0.5, 0, 0)'.] + expected: FAIL + + ['calc(hypot(1) * 0.5)' as a specified value should serialize as 'calc(0.5)'.] + expected: FAIL + + ['scale(calc(hypot(1) * 0.5))' as a specified value should serialize as 'scale(calc(0.5))'.] + expected: FAIL + + ['calc(hypot(1) * 0.5)' as a computed value should serialize as '0.5'.] + expected: FAIL + + ['scale(calc(hypot(1) * 0.5))' as a computed value should serialize as 'matrix(0.5, 0, 0, 0.5, 0, 0)'.] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ic-unit-002.html.ini b/tests/wpt/meta/css/css-values/ic-unit-002.html.ini new file mode 100644 index 00000000000..e7ac97f98c0 --- /dev/null +++ b/tests/wpt/meta/css/css-values/ic-unit-002.html.ini @@ -0,0 +1,2 @@ +[ic-unit-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ic-unit-003.html.ini b/tests/wpt/meta/css/css-values/ic-unit-003.html.ini new file mode 100644 index 00000000000..84a4b33f2b0 --- /dev/null +++ b/tests/wpt/meta/css/css-values/ic-unit-003.html.ini @@ -0,0 +1,2 @@ +[ic-unit-003.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ic-unit-004.html.ini b/tests/wpt/meta/css/css-values/ic-unit-004.html.ini new file mode 100644 index 00000000000..9148c657791 --- /dev/null +++ b/tests/wpt/meta/css/css-values/ic-unit-004.html.ini @@ -0,0 +1,2 @@ +[ic-unit-004.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ic-unit-009.html.ini b/tests/wpt/meta/css/css-values/ic-unit-009.html.ini new file mode 100644 index 00000000000..ec079625a5f --- /dev/null +++ b/tests/wpt/meta/css/css-values/ic-unit-009.html.ini @@ -0,0 +1,2 @@ +[ic-unit-009.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ic-unit-010.html.ini b/tests/wpt/meta/css/css-values/ic-unit-010.html.ini new file mode 100644 index 00000000000..ed3149ae20c --- /dev/null +++ b/tests/wpt/meta/css/css-values/ic-unit-010.html.ini @@ -0,0 +1,2 @@ +[ic-unit-010.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ic-unit-011.html.ini b/tests/wpt/meta/css/css-values/ic-unit-011.html.ini new file mode 100644 index 00000000000..fc139eb97d5 --- /dev/null +++ b/tests/wpt/meta/css/css-values/ic-unit-011.html.ini @@ -0,0 +1,2 @@ +[ic-unit-011.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ic-unit-012.html.ini b/tests/wpt/meta/css/css-values/ic-unit-012.html.ini new file mode 100644 index 00000000000..3c08ad5954f --- /dev/null +++ b/tests/wpt/meta/css/css-values/ic-unit-012.html.ini @@ -0,0 +1,2 @@ +[ic-unit-012.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/ic-unit-015.html.ini b/tests/wpt/meta/css/css-values/ic-unit-015.html.ini new file mode 100644 index 00000000000..7f4ecb1646a --- /dev/null +++ b/tests/wpt/meta/css/css-values/ic-unit-015.html.ini @@ -0,0 +1,2 @@ +[ic-unit-015.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/lh-rlh-on-root-001.html.ini b/tests/wpt/meta/css/css-values/lh-rlh-on-root-001.html.ini new file mode 100644 index 00000000000..8090ba493d9 --- /dev/null +++ b/tests/wpt/meta/css/css-values/lh-rlh-on-root-001.html.ini @@ -0,0 +1,24 @@ +[lh-rlh-on-root-001.html] + [lh in line-height on root] + expected: FAIL + + [rlh in line-height on root] + expected: FAIL + + [lh in font-size on root] + expected: FAIL + + [rlh in font-size on root] + expected: FAIL + + [2lh in line-height on root] + expected: FAIL + + [2rlh in line-height on root] + expected: FAIL + + [2lh in font-size on root] + expected: FAIL + + [2rlh in font-size on root] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/lh-unit-001.html.ini b/tests/wpt/meta/css/css-values/lh-unit-001.html.ini new file mode 100644 index 00000000000..b53f95bdbb4 --- /dev/null +++ b/tests/wpt/meta/css/css-values/lh-unit-001.html.ini @@ -0,0 +1,2 @@ +[lh-unit-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/lh-unit-002.html.ini b/tests/wpt/meta/css/css-values/lh-unit-002.html.ini new file mode 100644 index 00000000000..bad542144c5 --- /dev/null +++ b/tests/wpt/meta/css/css-values/lh-unit-002.html.ini @@ -0,0 +1,2 @@ +[lh-unit-002.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/lh-unit-003.html.ini b/tests/wpt/meta/css/css-values/lh-unit-003.html.ini index 3f0d37518f1..706c88f2f98 100644 --- a/tests/wpt/meta/css/css-values/lh-unit-003.html.ini +++ b/tests/wpt/meta/css/css-values/lh-unit-003.html.ini @@ -1,4 +1,6 @@ [lh-unit-003.html] - expected: ERROR [Line-height and lh before @font-face loads] expected: FAIL + + [Line-height and lh after @font-face loaded] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/line-break-ch-unit.html.ini b/tests/wpt/meta/css/css-values/line-break-ch-unit.html.ini new file mode 100644 index 00000000000..eccc8753c9a --- /dev/null +++ b/tests/wpt/meta/css/css-values/line-break-ch-unit.html.ini @@ -0,0 +1,291 @@ +[line-break-ch-unit.html] + [3ch should fit] + expected: FAIL + + [4ch should fit] + expected: FAIL + + [5ch should fit] + expected: FAIL + + [6ch should fit] + expected: FAIL + + [7ch should fit] + expected: FAIL + + [8ch should fit] + expected: FAIL + + [9ch should fit] + expected: FAIL + + [10ch should fit] + expected: FAIL + + [11ch should fit] + expected: FAIL + + [12ch should fit] + expected: FAIL + + [13ch should fit] + expected: FAIL + + [14ch should fit] + expected: FAIL + + [15ch should fit] + expected: FAIL + + [16ch should fit] + expected: FAIL + + [17ch should fit] + expected: FAIL + + [18ch should fit] + expected: FAIL + + [19ch should fit] + expected: FAIL + + [20ch should fit] + expected: FAIL + + [21ch should fit] + expected: FAIL + + [22ch should fit] + expected: FAIL + + [23ch should fit] + expected: FAIL + + [24ch should fit] + expected: FAIL + + [25ch should fit] + expected: FAIL + + [26ch should fit] + expected: FAIL + + [27ch should fit] + expected: FAIL + + [28ch should fit] + expected: FAIL + + [29ch should fit] + expected: FAIL + + [30ch should fit] + expected: FAIL + + [31ch should fit] + expected: FAIL + + [32ch should fit] + expected: FAIL + + [33ch should fit] + expected: FAIL + + [34ch should fit] + expected: FAIL + + [35ch should fit] + expected: FAIL + + [36ch should fit] + expected: FAIL + + [37ch should fit] + expected: FAIL + + [38ch should fit] + expected: FAIL + + [39ch should fit] + expected: FAIL + + [40ch should fit] + expected: FAIL + + [41ch should fit] + expected: FAIL + + [42ch should fit] + expected: FAIL + + [43ch should fit] + expected: FAIL + + [44ch should fit] + expected: FAIL + + [45ch should fit] + expected: FAIL + + [46ch should fit] + expected: FAIL + + [47ch should fit] + expected: FAIL + + [48ch should fit] + expected: FAIL + + [49ch should fit] + expected: FAIL + + [50ch should fit] + expected: FAIL + + [51ch should fit] + expected: FAIL + + [52ch should fit] + expected: FAIL + + [53ch should fit] + expected: FAIL + + [54ch should fit] + expected: FAIL + + [55ch should fit] + expected: FAIL + + [56ch should fit] + expected: FAIL + + [57ch should fit] + expected: FAIL + + [58ch should fit] + expected: FAIL + + [59ch should fit] + expected: FAIL + + [60ch should fit] + expected: FAIL + + [61ch should fit] + expected: FAIL + + [62ch should fit] + expected: FAIL + + [63ch should fit] + expected: FAIL + + [64ch should fit] + expected: FAIL + + [65ch should fit] + expected: FAIL + + [66ch should fit] + expected: FAIL + + [67ch should fit] + expected: FAIL + + [68ch should fit] + expected: FAIL + + [69ch should fit] + expected: FAIL + + [70ch should fit] + expected: FAIL + + [71ch should fit] + expected: FAIL + + [72ch should fit] + expected: FAIL + + [73ch should fit] + expected: FAIL + + [74ch should fit] + expected: FAIL + + [75ch should fit] + expected: FAIL + + [76ch should fit] + expected: FAIL + + [77ch should fit] + expected: FAIL + + [78ch should fit] + expected: FAIL + + [79ch should fit] + expected: FAIL + + [80ch should fit] + expected: FAIL + + [81ch should fit] + expected: FAIL + + [82ch should fit] + expected: FAIL + + [83ch should fit] + expected: FAIL + + [84ch should fit] + expected: FAIL + + [85ch should fit] + expected: FAIL + + [86ch should fit] + expected: FAIL + + [87ch should fit] + expected: FAIL + + [88ch should fit] + expected: FAIL + + [89ch should fit] + expected: FAIL + + [90ch should fit] + expected: FAIL + + [91ch should fit] + expected: FAIL + + [92ch should fit] + expected: FAIL + + [93ch should fit] + expected: FAIL + + [94ch should fit] + expected: FAIL + + [95ch should fit] + expected: FAIL + + [96ch should fit] + expected: FAIL + + [97ch should fit] + expected: FAIL + + [98ch should fit] + expected: FAIL + + [99ch should fit] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/minmax-number-serialize.html.ini b/tests/wpt/meta/css/css-values/minmax-number-serialize.html.ini new file mode 100644 index 00000000000..a9ffda78069 --- /dev/null +++ b/tests/wpt/meta/css/css-values/minmax-number-serialize.html.ini @@ -0,0 +1,30 @@ +[minmax-number-serialize.html] + ['scale(min(.1))' as a computed value should serialize as 'matrix(0.1, 0, 0, 0.1, 0, 0)'.] + expected: FAIL + + ['scale(max(.1))' as a computed value should serialize as 'matrix(0.1, 0, 0, 0.1, 0, 0)'.] + expected: FAIL + + ['scale(min(.1, .2, .3))' as a computed value should serialize as 'matrix(0.1, 0, 0, 0.1, 0, 0)'.] + expected: FAIL + + ['scale(max(.1, .2, .3))' as a computed value should serialize as 'matrix(0.3, 0, 0, 0.3, 0, 0)'.] + expected: FAIL + + ['scale(min(.3, .2, .1))' as a computed value should serialize as 'matrix(0.1, 0, 0, 0.1, 0, 0)'.] + expected: FAIL + + ['scale(max(.3, .2, .1))' as a computed value should serialize as 'matrix(0.3, 0, 0, 0.3, 0, 0)'.] + expected: FAIL + + ['scale(calc(min(.1) + min(.2)))' as a computed value should serialize as 'matrix(0.3, 0, 0, 0.3, 0, 0)'.] + expected: FAIL + + ['scale(calc(max(.1) + max(.2)))' as a computed value should serialize as 'matrix(0.3, 0, 0, 0.3, 0, 0)'.] + expected: FAIL + + ['scale(calc(.1 + min(.1)))' as a computed value should serialize as 'matrix(0.2, 0, 0, 0.2, 0, 0)'.] + expected: FAIL + + ['scale(calc(max(.1) + .1))' as a computed value should serialize as 'matrix(0.2, 0, 0, 0.2, 0, 0)'.] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/rcap-invalidation.html.ini b/tests/wpt/meta/css/css-values/rcap-invalidation.html.ini new file mode 100644 index 00000000000..7ffec102050 --- /dev/null +++ b/tests/wpt/meta/css/css-values/rcap-invalidation.html.ini @@ -0,0 +1,3 @@ +[rcap-invalidation.html] + [CSS Values and Units Test: rcap invalidation] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/round-mod-rem-computed.html.ini b/tests/wpt/meta/css/css-values/round-mod-rem-computed.html.ini index 456c441bca8..d611c6fdc4c 100644 --- a/tests/wpt/meta/css/css-values/round-mod-rem-computed.html.ini +++ b/tests/wpt/meta/css/css-values/round-mod-rem-computed.html.ini @@ -355,3 +355,348 @@ [rem(-18vw,5vw) should be used-value-equivalent to -3vw] expected: FAIL + + [calc(round(to-zero, 105, 10)) should be used-value-equivalent to 100] + expected: FAIL + + [calc(round(to-zero, -105, 10)) should be used-value-equivalent to -100] + expected: FAIL + + [calc(round(-100, 10)) should be used-value-equivalent to -100] + expected: FAIL + + [calc(round(up, -103, 10)) should be used-value-equivalent to -100] + expected: FAIL + + [round(up, 0, 5) should be used-value-equivalent to 0] + expected: FAIL + + [round(down, 0, 5) should be used-value-equivalent to 0] + expected: FAIL + + [round(nearest, 0, 5) should be used-value-equivalent to 0] + expected: FAIL + + [round(to-zero, 0, 5) should be used-value-equivalent to 0] + expected: FAIL + + [round(up, 5, 5) should be used-value-equivalent to 5] + expected: FAIL + + [round(down, 5, 5) should be used-value-equivalent to 5] + expected: FAIL + + [round(nearest, 5, 5) should be used-value-equivalent to 5] + expected: FAIL + + [round(to-zero, 5, 5) should be used-value-equivalent to 5] + expected: FAIL + + [round(up, -5, 5) should be used-value-equivalent to -5] + expected: FAIL + + [round(down, -5, 5) should be used-value-equivalent to -5] + expected: FAIL + + [round(nearest, -5, 5) should be used-value-equivalent to -5] + expected: FAIL + + [round(to-zero, -5, 5) should be used-value-equivalent to -5] + expected: FAIL + + [round(up, 10, 5) should be used-value-equivalent to 10] + expected: FAIL + + [round(down, 10, 5) should be used-value-equivalent to 10] + expected: FAIL + + [round(nearest, 10, 5) should be used-value-equivalent to 10] + expected: FAIL + + [round(to-zero, 10, 5) should be used-value-equivalent to 10] + expected: FAIL + + [round(up, -10, 5) should be used-value-equivalent to -10] + expected: FAIL + + [round(down, -10, 5) should be used-value-equivalent to -10] + expected: FAIL + + [round(nearest, -10, 5) should be used-value-equivalent to -10] + expected: FAIL + + [round(to-zero, -10, 5) should be used-value-equivalent to -10] + expected: FAIL + + [round(up, 20, 5) should be used-value-equivalent to 20] + expected: FAIL + + [round(down, 20, 5) should be used-value-equivalent to 20] + expected: FAIL + + [round(nearest, 20, 5) should be used-value-equivalent to 20] + expected: FAIL + + [round(to-zero, 20, 5) should be used-value-equivalent to 20] + expected: FAIL + + [round(up, -20, 5) should be used-value-equivalent to -20] + expected: FAIL + + [round(down, -20, 5) should be used-value-equivalent to -20] + expected: FAIL + + [round(nearest, -20, 5) should be used-value-equivalent to -20] + expected: FAIL + + [round(to-zero, -20, 5) should be used-value-equivalent to -20] + expected: FAIL + + [mod(-18px,100% / 10) should be used-value-equivalent to 4.5px] + expected: FAIL + + [mod(-19%,5%) should be used-value-equivalent to 1%] + expected: FAIL + + [calc(round(1px + 0%, 1px + 0%)) should be used-value-equivalent to 1px] + expected: FAIL + + [calc(mod(3px + 0%, 2px + 0%)) should be used-value-equivalent to 1px] + expected: FAIL + + [calc(rem(3px + 0%, 2px + 0%)) should be used-value-equivalent to 1px] + expected: FAIL + + [round(0, 0) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [round(-0, 0) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [round(Infinity, 0) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [round(-Infinity, 0) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [round(-4, 0) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [round(4, 0) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [round(Infinity, Infinity) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [round(-Infinity, -Infinity) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [round(Infinity, -Infinity) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [round(-Infinity, Infinity) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [mod(0, 0) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [mod(-0, 0) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [mod(Infinity, 0) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [mod(-Infinity, 0) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [mod(-4, 0) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [mod(4, 0) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [mod(Infinity, Infinity) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [mod(-Infinity, -Infinity) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [mod(Infinity, -Infinity) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [mod(-Infinity, Infinity) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [rem(0, 0) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [rem(-0, 0) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [rem(Infinity, 0) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [rem(-Infinity, 0) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [rem(-4, 0) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [rem(4, 0) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [rem(Infinity, Infinity) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [rem(-Infinity, -Infinity) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [rem(Infinity, -Infinity) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [rem(-Infinity, Infinity) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [round(up, Infinity, 4) should be used-value-equivalent to calc(Infinity)] + expected: FAIL + + [round(up, -Infinity, 4) should be used-value-equivalent to calc(-Infinity)] + expected: FAIL + + [round(up, Infinity, -4) should be used-value-equivalent to calc(Infinity)] + expected: FAIL + + [round(up, -Infinity, -4) should be used-value-equivalent to calc(-Infinity)] + expected: FAIL + + [round(down, Infinity, 4) should be used-value-equivalent to calc(Infinity)] + expected: FAIL + + [round(down, -Infinity, 4) should be used-value-equivalent to calc(-Infinity)] + expected: FAIL + + [round(down, Infinity, -4) should be used-value-equivalent to calc(Infinity)] + expected: FAIL + + [round(down, -Infinity, -4) should be used-value-equivalent to calc(-Infinity)] + expected: FAIL + + [round(nearest, Infinity, 4) should be used-value-equivalent to calc(Infinity)] + expected: FAIL + + [round(nearest, -Infinity, 4) should be used-value-equivalent to calc(-Infinity)] + expected: FAIL + + [round(nearest, Infinity, -4) should be used-value-equivalent to calc(Infinity)] + expected: FAIL + + [round(nearest, -Infinity, -4) should be used-value-equivalent to calc(-Infinity)] + expected: FAIL + + [round(to-zero, Infinity, 4) should be used-value-equivalent to calc(Infinity)] + expected: FAIL + + [round(to-zero, -Infinity, 4) should be used-value-equivalent to calc(-Infinity)] + expected: FAIL + + [round(to-zero, Infinity, -4) should be used-value-equivalent to calc(Infinity)] + expected: FAIL + + [round(to-zero, -Infinity, -4) should be used-value-equivalent to calc(-Infinity)] + expected: FAIL + + [round(nearest, 0, Infinity) should be used-value-equivalent to 0] + expected: FAIL + + [round(nearest, 4, Infinity) should be used-value-equivalent to 0] + expected: FAIL + + [round(nearest, -0, Infinity) should be used-value-equivalent to calc(-0)] + expected: FAIL + + [round(nearest, -4, Infinity) should be used-value-equivalent to calc(-0)] + expected: FAIL + + [round(nearest, 0, -Infinity) should be used-value-equivalent to 0] + expected: FAIL + + [round(nearest, 4, -Infinity) should be used-value-equivalent to 0] + expected: FAIL + + [round(nearest, -0, -Infinity) should be used-value-equivalent to calc(-0)] + expected: FAIL + + [round(nearest, -4, -Infinity) should be used-value-equivalent to calc(-0)] + expected: FAIL + + [round(to-zero, 0, Infinity) should be used-value-equivalent to 0] + expected: FAIL + + [round(to-zero, 4, Infinity) should be used-value-equivalent to 0] + expected: FAIL + + [round(to-zero, -0, Infinity) should be used-value-equivalent to calc(-0)] + expected: FAIL + + [round(to-zero, -4, Infinity) should be used-value-equivalent to calc(-0)] + expected: FAIL + + [round(to-zero, 0, -Infinity) should be used-value-equivalent to 0] + expected: FAIL + + [round(to-zero, 4, -Infinity) should be used-value-equivalent to 0] + expected: FAIL + + [round(to-zero, -0, -Infinity) should be used-value-equivalent to calc(-0)] + expected: FAIL + + [round(to-zero, -4, -Infinity) should be used-value-equivalent to calc(-0)] + expected: FAIL + + [round(up, 1, Infinity) should be used-value-equivalent to calc(Infinity)] + expected: FAIL + + [round(up, 0, Infinity) should be used-value-equivalent to 0] + expected: FAIL + + [round(up, -1, Infinity) should be used-value-equivalent to calc(-0)] + expected: FAIL + + [round(up, 1, -Infinity) should be used-value-equivalent to calc(Infinity)] + expected: FAIL + + [round(up, 0, -Infinity) should be used-value-equivalent to 0] + expected: FAIL + + [round(up, -1, -Infinity) should be used-value-equivalent to calc(-0)] + expected: FAIL + + [round(down, 1, Infinity) should be used-value-equivalent to calc(-0)] + expected: FAIL + + [round(down, 0, Infinity) should be used-value-equivalent to 0] + expected: FAIL + + [round(down, -1, Infinity) should be used-value-equivalent to calc(-Infinity)] + expected: FAIL + + [round(down, 1, -Infinity) should be used-value-equivalent to calc(-0)] + expected: FAIL + + [round(down, 0, -Infinity) should be used-value-equivalent to 0] + expected: FAIL + + [round(down, -1, -Infinity) should be used-value-equivalent to calc(-Infinity)] + expected: FAIL + + [mod(-0, Infinity) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [mod(0, -Infinity) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [mod(-4, Infinity) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [mod(4, -Infinity) should be used-value-equivalent to calc(NaN)] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/round-mod-rem-serialize.html.ini b/tests/wpt/meta/css/css-values/round-mod-rem-serialize.html.ini index c2cf0447912..c03f25d48cc 100644 --- a/tests/wpt/meta/css/css-values/round-mod-rem-serialize.html.ini +++ b/tests/wpt/meta/css/css-values/round-mod-rem-serialize.html.ini @@ -67,3 +67,21 @@ ['scale(calc(rem(1,0)))' as a computed value should serialize as 'matrix(NaN, 0, 0, NaN, 0, 0)'.] expected: FAIL + + ['calc(round(1,0))' as a computed value should serialize as '0'.] + expected: FAIL + + ['scale(calc(round(1,0)))' as a computed value should serialize as 'matrix(0, 0, 0, 0, 0, 0)'.] + expected: FAIL + + ['calc(mod(1,0))' as a computed value should serialize as '0'.] + expected: FAIL + + ['scale(calc(mod(1,0)))' as a computed value should serialize as 'matrix(0, 0, 0, 0, 0, 0)'.] + expected: FAIL + + ['calc(rem(1,0))' as a computed value should serialize as '0'.] + expected: FAIL + + ['scale(calc(rem(1,0)))' as a computed value should serialize as 'matrix(0, 0, 0, 0, 0, 0)'.] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/signs-abs-computed.html.ini b/tests/wpt/meta/css/css-values/signs-abs-computed.html.ini index 1ac87eaeb83..50daba46730 100644 --- a/tests/wpt/meta/css/css-values/signs-abs-computed.html.ini +++ b/tests/wpt/meta/css/css-values/signs-abs-computed.html.ini @@ -424,3 +424,300 @@ [abs(-1turn) should be used-value-equivalent to 1turn] expected: FAIL + + [abs(10px) should be used-value-equivalent to 10px] + expected: FAIL + + [abs(10%) should be used-value-equivalent to 10px] + expected: FAIL + + [abs(10px + 10%) should be used-value-equivalent to 20px] + expected: FAIL + + [calc(10px + abs(10%)) should be used-value-equivalent to 20px] + expected: FAIL + + [abs(-10px) should be used-value-equivalent to 10px] + expected: FAIL + + [abs(-10%) should be used-value-equivalent to 10px] + expected: FAIL + + [calc(calc(sign(-0))) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(calc(sign(-0)))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(calc(sign(0))) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(calc(sign(0)))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [abs(infinity) should be used-value-equivalent to calc(infinity)] + expected: FAIL + + [abs(-infinity) should be used-value-equivalent to calc(infinity)] + expected: FAIL + + [abs(NaN) should be used-value-equivalent to calc(NaN)] + expected: FAIL + + [calc(sign(0px)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0px))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(0cm)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0cm))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(0mm)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0mm))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(0Q)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0Q))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(0in)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0in))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(0pc)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0pc))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(0pt)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0pt))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(0em)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0em))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(0ex)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0ex))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(0ch)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0ch))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(0rem)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0rem))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(0vh)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0vh))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(0vw)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0vw))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(0vmin)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0vmin))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(0vmax)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0vmax))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(-0px)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0px))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(sign(-0cm)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0cm))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(sign(-0mm)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0mm))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(sign(-0Q)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0Q))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(sign(-0in)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0in))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(sign(-0pc)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0pc))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(sign(-0pt)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0pt))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(sign(-0em)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0em))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(sign(-0ex)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0ex))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(sign(-0ch)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0ch))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(sign(-0rem)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0rem))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(sign(-0vh)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0vh))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(sign(-0vw)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0vw))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(sign(-0vmin)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0vmin))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(sign(-0vmax)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0vmax))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(sign(0s)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0s))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(0ms)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0ms))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(-0s)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0s))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(sign(-0ms)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0ms))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(sign(0deg)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0deg))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(0grad)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0grad))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(0rad)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0rad))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(0turn)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(0turn))), 1) should be used-value-equivalent to 1] + expected: FAIL + + [calc(sign(-0deg)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0deg))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(sign(-0grad)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0grad))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(sign(-0rad)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0rad))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [calc(sign(-0turn)) should be used-value-equivalent to 0] + expected: FAIL + + [clamp(-1, calc( 1 / sign(sign(-0turn))), 1) should be used-value-equivalent to -1] + expected: FAIL + + [sign(10px - 1em) should be used-value-equivalent to 0; fontSize=10px] + expected: FAIL + + [sign(10px - 2em) should be used-value-equivalent to -1; fontSize=10px] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/signs-abs-serialize.html.ini b/tests/wpt/meta/css/css-values/signs-abs-serialize.html.ini index f46ffb3742a..114ce0b76c7 100644 --- a/tests/wpt/meta/css/css-values/signs-abs-serialize.html.ini +++ b/tests/wpt/meta/css/css-values/signs-abs-serialize.html.ini @@ -154,3 +154,9 @@ ['scale(calc(sign(-1 * infinity)))' as a computed value should serialize as 'matrix(-1, 0, 0, -1, 0, 0)'.] expected: FAIL + + ['scale(calc(sign(-1 * NaN)))' as a specified value should serialize as 'scale(calc(NaN))'.] + expected: FAIL + + ['scale(calc(sign(1 * NaN)))' as a specified value should serialize as 'scale(calc(NaN))'.] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/sin-cos-tan-serialize.html.ini b/tests/wpt/meta/css/css-values/sin-cos-tan-serialize.html.ini index 552f6ffd0cc..102a346eec9 100644 --- a/tests/wpt/meta/css/css-values/sin-cos-tan-serialize.html.ini +++ b/tests/wpt/meta/css/css-values/sin-cos-tan-serialize.html.ini @@ -286,3 +286,93 @@ ['scale(calc(calc(tan(-infinity))))' as a specified value should serialize as 'scale(calc(NaN))'.] expected: FAIL + + ['scale(sin(180deg))' as a specified value should serialize as 'scale(calc(0))'.] + expected: FAIL + + ['scale(calc(sin(180deg)))' as a specified value should serialize as 'scale(calc(0))'.] + expected: FAIL + + ['scale(cos(180deg))' as a specified value should serialize as 'scale(calc(-1))'.] + expected: FAIL + + ['scale(calc(cos(180deg)))' as a specified value should serialize as 'scale(calc(-1))'.] + expected: FAIL + + ['scale(tan(180deg))' as a specified value should serialize as 'scale(calc(0))'.] + expected: FAIL + + ['scale(calc(tan(180deg)))' as a specified value should serialize as 'scale(calc(0))'.] + expected: FAIL + + ['scale(sin(270deg))' as a specified value should serialize as 'scale(calc(-1))'.] + expected: FAIL + + ['scale(calc(sin(270deg)))' as a specified value should serialize as 'scale(calc(-1))'.] + expected: FAIL + + ['scale(cos(270deg))' as a specified value should serialize as 'scale(calc(0))'.] + expected: FAIL + + ['scale(calc(cos(270deg)))' as a specified value should serialize as 'scale(calc(0))'.] + expected: FAIL + + ['scale(tan(270deg))' as a specified value should serialize as 'scale(calc(-infinity))'.] + expected: FAIL + + ['scale(calc(tan(270deg)))' as a specified value should serialize as 'scale(calc(-infinity))'.] + expected: FAIL + + ['scale(sin(-180deg))' as a specified value should serialize as 'scale(calc(0))'.] + expected: FAIL + + ['scale(calc(sin(-180deg)))' as a specified value should serialize as 'scale(calc(0))'.] + expected: FAIL + + ['scale(cos(-180deg))' as a specified value should serialize as 'scale(calc(-1))'.] + expected: FAIL + + ['scale(calc(cos(-180deg)))' as a specified value should serialize as 'scale(calc(-1))'.] + expected: FAIL + + ['scale(tan(-180deg))' as a specified value should serialize as 'scale(calc(0))'.] + expected: FAIL + + ['scale(calc(tan(-180deg)))' as a specified value should serialize as 'scale(calc(0))'.] + expected: FAIL + + ['scale(sin(-270deg))' as a specified value should serialize as 'scale(calc(1))'.] + expected: FAIL + + ['scale(calc(sin(-270deg)))' as a specified value should serialize as 'scale(calc(1))'.] + expected: FAIL + + ['scale(cos(-270deg))' as a specified value should serialize as 'scale(calc(0))'.] + expected: FAIL + + ['scale(calc(cos(-270deg)))' as a specified value should serialize as 'scale(calc(0))'.] + expected: FAIL + + ['scale(tan(-270deg))' as a specified value should serialize as 'scale(calc(infinity))'.] + expected: FAIL + + ['scale(calc(tan(-270deg)))' as a specified value should serialize as 'scale(calc(infinity))'.] + expected: FAIL + + ['scale(calc(sin(NaN)))' as a specified value should serialize as 'scale(calc(NaN))'.] + expected: FAIL + + ['scale(calc(calc(sin(NaN))))' as a specified value should serialize as 'scale(calc(NaN))'.] + expected: FAIL + + ['scale(calc(cos(NaN)))' as a specified value should serialize as 'scale(calc(NaN))'.] + expected: FAIL + + ['scale(calc(calc(cos(NaN))))' as a specified value should serialize as 'scale(calc(NaN))'.] + expected: FAIL + + ['scale(calc(tan(NaN)))' as a specified value should serialize as 'scale(calc(NaN))'.] + expected: FAIL + + ['scale(calc(calc(tan(NaN))))' as a specified value should serialize as 'scale(calc(NaN))'.] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/urls/resolve-relative-to-base.sub.html.ini b/tests/wpt/meta/css/css-values/urls/resolve-relative-to-base.sub.html.ini new file mode 100644 index 00000000000..10eaf8e04e0 --- /dev/null +++ b/tests/wpt/meta/css/css-values/urls/resolve-relative-to-base.sub.html.ini @@ -0,0 +1,6 @@ +[resolve-relative-to-base.sub.html] + [base-relative URL: relative-image-url] + expected: FAIL + + [base-relative URL: relative-image-variable-url] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/vh-calc-support-pct.html.ini b/tests/wpt/meta/css/css-values/vh-calc-support-pct.html.ini deleted file mode 100644 index af7c03253fe..00000000000 --- a/tests/wpt/meta/css/css-values/vh-calc-support-pct.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[vh-calc-support-pct.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-values/vh-interpolate-pct.html.ini b/tests/wpt/meta/css/css-values/vh-interpolate-pct.html.ini new file mode 100644 index 00000000000..be2538e602f --- /dev/null +++ b/tests/wpt/meta/css/css-values/vh-interpolate-pct.html.ini @@ -0,0 +1,2 @@ +[vh-interpolate-pct.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-values/vh-interpolate-px.html.ini b/tests/wpt/meta/css/css-values/vh-interpolate-px.html.ini new file mode 100644 index 00000000000..bf182b798a0 --- /dev/null +++ b/tests/wpt/meta/css/css-values/vh-interpolate-px.html.ini @@ -0,0 +1,2 @@ +[vh-interpolate-px.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-values/vh-interpolate-vh.html.ini b/tests/wpt/meta/css/css-values/vh-interpolate-vh.html.ini new file mode 100644 index 00000000000..7fd394999f3 --- /dev/null +++ b/tests/wpt/meta/css/css-values/vh-interpolate-vh.html.ini @@ -0,0 +1,2 @@ +[vh-interpolate-vh.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-values/vh-support-transform-translate.html.ini b/tests/wpt/meta/css/css-values/vh-support-transform-translate.html.ini deleted file mode 100644 index 3d0102bd597..00000000000 --- a/tests/wpt/meta/css/css-values/vh-support-transform-translate.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[vh-support-transform-translate.html] - expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-values/vh_not_refreshing_on_chrome.html.ini b/tests/wpt/meta/css/css-values/vh_not_refreshing_on_chrome.html.ini deleted file mode 100644 index 61c7e8e9d50..00000000000 --- a/tests/wpt/meta/css/css-values/vh_not_refreshing_on_chrome.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[vh_not_refreshing_on_chrome.html] - expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-values/viewport-relative-lengths-scaled-viewport.html.ini b/tests/wpt/meta/css/css-values/viewport-relative-lengths-scaled-viewport.html.ini new file mode 100644 index 00000000000..cf33c6acf21 --- /dev/null +++ b/tests/wpt/meta/css/css-values/viewport-relative-lengths-scaled-viewport.html.ini @@ -0,0 +1,3 @@ +[viewport-relative-lengths-scaled-viewport.html] + [viewport relative units in scaled viewport] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/viewport-units-css2-001.html.ini b/tests/wpt/meta/css/css-values/viewport-units-css2-001.html.ini index bb32bd0e315..cdbb97b2b1e 100644 --- a/tests/wpt/meta/css/css-values/viewport-units-css2-001.html.ini +++ b/tests/wpt/meta/css/css-values/viewport-units-css2-001.html.ini @@ -5,156 +5,42 @@ [vw length applied to border-spacing: getComputedStyle returns a non-zero px-based value] expected: FAIL - [vw length applied to top] - expected: FAIL - [vw length applied to vertical-align] expected: FAIL [vw length applied to vertical-align: getComputedStyle returns a non-zero px-based value] expected: FAIL - [vh length applied to width] - expected: FAIL - - [vh length applied to height] - expected: FAIL - - [vh length applied to min-width] - expected: FAIL - - [vh length applied to min-height] - expected: FAIL - - [vh length applied to max-width] - expected: FAIL - - [vh length applied to max-height] - expected: FAIL - - [vh length applied to margin-top] - expected: FAIL - - [vh length applied to padding-top] - expected: FAIL - - [vh length applied to border-top-width] - expected: FAIL - - [vh length applied to font-size] - expected: FAIL - - [vh length applied to line-height] - expected: FAIL - [vh length applied to border-spacing] expected: FAIL [vh length applied to border-spacing: getComputedStyle returns a non-zero px-based value] expected: FAIL - [vh length applied to top] - expected: FAIL - - [vh length applied to right] - expected: FAIL - - [vh length applied to bottom] - expected: FAIL - - [vh length applied to left] - expected: FAIL - - [vh length applied to letter-spacing] - expected: FAIL - - [vh length applied to text-indent] - expected: FAIL - [vh length applied to vertical-align] expected: FAIL [vh length applied to vertical-align: getComputedStyle returns a non-zero px-based value] expected: FAIL - [vh length applied to word-spacing] - expected: FAIL - - [vmin length applied to width] - expected: FAIL - - [vmin length applied to height] - expected: FAIL - - [vmin length applied to min-width] - expected: FAIL - - [vmin length applied to min-height] - expected: FAIL - - [vmin length applied to max-width] - expected: FAIL - - [vmin length applied to max-height] - expected: FAIL - - [vmin length applied to margin-top] - expected: FAIL - - [vmin length applied to padding-top] - expected: FAIL - - [vmin length applied to border-top-width] - expected: FAIL - - [vmin length applied to font-size] - expected: FAIL - - [vmin length applied to line-height] - expected: FAIL - [vmin length applied to border-spacing] expected: FAIL [vmin length applied to border-spacing: getComputedStyle returns a non-zero px-based value] expected: FAIL - [vmin length applied to top] - expected: FAIL - - [vmin length applied to right] - expected: FAIL - - [vmin length applied to bottom] - expected: FAIL - - [vmin length applied to left] - expected: FAIL - - [vmin length applied to letter-spacing] - expected: FAIL - - [vmin length applied to text-indent] - expected: FAIL - [vmin length applied to vertical-align] expected: FAIL [vmin length applied to vertical-align: getComputedStyle returns a non-zero px-based value] expected: FAIL - [vmin length applied to word-spacing] - expected: FAIL - [vmax length applied to border-spacing] expected: FAIL [vmax length applied to border-spacing: getComputedStyle returns a non-zero px-based value] expected: FAIL - [vmax length applied to top] - expected: FAIL - [vmax length applied to vertical-align] expected: FAIL diff --git a/tests/wpt/meta/css/css-values/viewport-units-modify.html.ini b/tests/wpt/meta/css/css-values/viewport-units-modify.html.ini deleted file mode 100644 index 1a8248cd94b..00000000000 --- a/tests/wpt/meta/css/css-values/viewport-units-modify.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[viewport-units-modify.html] - [Crash when going from non-viewport to viewport units] - expected: FAIL diff --git a/tests/wpt/meta/css/css-values/viewport-units-writing-mode.html.ini b/tests/wpt/meta/css/css-values/viewport-units-writing-mode.html.ini index 25b5a143709..98e9eebad3a 100644 --- a/tests/wpt/meta/css/css-values/viewport-units-writing-mode.html.ini +++ b/tests/wpt/meta/css/css-values/viewport-units-writing-mode.html.ini @@ -1,2 +1,24 @@ [viewport-units-writing-mode.html] - expected: ERROR + [100vi computes to 100px with vertical writing-mode] + expected: FAIL + + [100svi computes to 100px with vertical writing-mode] + expected: FAIL + + [100lvi computes to 100px with vertical writing-mode] + expected: FAIL + + [100dvi computes to 100px with vertical writing-mode] + expected: FAIL + + [100vb computes to 200px with vertical writing-mode] + expected: FAIL + + [100svb computes to 200px with vertical writing-mode] + expected: FAIL + + [100lvb computes to 200px with vertical writing-mode] + expected: FAIL + + [100dvb computes to 200px with vertical writing-mode] + expected: FAIL diff --git a/tests/wpt/meta/css/cssom-view/MediaQueryList-addListener-removeListener.html.ini b/tests/wpt/meta/css/cssom-view/MediaQueryList-addListener-removeListener.html.ini index 314dca9c1f5..d52a3e77a70 100644 --- a/tests/wpt/meta/css/cssom-view/MediaQueryList-addListener-removeListener.html.ini +++ b/tests/wpt/meta/css/cssom-view/MediaQueryList-addListener-removeListener.html.ini @@ -1,3 +1,6 @@ [MediaQueryList-addListener-removeListener.html] [listeners are called when ] + expected: FAIL + + [] + expected: FAIL + + [] + expected: FAIL + + [] + expected: FAIL + + [] + expected: FAIL + + [] + expected: FAIL diff --git a/tests/wpt/meta/fetch/security/dangling-markup-mitigation.tentative.html.ini b/tests/wpt/meta/fetch/security/dangling-markup-mitigation.tentative.html.ini new file mode 100644 index 00000000000..3b0a8472abf --- /dev/null +++ b/tests/wpt/meta/fetch/security/dangling-markup-mitigation.tentative.html.ini @@ -0,0 +1,27 @@ +[dangling-markup-mitigation.tentative.html] + [Fetch: /images/gre\\nen-1x1.png?img=<] + expected: FAIL + + [Fetch: /images/gre\\ren-1x1.png?img=<] + expected: FAIL + + [Fetch: /images/gre\\ten-1x1.png?img=<] + expected: FAIL + + [Fetch: /images/green-1x1.png?<\\n=block] + expected: FAIL + + [Fetch: /images/green-1x1.png?<\\r=block] + expected: FAIL + + [Fetch: /images/green-1x1.png?<\\t=block] + expected: FAIL + + [] + expected: FAIL + + [] + expected: FAIL + + [\\n \\n ] + expected: FAIL diff --git a/tests/wpt/meta/fetch/security/embedded-credentials.tentative.sub.html.ini b/tests/wpt/meta/fetch/security/embedded-credentials.tentative.sub.html.ini new file mode 100644 index 00000000000..5cb6828d08a --- /dev/null +++ b/tests/wpt/meta/fetch/security/embedded-credentials.tentative.sub.html.ini @@ -0,0 +1,12 @@ +[embedded-credentials.tentative.sub.html] + [Embedded credentials are treated as network errors.] + expected: FAIL + + [Embedded credentials are treated as network errors in frames.] + expected: FAIL + + [Embedded credentials are treated as network errors in new windows.] + expected: FAIL + + [Embedded credentials matching the top-level are treated as network errors for cross-origin URLs.] + expected: FAIL diff --git a/tests/wpt/meta/fetch/security/redirect-to-url-with-credentials.https.html.ini b/tests/wpt/meta/fetch/security/redirect-to-url-with-credentials.https.html.ini new file mode 100644 index 00000000000..7243554ba34 --- /dev/null +++ b/tests/wpt/meta/fetch/security/redirect-to-url-with-credentials.https.html.ini @@ -0,0 +1,4 @@ +[redirect-to-url-with-credentials.https.html] + expected: TIMEOUT + [Frame loading after a redirect with an URL containing credentials] + expected: TIMEOUT diff --git a/tests/wpt/meta/fetch/stale-while-revalidate/fetch-sw.https.html.ini b/tests/wpt/meta/fetch/stale-while-revalidate/fetch-sw.https.html.ini new file mode 100644 index 00000000000..55f313054e6 --- /dev/null +++ b/tests/wpt/meta/fetch/stale-while-revalidate/fetch-sw.https.html.ini @@ -0,0 +1,4 @@ +[fetch-sw.https.html] + expected: ERROR + [Second fetch returns same response] + expected: FAIL diff --git a/tests/wpt/meta/fetch/stale-while-revalidate/stale-css.html.ini b/tests/wpt/meta/fetch/stale-while-revalidate/stale-css.html.ini new file mode 100644 index 00000000000..4b4742262ca --- /dev/null +++ b/tests/wpt/meta/fetch/stale-while-revalidate/stale-css.html.ini @@ -0,0 +1,3 @@ +[stale-css.html] + [Cache returns stale resource] + expected: FAIL diff --git a/tests/wpt/meta/fetch/stale-while-revalidate/stale-image.html.ini b/tests/wpt/meta/fetch/stale-while-revalidate/stale-image.html.ini index 86b30d7f0dd..e95e391fd91 100644 --- a/tests/wpt/meta/fetch/stale-while-revalidate/stale-image.html.ini +++ b/tests/wpt/meta/fetch/stale-while-revalidate/stale-image.html.ini @@ -1,4 +1,4 @@ [stale-image.html] + expected: TIMEOUT [Cache returns stale resource] - expected: FAIL - + expected: TIMEOUT diff --git a/tests/wpt/meta/fetch/stale-while-revalidate/stale-script.html.ini b/tests/wpt/meta/fetch/stale-while-revalidate/stale-script.html.ini new file mode 100644 index 00000000000..1d510d423b3 --- /dev/null +++ b/tests/wpt/meta/fetch/stale-while-revalidate/stale-script.html.ini @@ -0,0 +1,3 @@ +[stale-script.html] + [Cache returns stale resource] + expected: FAIL diff --git a/tests/wpt/meta/fullscreen/idlharness.window.js.ini b/tests/wpt/meta/fullscreen/idlharness.window.js.ini new file mode 100644 index 00000000000..ad41bb8d8b3 --- /dev/null +++ b/tests/wpt/meta/fullscreen/idlharness.window.js.ini @@ -0,0 +1,30 @@ +[idlharness.window.html] + [Document interface: attribute fullscreenEnabled] + expected: FAIL + + [Document interface: attribute fullscreen] + expected: FAIL + + [Document interface: operation exitFullscreen()] + expected: FAIL + + [Document interface: attribute fullscreenElement] + expected: FAIL + + [ShadowRoot interface: attribute fullscreenElement] + expected: FAIL + + [Element interface: operation requestFullscreen(optional FullscreenOptions)] + expected: FAIL + + [Element interface: attribute onfullscreenchange] + expected: FAIL + + [Element interface: attribute onfullscreenerror] + expected: FAIL + + [Element interface: document.createElementNS(null, "test") must inherit property "onfullscreenchange" with the proper type] + expected: FAIL + + [Element interface: document.createElementNS(null, "test") must inherit property "onfullscreenerror" with the proper type] + expected: FAIL diff --git a/tests/wpt/meta/gamepad/gamepad-default-feature-policy.https.sub.html.ini b/tests/wpt/meta/gamepad/gamepad-default-feature-policy.https.sub.html.ini index af32ee6c48a..678bf9112c2 100644 --- a/tests/wpt/meta/gamepad/gamepad-default-feature-policy.https.sub.html.ini +++ b/tests/wpt/meta/gamepad/gamepad-default-feature-policy.https.sub.html.ini @@ -5,3 +5,8 @@ [Feature-Policy allow="gamepad" disallows cross-origin by default.] expected: FAIL + [Feature-Policy allow="gamepad" allows same-origin by default.] + expected: FAIL + + [Feature-Policy allow="gamepad" allows cross-origin by default.] + expected: FAIL diff --git a/tests/wpt/meta/gamepad/idlharness-extensions.https.window.js.ini b/tests/wpt/meta/gamepad/idlharness-extensions.https.window.js.ini index 1904bd6929d..e55d8fa4921 100644 --- a/tests/wpt/meta/gamepad/idlharness-extensions.https.window.js.ini +++ b/tests/wpt/meta/gamepad/idlharness-extensions.https.window.js.ini @@ -70,3 +70,51 @@ [Gamepad interface: attribute vibrationActuator] expected: FAIL + + [GamepadPose interface: existence and properties of interface object] + expected: FAIL + + [GamepadPose interface object length] + expected: FAIL + + [GamepadPose interface object name] + expected: FAIL + + [GamepadPose interface: existence and properties of interface prototype object] + expected: FAIL + + [GamepadPose interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [GamepadPose interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [GamepadPose interface: attribute hasOrientation] + expected: FAIL + + [GamepadPose interface: attribute hasPosition] + expected: FAIL + + [GamepadPose interface: attribute position] + expected: FAIL + + [GamepadPose interface: attribute linearVelocity] + expected: FAIL + + [GamepadPose interface: attribute linearAcceleration] + expected: FAIL + + [GamepadPose interface: attribute orientation] + expected: FAIL + + [GamepadPose interface: attribute angularVelocity] + expected: FAIL + + [GamepadPose interface: attribute angularAcceleration] + expected: FAIL + + [Gamepad interface: attribute hand] + expected: FAIL + + [Gamepad interface: attribute pose] + expected: FAIL diff --git a/tests/wpt/meta/gamepad/idlharness.https.window.js.ini b/tests/wpt/meta/gamepad/idlharness.https.window.js.ini index 7cd83a2a6d3..6744fbe3cf4 100644 --- a/tests/wpt/meta/gamepad/idlharness.https.window.js.ini +++ b/tests/wpt/meta/gamepad/idlharness.https.window.js.ini @@ -25,3 +25,96 @@ [HTMLFrameSetElement interface: attribute ongamepaddisconnected] expected: FAIL + + [Gamepad interface: existence and properties of interface object] + expected: FAIL + + [Gamepad interface object length] + expected: FAIL + + [Gamepad interface object name] + expected: FAIL + + [Gamepad interface: existence and properties of interface prototype object] + expected: FAIL + + [Gamepad interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [Gamepad interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [Gamepad interface: attribute id] + expected: FAIL + + [Gamepad interface: attribute index] + expected: FAIL + + [Gamepad interface: attribute connected] + expected: FAIL + + [Gamepad interface: attribute timestamp] + expected: FAIL + + [Gamepad interface: attribute mapping] + expected: FAIL + + [Gamepad interface: attribute axes] + expected: FAIL + + [Gamepad interface: attribute buttons] + expected: FAIL + + [GamepadButton interface: existence and properties of interface object] + expected: FAIL + + [GamepadButton interface object length] + expected: FAIL + + [GamepadButton interface object name] + expected: FAIL + + [GamepadButton interface: existence and properties of interface prototype object] + expected: FAIL + + [GamepadButton interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [GamepadButton interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [GamepadButton interface: attribute pressed] + expected: FAIL + + [GamepadButton interface: attribute touched] + expected: FAIL + + [GamepadButton interface: attribute value] + expected: FAIL + + [GamepadEvent interface: existence and properties of interface object] + expected: FAIL + + [GamepadEvent interface object length] + expected: FAIL + + [GamepadEvent interface object name] + expected: FAIL + + [GamepadEvent interface: existence and properties of interface prototype object] + expected: FAIL + + [GamepadEvent interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [GamepadEvent interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [GamepadEvent interface: attribute gamepad] + expected: FAIL + + [Navigator interface: operation getGamepads()] + expected: FAIL + + [Navigator interface: navigator must inherit property "getGamepads()" with the proper type] + expected: FAIL diff --git a/tests/wpt/meta/hr-time/idlharness.any.js.ini b/tests/wpt/meta/hr-time/idlharness.any.js.ini new file mode 100644 index 00000000000..89200be1692 --- /dev/null +++ b/tests/wpt/meta/hr-time/idlharness.any.js.ini @@ -0,0 +1,9 @@ +[idlharness.any.worker.html] + +[idlharness.any.serviceworker.html] + expected: ERROR + +[idlharness.any.html] + +[idlharness.any.sharedworker.html] + expected: ERROR diff --git a/tests/wpt/meta/hr-time/test_cross_frame_start.html.ini b/tests/wpt/meta/hr-time/test_cross_frame_start.html.ini new file mode 100644 index 00000000000..3418a67c712 --- /dev/null +++ b/tests/wpt/meta/hr-time/test_cross_frame_start.html.ini @@ -0,0 +1,6 @@ +[test_cross_frame_start.html] + [Child created at least 1 second after parent] + expected: FAIL + + [Child and parent time bases are correct] + expected: FAIL diff --git a/tests/wpt/meta/hr-time/timeOrigin.html.ini b/tests/wpt/meta/hr-time/timeOrigin.html.ini new file mode 100644 index 00000000000..de004be748d --- /dev/null +++ b/tests/wpt/meta/hr-time/timeOrigin.html.ini @@ -0,0 +1,6 @@ +[timeOrigin.html] + [Window timeOrigin is close to Date.now() when there is no system clock adjustment.] + expected: FAIL + + [Window and worker timeOrigins are close when created one after another.] + expected: FAIL diff --git a/tests/wpt/meta/html/anonymous-iframe/embedding.tentative.https.window.js.ini b/tests/wpt/meta/html/anonymous-iframe/embedding.tentative.https.window.js.ini new file mode 100644 index 00000000000..bde55b36820 --- /dev/null +++ b/tests/wpt/meta/html/anonymous-iframe/embedding.tentative.https.window.js.ini @@ -0,0 +1,28 @@ +[embedding.tentative.https.window.html?7-7] + +[embedding.tentative.https.window.html?5-5] + +[embedding.tentative.https.window.html?2-2] + +[embedding.tentative.https.window.html?3-3] + +[embedding.tentative.https.window.html?10-10] + +[embedding.tentative.https.window.html?9-9] + +[embedding.tentative.https.window.html?1-1] + +[embedding.tentative.https.window.html?11-11] + [Parents embeds a CSP:frame-ancestors credentialless iframe] + expected: FAIL + + +[embedding.tentative.https.window.html?12-12] + +[embedding.tentative.https.window.html?4-4] + +[embedding.tentative.https.window.html?8-8] + +[embedding.tentative.https.window.html?13-last] + +[embedding.tentative.https.window.html?6-6] diff --git a/tests/wpt/meta/html/anonymous-iframe/hasStorageAccess.tentative.https.window.js.ini b/tests/wpt/meta/html/anonymous-iframe/hasStorageAccess.tentative.https.window.js.ini new file mode 100644 index 00000000000..0887f1f7d7d --- /dev/null +++ b/tests/wpt/meta/html/anonymous-iframe/hasStorageAccess.tentative.https.window.js.ini @@ -0,0 +1,2 @@ +[hasStorageAccess.tentative.https.window.html] + expected: ERROR diff --git a/tests/wpt/meta/html/anonymous-iframe/requestStorageAccess.tentative.https.window.js.ini b/tests/wpt/meta/html/anonymous-iframe/requestStorageAccess.tentative.https.window.js.ini new file mode 100644 index 00000000000..ed2084bae3d --- /dev/null +++ b/tests/wpt/meta/html/anonymous-iframe/requestStorageAccess.tentative.https.window.js.ini @@ -0,0 +1,2 @@ +[requestStorageAccess.tentative.https.window.html] + expected: ERROR diff --git a/tests/wpt/meta/html/anonymous-iframe/requestStorageAccessFor.tentative.https.window.js.ini b/tests/wpt/meta/html/anonymous-iframe/requestStorageAccessFor.tentative.https.window.js.ini new file mode 100644 index 00000000000..635d7cb3f3f --- /dev/null +++ b/tests/wpt/meta/html/anonymous-iframe/requestStorageAccessFor.tentative.https.window.js.ini @@ -0,0 +1,2 @@ +[requestStorageAccessFor.tentative.https.window.html] + expected: ERROR diff --git a/tests/wpt/meta/html/anonymous-iframe/worker-cookies.tentative.https.window.js.ini b/tests/wpt/meta/html/anonymous-iframe/worker-cookies.tentative.https.window.js.ini new file mode 100644 index 00000000000..91aa477fcfa --- /dev/null +++ b/tests/wpt/meta/html/anonymous-iframe/worker-cookies.tentative.https.window.js.ini @@ -0,0 +1,21 @@ +[worker-cookies.tentative.https.window.html?worker=shared_worker] + expected: TIMEOUT + [Worker spawned from normal iframe can access global cookies] + expected: TIMEOUT + + [Worker spawned from credentialless iframe can't access global cookies] + expected: NOTRUN + + +[worker-cookies.tentative.https.window.html?worker=dedicated_worker] + [Worker spawned from credentialless iframe can't access global cookies] + expected: FAIL + + +[worker-cookies.tentative.https.window.html?worker=service_worker] + expected: TIMEOUT + [Worker spawned from normal iframe can access global cookies] + expected: TIMEOUT + + [Worker spawned from credentialless iframe can't access global cookies] + expected: NOTRUN diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name.html.ini new file mode 100644 index 00000000000..2ba428e3224 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name.html.ini @@ -0,0 +1,4 @@ +[browsing_context_name.html] + expected: TIMEOUT + [Retaining window.name on history traversal] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin.html.ini new file mode 100644 index 00000000000..34c6d36e108 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin.html.ini @@ -0,0 +1,4 @@ +[browsing_context_name_cross_origin.html] + expected: TIMEOUT + [Restoring window.name on cross-origin history traversal] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin_2.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin_2.html.ini new file mode 100644 index 00000000000..0e3542d70d4 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin_2.html.ini @@ -0,0 +1,3 @@ +[browsing_context_name_cross_origin_2.html] + [Restoring window.name on cross-origin history traversal] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin_3.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin_3.html.ini new file mode 100644 index 00000000000..33fe97a7d61 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/browsing_context_name_cross_origin_3.html.ini @@ -0,0 +1,3 @@ +[browsing_context_name_cross_origin_3.html] + [Restoring window.name on cross-origin history traversal] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/document-state.https.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/document-state.https.html.ini new file mode 100644 index 00000000000..2f7885994ac --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/document-state.https.html.ini @@ -0,0 +1,6 @@ +[document-state.https.html] + [A navigation's initiator origin and referrer are stored in the document state and used in the document repopulation case] + expected: FAIL + + [A navigation's initiator origin and referrer are stored in the document state and used on location.reload()] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/history-traversal-navigate-parent-while-child-loading.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/history-traversal-navigate-parent-while-child-loading.html.ini deleted file mode 100644 index a04d59899db..00000000000 --- a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/history-traversal-navigate-parent-while-child-loading.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[history-traversal-navigate-parent-while-child-loading.html] - [pushState() in parent while child is doing initial navigation, then go back] - expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/history-traversal-navigates-multiple-frames.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/history-traversal-navigates-multiple-frames.html.ini index d8bec72308d..6ac54926dad 100644 --- a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/history-traversal-navigates-multiple-frames.html.ini +++ b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/history-traversal-navigates-multiple-frames.html.ini @@ -1,3 +1,4 @@ [history-traversal-navigates-multiple-frames.html] + expected: TIMEOUT [A history traversal should be able to navigate a parent and child simultaneously] - expected: FAIL + expected: TIMEOUT diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/resume-timer-on-history-back.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/resume-timer-on-history-back.html.ini new file mode 100644 index 00000000000..890cb006da5 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/resume-timer-on-history-back.html.ini @@ -0,0 +1,7 @@ +[resume-timer-on-history-back.html] + expected: TIMEOUT + [history.back() handles top level page timer correctly] + expected: TIMEOUT + + [history.back() handles nested iframe timer correctly] + expected: NOTRUN diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-basic.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-basic.html.ini new file mode 100644 index 00000000000..2e72a3a53f2 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-basic.html.ini @@ -0,0 +1,6 @@ +[scroll-restoration-basic.html] + [Default value is "auto"] + expected: FAIL + + [Invalid values are ignored] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin.html.ini index 1f528be38ef..a3f473a9557 100644 --- a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin.html.ini +++ b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin.html.ini @@ -1,4 +1,4 @@ [scroll-restoration-fragment-scrolling-cross-origin.html] - expected: ERROR + expected: TIMEOUT [Manual scroll restoration should take precedent over scrolling to fragment in cross origin navigation] expected: TIMEOUT diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-navigation-cross-origin.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-navigation-cross-origin.html.ini new file mode 100644 index 00000000000..c5cbd7123e5 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-navigation-cross-origin.html.ini @@ -0,0 +1,3 @@ +[scroll-restoration-navigation-cross-origin.html] + [Navigating to new page should reset to "auto" and navigating back should restore and respect scroll restoration mode] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-navigation-samedoc.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-navigation-samedoc.html.ini new file mode 100644 index 00000000000..7575040bfeb --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-navigation-samedoc.html.ini @@ -0,0 +1,3 @@ +[scroll-restoration-navigation-samedoc.html] + [history.{push,replace}State retain scroll restoration mode and navigation in the same document respects it] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/popstate_event.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/popstate_event.html.ini new file mode 100644 index 00000000000..61cb3241815 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/popstate_event.html.ini @@ -0,0 +1,3 @@ +[popstate_event.html] + [Queue a task to fire popstate event] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/same-url.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/same-url.html.ini new file mode 100644 index 00000000000..35a049d04a5 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/same-url.html.ini @@ -0,0 +1,4 @@ +[same-url.html] + expected: TIMEOUT + [Test same-URL navigation and its effects on history] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/scroll-restoration-order.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/scroll-restoration-order.html.ini new file mode 100644 index 00000000000..02b0dc4ceb8 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/scroll-restoration-order.html.ini @@ -0,0 +1,3 @@ +[scroll-restoration-order.html] + [Traversing history should restore scroll position after dispatching popstate and before dispatching hashchange] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/window-name-after-cross-origin-main-frame-navigation.sub.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/window-name-after-cross-origin-main-frame-navigation.sub.html.ini new file mode 100644 index 00000000000..e8bb017d7c6 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/window-name-after-cross-origin-main-frame-navigation.sub.html.ini @@ -0,0 +1,3 @@ +[window-name-after-cross-origin-main-frame-navigation.sub.html] + [window.name should equal "" after a cross-origin main frame navigation] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/003.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/003.html.ini new file mode 100644 index 00000000000..d2bc83fd5b5 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/003.html.ini @@ -0,0 +1,4 @@ +[003.html] + expected: TIMEOUT + [Navigation from unload whilst traversing history] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/004.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/004.html.ini new file mode 100644 index 00000000000..43bd6e37a9e --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/004.html.ini @@ -0,0 +1,4 @@ +[004.html] + expected: TIMEOUT + [Navigation from unload whilst traversing cross-origin history] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/005.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/005.html.ini index f7ee5361549..33efcdbcf48 100644 --- a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/005.html.ini +++ b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/005.html.ini @@ -1,4 +1,3 @@ [005.html] - expected: TIMEOUT [Link with onclick navigation and href navigation ] expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/006.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/006.html.ini new file mode 100644 index 00000000000..0e582a57e0b --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/006.html.ini @@ -0,0 +1,3 @@ +[006.html] + [Link with onclick form submit and href navigation ] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/007.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/007.html.ini new file mode 100644 index 00000000000..19f8ecc290b --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/007.html.ini @@ -0,0 +1,3 @@ +[007.html] + [Link with onclick javascript url and href navigation ] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/010.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/010.html.ini new file mode 100644 index 00000000000..e6d7aadcebd --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/010.html.ini @@ -0,0 +1,3 @@ +[010.html] + [Link with onclick form submit to javascript url with delayed document.write and href navigation ] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/012.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/012.html.ini new file mode 100644 index 00000000000..3dae2fe2c4a --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/012.html.ini @@ -0,0 +1,3 @@ +[012.html] + [Link with onclick navigation to javascript url with delayed document.write and href navigation ] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/initial-empty-document/window-open-204.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/initial-empty-document/window-open-204.html.ini index 6582f1e053b..c51f1290ef5 100644 --- a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/initial-empty-document/window-open-204.html.ini +++ b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/initial-empty-document/window-open-204.html.ini @@ -1,7 +1,7 @@ [window-open-204.html] expected: TIMEOUT [location.href] - expected: FAIL + expected: TIMEOUT [location.assign] - expected: TIMEOUT + expected: NOTRUN diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-abort/javascript-url-abort-return-value-undefined.tentative.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-abort/javascript-url-abort-return-value-undefined.tentative.html.ini new file mode 100644 index 00000000000..c2a4c161232 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-abort/javascript-url-abort-return-value-undefined.tentative.html.ini @@ -0,0 +1,4 @@ +[javascript-url-abort-return-value-undefined.tentative.html] + expected: TIMEOUT + [Not aborting fetch for javascript:undefined navigation] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-referrer.window.js.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-referrer.window.js.ini index 5a245d61359..bcda478adb1 100644 --- a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-referrer.window.js.ini +++ b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-referrer.window.js.ini @@ -1,6 +1,10 @@ [javascript-url-referrer.window.html] + expected: TIMEOUT [unsafe-url referrer policy used to create the starting page] expected: FAIL [origin referrer policy used to create the starting page] expected: FAIL + + [no-referrer referrer policy used to create the starting page] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-return-value-handling-dynamic.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-return-value-handling-dynamic.html.ini index 8ae58f9f1e2..f27acdd3b9d 100644 --- a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-return-value-handling-dynamic.html.ini +++ b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-return-value-handling-dynamic.html.ini @@ -4,18 +4,3 @@ [Test javascript URL string return values in direct and indirect (target) frame contexts. 9] expected: FAIL - - [0041 set in href="" targeting a frame and clicked] - expected: FAIL - - [0080 00FF set in href="" targeting a frame and clicked] - expected: FAIL - - [0080 00FF 0100 set in href="" targeting a frame and clicked] - expected: FAIL - - [D83D DE0D set in href="" targeting a frame and clicked] - expected: FAIL - - [DE0D 0041 set in href="" targeting a frame and clicked] - expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-security-check-same-origin-domain.sub.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-security-check-same-origin-domain.sub.html.ini index d77d78be5ae..2701c1818a5 100644 --- a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-security-check-same-origin-domain.sub.html.ini +++ b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/javascript-url-security-check-same-origin-domain.sub.html.ini @@ -1,3 +1,4 @@ [javascript-url-security-check-same-origin-domain.sub.html] + expected: TIMEOUT [javascript: URL security check for same-origin-domain but not same-origin] - expected: FAIL + expected: TIMEOUT diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin-fragment.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin-fragment.html.ini deleted file mode 100644 index 49cc2e16746..00000000000 --- a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin-fragment.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[navigation-unload-same-origin-fragment.html] - [Tests that a fragment navigation in the unload handler will not block the initial navigation] - expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin.window.js.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin.window.js.ini deleted file mode 100644 index 7dc346632a4..00000000000 --- a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin.window.js.ini +++ /dev/null @@ -1,3 +0,0 @@ -[navigation-unload-same-origin.window.html] - [Same-origin navigation started from unload handler must be ignored] - expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/refresh/navigate.window.js.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/refresh/navigate.window.js.ini new file mode 100644 index 00000000000..1653ab7a2d0 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/refresh/navigate.window.js.ini @@ -0,0 +1,7 @@ +[navigate.window.html] + expected: TIMEOUT + [When navigating the Refresh header needs to be followed] + expected: TIMEOUT + + [When there's both a Refresh header and the Refresh header wins] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/source/navigate-child-src-about-blank.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/source/navigate-child-src-about-blank.html.ini new file mode 100644 index 00000000000..6b2694e606a --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/source/navigate-child-src-about-blank.html.ini @@ -0,0 +1,3 @@ +[navigate-child-src-about-blank.html] + [Set the src attribute to about:blank and check referrer] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/top-level-data-url.window.js.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/top-level-data-url.window.js.ini new file mode 100644 index 00000000000..3ad61148a85 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/top-level-data-url.window.js.ini @@ -0,0 +1,12 @@ +[top-level-data-url.window.html] + [Navigating a popup using window.open("data:text/html,...", "", "undefined")] + expected: FAIL + + [Navigating a popup using window.open("data:text/html,...", "", "opener")] + expected: FAIL + + [Navigating a popup using window.open("resources/redirect.py?location=data%3Atext%2Fhtml%2C...", "", "undefined")] + expected: FAIL + + [Navigating a popup using window.open("resources/redirect.py?location=data%3Atext%2Fhtml%2C...", "", "opener")] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/read-media/pageload-video.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/read-media/pageload-video.html.ini new file mode 100644 index 00000000000..d9deb665c65 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/read-media/pageload-video.html.ini @@ -0,0 +1,3 @@ +[pageload-video.html] + [The document for a standalone media file should have one child in the body.] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/003.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/003.html.ini new file mode 100644 index 00000000000..1451a483f9d --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/003.html.ini @@ -0,0 +1,3 @@ +[003.html] + [Fragment Navigation: Updating scroll position] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/fragment-and-encoding-2.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/fragment-and-encoding-2.html.ini new file mode 100644 index 00000000000..b9f6131c142 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/fragment-and-encoding-2.html.ini @@ -0,0 +1,6 @@ +[fragment-and-encoding-2.html] + [Invalid percent-encoded UTF-8 byte should decode as U+FFFD] + expected: FAIL + + [Percent-encoded UTF-8 BOM followed by invalid UTF-8 byte should decode as U+FEFF U+FFFD] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/scroll-frag-percent-encoded.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/scroll-frag-percent-encoded.html.ini new file mode 100644 index 00000000000..f3fe56bd8bb --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/scroll-frag-percent-encoded.html.ini @@ -0,0 +1,3 @@ +[scroll-frag-percent-encoded.html] + [Fragment Navigation: fragment id should be percent-decoded] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/scroll-position-vertical-rl.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/scroll-position-vertical-rl.html.ini new file mode 100644 index 00000000000..35614896dda --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/scroll-position-vertical-rl.html.ini @@ -0,0 +1,3 @@ +[scroll-position-vertical-rl.html] + [Fragment Navigation: Scroll to block start position in vertical-rl writing mode] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/scroll-to-anchor-name.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/scroll-to-anchor-name.html.ini new file mode 100644 index 00000000000..b90a09952e2 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/scroll-to-anchor-name.html.ini @@ -0,0 +1,3 @@ +[scroll-to-anchor-name.html] + [Fragment Navigation: scroll to anchor name is lower priority than equal id] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/scroll-to-top.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/scroll-to-top.html.ini new file mode 100644 index 00000000000..6e8c7d20d83 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/scroll-to-fragid/scroll-to-top.html.ini @@ -0,0 +1,3 @@ +[scroll-to-top.html] + [Fragment Navigation: When fragid is TOP scroll to the top of the document] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/001.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/001.html.ini new file mode 100644 index 00000000000..c3ca624488f --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/001.html.ini @@ -0,0 +1,3 @@ +[001.html] + [document.open in unload] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/002.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/002.html.ini new file mode 100644 index 00000000000..ef11bfbccd9 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/002.html.ini @@ -0,0 +1,3 @@ +[002.html] + [document.open in unload] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/003.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/003.html.ini new file mode 100644 index 00000000000..6c4b44063c9 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/003.html.ini @@ -0,0 +1,3 @@ +[003.html] + [document.open in beforeunload with link] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/004.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/004.html.ini new file mode 100644 index 00000000000..cd2ebe7af9e --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/004.html.ini @@ -0,0 +1,3 @@ +[004.html] + [document.open in beforeunload with button] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/005.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/005.html.ini new file mode 100644 index 00000000000..d32a6ee655b --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/005.html.ini @@ -0,0 +1,3 @@ +[005.html] + [document.open in pagehide in iframe] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/beforeunload-on-history-back.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/beforeunload-on-history-back.html.ini new file mode 100644 index 00000000000..fcbf52d4e18 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/beforeunload-on-history-back.html.ini @@ -0,0 +1,3 @@ +[beforeunload-on-history-back.html] + [beforeunload event fires on history navigation back] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/beforeunload-on-navigation-of-parent.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/beforeunload-on-navigation-of-parent.html.ini new file mode 100644 index 00000000000..e4e4dafd072 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/beforeunload-on-navigation-of-parent.html.ini @@ -0,0 +1,3 @@ +[beforeunload-on-navigation-of-parent.html] + [beforeunload in iframe on navigation of parent] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/unload/003.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/unload/003.html.ini new file mode 100644 index 00000000000..1b221de49ad --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/unload/003.html.ini @@ -0,0 +1,3 @@ +[003.html] + [unload event properties] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/unload/006.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/unload/006.html.ini new file mode 100644 index 00000000000..039edf5b99f --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/unloading-documents/unload/006.html.ini @@ -0,0 +1,4 @@ +[006.html] + expected: TIMEOUT + [salvagable state of document after setting pagehide listener] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/browsers/history/the-history-interface/001.html.ini b/tests/wpt/meta/html/browsers/history/the-history-interface/001.html.ini new file mode 100644 index 00000000000..1c088011cf9 --- /dev/null +++ b/tests/wpt/meta/html/browsers/history/the-history-interface/001.html.ini @@ -0,0 +1,6 @@ +[001.html] + type: testharness + disabled: https://github.com/servo/servo/issues/12580 + [history.length should update when setting location.hash] + expected: FAIL + diff --git a/tests/wpt/meta/html/browsers/history/the-history-interface/002.html.ini b/tests/wpt/meta/html/browsers/history/the-history-interface/002.html.ini new file mode 100644 index 00000000000..c2504f03d2e --- /dev/null +++ b/tests/wpt/meta/html/browsers/history/the-history-interface/002.html.ini @@ -0,0 +1,4 @@ +[002.html] + expected: TIMEOUT + [replaceState must not remove any tasks queued by the history traversal task source] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/history/the-history-interface/history_back_cross_realm_method.html.ini b/tests/wpt/meta/html/browsers/history/the-history-interface/history_back_cross_realm_method.html.ini deleted file mode 100644 index d8db442fa5f..00000000000 --- a/tests/wpt/meta/html/browsers/history/the-history-interface/history_back_cross_realm_method.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[history_back_cross_realm_method.html] - [history.back() uses this's associated document's browsing context to determine if navigation is allowed] - expected: FAIL diff --git a/tests/wpt/meta/html/browsers/history/the-history-interface/history_forward_cross_realm_method.html.ini b/tests/wpt/meta/html/browsers/history/the-history-interface/history_forward_cross_realm_method.html.ini deleted file mode 100644 index 9f3058078ea..00000000000 --- a/tests/wpt/meta/html/browsers/history/the-history-interface/history_forward_cross_realm_method.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[history_forward_cross_realm_method.html] - [history.forward() uses this's associated document's browsing context to determine if navigation is allowed] - expected: FAIL diff --git a/tests/wpt/meta/html/browsers/history/the-history-interface/history_go_cross_realm_method.html.ini b/tests/wpt/meta/html/browsers/history/the-history-interface/history_go_cross_realm_method.html.ini deleted file mode 100644 index e5412ef71c4..00000000000 --- a/tests/wpt/meta/html/browsers/history/the-history-interface/history_go_cross_realm_method.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[history_go_cross_realm_method.html] - [history.go() uses this's associated document's browsing context to determine if navigation is allowed] - expected: FAIL diff --git a/tests/wpt/meta/html/browsers/history/the-history-interface/history_go_undefined.html.ini b/tests/wpt/meta/html/browsers/history/the-history-interface/history_go_undefined.html.ini new file mode 100644 index 00000000000..74c4bd53795 --- /dev/null +++ b/tests/wpt/meta/html/browsers/history/the-history-interface/history_go_undefined.html.ini @@ -0,0 +1,3 @@ +[history_go_undefined.html] + [history.forward() with session history] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/history/the-history-interface/history_properties_only_fully_active.html.ini b/tests/wpt/meta/html/browsers/history/the-history-interface/history_properties_only_fully_active.html.ini new file mode 100644 index 00000000000..4084d7115d9 --- /dev/null +++ b/tests/wpt/meta/html/browsers/history/the-history-interface/history_properties_only_fully_active.html.ini @@ -0,0 +1,3 @@ +[history_properties_only_fully_active.html] + [history properties should throw SecurityError when not in a fully active Document] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/history/the-history-interface/joint_session_history/001.html.ini b/tests/wpt/meta/html/browsers/history/the-history-interface/joint_session_history/001.html.ini new file mode 100644 index 00000000000..c0baedcb41f --- /dev/null +++ b/tests/wpt/meta/html/browsers/history/the-history-interface/joint_session_history/001.html.ini @@ -0,0 +1,4 @@ +[001.html] + expected: TIMEOUT + [Traversing history forward] + expected: NOTRUN diff --git a/tests/wpt/meta/html/browsers/history/the-history-interface/joint_session_history/002.html.ini b/tests/wpt/meta/html/browsers/history/the-history-interface/joint_session_history/002.html.ini new file mode 100644 index 00000000000..3d0f65a4f9a --- /dev/null +++ b/tests/wpt/meta/html/browsers/history/the-history-interface/joint_session_history/002.html.ini @@ -0,0 +1,4 @@ +[002.html] + expected: TIMEOUT + [Navigating second iframe] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/browsers/history/the-history-interface/pushstate-replacestate-empty-string/pushstate.html.ini b/tests/wpt/meta/html/browsers/history/the-history-interface/pushstate-replacestate-empty-string/pushstate.html.ini new file mode 100644 index 00000000000..78b8c1bb285 --- /dev/null +++ b/tests/wpt/meta/html/browsers/history/the-history-interface/pushstate-replacestate-empty-string/pushstate.html.ini @@ -0,0 +1,3 @@ +[pushstate.html] + [history.pushState() with an empty string URL] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/history/the-history-interface/pushstate-replacestate-empty-string/replacestate.html.ini b/tests/wpt/meta/html/browsers/history/the-history-interface/pushstate-replacestate-empty-string/replacestate.html.ini new file mode 100644 index 00000000000..1120dffbd9d --- /dev/null +++ b/tests/wpt/meta/html/browsers/history/the-history-interface/pushstate-replacestate-empty-string/replacestate.html.ini @@ -0,0 +1,3 @@ +[replacestate.html] + [history.replaceState() with an empty string URL] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/history/the-history-interface/traverse-during-unload.html.ini b/tests/wpt/meta/html/browsers/history/the-history-interface/traverse-during-unload.html.ini deleted file mode 100644 index f5b7b25324f..00000000000 --- a/tests/wpt/meta/html/browsers/history/the-history-interface/traverse-during-unload.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[traverse-during-unload.html] - expected: TIMEOUT - [Traversing the history during unload] - expected: TIMEOUT diff --git a/tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_write_after_load_2.html.ini b/tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_write_after_load_2.html.ini new file mode 100644 index 00000000000..c297c7939f2 --- /dev/null +++ b/tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_write_after_load_2.html.ini @@ -0,0 +1,4 @@ +[traverse_the_history_write_after_load_2.html] + expected: TIMEOUT + [Traverse the history back and forward when a history entry is written after the load event] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_write_onload_2.html.ini b/tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_write_onload_2.html.ini new file mode 100644 index 00000000000..594b99d1e01 --- /dev/null +++ b/tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_write_onload_2.html.ini @@ -0,0 +1,3 @@ +[traverse_the_history_write_onload_2.html] + [Traverse the history back and forward when a history entry is written in the load event] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/history/the-location-interface/allow_prototype_cycle_through_location.sub.html.ini b/tests/wpt/meta/html/browsers/history/the-location-interface/allow_prototype_cycle_through_location.sub.html.ini new file mode 100644 index 00000000000..d1269e013bb --- /dev/null +++ b/tests/wpt/meta/html/browsers/history/the-location-interface/allow_prototype_cycle_through_location.sub.html.ini @@ -0,0 +1,3 @@ +[allow_prototype_cycle_through_location.sub.html] + [cross-origin, but joined via document.domain, location cycle] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/history/the-location-interface/assign_after_load.html.ini b/tests/wpt/meta/html/browsers/history/the-location-interface/assign_after_load.html.ini new file mode 100644 index 00000000000..afd0c828f8e --- /dev/null +++ b/tests/wpt/meta/html/browsers/history/the-location-interface/assign_after_load.html.ini @@ -0,0 +1,3 @@ +[assign_after_load.html] + [Assignment to location after document is completely loaded] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/history/the-location-interface/location-prevent-extensions.html.ini b/tests/wpt/meta/html/browsers/history/the-location-interface/location-prevent-extensions.html.ini deleted file mode 100644 index 95ea0b1fc02..00000000000 --- a/tests/wpt/meta/html/browsers/history/the-location-interface/location-prevent-extensions.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[location-prevent-extensions.html] - [Object.preventExtensions throws a TypeError] - expected: FAIL - - [Reflect.preventExtensions returns false] - expected: FAIL - diff --git a/tests/wpt/meta/html/browsers/history/the-location-interface/location-protocol-setter-non-broken.html.ini b/tests/wpt/meta/html/browsers/history/the-location-interface/location-protocol-setter-non-broken.html.ini index 3216a11c3fd..ce208933d7d 100644 --- a/tests/wpt/meta/html/browsers/history/the-location-interface/location-protocol-setter-non-broken.html.ini +++ b/tests/wpt/meta/html/browsers/history/the-location-interface/location-protocol-setter-non-broken.html.ini @@ -8,18 +8,11 @@ [Set HTTP URL frame location.protocol to http+x] expected: FAIL - [Set HTTP URL frame location.protocol to ftp] - expected: FAIL - - [Set data URL frame location.protocol to x] - expected: FAIL - - [Set data URL frame location.protocol to data] - expected: FAIL - [Set data URL frame location.protocol to ftp] expected: FAIL [Set data URL frame location.protocol to file] expected: FAIL + [Set HTTP URL frame location.protocol to file] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/history/the-location-interface/location-protocol-setter.html.ini b/tests/wpt/meta/html/browsers/history/the-location-interface/location-protocol-setter.html.ini new file mode 100644 index 00000000000..64698598e8a --- /dev/null +++ b/tests/wpt/meta/html/browsers/history/the-location-interface/location-protocol-setter.html.ini @@ -0,0 +1,3 @@ +[location-protocol-setter.html] + [Equivalent tests for data URL and srcdoc