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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 When selecting from non-anchor Node to anchor node in ShadowDOM, client should n ot cause page jump. 1 When selecting from non-anchor Node to anchor node in ShadowDOM, client should n ot cause page jump.
2 2
3 Selecting from a node to another node in ShadowDOM. This should fire click event on the host. 3 Selecting from a node to another node in ShadowDOM. This should not start page n avigation.
4 PASS lastClickTarget is host 4 PASS lastClickTarget is null
5 5
6 Clicking a node in ShadowDOM. 6 Clicking a node in ShadowDOM.
7 PASS lastClickTarget is host 7 PASS lastClickTarget is host
8 8
9 PASS successfullyParsed is true 9 PASS successfullyParsed is true
10 10
11 TEST COMPLETE 11 TEST COMPLETE
12 12
OLDNEW
« 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