servo/tests/wpt/metadata/dom/nodes/DOMImplementation-createDocument.html.ini
2017-10-05 09:23:30 +02:00

86 lines
2.7 KiB
INI

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