summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/nodes/Document-createElementNS.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/dom/nodes/Document-createElementNS.html.ini')
-rw-r--r--testing/web-platform/meta/dom/nodes/Document-createElementNS.html.ini29
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/web-platform/meta/dom/nodes/Document-createElementNS.html.ini b/testing/web-platform/meta/dom/nodes/Document-createElementNS.html.ini
new file mode 100644
index 0000000000..d714cd347a
--- /dev/null
+++ b/testing/web-platform/meta/dom/nodes/Document-createElementNS.html.ini
@@ -0,0 +1,29 @@
+[Document-createElementNS.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [createElementNS test in HTML document: null,"ெfoo",null]
+ expected: FAIL
+
+ [createElementNS test in XML document: null,"ெfoo",null]
+ expected: FAIL
+
+ [createElementNS test in XHTML document: null,"ெfoo",null]
+ expected: FAIL
+
+ [createElementNS test in HTML document: "http://example.com/","a:ெ",null]
+ expected: FAIL
+
+ [createElementNS test in XML document: "http://example.com/","a:ெ",null]
+ expected: FAIL
+
+ [createElementNS test in XHTML document: "http://example.com/","a:ெ",null]
+ expected: FAIL
+
+ [createElementNS test in HTML document: "http://example.com/","ெ:a",null]
+ expected: FAIL
+
+ [createElementNS test in XML document: "http://example.com/","ெ:a",null]
+ expected: FAIL
+
+ [createElementNS test in XHTML document: "http://example.com/","ெ:a",null]
+ expected: FAIL