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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/coreDOM-element-attribute-js-null-expected.txt
diff --git a/LayoutTests/fast/dom/coreDOM-element-attribute-js-null-expected.txt b/LayoutTests/fast/dom/coreDOM-element-attribute-js-null-expected.txt
index c2688bcbcac71a31816acb8a78b163d87f665ef9..aac951ec1b093b1572346016dafdf9c5b6d83d76 100644
--- a/LayoutTests/fast/dom/coreDOM-element-attribute-js-null-expected.txt
+++ b/LayoutTests/fast/dom/coreDOM-element-attribute-js-null-expected.txt
@@ -1,6 +1,8 @@
This test setting various attributes of a elements to JavaScript null.
-TEST SUCCEEDED: The value was null. [tested Attr.value]
+TEST SUCCEEDED: The value was the string 'null'. [tested Attr.value]
+TEST SUCCEEDED: The value was the empty string. [tested Attr.nodeValue]
+TEST SUCCEEDED: The value was the empty string. [tested Attr.textContent]
TEST SUCCEEDED: The value was the empty string. [tested ProcessingInstruction.data]
« 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