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

Unified Diff: LayoutTests/fast/dom/element-attribute-js-null-expected.txt

Issue 104263002: Remove TreatNullAs=NullString for Element.id and .className (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update SVGElement.id test 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/element-attribute-js-null-expected.txt
diff --git a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
index b432cf221edd7b553fcf89871ad82d33689ab9b9..9ceb432568795b9839e860e92a15c1e5b4b46976 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
+++ b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
@@ -4,8 +4,8 @@ TEST SUCCEEDED: The value was null. [tested Node.nodeValue]
TEST SUCCEEDED: The value was null. [tested Node.prefix]
TEST SUCCEEDED: The value was the empty string. [tested Node.textContent]
-TEST SUCCEEDED: The value was the empty string. [tested Element.id]
-TEST SUCCEEDED: The value was the empty string. [tested Element.className]
+TEST SUCCEEDED: The value was the string 'null'. [tested Element.id]
+TEST SUCCEEDED: The value was the string 'null'. [tested Element.className]
TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML]
TEST SUCCEEDED: Exception (NoModificationAllowedError: An attempt was made to modify an object where modifications are not allowed.) was thrown as expected. [tested Element.outerHTML]
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | LayoutTests/svg/dom/svg-element-attribute-js-null.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698