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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2488703003: Remove SVGViewElement.viewTarget attribute (Closed)
Patch Set: Created 4 years, 1 month 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 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
(...skipping 6000 matching lines...) Expand 10 before | Expand all | Expand 10 after
6011 getter x 6011 getter x
6012 getter y 6012 getter y
6013 method constructor 6013 method constructor
6014 interface SVGViewElement : SVGElement 6014 interface SVGViewElement : SVGElement
6015 attribute @@toStringTag 6015 attribute @@toStringTag
6016 attribute SVG_ZOOMANDPAN_DISABLE 6016 attribute SVG_ZOOMANDPAN_DISABLE
6017 attribute SVG_ZOOMANDPAN_MAGNIFY 6017 attribute SVG_ZOOMANDPAN_MAGNIFY
6018 attribute SVG_ZOOMANDPAN_UNKNOWN 6018 attribute SVG_ZOOMANDPAN_UNKNOWN
6019 getter preserveAspectRatio 6019 getter preserveAspectRatio
6020 getter viewBox 6020 getter viewBox
6021 getter viewTarget
6022 getter zoomAndPan 6021 getter zoomAndPan
6023 method constructor 6022 method constructor
6024 setter zoomAndPan 6023 setter zoomAndPan
6025 interface SVGViewSpec 6024 interface SVGViewSpec
6026 attribute @@toStringTag 6025 attribute @@toStringTag
6027 attribute SVG_ZOOMANDPAN_DISABLE 6026 attribute SVG_ZOOMANDPAN_DISABLE
6028 attribute SVG_ZOOMANDPAN_MAGNIFY 6027 attribute SVG_ZOOMANDPAN_MAGNIFY
6029 attribute SVG_ZOOMANDPAN_UNKNOWN 6028 attribute SVG_ZOOMANDPAN_UNKNOWN
6030 getter preserveAspectRatio 6029 getter preserveAspectRatio
6031 getter preserveAspectRatioString 6030 getter preserveAspectRatioString
(...skipping 2783 matching lines...) Expand 10 before | Expand all | Expand 10 after
8815 method stop 8814 method stop
8816 method webkitCancelAnimationFrame 8815 method webkitCancelAnimationFrame
8817 method webkitCancelRequestAnimationFrame 8816 method webkitCancelRequestAnimationFrame
8818 method webkitRequestAnimationFrame 8817 method webkitRequestAnimationFrame
8819 method webkitRequestFileSystem 8818 method webkitRequestFileSystem
8820 method webkitResolveLocalFileSystemURL 8819 method webkitResolveLocalFileSystemURL
8821 PASS successfullyParsed is true 8820 PASS successfullyParsed is true
8822 8821
8823 TEST COMPLETE 8822 TEST COMPLETE
8824 8823
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698