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

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

Issue 1142283004: Implement a Hit Test Cache. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix git cl format mangling Created 5 years, 6 months 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 Ensure hit test cache works in correct scenarios of scrolling, dom and style cha nges.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
9 Hit test fixed div after scroll
10 ---------------------
11 Element is DIV, target
12 Element (no cache) is DIV, target
13 Hit Test 2/0
14 Element is DIV, testArea
15 Element (no cache) is DIV, testArea
16 Hit Test 2/0
17 Element is DIV, target
18 Element (no cache) is DIV, target
19 Hit Test 2/0
20 Hit test after style change
21 ---------------------
22 Element is DIV, target
23 Element (no cache) is DIV, target
24 Hit Test 2/0
25 Element is DIV, target
26 Element (no cache) is DIV, target
27 Hit Test 2/0
28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698