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

Side by Side Diff: LayoutTests/fast/events/hit-test-culled_inline-expected.txt

Issue 685963002: We need to account for culled inline parents of the hit-tested nodes.(Reland) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
OLDNEW
(Empty)
1 Click the empty area on the left
2 Click the empty areain middle
3 Click event should be fired when it occurs within culled inline.
4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6
7
8 PASS document.elementFromPoint(x, y).id is "clickme1"
9 LABEL that is a parent of INPUT is clicked.
10 LABEL that is a parent of INPUT is clicked.
11 PASS gotClick is true
12
13 PASS document.elementFromPoint(x, y).id is "clickme2"
14 SPAN that is a parent of EM is clicked.
15 PASS gotClick is true
16
17 PASS document.getElementById("checkbox").checked is true
18 PASS successfullyParsed is true
19
20 TEST COMPLETE
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698