Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / touchadjustment / nested-touch-expected.txt
blobc93af2d9851d095381ee14eeb08716fc0da8ec19
1 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.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Testing small direct hits.
7 PASS adjusted node was DIV#mybox1.
8 PASS adjusted node was DIV#mybox2.
9 Testing prefered hits.
10 PASS adjusted node was DIV#mybox1.
11 PASS adjusted node was DIV#mybox1.
12 PASS adjusted node was DIV#mybox1.
13 PASS successfullyParsed is true
15 TEST COMPLETE