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

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: 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 5505 matching lines...) Expand 10 before | Expand all | Expand 10 after
5516 getter width 5516 getter width
5517 getter x 5517 getter x
5518 getter y 5518 getter y
5519 method constructor 5519 method constructor
5520 interface SVGGElement : SVGGraphicsElement 5520 interface SVGGElement : SVGGraphicsElement
5521 attribute @@toStringTag 5521 attribute @@toStringTag
5522 method constructor 5522 method constructor
5523 interface SVGGeometryElement : SVGGraphicsElement 5523 interface SVGGeometryElement : SVGGraphicsElement
5524 attribute @@toStringTag 5524 attribute @@toStringTag
5525 method constructor 5525 method constructor
5526 method getPointAtLength
5527 method getTotalLength
5526 method isPointInFill 5528 method isPointInFill
5527 method isPointInStroke 5529 method isPointInStroke
5528 interface SVGGradientElement : SVGElement 5530 interface SVGGradientElement : SVGElement
5529 attribute @@toStringTag 5531 attribute @@toStringTag
5530 attribute SVG_SPREADMETHOD_PAD 5532 attribute SVG_SPREADMETHOD_PAD
5531 attribute SVG_SPREADMETHOD_REFLECT 5533 attribute SVG_SPREADMETHOD_REFLECT
5532 attribute SVG_SPREADMETHOD_REPEAT 5534 attribute SVG_SPREADMETHOD_REPEAT
5533 attribute SVG_SPREADMETHOD_UNKNOWN 5535 attribute SVG_SPREADMETHOD_UNKNOWN
5534 getter gradientTransform 5536 getter gradientTransform
5535 getter gradientUnits 5537 getter gradientUnits
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
5688 method getItem 5690 method getItem
5689 method initialize 5691 method initialize
5690 method insertItemBefore 5692 method insertItemBefore
5691 method removeItem 5693 method removeItem
5692 method replaceItem 5694 method replaceItem
5693 interface SVGPathElement : SVGGeometryElement 5695 interface SVGPathElement : SVGGeometryElement
5694 attribute @@toStringTag 5696 attribute @@toStringTag
5695 getter pathLength 5697 getter pathLength
5696 method constructor 5698 method constructor
5697 method getPathSegAtLength 5699 method getPathSegAtLength
5698 method getPointAtLength
5699 method getTotalLength
5700 interface SVGPatternElement : SVGElement 5700 interface SVGPatternElement : SVGElement
5701 attribute @@toStringTag 5701 attribute @@toStringTag
5702 getter height 5702 getter height
5703 getter href 5703 getter href
5704 getter patternContentUnits 5704 getter patternContentUnits
5705 getter patternTransform 5705 getter patternTransform
5706 getter patternUnits 5706 getter patternUnits
5707 getter preserveAspectRatio 5707 getter preserveAspectRatio
5708 getter requiredExtensions 5708 getter requiredExtensions
5709 getter requiredFeatures 5709 getter requiredFeatures
(...skipping 2260 matching lines...) Expand 10 before | Expand all | Expand 10 after
7970 method stop 7970 method stop
7971 method webkitCancelAnimationFrame 7971 method webkitCancelAnimationFrame
7972 method webkitCancelRequestAnimationFrame 7972 method webkitCancelRequestAnimationFrame
7973 method webkitRequestAnimationFrame 7973 method webkitRequestAnimationFrame
7974 method webkitRequestFileSystem 7974 method webkitRequestFileSystem
7975 method webkitResolveLocalFileSystemURL 7975 method webkitResolveLocalFileSystemURL
7976 PASS successfullyParsed is true 7976 PASS successfullyParsed is true
7977 7977
7978 TEST COMPLETE 7978 TEST COMPLETE
7979 7979
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698