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

Unified Diff: LayoutTests/fast/events/click-over-descendant-elements-expected.txt

Issue 110173005: Don't dispatch a 'click' event for mousedown/mouseup across form controls. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix a test Created 7 years 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 | « LayoutTests/fast/events/click-over-descendant-elements.html ('k') | Source/core/dom/Node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/click-over-descendant-elements-expected.txt
diff --git a/LayoutTests/fast/events/click-over-descendant-elements-expected.txt b/LayoutTests/fast/events/click-over-descendant-elements-expected.txt
index 3994530221224d7e9018945339f4914329e790c0..b4f3fcd65f764b75f80d9ae14239e523e6f06e33 100644
--- a/LayoutTests/fast/events/click-over-descendant-elements-expected.txt
+++ b/LayoutTests/fast/events/click-over-descendant-elements-expected.txt
@@ -22,6 +22,8 @@ Click on escaping button content:
PASS lastClickTarget is button1
Click on disappearing INPUT value:
PASS lastClickTarget is input1
+Mousedown on a form control, and mouseup on an element outside:
+PASS lastClickTarget is null
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/events/click-over-descendant-elements.html ('k') | Source/core/dom/Node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698