Index: LayoutTests/fast/forms/textfield-clone-expected.txt |
diff --git a/LayoutTests/fast/forms/textfield-clone-expected.txt b/LayoutTests/fast/forms/textfield-clone-expected.txt |
index 0670da485d577d7139316d90ff0565298589c232..9bd475ab52f039a3f346ea433dec77db27eccfd5 100644 |
--- a/LayoutTests/fast/forms/textfield-clone-expected.txt |
+++ b/LayoutTests/fast/forms/textfield-clone-expected.txt |
@@ -1,12 +1,9 @@ |
-CONSOLE WARNING: The 'x-webkit-speech' input field attribute is deprecated. Please use the JavaScript API instead. |
There was a bug that the value property of a cloned text input was not updated. |
Check for text type: |
PASS clone.value is newValue |
Check for search type: |
PASS clone.value is newValue |
-Check for search type: |
-PASS clone.value is newValue |
Check for number type: |
PASS clone.value is newValue |
PASS successfullyParsed is true |