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

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

Issue 101423002: Remove TreatNullAs=NullString for HTMLTextAreaElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase on top of HTMLSelectElement patch 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 5a8d65afbbbaef352c6805e263a49773e3ad959c..b7fd5fe60555168dcbf297445e5fc74dfea9250f 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
+++ b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
@@ -297,10 +297,14 @@ TEST SUCCEEDED: The value was the empty string. [tested HTMLTableSectionElement.
TEST SUCCEEDED: The value was the empty string. [tested HTMLTableSectionElement.chOff]
TEST SUCCEEDED: The value was the empty string. [tested HTMLTableSectionElement.vAlign]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.defaultValue]
TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.accessKey]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.name]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.defaultValue]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.dirName]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.inputMode]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.name]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.placeholder]
TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.value]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.wrap]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTitleElement.text]
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | LayoutTests/fast/forms/textarea/textarea-inputmode.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698