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

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: Align with review comments Created 4 years, 1 month 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 4628 matching lines...) Expand 10 before | Expand all | Expand 10 after
4639 getter width 4639 getter width
4640 getter x 4640 getter x
4641 getter y 4641 getter y
4642 method constructor 4642 method constructor
4643 interface SVGGElement : SVGGraphicsElement 4643 interface SVGGElement : SVGGraphicsElement
4644 attribute @@toStringTag 4644 attribute @@toStringTag
4645 method constructor 4645 method constructor
4646 interface SVGGeometryElement : SVGGraphicsElement 4646 interface SVGGeometryElement : SVGGraphicsElement
4647 attribute @@toStringTag 4647 attribute @@toStringTag
4648 method constructor 4648 method constructor
4649 method getPointAtLength
4650 method getTotalLength
4649 method isPointInFill 4651 method isPointInFill
4650 method isPointInStroke 4652 method isPointInStroke
4651 interface SVGGradientElement : SVGElement 4653 interface SVGGradientElement : SVGElement
4652 attribute @@toStringTag 4654 attribute @@toStringTag
4653 attribute SVG_SPREADMETHOD_PAD 4655 attribute SVG_SPREADMETHOD_PAD
4654 attribute SVG_SPREADMETHOD_REFLECT 4656 attribute SVG_SPREADMETHOD_REFLECT
4655 attribute SVG_SPREADMETHOD_REPEAT 4657 attribute SVG_SPREADMETHOD_REPEAT
4656 attribute SVG_SPREADMETHOD_UNKNOWN 4658 attribute SVG_SPREADMETHOD_UNKNOWN
4657 getter gradientTransform 4659 getter gradientTransform
4658 getter gradientUnits 4660 getter gradientUnits
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
4811 method getItem 4813 method getItem
4812 method initialize 4814 method initialize
4813 method insertItemBefore 4815 method insertItemBefore
4814 method removeItem 4816 method removeItem
4815 method replaceItem 4817 method replaceItem
4816 interface SVGPathElement : SVGGeometryElement 4818 interface SVGPathElement : SVGGeometryElement
4817 attribute @@toStringTag 4819 attribute @@toStringTag
4818 getter pathLength 4820 getter pathLength
4819 method constructor 4821 method constructor
4820 method getPathSegAtLength 4822 method getPathSegAtLength
4821 method getPointAtLength
4822 method getTotalLength
4823 interface SVGPatternElement : SVGElement 4823 interface SVGPatternElement : SVGElement
4824 attribute @@toStringTag 4824 attribute @@toStringTag
4825 getter height 4825 getter height
4826 getter href 4826 getter href
4827 getter patternContentUnits 4827 getter patternContentUnits
4828 getter patternTransform 4828 getter patternTransform
4829 getter patternUnits 4829 getter patternUnits
4830 getter preserveAspectRatio 4830 getter preserveAspectRatio
4831 getter requiredExtensions 4831 getter requiredExtensions
4832 getter requiredFeatures 4832 getter requiredFeatures
(...skipping 1985 matching lines...) Expand 10 before | Expand all | Expand 10 after
6818 method stop 6818 method stop
6819 method webkitCancelAnimationFrame 6819 method webkitCancelAnimationFrame
6820 method webkitCancelRequestAnimationFrame 6820 method webkitCancelRequestAnimationFrame
6821 method webkitRequestAnimationFrame 6821 method webkitRequestAnimationFrame
6822 method webkitRequestFileSystem 6822 method webkitRequestFileSystem
6823 method webkitResolveLocalFileSystemURL 6823 method webkitResolveLocalFileSystemURL
6824 PASS successfullyParsed is true 6824 PASS successfullyParsed is true
6825 6825
6826 TEST COMPLETE 6826 TEST COMPLETE
6827 6827
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698