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

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

Issue 2163213007: Deprecate currentView, useCurrentView properties of SVGSVGElement and SVGViewSpec interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Did deprecation Created 4 years, 4 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 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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698