Index: LayoutTests/fast/forms/input-select-webkit-user-select-none-expected.txt |
diff --git a/LayoutTests/fast/forms/input-select-webkit-user-select-none-expected.txt b/LayoutTests/fast/forms/input-select-webkit-user-select-none-expected.txt |
index 9259eccd690a4ec8ef2efb20ca1268099226696b..eb7f4d95601289009a2c814e2ce2bcf97ca46293 100644 |
--- a/LayoutTests/fast/forms/input-select-webkit-user-select-none-expected.txt |
+++ b/LayoutTests/fast/forms/input-select-webkit-user-select-none-expected.txt |
@@ -1,5 +1,6 @@ |
-Tests behavior of select() in case "-webkit-user-select: none" attribute is specified to the input element. The field should not be selected. |
+PASS sample.selectionStart is 0 |
+PASS sample.selectionEnd is sample.value.length |
+PASS successfullyParsed is true |
+TEST COMPLETE |
- |
-PASS |