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

Unified Diff: LayoutTests/fast/dom/shadow/select-in-shadowdom-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
Index: LayoutTests/fast/dom/shadow/select-in-shadowdom-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/select-in-shadowdom-expected.txt b/LayoutTests/fast/dom/shadow/select-in-shadowdom-expected.txt
index b30bf78d3be2dbad0b51529a72553b7e4c5cf0b1..2f289c361a5e8ba753892b4f119551b6a2df97ca 100644
--- a/LayoutTests/fast/dom/shadow/select-in-shadowdom-expected.txt
+++ b/LayoutTests/fast/dom/shadow/select-in-shadowdom-expected.txt
@@ -1,7 +1,7 @@
When selecting from non-anchor Node to anchor node in ShadowDOM, client should not cause page jump.
-Selecting from a node to another node in ShadowDOM. This should fire click event on the host.
-PASS lastClickTarget is host
+Selecting from a node to another node in ShadowDOM. This should not start page navigation.
+PASS lastClickTarget is null
Clicking a node in ShadowDOM.
PASS lastClickTarget is host
« no previous file with comments | « LayoutTests/fast/dom/shadow/select-in-shadowdom.html ('k') | LayoutTests/fast/events/click-over-descendant-elements.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698