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

Unified Diff: LayoutTests/fast/forms/input-inputmode-expected.txt

Issue 98383004: Remove TreatNullAs=NullString for HTMLInputElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/input-inputmode.html ('k') | LayoutTests/fast/forms/input-minmax.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/input-inputmode-expected.txt
diff --git a/LayoutTests/fast/forms/input-inputmode-expected.txt b/LayoutTests/fast/forms/input-inputmode-expected.txt
index e7851684b76661cfdd44525bb77cb80e8fdbbb52..466b53f4e1509bfff43bedeff030e8f3a8fa1c66 100644
--- a/LayoutTests/fast/forms/input-inputmode-expected.txt
+++ b/LayoutTests/fast/forms/input-inputmode-expected.txt
@@ -9,8 +9,8 @@ PASS input.inputMode is "abc"
PASS input.getAttribute("inputmode") is "foo"
PASS input.getAttribute("inputmode") is ""
Setting null to inputMode:
-PASS input.inputMode is ""
-PASS input.getAttribute("inputmode") is null
+PASS input.inputMode is "null"
+PASS input.getAttribute("inputmode") is "null"
PASS input.inputMode is "null"
Setting undefined to inputMode:
PASS input.inputMode is "undefined"
« no previous file with comments | « LayoutTests/fast/forms/input-inputmode.html ('k') | LayoutTests/fast/forms/input-minmax.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698