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

Unified Diff: LayoutTests/fast/dom/Document/missing-arguments.html

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 | « no previous file | LayoutTests/fast/dom/Document/missing-arguments-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/Document/missing-arguments.html
diff --git a/LayoutTests/fast/dom/Document/missing-arguments.html b/LayoutTests/fast/dom/Document/missing-arguments.html
index d5833d914b554997f1796f86c6fd997a5faef559..b0df9ccce9d62dcadbc982144f3325e17ebfbf48 100644
--- a/LayoutTests/fast/dom/Document/missing-arguments.html
+++ b/LayoutTests/fast/dom/Document/missing-arguments.html
@@ -19,6 +19,8 @@
"createProcessingInstruction('xml')",
"createProcessingInstruction()",
"createTextNode()",
+ "elementFromPoint()",
+ "elementFromPoint(0)",
"execCommand()",
"getElementById()",
"getElementsByClassName()",
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Document/missing-arguments-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698