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

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

Issue 2413753004: Move getTotalLength and getPointAtLength methods from SVGPathElement to SVGGeometryElement. (Closed)
Patch Set: nits Created 4 years, 2 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 4623 matching lines...) Expand 10 before | Expand all | Expand 10 after
4634 getter width 4634 getter width
4635 getter x 4635 getter x
4636 getter y 4636 getter y
4637 method constructor 4637 method constructor
4638 interface SVGGElement : SVGGraphicsElement 4638 interface SVGGElement : SVGGraphicsElement
4639 attribute @@toStringTag 4639 attribute @@toStringTag
4640 method constructor 4640 method constructor
4641 interface SVGGeometryElement : SVGGraphicsElement 4641 interface SVGGeometryElement : SVGGraphicsElement
4642 attribute @@toStringTag 4642 attribute @@toStringTag
4643 method constructor 4643 method constructor
4644 method getPointAtLength
4645 method getTotalLength
4644 method isPointInFill 4646 method isPointInFill
4645 method isPointInStroke 4647 method isPointInStroke
4646 interface SVGGradientElement : SVGElement 4648 interface SVGGradientElement : SVGElement
4647 attribute @@toStringTag 4649 attribute @@toStringTag
4648 attribute SVG_SPREADMETHOD_PAD 4650 attribute SVG_SPREADMETHOD_PAD
4649 attribute SVG_SPREADMETHOD_REFLECT 4651 attribute SVG_SPREADMETHOD_REFLECT
4650 attribute SVG_SPREADMETHOD_REPEAT 4652 attribute SVG_SPREADMETHOD_REPEAT
4651 attribute SVG_SPREADMETHOD_UNKNOWN 4653 attribute SVG_SPREADMETHOD_UNKNOWN
4652 getter gradientTransform 4654 getter gradientTransform
4653 getter gradientUnits 4655 getter gradientUnits
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
4806 method getItem 4808 method getItem
4807 method initialize 4809 method initialize
4808 method insertItemBefore 4810 method insertItemBefore
4809 method removeItem 4811 method removeItem
4810 method replaceItem 4812 method replaceItem
4811 interface SVGPathElement : SVGGeometryElement 4813 interface SVGPathElement : SVGGeometryElement
4812 attribute @@toStringTag 4814 attribute @@toStringTag
4813 getter pathLength 4815 getter pathLength
4814 method constructor 4816 method constructor
4815 method getPathSegAtLength 4817 method getPathSegAtLength
4816 method getPointAtLength
4817 method getTotalLength
4818 interface SVGPatternElement : SVGElement 4818 interface SVGPatternElement : SVGElement
4819 attribute @@toStringTag 4819 attribute @@toStringTag
4820 getter height 4820 getter height
4821 getter href 4821 getter href
4822 getter patternContentUnits 4822 getter patternContentUnits
4823 getter patternTransform 4823 getter patternTransform
4824 getter patternUnits 4824 getter patternUnits
4825 getter preserveAspectRatio 4825 getter preserveAspectRatio
4826 getter requiredExtensions 4826 getter requiredExtensions
4827 getter requiredFeatures 4827 getter requiredFeatures
(...skipping 1979 matching lines...) Expand 10 before | Expand all | Expand 10 after
6807 method stop 6807 method stop
6808 method webkitCancelAnimationFrame 6808 method webkitCancelAnimationFrame
6809 method webkitCancelRequestAnimationFrame 6809 method webkitCancelRequestAnimationFrame
6810 method webkitRequestAnimationFrame 6810 method webkitRequestAnimationFrame
6811 method webkitRequestFileSystem 6811 method webkitRequestFileSystem
6812 method webkitResolveLocalFileSystemURL 6812 method webkitResolveLocalFileSystemURL
6813 PASS successfullyParsed is true 6813 PASS successfullyParsed is true
6814 6814
6815 TEST COMPLETE 6815 TEST COMPLETE
6816 6816
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698