summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/touchadjustment/nested-touch-expected.txt
blob: c93af2d9851d095381ee14eeb08716fc0da8ec19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Test the case where a clickable target is nested inside a document that is monitoring clicks. The target with the local event-handler should be chosen if multiple targets are touched.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


Testing small direct hits.
PASS adjusted node was DIV#mybox1.
PASS adjusted node was DIV#mybox2.
Testing prefered hits.
PASS adjusted node was DIV#mybox1.
PASS adjusted node was DIV#mybox1.
PASS adjusted node was DIV#mybox1.
PASS successfullyParsed is true

TEST COMPLETE