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

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

Issue 2323653002: Remove SVGSVGElement.viewport attribute (Closed)
Patch Set: rebased Created 4 years, 3 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 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 4779 matching lines...) Expand 10 before | Expand all | Expand 10 after
4790 attribute SVG_ZOOMANDPAN_DISABLE 4790 attribute SVG_ZOOMANDPAN_DISABLE
4791 attribute SVG_ZOOMANDPAN_MAGNIFY 4791 attribute SVG_ZOOMANDPAN_MAGNIFY
4792 attribute SVG_ZOOMANDPAN_UNKNOWN 4792 attribute SVG_ZOOMANDPAN_UNKNOWN
4793 getter currentScale 4793 getter currentScale
4794 getter currentTranslate 4794 getter currentTranslate
4795 getter currentView 4795 getter currentView
4796 getter height 4796 getter height
4797 getter preserveAspectRatio 4797 getter preserveAspectRatio
4798 getter useCurrentView 4798 getter useCurrentView
4799 getter viewBox 4799 getter viewBox
4800 getter viewport
4801 getter width 4800 getter width
4802 getter x 4801 getter x
4803 getter y 4802 getter y
4804 getter zoomAndPan 4803 getter zoomAndPan
4805 method animationsPaused 4804 method animationsPaused
4806 method checkEnclosure 4805 method checkEnclosure
4807 method checkIntersection 4806 method checkIntersection
4808 method constructor 4807 method constructor
4809 method createSVGAngle 4808 method createSVGAngle
4810 method createSVGLength 4809 method createSVGLength
(...skipping 1858 matching lines...) Expand 10 before | Expand all | Expand 10 after
6669 method stop 6668 method stop
6670 method webkitCancelAnimationFrame 6669 method webkitCancelAnimationFrame
6671 method webkitCancelRequestAnimationFrame 6670 method webkitCancelRequestAnimationFrame
6672 method webkitRequestAnimationFrame 6671 method webkitRequestAnimationFrame
6673 method webkitRequestFileSystem 6672 method webkitRequestFileSystem
6674 method webkitResolveLocalFileSystemURL 6673 method webkitResolveLocalFileSystemURL
6675 PASS successfullyParsed is true 6674 PASS successfullyParsed is true
6676 6675
6677 TEST COMPLETE 6676 TEST COMPLETE
6678 6677
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698