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

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

Issue 1772853002: Block the HTML parser on external stylesheets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplified parser blocking logic Created 4 years, 9 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
1 1
2 2
3 3
4 4
5 Ensure hit test cache works in correct scenarios of scrolling, dom and style cha nges. 5 Ensure hit test cache works in correct scenarios of scrolling, dom and style cha nges.
6 6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 8
9 9
10 PASS successfullyParsed is true 10 PASS successfullyParsed is true
11 11
12 TEST COMPLETE 12 TEST COMPLETE
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16 Hit test main div 13 Hit test main div
17 --------------------- 14 ---------------------
18 PASS document.elementFromPoint(60,60) is internals.clearHitTestCache(document); internals.elementFromPoint(document, 60, 60, false, false) 15 PASS document.elementFromPoint(60,60) is internals.clearHitTestCache(document); internals.elementFromPoint(document, 60, 60, false, false)
19 PASS hitTestCountDelta() is 2 16 PASS hitTestCountDelta() is 2
20 PASS hitTestCacheHitsDelta() is 0 17 PASS hitTestCacheHitsDelta() is 0
21 PASS document.elementFromPoint(60,60) is internals.clearHitTestCache(document); internals.elementFromPoint(document, 60, 60, false, false) 18 PASS document.elementFromPoint(60,60) is internals.clearHitTestCache(document); internals.elementFromPoint(document, 60, 60, false, false)
22 PASS hitTestCountDelta() is 2 19 PASS hitTestCountDelta() is 2
23 PASS hitTestCacheHitsDelta() is 1 20 PASS hitTestCacheHitsDelta() is 1
24 21
25 Hit test fixed div after scroll 22 Hit test fixed div after scroll
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 PASS hitTestCacheHitsDelta() is 0 58 PASS hitTestCacheHitsDelta() is 0
62 59
63 Hit test iframe; ensuring child co-ordinates are not in parent cache 60 Hit test iframe; ensuring child co-ordinates are not in parent cache
64 --------------------- 61 ---------------------
65 PASS internals.elementFromPoint(document, 25, 80, false, true) is internals.clea rHitTestCache(document); internals.elementFromPoint(document, 25, 80, false, tru e) 62 PASS internals.elementFromPoint(document, 25, 80, false, true) is internals.clea rHitTestCache(document); internals.elementFromPoint(document, 25, 80, false, tru e)
66 PASS internals.elementFromPoint(document, 15, 40, false, true) is internals.clea rHitTestCache(document); internals.elementFromPoint(document, 15, 40, false, tru e) 63 PASS internals.elementFromPoint(document, 15, 40, false, true) is internals.clea rHitTestCache(document); internals.elementFromPoint(document, 15, 40, false, tru e)
67 PASS successfullyParsed is true 64 PASS successfullyParsed is true
68 65
69 TEST COMPLETE 66 TEST COMPLETE
70 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698