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

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

Issue 2323653002: Remove SVGSVGElement.viewport attribute (Closed)
Patch Set: 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 5664 matching lines...) Expand 10 before | Expand all | Expand 10 after
5675 attribute SVG_ZOOMANDPAN_DISABLE 5675 attribute SVG_ZOOMANDPAN_DISABLE
5676 attribute SVG_ZOOMANDPAN_MAGNIFY 5676 attribute SVG_ZOOMANDPAN_MAGNIFY
5677 attribute SVG_ZOOMANDPAN_UNKNOWN 5677 attribute SVG_ZOOMANDPAN_UNKNOWN
5678 getter currentScale 5678 getter currentScale
5679 getter currentTranslate 5679 getter currentTranslate
5680 getter currentView 5680 getter currentView
5681 getter height 5681 getter height
5682 getter preserveAspectRatio 5682 getter preserveAspectRatio
5683 getter useCurrentView 5683 getter useCurrentView
5684 getter viewBox 5684 getter viewBox
5685 getter viewport
5686 getter width 5685 getter width
5687 getter x 5686 getter x
5688 getter y 5687 getter y
5689 getter zoomAndPan 5688 getter zoomAndPan
5690 method animationsPaused 5689 method animationsPaused
5691 method checkEnclosure 5690 method checkEnclosure
5692 method checkIntersection 5691 method checkIntersection
5693 method constructor 5692 method constructor
5694 method createSVGAngle 5693 method createSVGAngle
5695 method createSVGLength 5694 method createSVGLength
(...skipping 2173 matching lines...) Expand 10 before | Expand all | Expand 10 after
7869 method stop 7868 method stop
7870 method webkitCancelAnimationFrame 7869 method webkitCancelAnimationFrame
7871 method webkitCancelRequestAnimationFrame 7870 method webkitCancelRequestAnimationFrame
7872 method webkitRequestAnimationFrame 7871 method webkitRequestAnimationFrame
7873 method webkitRequestFileSystem 7872 method webkitRequestFileSystem
7874 method webkitResolveLocalFileSystemURL 7873 method webkitResolveLocalFileSystemURL
7875 PASS successfullyParsed is true 7874 PASS successfullyParsed is true
7876 7875
7877 TEST COMPLETE 7876 TEST COMPLETE
7878 7877
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698