blob: 4ac63db705a02863e5d68e75a94ee5884722a9fb [file] [log] [blame]
PASS document.createProcessingInstruction('name', '?>') threw exception InvalidCharacterError: Failed to execute 'createProcessingInstruction' on 'Document': The data provided ('?>') contains '?>'..
PASS document.createProcessingInstruction('name', 'foo?>bar') threw exception InvalidCharacterError: Failed to execute 'createProcessingInstruction' on 'Document': The data provided ('foo?>bar') contains '?>'..
PASS successfullyParsed is true
TEST COMPLETE