Chromium Code Reviews| Index: LayoutTests/platform/android/editing/selection/readonly-disabled-hittest-expected.txt |
| diff --git a/LayoutTests/platform/android/editing/selection/readonly-disabled-hittest-expected.txt b/LayoutTests/platform/android/editing/selection/readonly-disabled-hittest-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2550f20921bdf178bdecd61e3cf95310037f6546 |
| --- /dev/null |
| +++ b/LayoutTests/platform/android/editing/selection/readonly-disabled-hittest-expected.txt |
| @@ -0,0 +1,12 @@ |
| +PASS successfullyParsed is true |
|
Yuta Kitamura
2014/10/16 04:01:23
IIUC, gestureLongPress() is defined on every platf
AKVT
2014/10/16 17:17:14
Done. Thanks
|
| + |
| +TEST COMPLETE |
| +PASS adjusted node was INPUT#normalText. |
|
Yuta Kitamura
2014/10/16 04:01:23
As mentioned in the test file, I don't think the w
AKVT
2014/10/16 17:17:14
Done. Thanks
|
| +PASS adjusted node was INPUT#readOnlyText. |
| +PASS adjusted node was INPUT#disabledText. |
| +PASS adjusted node was INPUT#readOnlyDisabledText. |
| +PASS adjusted node was TEXTAREA#normalTextArea. |
| +PASS adjusted node was TEXTAREA#readOnlyTextArea. |
| +PASS adjusted node was TEXTAREA#disabledTextArea. |
| +PASS adjusted node was TEXTAREA#readOnlyDisabledTextArea. |
| + |