PASS document.createProcessingInstruction('0ascii', '') threw exception InvalidCharacterError: Failed to execute 'createProcessingInstruction' on 'Document': The target provided ('0ascii') is not a valid name..
PASS document.createProcessingInstruction('.Ascii', '') threw exception InvalidCharacterError: Failed to execute 'createProcessingInstruction' on 'Document': The target provided ('.Ascii') is not a valid name..
PASS document.createProcessingInstruction('-Ascii', '') threw exception InvalidCharacterError: Failed to execute 'createProcessingInstruction' on 'Document': The target provided ('-Ascii') is not a valid name..
PASS document.createProcessingInstruction(' ascii', '') threw exception InvalidCharacterError: Failed to execute 'createProcessingInstruction' on 'Document': The target provided (' ascii') is not a valid name..
PASS document.createProcessingInstruction('	ascii', '') threw exception InvalidCharacterError: Failed to execute 'createProcessingInstruction' on 'Document': The target provided ('	ascii') is not a valid name..
PASS document.createProcessingInstruction('Ö‘sc.ii', '') threw exception InvalidCharacterError: Failed to execute 'createProcessingInstruction' on 'Document': The target provided ('Ö‘sc.ii') is not a valid name..
PASS document.createProcessingInstruction('⃣scii', '') threw exception InvalidCharacterError: Failed to execute 'createProcessingInstruction' on 'Document': The target provided ('⃣scii') is not a valid name..
PASS document.createProcessingInstruction('िascii', '') threw exception InvalidCharacterError: Failed to execute 'createProcessingInstruction' on 'Document': The target provided ('िascii') is not a valid name..
PASS document.createProcessingInstruction('ʳascii', '') threw exception InvalidCharacterError: Failed to execute 'createProcessingInstruction' on 'Document': The target provided ('ʳascii') is not a valid name..
PASS document.createProcessingInstruction('asc i', '') threw exception InvalidCharacterError: Failed to execute 'createProcessingInstruction' on 'Document': The target provided ('asc i') is not a valid name..
PASS document.createProcessingInstruction('asc	i', '') threw exception InvalidCharacterError: Failed to execute 'createProcessingInstruction' on 'Document': The target provided ('asc	i') is not a valid name..
PASS document.createProcessingInstruction('asciiâ…¦', '') threw exception InvalidCharacterError: Failed to execute 'createProcessingInstruction' on 'Document': The target provided ('asciiâ…¦') is not a valid name..
PASS successfullyParsed is true

TEST COMPLETE