[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: "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/","a:̀",null,"INVALID_CHARACTER_ERR"]
expected: FAIL