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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-touch-operations.html

Issue 2517253002: Drop down list closes on touch scroll/pinch zoom (Closed)
Patch Set: review comments addressed. Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-touch-operations-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-touch-operations.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-touch-operations.html b/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-touch-operations.html
index 71d3e8ca11d4f0a6f6c5fe78a98d69d9bb0f7dc8..ea2f3651f5fedc0309157e81735cfa8c65f93052 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-touch-operations.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-touch-operations.html
@@ -146,8 +146,23 @@ function test2AfterScrollEvent() {
shouldNotBe('window.internals.pagePopupWindow', 'null');
shouldBeEqualToString('menuElement2.value', '2');
- finishJSTest();
+ test3();
+}
+
+function test3() {
+ debug("==> Test popup closes on outside GestureTapDawn");
+ eventSender.clearTouchPoints();
+ openPicker(menuElement, function () {
+ eventSender.gestureTapDown(300, 300);
+ shouldBeNull('window.internals.pagePopupWindow');
+ finishJSTest();
+ }, function () {
+ testFailed('picker didn\'t open')
+ finishJSTest();
+ });
}
+
+
</script>
</body>
</html>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-touch-operations-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698