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

Unified Diff: LayoutTests/fast/events/elementsFromPoint-expected.txt

Issue 869813003: Implement elementsFromPoint (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix typeo Created 5 years, 11 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/elementsFromPoint-expected.txt
diff --git a/LayoutTests/fast/events/elementsFromPoint-expected.txt b/LayoutTests/fast/events/elementsFromPoint-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..615362100d9b19684dd010305746d073ba6cb781
--- /dev/null
+++ b/LayoutTests/fast/events/elementsFromPoint-expected.txt
@@ -0,0 +1,8 @@
+elementsFromPoint(-1,-1):
+elementsFromPoint(10000,1):
+elementsFromPoint(25,25): DIV#one, BODY, HTML
+elementsFromPoint(75,75): DIV#two, DIV#one, BODY, HTML
+elementsFromPoint(125,125): DIV#two, DIV#three, DIV#two, DIV#one, BODY, HTML
+elementsFromPoint(175,175): DIV#three, DIV#one, BODY, HTML
+elementsFromPoint(175,190): DIV#three, DIV#five, DIV#four, DIV#one, BODY, HTML
+elementsFromPoint(50,390): BODY, HTML

Powered by Google App Engine
This is Rietveld 408576698