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

Side by Side Diff: LayoutTests/svg/dom/SVGGeometryElement-expected.txt

Issue 144463014: Add [StrictTypeChecking] to the SVGGeometryElement interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 months 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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'..
5 PASS successfullyParsed is true
6
7 TEST COMPLETE
8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698