From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../meta/css/css-highlight-api/painting/__dir__.ini | 1 + .../css-highlight-painting-underline-offset-001.html.ini | 2 ++ .../painting/custom-highlight-painting-002.html.ini | 11 +++++++++++ .../painting/custom-highlight-painting-004-2.html.ini | 2 ++ .../painting/custom-highlight-painting-014.html.ini | 2 ++ .../custom-highlight-painting-below-grammar.html.ini | 2 ++ .../custom-highlight-painting-below-selection.html.ini | 2 ++ .../custom-highlight-painting-below-target-text.html.ini | 2 ++ .../custom-highlight-painting-inheritance-001.html.ini | 2 ++ .../custom-highlight-painting-inheritance-002.html.ini | 2 ++ .../custom-highlight-painting-invalidation-005.html.ini | 12 ++++++++++++ .../custom-highlight-painting-invalidation-007.html.ini | 2 ++ ...om-highlight-painting-overlapping-highlights-002.html.ini | 6 ++++++ .../custom-highlight-painting-prioritization-002.html.ini | 12 ++++++++++++ 14 files changed, 60 insertions(+) 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/custom-highlight-painting-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-014.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-002.html.ini (limited to 'testing/web-platform/meta/css/css-highlight-api/painting') 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/custom-highlight-painting-002.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-002.html.ini new file mode 100644 index 0000000000..5e7f3320bd --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-002.html.ini @@ -0,0 +1,11 @@ +;https: //bugzilla.mozilla.org/show_bug.cgi?id=1811823 +expected: [FAIL, PASS] +[custom-highlight-painting-002.html] + expected: + if (os == "win") and not swgl and debug and (processor == "x86"): [FAIL, PASS] + if (os == "win") and not swgl and debug and (processor == "x86_64"): [FAIL, PASS] + if (os == "win") and not swgl and not debug and (processor == "x86"): [FAIL, PASS] + if (os == "linux") and debug and not fission and swgl: [FAIL, PASS] + if (os == "linux") and debug and fission: [FAIL, PASS] + if (os == "android") and debug: [FAIL, PASS] + [PASS, 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..860f234638 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-004-2.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-painting-004-2.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-014.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-014.html.ini new file mode 100644 index 0000000000..119a7da555 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-014.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-painting-014.html] + expected: FAIL 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..bd4e20323e --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-invalidation-007.html.ini @@ -0,0 +1,2 @@ +[custom-highlight-painting-invalidation-007.html] + expected: 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..19f2a99997 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-overlapping-highlights-002.html.ini @@ -0,0 +1,6 @@ +;https: //bugzilla.mozilla.org/show_bug.cgi?id=1811823 +expected: [FAIL, PASS] +[custom-highlight-painting-overlapping-highlights-002.html] + expected: + if os == "linux": [FAIL, PASS] + [PASS, FAIL] diff --git a/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-prioritization-002.html.ini b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-prioritization-002.html.ini new file mode 100644 index 0000000000..908db92222 --- /dev/null +++ b/testing/web-platform/meta/css/css-highlight-api/painting/custom-highlight-painting-prioritization-002.html.ini @@ -0,0 +1,12 @@ +;https: //bugzilla.mozilla.org/show_bug.cgi?id=1811823 +expected: [FAIL, PASS] +[custom-highlight-painting-prioritization-002.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] -- cgit v1.2.3