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

Unified Diff: LayoutTests/fast/forms/input-pattern-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
Index: LayoutTests/fast/forms/input-pattern-expected.txt
diff --git a/LayoutTests/fast/forms/input-pattern-expected.txt b/LayoutTests/fast/forms/input-pattern-expected.txt
index ffecb9ea3d572a7bcb93d2b6585f04f9ee5ed153..8ece0cbe051f538c2545ac50ed99f03069e76d94 100644
--- a/LayoutTests/fast/forms/input-pattern-expected.txt
+++ b/LayoutTests/fast/forms/input-pattern-expected.txt
@@ -6,8 +6,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS input.pattern is ""
PASS input.getAttribute("pattern") is "foo"
PASS input.pattern is "bar"
-PASS input.pattern is ""
-PASS input.getAttribute("pattern") is null
+PASS input.pattern is "null"
+PASS input.getAttribute("pattern") is "null"
PASS input.pattern is "null"
PASS input.pattern is "undefined"
PASS input.getAttribute("pattern") is "undefined"
« no previous file with comments | « LayoutTests/fast/forms/input-pattern.html ('k') | LayoutTests/fast/forms/month/ValidityState-rangeOverflow-month-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698