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

Unified 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, 7 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/hit-test-cache-expected.txt
diff --git a/LayoutTests/fast/events/hit-test-cache-expected.txt b/LayoutTests/fast/events/hit-test-cache-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ca942311ea9e1b6487962b3a76251c86e98c21ad
--- /dev/null
+++ b/LayoutTests/fast/events/hit-test-cache-expected.txt
@@ -0,0 +1,28 @@
+Ensure hit test cache works in correct scenarios of scrolling, dom and style changes.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+Hit test fixed div after scroll
+---------------------
+Element is DIV, target
+Element (no cache) is DIV, target
+Hit Test 2/0
+Element is DIV, testArea
+Element (no cache) is DIV, testArea
+Hit Test 2/0
+Element is DIV, target
+Element (no cache) is DIV, target
+Hit Test 2/0
+Hit test after style change
+---------------------
+Element is DIV, target
+Element (no cache) is DIV, target
+Hit Test 2/0
+Element is DIV, target
+Element (no cache) is DIV, target
+Hit Test 2/0
+

Powered by Google App Engine
This is Rietveld 408576698