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

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

Issue 2525233002: Move pathLength attribute from SVGPathElement to SVGGeometryElement. (Closed)
Patch Set: Created 4 years 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 and will be remov ed in M57, around March 2017. Please use 'IDBTransaction' instead. See https://w ww.chromestatus.com/features/5775330191081472 for more details. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated and will be remov ed in M57, around March 2017. Please use 'IDBTransaction' instead. See https://w ww.chromestatus.com/features/5775330191081472 for more details.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated and will be removed i n M57, around March 2017. Please use 'IDBRequest' instead. See https://www.chrom estatus.com/features/5775330191081472 for more details. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated and will be removed i n M57, around March 2017. Please use 'IDBRequest' instead. See https://www.chrom estatus.com/features/5775330191081472 for more details.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated and will be remov ed in M57, around March 2017. Please use 'IDBObjectStore' instead. See https://w ww.chromestatus.com/features/5775330191081472 for more details. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated and will be remov ed in M57, around March 2017. Please use 'IDBObjectStore' instead. See https://w ww.chromestatus.com/features/5775330191081472 for more details.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated and will be removed in M57, around March 2017. Please use 'IDBKeyRange' instead. See https://www.chr omestatus.com/features/5775330191081472 for more details. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated and will be removed in M57, around March 2017. Please use 'IDBKeyRange' instead. See https://www.chr omestatus.com/features/5775330191081472 for more details.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated and will be removed in M57, around March 2017. Please use 'IDBIndex' instead. See https://www.chromesta tus.com/features/5775330191081472 for more details. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated and will be removed in M57, around March 2017. Please use 'IDBIndex' instead. See https://www.chromesta tus.com/features/5775330191081472 for more details.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated and will be removed i n M57, around March 2017. Please use 'IDBFactory' instead. See https://www.chrom estatus.com/features/5775330191081472 for more details. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated and will be removed i n M57, around March 2017. Please use 'IDBFactory' instead. See https://www.chrom estatus.com/features/5775330191081472 for more details.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated and will be removed in M57, around March 2017. Please use 'IDBDatabase' instead. See https://www.chr omestatus.com/features/5775330191081472 for more details. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated and will be removed in M57, around March 2017. Please use 'IDBDatabase' instead. See https://www.chr omestatus.com/features/5775330191081472 for more details.
(...skipping 4794 matching lines...) Expand 10 before | Expand all | Expand 10 after
4805 getter height 4805 getter height
4806 getter width 4806 getter width
4807 getter x 4807 getter x
4808 getter y 4808 getter y
4809 method constructor 4809 method constructor
4810 interface SVGGElement : SVGGraphicsElement 4810 interface SVGGElement : SVGGraphicsElement
4811 attribute @@toStringTag 4811 attribute @@toStringTag
4812 method constructor 4812 method constructor
4813 interface SVGGeometryElement : SVGGraphicsElement 4813 interface SVGGeometryElement : SVGGraphicsElement
4814 attribute @@toStringTag 4814 attribute @@toStringTag
4815 getter pathLength
4815 method constructor 4816 method constructor
4816 method getPointAtLength 4817 method getPointAtLength
4817 method getTotalLength 4818 method getTotalLength
4818 method isPointInFill 4819 method isPointInFill
4819 method isPointInStroke 4820 method isPointInStroke
4820 interface SVGGradientElement : SVGElement 4821 interface SVGGradientElement : SVGElement
4821 attribute @@toStringTag 4822 attribute @@toStringTag
4822 attribute SVG_SPREADMETHOD_PAD 4823 attribute SVG_SPREADMETHOD_PAD
4823 attribute SVG_SPREADMETHOD_REFLECT 4824 attribute SVG_SPREADMETHOD_REFLECT
4824 attribute SVG_SPREADMETHOD_REPEAT 4825 attribute SVG_SPREADMETHOD_REPEAT
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
4977 method appendItem 4978 method appendItem
4978 method clear 4979 method clear
4979 method constructor 4980 method constructor
4980 method getItem 4981 method getItem
4981 method initialize 4982 method initialize
4982 method insertItemBefore 4983 method insertItemBefore
4983 method removeItem 4984 method removeItem
4984 method replaceItem 4985 method replaceItem
4985 interface SVGPathElement : SVGGeometryElement 4986 interface SVGPathElement : SVGGeometryElement
4986 attribute @@toStringTag 4987 attribute @@toStringTag
4987 getter pathLength
4988 method constructor 4988 method constructor
4989 method getPathSegAtLength 4989 method getPathSegAtLength
4990 interface SVGPatternElement : SVGElement 4990 interface SVGPatternElement : SVGElement
4991 attribute @@toStringTag 4991 attribute @@toStringTag
4992 getter height 4992 getter height
4993 getter href 4993 getter href
4994 getter patternContentUnits 4994 getter patternContentUnits
4995 getter patternTransform 4995 getter patternTransform
4996 getter patternUnits 4996 getter patternUnits
4997 getter preserveAspectRatio 4997 getter preserveAspectRatio
(...skipping 2775 matching lines...) Expand 10 before | Expand all | Expand 10 after
7773 method setTimeout 7773 method setTimeout
7774 method stop 7774 method stop
7775 method webkitCancelAnimationFrame 7775 method webkitCancelAnimationFrame
7776 method webkitRequestAnimationFrame 7776 method webkitRequestAnimationFrame
7777 method webkitRequestFileSystem 7777 method webkitRequestFileSystem
7778 method webkitResolveLocalFileSystemURL 7778 method webkitResolveLocalFileSystemURL
7779 PASS successfullyParsed is true 7779 PASS successfullyParsed is true
7780 7780
7781 TEST COMPLETE 7781 TEST COMPLETE
7782 7782
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698