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 --- .../css/css-text-decor/parsing/text-decoration-invalid.html.ini | 3 +++ .../css-text-decor/parsing/text-decoration-line-computed.html.ini | 8 ++++++++ .../css-text-decor/parsing/text-decoration-line-invalid.html.ini | 3 +++ .../css-text-decor/parsing/text-decoration-line-valid.html.ini | 8 ++++++++ .../css/css-text-decor/parsing/text-decoration-shorthand.html.ini | 3 +++ .../parsing/text-decoration-skip-ink-computed.html.ini | 3 +++ .../parsing/text-decoration-skip-ink-invalid.html.ini | 3 +++ .../parsing/text-decoration-skip-ink-valid.html.ini | 3 +++ .../parsing/text-decoration-style-computed.html.ini | 3 +++ .../css-text-decor/parsing/text-decoration-style-invalid.html.ini | 3 +++ .../css-text-decor/parsing/text-decoration-style-valid.html.ini | 3 +++ .../css/css-text-decor/parsing/text-decoration-valid.html.ini | 3 +++ .../css/css-text-decor/parsing/text-emphasis-computed.html.ini | 3 +++ .../parsing/text-emphasis-position-computed.html.ini | 3 +++ .../css-text-decor/parsing/text-emphasis-style-computed.html.ini | 3 +++ .../parsing/text-underline-position-computed.html.ini | 3 +++ .../parsing/text-underline-position-invalid.html.ini | 3 +++ .../css-text-decor/parsing/text-underline-position-valid.html.ini | 3 +++ 18 files changed, 64 insertions(+) create mode 100644 testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-invalid.html.ini create mode 100644 testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-line-computed.html.ini create mode 100644 testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-line-invalid.html.ini create mode 100644 testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-line-valid.html.ini create mode 100644 testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-shorthand.html.ini create mode 100644 testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-skip-ink-computed.html.ini create mode 100644 testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-skip-ink-invalid.html.ini create mode 100644 testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-skip-ink-valid.html.ini create mode 100644 testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-style-computed.html.ini create mode 100644 testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-style-invalid.html.ini create mode 100644 testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-style-valid.html.ini create mode 100644 testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-valid.html.ini create mode 100644 testing/web-platform/meta/css/css-text-decor/parsing/text-emphasis-computed.html.ini create mode 100644 testing/web-platform/meta/css/css-text-decor/parsing/text-emphasis-position-computed.html.ini create mode 100644 testing/web-platform/meta/css/css-text-decor/parsing/text-emphasis-style-computed.html.ini create mode 100644 testing/web-platform/meta/css/css-text-decor/parsing/text-underline-position-computed.html.ini create mode 100644 testing/web-platform/meta/css/css-text-decor/parsing/text-underline-position-invalid.html.ini create mode 100644 testing/web-platform/meta/css/css-text-decor/parsing/text-underline-position-valid.html.ini (limited to 'testing/web-platform/meta/css/css-text-decor/parsing') diff --git a/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-invalid.html.ini b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-invalid.html.ini new file mode 100644 index 0000000000..d3aefc1d8f --- /dev/null +++ b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-invalid.html.ini @@ -0,0 +1,3 @@ +[text-decoration-invalid.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-line-computed.html.ini b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-line-computed.html.ini new file mode 100644 index 0000000000..2939437c3d --- /dev/null +++ b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-line-computed.html.ini @@ -0,0 +1,8 @@ +[text-decoration-line-computed.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [Property text-decoration-line value 'spelling-error'] + expected: FAIL + + [Property text-decoration-line value 'grammar-error'] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-line-invalid.html.ini b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-line-invalid.html.ini new file mode 100644 index 0000000000..58e854afd6 --- /dev/null +++ b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-line-invalid.html.ini @@ -0,0 +1,3 @@ +[text-decoration-line-invalid.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-line-valid.html.ini b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-line-valid.html.ini new file mode 100644 index 0000000000..a51fdefebe --- /dev/null +++ b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-line-valid.html.ini @@ -0,0 +1,8 @@ +[text-decoration-line-valid.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [e.style['text-decoration-line'\] = "spelling-error" should set the property value] + expected: FAIL + + [e.style['text-decoration-line'\] = "grammar-error" should set the property value] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-shorthand.html.ini b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-shorthand.html.ini new file mode 100644 index 0000000000..49e3235b43 --- /dev/null +++ b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-shorthand.html.ini @@ -0,0 +1,3 @@ +[text-decoration-shorthand.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-skip-ink-computed.html.ini b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-skip-ink-computed.html.ini new file mode 100644 index 0000000000..a5fccd1bf5 --- /dev/null +++ b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-skip-ink-computed.html.ini @@ -0,0 +1,3 @@ +[text-decoration-skip-ink-computed.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-skip-ink-invalid.html.ini b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-skip-ink-invalid.html.ini new file mode 100644 index 0000000000..a66988768e --- /dev/null +++ b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-skip-ink-invalid.html.ini @@ -0,0 +1,3 @@ +[text-decoration-skip-ink-invalid.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-skip-ink-valid.html.ini b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-skip-ink-valid.html.ini new file mode 100644 index 0000000000..590db2e8a0 --- /dev/null +++ b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-skip-ink-valid.html.ini @@ -0,0 +1,3 @@ +[text-decoration-skip-ink-valid.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-style-computed.html.ini b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-style-computed.html.ini new file mode 100644 index 0000000000..15fbf3c596 --- /dev/null +++ b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-style-computed.html.ini @@ -0,0 +1,3 @@ +[text-decoration-style-computed.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-style-invalid.html.ini b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-style-invalid.html.ini new file mode 100644 index 0000000000..680793a76b --- /dev/null +++ b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-style-invalid.html.ini @@ -0,0 +1,3 @@ +[text-decoration-style-invalid.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-style-valid.html.ini b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-style-valid.html.ini new file mode 100644 index 0000000000..7bfb725470 --- /dev/null +++ b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-style-valid.html.ini @@ -0,0 +1,3 @@ +[text-decoration-style-valid.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-valid.html.ini b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-valid.html.ini new file mode 100644 index 0000000000..be27733f02 --- /dev/null +++ b/testing/web-platform/meta/css/css-text-decor/parsing/text-decoration-valid.html.ini @@ -0,0 +1,3 @@ +[text-decoration-valid.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-text-decor/parsing/text-emphasis-computed.html.ini b/testing/web-platform/meta/css/css-text-decor/parsing/text-emphasis-computed.html.ini new file mode 100644 index 0000000000..84f4329d27 --- /dev/null +++ b/testing/web-platform/meta/css/css-text-decor/parsing/text-emphasis-computed.html.ini @@ -0,0 +1,3 @@ +[text-emphasis-computed.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-text-decor/parsing/text-emphasis-position-computed.html.ini b/testing/web-platform/meta/css/css-text-decor/parsing/text-emphasis-position-computed.html.ini new file mode 100644 index 0000000000..3fedd62e74 --- /dev/null +++ b/testing/web-platform/meta/css/css-text-decor/parsing/text-emphasis-position-computed.html.ini @@ -0,0 +1,3 @@ +[text-emphasis-position-computed.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-text-decor/parsing/text-emphasis-style-computed.html.ini b/testing/web-platform/meta/css/css-text-decor/parsing/text-emphasis-style-computed.html.ini new file mode 100644 index 0000000000..248a6dc8cd --- /dev/null +++ b/testing/web-platform/meta/css/css-text-decor/parsing/text-emphasis-style-computed.html.ini @@ -0,0 +1,3 @@ +[text-emphasis-style-computed.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-text-decor/parsing/text-underline-position-computed.html.ini b/testing/web-platform/meta/css/css-text-decor/parsing/text-underline-position-computed.html.ini new file mode 100644 index 0000000000..e77873beb6 --- /dev/null +++ b/testing/web-platform/meta/css/css-text-decor/parsing/text-underline-position-computed.html.ini @@ -0,0 +1,3 @@ +[text-underline-position-computed.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-text-decor/parsing/text-underline-position-invalid.html.ini b/testing/web-platform/meta/css/css-text-decor/parsing/text-underline-position-invalid.html.ini new file mode 100644 index 0000000000..9420388e7a --- /dev/null +++ b/testing/web-platform/meta/css/css-text-decor/parsing/text-underline-position-invalid.html.ini @@ -0,0 +1,3 @@ +[text-underline-position-invalid.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/css/css-text-decor/parsing/text-underline-position-valid.html.ini b/testing/web-platform/meta/css/css-text-decor/parsing/text-underline-position-valid.html.ini new file mode 100644 index 0000000000..97ac3fe2df --- /dev/null +++ b/testing/web-platform/meta/css/css-text-decor/parsing/text-underline-position-valid.html.ini @@ -0,0 +1,3 @@ +[text-underline-position-valid.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] -- cgit v1.2.3