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" |