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

Side by Side Diff: third_party/WebKit/LayoutTests/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 5653 matching lines...) Expand 10 before | Expand all | Expand 10 after
5664 getter height 5664 getter height
5665 getter width 5665 getter width
5666 getter x 5666 getter x
5667 getter y 5667 getter y
5668 method constructor 5668 method constructor
5669 interface SVGGElement : SVGGraphicsElement 5669 interface SVGGElement : SVGGraphicsElement
5670 attribute @@toStringTag 5670 attribute @@toStringTag
5671 method constructor 5671 method constructor
5672 interface SVGGeometryElement : SVGGraphicsElement 5672 interface SVGGeometryElement : SVGGraphicsElement
5673 attribute @@toStringTag 5673 attribute @@toStringTag
5674 getter pathLength
5674 method constructor 5675 method constructor
5675 method getPointAtLength 5676 method getPointAtLength
5676 method getTotalLength 5677 method getTotalLength
5677 method isPointInFill 5678 method isPointInFill
5678 method isPointInStroke 5679 method isPointInStroke
5679 interface SVGGradientElement : SVGElement 5680 interface SVGGradientElement : SVGElement
5680 attribute @@toStringTag 5681 attribute @@toStringTag
5681 attribute SVG_SPREADMETHOD_PAD 5682 attribute SVG_SPREADMETHOD_PAD
5682 attribute SVG_SPREADMETHOD_REFLECT 5683 attribute SVG_SPREADMETHOD_REFLECT
5683 attribute SVG_SPREADMETHOD_REPEAT 5684 attribute SVG_SPREADMETHOD_REPEAT
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
5836 method appendItem 5837 method appendItem
5837 method clear 5838 method clear
5838 method constructor 5839 method constructor
5839 method getItem 5840 method getItem
5840 method initialize 5841 method initialize
5841 method insertItemBefore 5842 method insertItemBefore
5842 method removeItem 5843 method removeItem
5843 method replaceItem 5844 method replaceItem
5844 interface SVGPathElement : SVGGeometryElement 5845 interface SVGPathElement : SVGGeometryElement
5845 attribute @@toStringTag 5846 attribute @@toStringTag
5846 getter pathLength
5847 method constructor 5847 method constructor
5848 method getPathSegAtLength 5848 method getPathSegAtLength
5849 interface SVGPatternElement : SVGElement 5849 interface SVGPatternElement : SVGElement
5850 attribute @@toStringTag 5850 attribute @@toStringTag
5851 getter height 5851 getter height
5852 getter href 5852 getter href
5853 getter patternContentUnits 5853 getter patternContentUnits
5854 getter patternTransform 5854 getter patternTransform
5855 getter patternUnits 5855 getter patternUnits
5856 getter preserveAspectRatio 5856 getter preserveAspectRatio
(...skipping 3049 matching lines...) Expand 10 before | Expand all | Expand 10 after
8906 method setTimeout 8906 method setTimeout
8907 method stop 8907 method stop
8908 method webkitCancelAnimationFrame 8908 method webkitCancelAnimationFrame
8909 method webkitRequestAnimationFrame 8909 method webkitRequestAnimationFrame
8910 method webkitRequestFileSystem 8910 method webkitRequestFileSystem
8911 method webkitResolveLocalFileSystemURL 8911 method webkitResolveLocalFileSystemURL
8912 PASS successfullyParsed is true 8912 PASS successfullyParsed is true
8913 8913
8914 TEST COMPLETE 8914 TEST COMPLETE
8915 8915
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698