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()", |