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 --- .../parser/parser-fallsback-to-unknown-element.html.ini | 4 ++++ .../parser/parser-sets-attributes-and-children.html.ini | 4 ++++ .../custom-elements/parser/parser-uses-constructed-element.html.ini | 4 ++++ .../parser/parser-uses-create-an-element-for-a-token-svg.svg.ini | 4 ++++ .../parser/parser-uses-registry-of-owner-document.html.ini | 3 +++ 5 files changed, 19 insertions(+) create mode 100644 testing/web-platform/meta/custom-elements/parser/parser-fallsback-to-unknown-element.html.ini create mode 100644 testing/web-platform/meta/custom-elements/parser/parser-sets-attributes-and-children.html.ini create mode 100644 testing/web-platform/meta/custom-elements/parser/parser-uses-constructed-element.html.ini create mode 100644 testing/web-platform/meta/custom-elements/parser/parser-uses-create-an-element-for-a-token-svg.svg.ini create mode 100644 testing/web-platform/meta/custom-elements/parser/parser-uses-registry-of-owner-document.html.ini (limited to 'testing/web-platform/meta/custom-elements/parser') diff --git a/testing/web-platform/meta/custom-elements/parser/parser-fallsback-to-unknown-element.html.ini b/testing/web-platform/meta/custom-elements/parser/parser-fallsback-to-unknown-element.html.ini new file mode 100644 index 0000000000..763d809fa3 --- /dev/null +++ b/testing/web-platform/meta/custom-elements/parser/parser-fallsback-to-unknown-element.html.ini @@ -0,0 +1,4 @@ +[parser-fallsback-to-unknown-element.html] + expected: + if (os == "android") and debug and fission: [OK, TIMEOUT] + if (os == "android") and debug and not fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/custom-elements/parser/parser-sets-attributes-and-children.html.ini b/testing/web-platform/meta/custom-elements/parser/parser-sets-attributes-and-children.html.ini new file mode 100644 index 0000000000..4145df1279 --- /dev/null +++ b/testing/web-platform/meta/custom-elements/parser/parser-sets-attributes-and-children.html.ini @@ -0,0 +1,4 @@ +[parser-sets-attributes-and-children.html] + expected: + if (os == "android") and debug and fission: [OK, TIMEOUT] + if (os == "android") and debug and not fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/custom-elements/parser/parser-uses-constructed-element.html.ini b/testing/web-platform/meta/custom-elements/parser/parser-uses-constructed-element.html.ini new file mode 100644 index 0000000000..689cd34b55 --- /dev/null +++ b/testing/web-platform/meta/custom-elements/parser/parser-uses-constructed-element.html.ini @@ -0,0 +1,4 @@ +[parser-uses-constructed-element.html] + expected: + if (os == "android") and debug and not fission: [OK, TIMEOUT] + if (os == "android") and debug and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/custom-elements/parser/parser-uses-create-an-element-for-a-token-svg.svg.ini b/testing/web-platform/meta/custom-elements/parser/parser-uses-create-an-element-for-a-token-svg.svg.ini new file mode 100644 index 0000000000..5d16a3d776 --- /dev/null +++ b/testing/web-platform/meta/custom-elements/parser/parser-uses-create-an-element-for-a-token-svg.svg.ini @@ -0,0 +1,4 @@ +[parser-uses-create-an-element-for-a-token-svg.svg] + expected: + if (os == "android") and debug and fission: [OK, TIMEOUT] + if (os == "android") and debug and not fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/custom-elements/parser/parser-uses-registry-of-owner-document.html.ini b/testing/web-platform/meta/custom-elements/parser/parser-uses-registry-of-owner-document.html.ini new file mode 100644 index 0000000000..ce23f79e99 --- /dev/null +++ b/testing/web-platform/meta/custom-elements/parser/parser-uses-registry-of-owner-document.html.ini @@ -0,0 +1,3 @@ +[parser-uses-registry-of-owner-document.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] -- cgit v1.2.3