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

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

Issue 1146393003: Make Attr.value/nodeValue/textContent not nullable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add [TreatNullAs=EmptyString] to Attr.nodeValue/textContent Created 5 years, 7 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
« no previous file with comments | « LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml ('k') | Source/core/dom/Attr.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 the string 'null'. [tested Attr.value]
4 TEST SUCCEEDED: The value was the empty string. [tested Attr.nodeValue]
5 TEST SUCCEEDED: The value was the empty string. [tested Attr.textContent]
4 6
5 TEST SUCCEEDED: The value was the empty string. [tested ProcessingInstruction.da ta] 7 TEST SUCCEEDED: The value was the empty string. [tested ProcessingInstruction.da ta]
6 8
7 TEST SUCCEEDED: The value was the empty string. [tested CharacterData.data] 9 TEST SUCCEEDED: The value was the empty string. [tested CharacterData.data]
8 10
9 11
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml ('k') | Source/core/dom/Attr.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698