diff options
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.ini | 14 |
1 files changed, 14 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 000000000..0a772835f --- /dev/null +++ b/testing/web-platform/meta/dom/nodes/Document-createElementNS.html.ini @@ -0,0 +1,14 @@ +[Document-createElementNS.html] + type: testharness + [createElementNS test in HTML document: "http://example.com/","a:0","NAMESPACE_ERR"] + bug: https://github.com/whatwg/dom/issues/319 + expected: FAIL + + [createElementNS test in XML document: "http://example.com/","a:0","NAMESPACE_ERR"] + bug: https://github.com/whatwg/dom/issues/319 + expected: FAIL + + [createElementNS test in XHTML document: "http://example.com/","a:0","NAMESPACE_ERR"] + bug: https://github.com/whatwg/dom/issues/319 + expected: FAIL + |