Index: LayoutTests/svg/dom/SVGGeometryElement-expected.txt |
diff --git a/LayoutTests/svg/dom/SVGGeometryElement-expected.txt b/LayoutTests/svg/dom/SVGGeometryElement-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5a7aaaec88d68b5b2ac445c693a10a366b94e02e |
--- /dev/null |
+++ b/LayoutTests/svg/dom/SVGGeometryElement-expected.txt |
@@ -0,0 +1,8 @@ |
+PASS rect.isPointInFill(null) threw exception TypeError: Failed to execute 'isPointInFill' on 'SVGGeometryElement': parameter 1 is not of type 'SVGPoint'.. |
+PASS rect.isPointInFill(undefined) threw exception TypeError: Failed to execute 'isPointInFill' on 'SVGGeometryElement': parameter 1 is not of type 'SVGPoint'.. |
+PASS rect.isPointInStroke(null) threw exception TypeError: Failed to execute 'isPointInStroke' on 'SVGGeometryElement': parameter 1 is not of type 'SVGPoint'.. |
+PASS rect.isPointInStroke(undefined) threw exception TypeError: Failed to execute 'isPointInStroke' on 'SVGGeometryElement': parameter 1 is not of type 'SVGPoint'.. |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |