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

Unified Diff: LayoutTests/platform/android/editing/selection/readonly-disabled-hittest-expected.txt

Issue 246203004: Fixed unnecessary Paste Popup showing issue when long press on ReadOnly/Disabled elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Refined the Layout test case. Created 6 years, 2 months 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/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.
+

Powered by Google App Engine
This is Rietveld 408576698