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

Side by Side Diff: LayoutTests/fast/dom/coreDOM-element-attribute-js-null-expected.txt

Issue 22911019: [DOM4] Have ProcessingInstruction inherit CharacterData (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 months 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
1 This test setting various attributes of a elements to JavaScript null. 1 This test setting various attributes of a elements to JavaScript null.
2 2
3 TEST SUCCEEDED: The value was null. [tested Attr.value] 3 TEST SUCCEEDED: The value was null. [tested Attr.value]
4 4
5 TEST SUCCEEDED: The value was null. [tested ProcessingInstruction.data] 5 TEST SUCCEEDED: The value was the empty string. [tested ProcessingInstruction.da ta]
6 6
7 TEST SUCCEEDED: The value was the empty string. [tested CharacterData.data] 7 TEST SUCCEEDED: The value was the empty string. [tested CharacterData.data]
8 8
9 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698