Chromium Code Reviews

Unified 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.
Jump to:
View side-by-side diff with in-line comments
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 840eaf471243eee9fd7ee6c506b741c04ea8e015..c2688bcbcac71a31816acb8a78b163d87f665ef9 100644
--- a/LayoutTests/fast/dom/coreDOM-element-attribute-js-null-expected.txt
+++ b/LayoutTests/fast/dom/coreDOM-element-attribute-js-null-expected.txt
@@ -2,7 +2,7 @@ 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 null. [tested ProcessingInstruction.data]
+TEST SUCCEEDED: The value was the empty string. [tested ProcessingInstruction.data]
TEST SUCCEEDED: The value was the empty string. [tested CharacterData.data]

Powered by Google App Engine