| OLD | NEW |
| 1 CONSOLE WARNING: line 4: SVGSVGElement.currentView is deprecated and will be rem
oved in M56, around January 2017. See https://www.chromestatus.com/features/4511
711998509056 for more details. |
| 1 This test checks the SVGViewSpec API | 2 This test checks the SVGViewSpec API |
| 2 | 3 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 5 |
| 5 | 6 |
| 6 | 7 |
| 7 Check initial SVGSVGElement.currentView values on a SVGSVGElement | 8 Check initial SVGSVGElement.currentView values on a SVGSVGElement |
| 8 PASS currentView.transform.numberOfItems is 0 | 9 PASS currentView.transform.numberOfItems is 0 |
| 9 PASS currentView.viewTarget is null | 10 PASS currentView.viewTarget is null |
| 10 PASS currentView.zoomAndPan is SVGViewElement.SVG_ZOOMANDPAN_MAGNIFY | 11 PASS currentView.zoomAndPan is SVGViewElement.SVG_ZOOMANDPAN_MAGNIFY |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 PASS currentView.viewTargetString = '#test' is "#test" | 62 PASS currentView.viewTargetString = '#test' is "#test" |
| 62 PASS currentView.viewTargetString is "" | 63 PASS currentView.viewTargetString is "" |
| 63 | 64 |
| 64 Try changing transform | 65 Try changing transform |
| 65 PASS currentView.transform.clear() threw exception NoModificationAllowedError: F
ailed to execute 'clear' on 'SVGTransformList': The object is read-only.. | 66 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 | 67 PASS currentView.transform.numberOfItems is 0 |
| 67 PASS successfullyParsed is true | 68 PASS successfullyParsed is true |
| 68 | 69 |
| 69 TEST COMPLETE | 70 TEST COMPLETE |
| 70 | 71 |
| OLD | NEW |