diff options
Diffstat (limited to 'testing/web-platform/meta/custom-elements/parser')
5 files changed, 19 insertions, 0 deletions
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] |