diff options
Diffstat (limited to 'testing/web-platform/meta/html/semantics/scripting-1/the-template-element')
22 files changed, 93 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/node-document.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/node-document.html.ini new file mode 100644 index 0000000000..2778691c6d --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/node-document.html.ini @@ -0,0 +1,3 @@ +[node-document.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/tag-name.xhtml.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/tag-name.xhtml.ini new file mode 100644 index 0000000000..1e0dc9fa9f --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/tag-name.xhtml.ini @@ -0,0 +1,3 @@ +[tag-name.xhtml] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/template-child-nodes.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/template-child-nodes.html.ini new file mode 100644 index 0000000000..4db582ab34 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-parsing-xhtml-documents/template-child-nodes.html.ini @@ -0,0 +1,3 @@ +[template-child-nodes.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-serializing-xhtml-documents/outerhtml.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-serializing-xhtml-documents/outerhtml.html.ini new file mode 100644 index 0000000000..8dca5dc5d3 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-serializing-xhtml-documents/outerhtml.html.ini @@ -0,0 +1,3 @@ +[outerhtml.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-001.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-001.html.ini new file mode 100644 index 0000000000..40d7bc2b27 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-001.html.ini @@ -0,0 +1,3 @@ +[css-user-agent-style-sheet-test-001.html] + expected: + if (os == "linux") and fission and not debug: [PASS, ERROR] diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-the-steps-to-clone-a-node/template-clone-children.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-the-steps-to-clone-a-node/template-clone-children.html.ini new file mode 100644 index 0000000000..1e1674a530 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-the-steps-to-clone-a-node/template-clone-children.html.ini @@ -0,0 +1,3 @@ +[template-clone-children.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-the-steps-to-clone-a-node/templates-copy-document-owner.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-the-steps-to-clone-a-node/templates-copy-document-owner.html.ini new file mode 100644 index 0000000000..66602843b1 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/additions-to-the-steps-to-clone-a-node/templates-copy-document-owner.html.ini @@ -0,0 +1,3 @@ +[templates-copy-document-owner.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type.html.ini new file mode 100644 index 0000000000..28ce77cef9 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type.html.ini @@ -0,0 +1,14 @@ +[template-contents-owner-document-type.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [The template contents owner document type is HTML document (case when document has browsing context and the template is created by HTML parser)] + expected: FAIL + + [The template contents owner document type is HTML document (case when document has browsing context and the template is created by createElement())] + expected: FAIL + + [The template contents owner document type is HTML document (case when document has no browsing context and the template is created by createElement())] + expected: FAIL + + [The template contents owner document type is HTML document (case when document has no browsing context and the template is created via innerHTML)] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-001.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-001.html.ini new file mode 100644 index 0000000000..00610c4102 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-001.html.ini @@ -0,0 +1,3 @@ +[template-contents-owner-test-001.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-002.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-002.html.ini new file mode 100644 index 0000000000..dfb7d29477 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-002.html.ini @@ -0,0 +1,3 @@ +[template-contents-owner-test-002.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/definitions/template-contents.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/definitions/template-contents.html.ini new file mode 100644 index 0000000000..8d493bb5b8 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/definitions/template-contents.html.ini @@ -0,0 +1,3 @@ +[template-contents.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/innerhtml-on-templates/innerhtml.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/innerhtml-on-templates/innerhtml.html.ini new file mode 100644 index 0000000000..67f882f500 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/innerhtml-on-templates/innerhtml.html.ini @@ -0,0 +1,3 @@ +[innerhtml.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/serializing-html-templates/outerhtml.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/serializing-html-templates/outerhtml.html.ini new file mode 100644 index 0000000000..8dca5dc5d3 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/serializing-html-templates/outerhtml.html.ini @@ -0,0 +1,3 @@ +[outerhtml.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/content-attribute.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/content-attribute.html.ini new file mode 100644 index 0000000000..6078483479 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/content-attribute.html.ini @@ -0,0 +1,3 @@ +[content-attribute.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/node-document-changes.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/node-document-changes.html.ini new file mode 100644 index 0000000000..76b4f1c77f --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/node-document-changes.html.ini @@ -0,0 +1,17 @@ +[node-document-changes.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Changing of template element's node document. Test that ownerDocument of an empty template and its content changes] + expected: FAIL + + [Changing of template element's node document. Test that ownerDocument of a not empty template and its content changes] + expected: FAIL + + [Changing of template element's node document. Test that ownerDocument of nested template and its content changes] + expected: FAIL + + [Changing of template element's node document. Test document loaded from a file] + expected: FAIL + + [Changing of template element's node document. Test the case when both old and new owner documents of template element have browsing context] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html.ini new file mode 100644 index 0000000000..509dc680ac --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html.ini @@ -0,0 +1,3 @@ +[template-as-a-descendant.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-content-hierarcy.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-content-hierarcy.html.ini new file mode 100644 index 0000000000..f35d3f0de6 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-content-hierarcy.html.ini @@ -0,0 +1,5 @@ +[template-content-hierarcy.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Template content should throw exception when its ancestor in a different document but connected via host is being append.] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-content-node-document.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-content-node-document.html.ini new file mode 100644 index 0000000000..3d48ad658e --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-content-node-document.html.ini @@ -0,0 +1,3 @@ +[template-content-node-document.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-content.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-content.html.ini new file mode 100644 index 0000000000..25ddda35d1 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-content.html.ini @@ -0,0 +1,3 @@ +[template-content.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-descendant-body.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-descendant-body.html.ini new file mode 100644 index 0000000000..75e0de397d --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-descendant-body.html.ini @@ -0,0 +1,3 @@ +[template-descendant-body.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset.html.ini new file mode 100644 index 0000000000..533e3d7d08 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-descendant-frameset.html.ini @@ -0,0 +1,3 @@ +[template-descendant-frameset.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-descendant-head.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-descendant-head.html.ini new file mode 100644 index 0000000000..1c070121ab --- /dev/null +++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-descendant-head.html.ini @@ -0,0 +1,3 @@ +[template-descendant-head.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |