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

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: removed ::viewport() 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 4796 matching lines...) Expand 10 before | Expand all | Expand 10 after
4807 attribute SVG_ZOOMANDPAN_DISABLE 4807 attribute SVG_ZOOMANDPAN_DISABLE
4808 attribute SVG_ZOOMANDPAN_MAGNIFY 4808 attribute SVG_ZOOMANDPAN_MAGNIFY
4809 attribute SVG_ZOOMANDPAN_UNKNOWN 4809 attribute SVG_ZOOMANDPAN_UNKNOWN
4810 getter currentScale 4810 getter currentScale
4811 getter currentTranslate 4811 getter currentTranslate
4812 getter currentView 4812 getter currentView
4813 getter height 4813 getter height
4814 getter preserveAspectRatio 4814 getter preserveAspectRatio
4815 getter useCurrentView 4815 getter useCurrentView
4816 getter viewBox 4816 getter viewBox
4817 getter viewport
4818 getter width 4817 getter width
4819 getter x 4818 getter x
4820 getter y 4819 getter y
4821 getter zoomAndPan 4820 getter zoomAndPan
4822 method animationsPaused 4821 method animationsPaused
4823 method checkEnclosure 4822 method checkEnclosure
4824 method checkIntersection 4823 method checkIntersection
4825 method constructor 4824 method constructor
4826 method createSVGAngle 4825 method createSVGAngle
4827 method createSVGLength 4826 method createSVGLength
(...skipping 1886 matching lines...) Expand 10 before | Expand all | Expand 10 after
6714 method stop 6713 method stop
6715 method webkitCancelAnimationFrame 6714 method webkitCancelAnimationFrame
6716 method webkitCancelRequestAnimationFrame 6715 method webkitCancelRequestAnimationFrame
6717 method webkitRequestAnimationFrame 6716 method webkitRequestAnimationFrame
6718 method webkitRequestFileSystem 6717 method webkitRequestFileSystem
6719 method webkitResolveLocalFileSystemURL 6718 method webkitResolveLocalFileSystemURL
6720 PASS successfullyParsed is true 6719 PASS successfullyParsed is true
6721 6720
6722 TEST COMPLETE 6721 TEST COMPLETE
6723 6722
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698