Files
servo/tests/wpt/meta-legacy-layout/dom/nodes/Document-createElementNS.html.ini
Martin Robinson f4578afdfe Rename metadata directories
This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
2023-06-22 21:15:41 +02:00

132 lines
4.5 KiB
INI

[Document-createElementNS.html]
type: testharness
[createElementNS test in HTML document: null,"ெfoo","INVALID_CHARACTER_ERR"]
expected: FAIL
[createElementNS test in XML document: null,"ெfoo","INVALID_CHARACTER_ERR"]
expected: FAIL
[createElementNS test in XHTML document: null,"ெfoo","INVALID_CHARACTER_ERR"]
expected: FAIL
[createElementNS test in XML document: null,":foo","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: null,"foo:","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: null,"f:o:o","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: null,":","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: "",":foo","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: "","foo:","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: undefined,":foo","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: undefined,"foo:","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: undefined,"f::oo","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: "http://example.com/",":foo","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: "http://example.com/","f:o:o","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: "http://example.com/","foo:","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: "http://example.com/","f::oo","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in HTML document: "http://example.com/","a:0","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: "http://example.com/","a:0","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XHTML document: "http://example.com/","a:0","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in HTML document: "http://example.com/","a:ெ","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: "http://example.com/","a:ெ","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XHTML document: "http://example.com/","a:ெ","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in HTML document: "http://example.com/","ெ:a","INVALID_CHARACTER_ERR"]
expected: FAIL
[createElementNS test in XML document: "http://example.com/","ெ:a","INVALID_CHARACTER_ERR"]
expected: FAIL
[createElementNS test in XHTML document: "http://example.com/","ெ:a","INVALID_CHARACTER_ERR"]
expected: FAIL
[createElementNS test in XML document: "http://example.com/","prefix::local","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: "/",":foo","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: "/","foo:","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace",":foo","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace","foo:","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: "http://www.w3.org/2000/xmlns/",":foo","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","foo:","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: "foo:",":foo","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: "foo:","foo:","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in HTML document: "http://example.com/","a:0","INVALID_CHARACTER_ERR"]
expected: FAIL
[createElementNS test in XML document: "http://example.com/","a:0","INVALID_CHARACTER_ERR"]
expected: FAIL
[createElementNS test in XHTML document: "http://example.com/","a:0","INVALID_CHARACTER_ERR"]
expected: FAIL
[createElementNS test in HTML document: "http://example.com/","a:ெ","INVALID_CHARACTER_ERR"]
expected: FAIL
[createElementNS test in XML document: "http://example.com/","a:ெ","INVALID_CHARACTER_ERR"]
expected: FAIL
[createElementNS test in XHTML document: "http://example.com/","a:ெ","INVALID_CHARACTER_ERR"]
expected: FAIL
[createElementNS test in HTML document: "http://example.com/","a:̀","INVALID_CHARACTER_ERR"]
expected: FAIL
[createElementNS test in XML document: "http://example.com/","a:̀","INVALID_CHARACTER_ERR"]
expected: FAIL
[createElementNS test in XHTML document: "http://example.com/","a:̀","INVALID_CHARACTER_ERR"]
expected: FAIL