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

Unified Diff: LayoutTests/fast/forms/textarea/textarea-inputmode-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
« no previous file with comments | « LayoutTests/fast/forms/textarea/textarea-inputmode.html ('k') | Source/core/html/HTMLTextAreaElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/textarea/textarea-inputmode-expected.txt
diff --git a/LayoutTests/fast/forms/textarea/textarea-inputmode-expected.txt b/LayoutTests/fast/forms/textarea/textarea-inputmode-expected.txt
index 6302f693efe76fda20f27e1d61371cdc633530e3..fbb5dc721e49503c43603da34759eb7d07a32fb2 100644
--- a/LayoutTests/fast/forms/textarea/textarea-inputmode-expected.txt
+++ b/LayoutTests/fast/forms/textarea/textarea-inputmode-expected.txt
@@ -9,8 +9,8 @@ PASS textarea.inputMode is "abc"
PASS textarea.getAttribute("inputmode") is "foo"
PASS textarea.getAttribute("inputmode") is ""
Setting null to inputMode:
-PASS textarea.inputMode is ""
-PASS textarea.getAttribute("inputmode") is null
+PASS textarea.inputMode is "null"
+PASS textarea.getAttribute("inputmode") is "null"
PASS textarea.inputMode is "null"
Setting undefined to inputMode:
PASS textarea.inputMode is "undefined"
« no previous file with comments | « LayoutTests/fast/forms/textarea/textarea-inputmode.html ('k') | Source/core/html/HTMLTextAreaElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698