Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2148)

Side by Side Diff: LayoutTests/fast/dom/Document/createProcessingInstruction-invalid-target-expected.txt

Issue 100433004: Sync Document.createProcessingInstruction() with spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: test createProcessingInstruction for HTML doc Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 PASS document.createProcessingInstruction('0ascii', '') threw exception InvalidC haracterError: Failed to execute 'createProcessingInstruction' on 'Document': Th e target provided ('0ascii') is not a valid name..
2 PASS document.createProcessingInstruction('.Ascii', '') threw exception InvalidC haracterError: Failed to execute 'createProcessingInstruction' on 'Document': Th e target provided ('.Ascii') is not a valid name..
3 PASS document.createProcessingInstruction('-Ascii', '') threw exception InvalidC haracterError: Failed to execute 'createProcessingInstruction' on 'Document': Th e target provided ('-Ascii') is not a valid name..
4 PASS document.createProcessingInstruction(' ascii', '') threw exception InvalidC haracterError: Failed to execute 'createProcessingInstruction' on 'Document': Th e target provided (' ascii') is not a valid name..
5 PASS document.createProcessingInstruction(' ascii', '') threw exception Inva lidCharacterError: Failed to execute 'createProcessingInstruction' on 'Document' : The target provided (' ascii') is not a valid name..
6 PASS document.createProcessingInstruction('֑sc.ii', '') threw exception InvalidC haracterError: Failed to execute 'createProcessingInstruction' on 'Document': Th e target provided ('֑sc.ii') is not a valid name..
7 PASS document.createProcessingInstruction('⃣scii', '') threw exception InvalidCh aracterError: Failed to execute 'createProcessingInstruction' on 'Document': The target provided ('⃣scii') is not a valid name..
8 PASS document.createProcessingInstruction('िascii', '') threw exception InvalidC haracterError: Failed to execute 'createProcessingInstruction' on 'Document': Th e target provided ('िascii') is not a valid name..
9 PASS document.createProcessingInstruction('ʳascii', '') threw exception InvalidC haracterError: Failed to execute 'createProcessingInstruction' on 'Document': Th e target provided ('ʳascii') is not a valid name..
10 PASS document.createProcessingInstruction('asc i', '') threw exception InvalidCh aracterError: Failed to execute 'createProcessingInstruction' on 'Document': The target provided ('asc i') is not a valid name..
11 PASS document.createProcessingInstruction('asc i', '') threw exception InvalidC haracterError: Failed to execute 'createProcessingInstruction' on 'Document': Th e target provided ('asc i') is not a valid name..
12 PASS document.createProcessingInstruction('asciiⅦ', '') threw exception InvalidC haracterError: Failed to execute 'createProcessingInstruction' on 'Document': Th e target provided ('asciiⅦ') is not a valid name..
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698