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

Side by Side Diff: LayoutTests/fast/dom/shadow/elementfrompoint-expected.txt

Issue 812173002: Make elementFromPoint() arguments non-optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/dom/shadow/elementfrompoint.html ('k') | Source/core/dom/Document.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 PASS shadowRoot.elementFromPoint() threw exception TypeError: Failed to execute 'elementFromPoint' on 'ShadowRoot': 2 arguments required, but only 0 present..
3 PASS shadowRoot.elementFromPoint(0) threw exception TypeError: Failed to execute 'elementFromPoint' on 'ShadowRoot': 2 arguments required, but only 1 present..
2 PASS shadowRoot.elementFromPoint(x12, y12) is box12 4 PASS shadowRoot.elementFromPoint(x12, y12) is box12
3 PASS nestedShadowRoot.elementFromPoint(x22, y22) is box22 5 PASS nestedShadowRoot.elementFromPoint(x22, y22) is box22
4 PASS shadowRoot.elementFromPoint(x22, y22) is nestedHost 6 PASS shadowRoot.elementFromPoint(x22, y22) is nestedHost
5 PASS document.elementFromPoint(x22, y22) is host 7 PASS document.elementFromPoint(x22, y22) is host
6 PASS root3.elementFromPoint(centerX(blockHost), centerY(blockHost)) is null 8 PASS root3.elementFromPoint(centerX(blockHost), centerY(blockHost)) is null
7 PASS document.elementFromPoint(centerX(blockHost), centerY(blockHost)) is blockH ost 9 PASS document.elementFromPoint(centerX(blockHost), centerY(blockHost)) is blockH ost
8 PASS root4.elementFromPoint(centerX(inlineBlockHost), centerY(inlineBlockHost)) is null 10 PASS root4.elementFromPoint(centerX(inlineBlockHost), centerY(inlineBlockHost)) is null
9 PASS document.elementFromPoint(centerX(inlineBlockHost), centerY(inlineBlockHost )) is inlineBlockHost 11 PASS document.elementFromPoint(centerX(inlineBlockHost), centerY(inlineBlockHost )) is inlineBlockHost
10 PASS document.elementFromPoint(centerX(submit), centerY(submit)) is submit 12 PASS document.elementFromPoint(centerX(submit), centerY(submit)) is submit
11 PASS successfullyParsed is true 13 PASS successfullyParsed is true
12 14
13 TEST COMPLETE 15 TEST COMPLETE
14 16
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/elementfrompoint.html ('k') | Source/core/dom/Document.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698