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

Side by Side Diff: LayoutTests/fast/dom/elementsFromPoint/elementsFromPoint-table-expected.txt

Issue 869813003: Implement elementsFromPoint (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Cleanup, add a better test for tables Created 5 years, 10 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 PASS nodeListToString(document.elementsFromPoint(125, 125)) is "TD#td11, TABLE#t esttable, DIV#sandbox, BODY, HTML"
2 PASS nodeListToString(document.elementsFromPoint(275, 125)) is "TD#td14, TABLE#t esttable, DIV#sandbox, BODY, HTML"
3 PASS nodeListToString(document.elementsFromPoint(175, 175)) is "TD#td22, TABLE#t esttable, DIV#sandbox, BODY, HTML"
4 PASS nodeListToString(document.elementsFromPoint(125, 275)) is "TD#td41, TABLE#t esttable, DIV#sandbox, BODY, HTML"
5 PASS nodeListToString(document.elementsFromPoint(100, 100)) is "TABLE#testtable, DIV#sandbox, BODY, HTML"
6 PASS nodeListToString(document.elementsFromPoint(199, 199)) is "TABLE#testtable, DIV#sandbox, BODY, HTML"
7 PASS nodeListToString(document.elementsFromPoint(125, 125)) is "TD#td14, TABLE#t esttable, DIV#sandbox, BODY, HTML"
8 PASS nodeListToString(document.elementsFromPoint(275, 125)) is "TD#td11, TABLE#t esttable, DIV#sandbox, BODY, HTML"
9 PASS nodeListToString(document.elementsFromPoint(100, 100)) is "TABLE#testtable, DIV#sandbox, BODY, HTML"
10 PASS nodeListToString(document.elementsFromPoint(199, 199)) is "TABLE#testtable, DIV#sandbox, BODY, HTML"
11 PASS nodeListToString(document.elementsFromPoint(125, 275)) is "TD#td14, TABLE#t esttable, DIV#sandbox, BODY, HTML"
12 PASS nodeListToString(document.elementsFromPoint(275, 125)) is "TD#td41, TABLE#t esttable, DIV#sandbox, BODY, HTML"
13 PASS nodeListToString(document.elementsFromPoint(100, 100)) is "TABLE#testtable, DIV#sandbox, BODY, HTML"
14 PASS nodeListToString(document.elementsFromPoint(199, 199)) is "TABLE#testtable, DIV#sandbox, BODY, HTML"
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698