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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/dom/shadow/elementfrompoint.html ('k') | Source/core/dom/Document.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/elementfrompoint-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/elementfrompoint-expected.txt b/LayoutTests/fast/dom/shadow/elementfrompoint-expected.txt
index 133421f916921a8b47a3de8bc338f3c1d8b99f7a..79d472c882d1122635b7c3055243aebefdbddd9f 100644
--- a/LayoutTests/fast/dom/shadow/elementfrompoint-expected.txt
+++ b/LayoutTests/fast/dom/shadow/elementfrompoint-expected.txt
@@ -1,4 +1,6 @@
+PASS shadowRoot.elementFromPoint() threw exception TypeError: Failed to execute 'elementFromPoint' on 'ShadowRoot': 2 arguments required, but only 0 present..
+PASS shadowRoot.elementFromPoint(0) threw exception TypeError: Failed to execute 'elementFromPoint' on 'ShadowRoot': 2 arguments required, but only 1 present..
PASS shadowRoot.elementFromPoint(x12, y12) is box12
PASS nestedShadowRoot.elementFromPoint(x22, y22) is box22
PASS shadowRoot.elementFromPoint(x22, y22) is nestedHost
« 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