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

Side by Side Diff: LayoutTests/platform/chromium-mac/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt

Issue 6349048: Merge 77135 - 2011-01-31 Mads Ager <ager@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 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
OLDNEW
1 Tests that an exception is thrown if we try to get a pathSeg for a length out of the bounds of the path itself. 1 Tests that an exception is thrown if we try to get a pathSeg for a length out of the bounds of the path itself.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS path.pathSegList.initialize(); threw exception SyntaxError: Not enough argu ments. 6 PASS path.pathSegList.initialize(); threw exception SyntaxError: Not enough argu ments.
7 PASS path.getPathSegAtLength(0) is 0 7 PASS path.getPathSegAtLength(0) is 0
8 PASS path.insertItemBefore(null, 0) threw exception TypeError: Object #<an SVGPa thElement> has no method 'insertItemBefore'. 8 PASS path.insertItemBefore(null, 0) threw exception TypeError: Object #<SVGPathE lement> has no method 'insertItemBefore'.
9 PASS path.replaceItem(null, 0) threw exception TypeError: Object #<an SVGPathEle ment> has no method 'replaceItem'. 9 PASS path.replaceItem(null, 0) threw exception TypeError: Object #<SVGPathElemen t> has no method 'replaceItem'.
10 PASS path.appendItem(null) threw exception TypeError: Object #<an SVGPathElement > has no method 'appendItem'. 10 PASS path.appendItem(null) threw exception TypeError: Object #<SVGPathElement> h as no method 'appendItem'.
11 List correctly initialised. 11 List correctly initialised.
12 PASS path.getPathSegAtLength(0) is 0 12 PASS path.getPathSegAtLength(0) is 0
13 PASS path.insertItemBefore(null, 0) threw exception TypeError: Object #<an SVGPa thElement> has no method 'insertItemBefore'. 13 PASS path.insertItemBefore(null, 0) threw exception TypeError: Object #<SVGPathE lement> has no method 'insertItemBefore'.
14 PASS path.replaceItem(null, 0) threw exception TypeError: Object #<an SVGPathEle ment> has no method 'replaceItem'. 14 PASS path.replaceItem(null, 0) threw exception TypeError: Object #<SVGPathElemen t> has no method 'replaceItem'.
15 PASS path.appendItem(null) threw exception TypeError: Object #<an SVGPathElement > has no method 'appendItem'. 15 PASS path.appendItem(null) threw exception TypeError: Object #<SVGPathElement> h as no method 'appendItem'.
16 PASS successfullyParsed is true 16 PASS successfullyParsed is true
17 17
18 TEST COMPLETE 18 TEST COMPLETE
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698