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

Side by Side Diff: LayoutTests/fast/dom/Document/createProcessingInstruction-invalid-data-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('name', '?>') threw exception InvalidC haracterError: Failed to execute 'createProcessingInstruction' on 'Document': Th e data provided ('?>') contains '?>'..
2 PASS document.createProcessingInstruction('name', 'foo?>bar') threw exception In validCharacterError: Failed to execute 'createProcessingInstruction' on 'Documen t': The data provided ('foo?>bar') contains '?>'..
3 PASS successfullyParsed is true
4
5 TEST COMPLETE
6
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698