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

Side by Side Diff: third_party/WebKit/LayoutTests/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 5469 matching lines...) Expand 10 before | Expand all | Expand 10 after
5480 getter width 5480 getter width
5481 getter x 5481 getter x
5482 getter y 5482 getter y
5483 method constructor 5483 method constructor
5484 interface SVGGElement : SVGGraphicsElement 5484 interface SVGGElement : SVGGraphicsElement
5485 attribute @@toStringTag 5485 attribute @@toStringTag
5486 method constructor 5486 method constructor
5487 interface SVGGeometryElement : SVGGraphicsElement 5487 interface SVGGeometryElement : SVGGraphicsElement
5488 attribute @@toStringTag 5488 attribute @@toStringTag
5489 method constructor 5489 method constructor
5490 method getPointAtLength
5491 method getTotalLength
5490 method isPointInFill 5492 method isPointInFill
5491 method isPointInStroke 5493 method isPointInStroke
5492 interface SVGGradientElement : SVGElement 5494 interface SVGGradientElement : SVGElement
5493 attribute @@toStringTag 5495 attribute @@toStringTag
5494 attribute SVG_SPREADMETHOD_PAD 5496 attribute SVG_SPREADMETHOD_PAD
5495 attribute SVG_SPREADMETHOD_REFLECT 5497 attribute SVG_SPREADMETHOD_REFLECT
5496 attribute SVG_SPREADMETHOD_REPEAT 5498 attribute SVG_SPREADMETHOD_REPEAT
5497 attribute SVG_SPREADMETHOD_UNKNOWN 5499 attribute SVG_SPREADMETHOD_UNKNOWN
5498 getter gradientTransform 5500 getter gradientTransform
5499 getter gradientUnits 5501 getter gradientUnits
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
5652 method getItem 5654 method getItem
5653 method initialize 5655 method initialize
5654 method insertItemBefore 5656 method insertItemBefore
5655 method removeItem 5657 method removeItem
5656 method replaceItem 5658 method replaceItem
5657 interface SVGPathElement : SVGGeometryElement 5659 interface SVGPathElement : SVGGeometryElement
5658 attribute @@toStringTag 5660 attribute @@toStringTag
5659 getter pathLength 5661 getter pathLength
5660 method constructor 5662 method constructor
5661 method getPathSegAtLength 5663 method getPathSegAtLength
5662 method getPointAtLength
5663 method getTotalLength
5664 interface SVGPatternElement : SVGElement 5664 interface SVGPatternElement : SVGElement
5665 attribute @@toStringTag 5665 attribute @@toStringTag
5666 getter height 5666 getter height
5667 getter href 5667 getter href
5668 getter patternContentUnits 5668 getter patternContentUnits
5669 getter patternTransform 5669 getter patternTransform
5670 getter patternUnits 5670 getter patternUnits
5671 getter preserveAspectRatio 5671 getter preserveAspectRatio
5672 getter requiredExtensions 5672 getter requiredExtensions
5673 getter requiredFeatures 5673 getter requiredFeatures
(...skipping 2259 matching lines...) Expand 10 before | Expand all | Expand 10 after
7933 method stop 7933 method stop
7934 method webkitCancelAnimationFrame 7934 method webkitCancelAnimationFrame
7935 method webkitCancelRequestAnimationFrame 7935 method webkitCancelRequestAnimationFrame
7936 method webkitRequestAnimationFrame 7936 method webkitRequestAnimationFrame
7937 method webkitRequestFileSystem 7937 method webkitRequestFileSystem
7938 method webkitResolveLocalFileSystemURL 7938 method webkitResolveLocalFileSystemURL
7939 PASS successfullyParsed is true 7939 PASS successfullyParsed is true
7940 7940
7941 TEST COMPLETE 7941 TEST COMPLETE
7942 7942
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698