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

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

Issue 153883003: [SVG] SVGAnimatedTransform{,List} migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove m_zoomAndPan 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
1 This test checks the SVGViewSpec API 1 This test checks the SVGViewSpec API
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 6
7 Check initial SVGSVGElement.currentView values on a SVGSVGElement 7 Check initial SVGSVGElement.currentView values on a SVGSVGElement
8 PASS currentView.transform.numberOfItems is 0 8 PASS currentView.transform.numberOfItems is 0
9 PASS currentView.viewTarget is null 9 PASS currentView.viewTarget is null
10 PASS currentView.zoomAndPan is SVGViewElement.SVG_ZOOMANDPAN_MAGNIFY 10 PASS currentView.zoomAndPan is SVGViewElement.SVG_ZOOMANDPAN_MAGNIFY
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 55
56 Try changing viewTarget 56 Try changing viewTarget
57 PASS currentView.viewTarget = svgElement is svgElement 57 PASS currentView.viewTarget = svgElement is svgElement
58 PASS currentView.viewTarget is null 58 PASS currentView.viewTarget is null
59 59
60 Try changing viewTargetString 60 Try changing viewTargetString
61 PASS currentView.viewTargetString = '#test' is "#test" 61 PASS currentView.viewTargetString = '#test' is "#test"
62 PASS currentView.viewTargetString is "" 62 PASS currentView.viewTargetString is ""
63 63
64 Try changing transform 64 Try changing transform
65 PASS currentView.transform.clear() threw exception NoModificationAllowedError: F ailed to execute 'clear' on 'SVGTransformList': This object is read-only, becaus e the property is an animation value.. 65 PASS currentView.transform.clear() threw exception NoModificationAllowedError: F ailed to execute 'clear' on 'SVGTransformList': The object is read-only..
66 PASS currentView.transform.numberOfItems is 0 66 PASS currentView.transform.numberOfItems is 0
67 PASS successfullyParsed is true 67 PASS successfullyParsed is true
68 68
69 TEST COMPLETE 69 TEST COMPLETE
70 70
OLDNEW
« no previous file with comments | « LayoutTests/svg/dom/SVGTransformList-basics-expected.txt ('k') | LayoutTests/svg/dom/transform-parser-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698