mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
86 lines
2.7 KiB
INI
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
|
|
|