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

Side by Side Diff: third_party/WebKit/LayoutTests/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 5646 matching lines...) Expand 10 before | Expand all | Expand 10 after
5657 attribute SVG_ZOOMANDPAN_DISABLE 5657 attribute SVG_ZOOMANDPAN_DISABLE
5658 attribute SVG_ZOOMANDPAN_MAGNIFY 5658 attribute SVG_ZOOMANDPAN_MAGNIFY
5659 attribute SVG_ZOOMANDPAN_UNKNOWN 5659 attribute SVG_ZOOMANDPAN_UNKNOWN
5660 getter currentScale 5660 getter currentScale
5661 getter currentTranslate 5661 getter currentTranslate
5662 getter currentView 5662 getter currentView
5663 getter height 5663 getter height
5664 getter preserveAspectRatio 5664 getter preserveAspectRatio
5665 getter useCurrentView 5665 getter useCurrentView
5666 getter viewBox 5666 getter viewBox
5667 getter viewport
5668 getter width 5667 getter width
5669 getter x 5668 getter x
5670 getter y 5669 getter y
5671 getter zoomAndPan 5670 getter zoomAndPan
5672 method animationsPaused 5671 method animationsPaused
5673 method checkEnclosure 5672 method checkEnclosure
5674 method checkIntersection 5673 method checkIntersection
5675 method constructor 5674 method constructor
5676 method createSVGAngle 5675 method createSVGAngle
5677 method createSVGLength 5676 method createSVGLength
(...skipping 2144 matching lines...) Expand 10 before | Expand all | Expand 10 after
7822 method stop 7821 method stop
7823 method webkitCancelAnimationFrame 7822 method webkitCancelAnimationFrame
7824 method webkitCancelRequestAnimationFrame 7823 method webkitCancelRequestAnimationFrame
7825 method webkitRequestAnimationFrame 7824 method webkitRequestAnimationFrame
7826 method webkitRequestFileSystem 7825 method webkitRequestFileSystem
7827 method webkitResolveLocalFileSystemURL 7826 method webkitResolveLocalFileSystemURL
7828 PASS successfullyParsed is true 7827 PASS successfullyParsed is true
7829 7828
7830 TEST COMPLETE 7829 TEST COMPLETE
7831 7830
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698