From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- ...Highlight-iteration-with-modifications.html.ini | 15 ++++++++++++ ...tRegistry-iteration-with-modifications.html.ini | 17 ++++++++++++++ .../HighlightRegistry-iteration.html.ini | 3 +++ ...egistry-maplike-tampered-Map-prototype.html.ini | 5 ++++ .../meta/css/css-highlight-api/__dir__.ini | 1 + .../highlight-priority-painting.html.ini | 3 +++ .../highlight-pseudo-computed.html.ini | 27 ++++++++++++++++++++++ .../highlight-pseudo-parsing.html.ini | 3 +++ .../css/css-highlight-api/idlharness.window.js.ini | 3 +++ .../css/css-highlight-api/painting/__dir__.ini | 1 + ...ighlight-painting-underline-offset-001.html.ini | 2 ++ .../css-target-text-decoration-001.html.ini | 2 ++ ...custom-highlight-container-metrics-001.html.ini | 2 ++ ...custom-highlight-container-metrics-002.html.ini | 2 ++ ...custom-highlight-container-metrics-003.html.ini | 2 ++ ...custom-highlight-container-metrics-004.html.ini | 2 ++ ...custom-highlight-container-metrics-005.html.ini | 2 ++ ...custom-highlight-container-metrics-006.html.ini | 2 ++ ...ighlight-dynamic-container-metrics-002.html.ini | 2 ++ ...ighlight-dynamic-container-metrics-003.html.ini | 2 ++ ...ighlight-dynamic-container-metrics-004.html.ini | 2 ++ ...tom-highlight-dynamic-font-metrics-001.html.ini | 2 ++ ...-highlight-dynamic-logical-metrics-001.html.ini | 2 ++ .../custom-highlight-font-metrics-001.html.ini | 2 ++ .../custom-highlight-font-metrics-002.html.ini | 2 ++ .../custom-highlight-font-metrics-003.html.ini | 2 ++ .../custom-highlight-font-metrics-004.html.ini | 2 ++ .../custom-highlight-font-metrics-005.html.ini | 2 ++ .../custom-highlight-logical-metrics-001.html.ini | 2 ++ .../custom-highlight-logical-metrics-002.html.ini | 2 ++ .../custom-highlight-painting-004-2.html.ini | 3 +++ ...ustom-highlight-painting-below-grammar.html.ini | 2 ++ ...tom-highlight-painting-below-selection.html.ini | 2 ++ ...m-highlight-painting-below-target-text.html.ini | 2 ++ ...tom-highlight-painting-inheritance-001.html.ini | 2 ++ ...tom-highlight-painting-inheritance-002.html.ini | 2 ++ ...om-highlight-painting-invalidation-005.html.ini | 12 ++++++++++ ...om-highlight-painting-invalidation-007.html.ini | 6 +++++ ...ht-painting-overlapping-highlights-002.html.ini | 5 ++++ ...-highlight-painting-prioritization-003.html.ini | 3 +++ ...ght-painting-vertical-writing-mode-001.html.ini | 4 ++++ .../css-highlight-invalidation-001.html.ini | 2 ++ 42 files changed, 163 insertions(+) create mode 100644 testing/web-platform/meta/css/css-highlight-api/Highlight-iteration-with-modifications.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/HighlightRegistry-iteration-with-modifications.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/HighlightRegistry-iteration.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/HighlightRegistry-maplike-tampered-Map-prototype.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/__dir__.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/highlight-priority-painting.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/highlight-pseudo-computed.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/highlight-pseudo-parsing.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/idlharness.window.js.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/__dir__.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/css-highlight-painting-underline-offset-001.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/css-target-text-decoration-001.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-001.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-002.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-003.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-004.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-005.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-006.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-dynamic-container-metrics-002.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-dynamic-container-metrics-003.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-dynamic-container-metrics-004.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-dynamic-font-metrics-001.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-dynamic-logical-metrics-001.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-font-metrics-001.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-font-metrics-002.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-font-metrics-003.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-font-metrics-004.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-font-metrics-005.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-logical-metrics-001.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-logical-metrics-002.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-004-2.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-below-grammar.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-below-selection.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-below-target-text.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-inheritance-001.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-inheritance-002.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-invalidation-005.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-invalidation-007.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-overlapping-highlights-002.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-prioritization-003.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-vertical-writing-mode-001.html.ini create mode 100644 testing/web-platform/meta/css/css-highlight-api/painting/invalidation/css-highlight-invalidation-001.html.ini (limited to 'testing/web-platform/meta/css/css-highlight-api') diff --git a/testing/web-platform/meta/css/css-highlight-api/Highlight-iteration-with-modifications.html.ini b/testing/web-platform/meta/css/css-highlight-api/Highlight-iteration-with-modifications.html.ini new file mode 100644 index 0000000000..289f07910c --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/Highlight-iteration-with-modifications.html.ini @@ -0,0 +1,15 @@ +[Highlight-iteration-with-modifications.html] + [Highlight iteration is not modified when a new range is added after starting the iteration] + expected: FAIL + + [Highlight iteration is not modified when a new range is added after starting the iteration with one range in the Highlight] + expected: FAIL + + [Highlight iteration is not modified when the range that was pointed to by the iterator was deleted after starting the iteration] + expected: FAIL + + [Highlight iteration is not modified when the range that was immediately after the one pointed to by the iterator was deleted after starting the iteration] + expected: FAIL + + [Highlight iteration is not modified when the range that was pointed to by the iterator was deleted using .clear() after starting the iteration] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/HighlightRegistry-iteration-with-modifications.html.ini b/testing/web-platform/meta/css/css-highlight-api/HighlightRegistry-iteration-with-modifications.html.ini new file mode 100644 index 0000000000..37b4413310 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/HighlightRegistry-iteration-with-modifications.html.ini @@ -0,0 +1,17 @@ +[HighlightRegistry-iteration-with-modifications.html] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] + [HighlightRegistry iteration is not modified when a new Highlight is added after starting the iteration] + expected: FAIL + + [HighlightRegistry iteration is not modified when a new Highlight is added after starting the iteration with one Highlight in the HighlightRegistry] + expected: FAIL + + [HighlightRegistry iteration is not modified when the Highlight that was pointed to by the iterator was deleted after starting the iteration] + expected: FAIL + + [HighlightRegistry iteration is not modified when the Highlight that was immediately after the one pointed to by the iterator was deleted after starting the iteration] + expected: FAIL + + [HighlightRegistry iteration is not modified when the Highlight that was pointed to by the iterator was deleted using .clear() after starting the iteration] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/HighlightRegistry-iteration.html.ini b/testing/web-platform/meta/css/css-highlight-api/HighlightRegistry-iteration.html.ini new file mode 100644 index 0000000000..420420f55d --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/HighlightRegistry-iteration.html.ini @@ -0,0 +1,3 @@ +[HighlightRegistry-iteration.html] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-highlight-api/HighlightRegistry-maplike-tampered-Map-prototype.html.ini b/testing/web-platform/meta/css/css-highlight-api/HighlightRegistry-maplike-tampered-Map-prototype.html.ini new file mode 100644 index 0000000000..2461934b2b --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/HighlightRegistry-maplike-tampered-Map-prototype.html.ini @@ -0,0 +1,5 @@ +[HighlightRegistry-maplike-tampered-Map-prototype.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [HighlightRegistry is a maplike interface that works as expected even if Map.prototype is tampered.] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/__dir__.ini b/testing/web-platform/meta/css/css-highlight-api/__dir__.ini new file mode 100644 index 0000000000..3602b3db5b --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/__dir__.ini @@ -0,0 +1 @@ +prefs: [dom.customHighlightAPI.enabled:true] diff --git a/testing/web-platform/meta/css/css-highlight-api/highlight-priority-painting.html.ini b/testing/web-platform/meta/css/css-highlight-api/highlight-priority-painting.html.ini new file mode 100644 index 0000000000..a485f4f166 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/highlight-priority-painting.html.ini @@ -0,0 +1,3 @@ +[highlight-priority-painting.html] + expected: + if os == "win": FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/highlight-pseudo-computed.html.ini b/testing/web-platform/meta/css/css-highlight-api/highlight-pseudo-computed.html.ini new file mode 100644 index 0000000000..c15f0e8fc8 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/highlight-pseudo-computed.html.ini @@ -0,0 +1,27 @@ +[highlight-pseudo-computed.html] + [getComputedStyle() for ::highlight(foo): should not return a style.] + expected: FAIL + + [getComputedStyle() for ::highlight(foo)) should not return a style.] + expected: FAIL + + [getComputedStyle() for ::highlight(foo)( should not return a style.] + expected: FAIL + + [getComputedStyle() for ::highlight should not return a style.] + expected: FAIL + + [getComputedStyle() for ::highlight(foo)(foo) should not return a style.] + expected: FAIL + + [getComputedStyle() for ::highlight(foo)() should not return a style.] + expected: FAIL + + [getComputedStyle() for ::highlight(foo). should not return a style.] + expected: FAIL + + [getComputedStyle() for ::highlight(foo,bar) should not return a style.] + expected: FAIL + + [getComputedStyle() for ::highlight(foo bar) should not return a style.] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/highlight-pseudo-parsing.html.ini b/testing/web-platform/meta/css/css-highlight-api/highlight-pseudo-parsing.html.ini new file mode 100644 index 0000000000..94483f1376 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/highlight-pseudo-parsing.html.ini @@ -0,0 +1,3 @@ +[highlight-pseudo-parsing.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-highlight-api/idlharness.window.js.ini b/testing/web-platform/meta/css/css-highlight-api/idlharness.window.js.ini new file mode 100644 index 0000000000..9d658c4b32 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/idlharness.window.js.ini @@ -0,0 +1,3 @@ +[idlharness.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/__dir__.ini b/testing/web-platform/meta/css/css-highlight-api/painting/__dir__.ini new file mode 100644 index 0000000000..daf68383df --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [default:51200] diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/css-highlight-painting-underline-offset-001.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/css-highlight-painting-underline-offset-001.html.ini new file mode 100644 index 0000000000..d896e9be56 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/css-highlight-painting-underline-offset-001.html.ini @@ -0,0 +1,2 @@ +[css-highlight-painting-underline-offset-001.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/css-target-text-decoration-001.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/css-target-text-decoration-001.html.ini new file mode 100644 index 0000000000..13d63cb305 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/css-target-text-decoration-001.html.ini @@ -0,0 +1,2 @@ +[css-target-text-decoration-001.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-001.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-001.html.ini new file mode 100644 index 0000000000..11b1150727 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-001.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-container-metrics-001.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-002.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-002.html.ini new file mode 100644 index 0000000000..b96a1cacd8 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-002.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-container-metrics-002.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-003.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-003.html.ini new file mode 100644 index 0000000000..7e3310c1bb --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-003.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-container-metrics-003.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-004.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-004.html.ini new file mode 100644 index 0000000000..a7dbf1276c --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-004.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-container-metrics-004.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-005.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-005.html.ini new file mode 100644 index 0000000000..ac8463b705 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-005.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-container-metrics-005.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-006.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-006.html.ini new file mode 100644 index 0000000000..c05d2395de --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-container-metrics-006.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-container-metrics-006.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-dynamic-container-metrics-002.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-dynamic-container-metrics-002.html.ini new file mode 100644 index 0000000000..74f06a86f8 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-dynamic-container-metrics-002.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-dynamic-container-metrics-002.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-dynamic-container-metrics-003.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-dynamic-container-metrics-003.html.ini new file mode 100644 index 0000000000..e5657f8e10 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-dynamic-container-metrics-003.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-dynamic-container-metrics-003.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-dynamic-container-metrics-004.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-dynamic-container-metrics-004.html.ini new file mode 100644 index 0000000000..5d400593ea --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-dynamic-container-metrics-004.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-dynamic-container-metrics-004.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-dynamic-font-metrics-001.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-dynamic-font-metrics-001.html.ini new file mode 100644 index 0000000000..716ad94726 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-dynamic-font-metrics-001.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-dynamic-font-metrics-001.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-dynamic-logical-metrics-001.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-dynamic-logical-metrics-001.html.ini new file mode 100644 index 0000000000..f9b09e991a --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-dynamic-logical-metrics-001.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-dynamic-logical-metrics-001.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-font-metrics-001.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-font-metrics-001.html.ini new file mode 100644 index 0000000000..eabfa68629 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-font-metrics-001.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-font-metrics-001.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-font-metrics-002.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-font-metrics-002.html.ini new file mode 100644 index 0000000000..ebd721a77b --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-font-metrics-002.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-font-metrics-002.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-font-metrics-003.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-font-metrics-003.html.ini new file mode 100644 index 0000000000..5f6cee4446 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-font-metrics-003.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-font-metrics-003.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-font-metrics-004.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-font-metrics-004.html.ini new file mode 100644 index 0000000000..d5b0a8ccae --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-font-metrics-004.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-font-metrics-004.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-font-metrics-005.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-font-metrics-005.html.ini new file mode 100644 index 0000000000..d4c3ebbe02 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-font-metrics-005.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-font-metrics-005.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-logical-metrics-001.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-logical-metrics-001.html.ini new file mode 100644 index 0000000000..5a357397d2 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-logical-metrics-001.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-logical-metrics-001.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-logical-metrics-002.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-logical-metrics-002.html.ini new file mode 100644 index 0000000000..6ad3ef2a0b --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-logical-metrics-002.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-logical-metrics-002.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-004-2.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-004-2.html.ini new file mode 100644 index 0000000000..62528f80bd --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-004-2.html.ini @@ -0,0 +1,3 @@ +[custom-highlight-painting-004-2.html] + fuzzy: maxDifference=0-255;totalPixels=0-2 + diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-below-grammar.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-below-grammar.html.ini new file mode 100644 index 0000000000..615e42ad2b --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-below-grammar.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-painting-below-grammar.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-below-selection.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-below-selection.html.ini new file mode 100644 index 0000000000..9c7606c438 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-below-selection.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-painting-below-selection.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-below-target-text.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-below-target-text.html.ini new file mode 100644 index 0000000000..c833b4a32c --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-below-target-text.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-painting-below-target-text.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-inheritance-001.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-inheritance-001.html.ini new file mode 100644 index 0000000000..a734a72780 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-inheritance-001.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-painting-inheritance-001.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-inheritance-002.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-inheritance-002.html.ini new file mode 100644 index 0000000000..d7a8cb5fd9 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-inheritance-002.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-painting-inheritance-002.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-invalidation-005.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-invalidation-005.html.ini new file mode 100644 index 0000000000..bdb1e5b572 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-invalidation-005.html.ini @@ -0,0 +1,12 @@ +;https: //bugzilla.mozilla.org/show_bug.cgi?id=1811823 +expected: [FAIL, PASS] +[custom-highlight-painting-invalidation-005.html] + expected: + if (os == "linux") and debug and not fission and not swgl: [PASS, FAIL] + if (os == "linux") and not debug and not swgl and not fission: [PASS, FAIL] + if (os == "win") and (processor == "x86_64") and debug and not swgl: [PASS, FAIL] + if (os == "android") and debug and swgl: [PASS, FAIL] + if (os == "mac") and debug: [PASS, FAIL] + if (os == "mac") and not debug: [PASS, FAIL] + if (os == "win") and (processor == "x86"): [PASS, FAIL] + [FAIL, PASS] diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-invalidation-007.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-invalidation-007.html.ini new file mode 100644 index 0000000000..2204433cde --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-invalidation-007.html.ini @@ -0,0 +1,6 @@ +[custom-highlight-painting-invalidation-007.html] + expected: + if (os == "linux") and not debug and not swgl and fission and asan: [FAIL, PASS] + if (os == "linux") and debug and fission and swgl: [FAIL, PASS] + if (os == "linux") and not debug and not swgl and not fission: [FAIL, PASS] + FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-overlapping-highlights-002.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-overlapping-highlights-002.html.ini new file mode 100644 index 0000000000..412903562e --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-overlapping-highlights-002.html.ini @@ -0,0 +1,5 @@ +;https: //bugzilla.mozilla.org/show_bug.cgi?id=1838684 +expected: [FAIL, PASS] +[custom-highlight-painting-overlapping-highlights-002.html] + expected: + [PASS, FAIL] diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-prioritization-003.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-prioritization-003.html.ini new file mode 100644 index 0000000000..0552dea277 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-prioritization-003.html.ini @@ -0,0 +1,3 @@ +[custom-highlight-painting-prioritization-003.html] + expected: + if os == "mac": FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-vertical-writing-mode-001.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-vertical-writing-mode-001.html.ini new file mode 100644 index 0000000000..b8c870173d --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-vertical-writing-mode-001.html.ini @@ -0,0 +1,4 @@ +[custom-highlight-painting-vertical-writing-mode-001.html] + expected: + if os == "mac": PASS + FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/invalidation/css-highlight-invalidation-001.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/invalidation/css-highlight-invalidation-001.html.ini new file mode 100644 index 0000000000..5039167f79 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/invalidation/css-highlight-invalidation-001.html.ini @@ -0,0 +1,2 @@ +[css-highlight-invalidation-001.html] + expected: FAIL -- cgit v1.2.3