1 PASS rect.isPointInFill(null) threw exception TypeError: Failed to execute 'isPo
intInFill' on 'SVGGeometryElement': parameter 1 is not of type 'SVGPoint'..
2 PASS rect.isPointInFill(undefined) threw exception TypeError: Failed to execute
'isPointInFill' on 'SVGGeometryElement': parameter 1 is not of type 'SVGPoint'..
3 PASS rect.isPointInStroke(null) threw exception TypeError: Failed to execute 'is
PointInStroke' on 'SVGGeometryElement': parameter 1 is not of type 'SVGPoint'..
4 PASS rect.isPointInStroke(undefined) threw exception TypeError: Failed to execut
e 'isPointInStroke' on 'SVGGeometryElement': parameter 1 is not of type 'SVGPoin
t'..
Issue 144463014: Add [StrictTypeChecking] to the SVGGeometryElement interface
(Closed)
Created 6 years, 10 months ago by fs
Modified 6 years, 10 months ago
Reviewers: Nils Barth (inactive), kouhei (in TOK), pdr., Stephen Chennney, f(malita)
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 10