OLD | NEW |
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 Loading... |
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 |
OLD | NEW |