OLD | NEW |
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: 'webkitURL' is deprecated. Please use 'URL' instead. | 4 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead. |
5 This test documents all interface attributes and methods on the global window ob
ject and element instances. | 5 This test documents all interface attributes and methods on the global window ob
ject and element instances. |
6 | 6 |
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
8 | 8 |
9 | 9 |
10 [INTERFACES] | 10 [INTERFACES] |
(...skipping 4785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4796 getter height | 4796 getter height |
4797 getter width | 4797 getter width |
4798 getter x | 4798 getter x |
4799 getter y | 4799 getter y |
4800 method constructor | 4800 method constructor |
4801 interface SVGGElement : SVGGraphicsElement | 4801 interface SVGGElement : SVGGraphicsElement |
4802 attribute @@toStringTag | 4802 attribute @@toStringTag |
4803 method constructor | 4803 method constructor |
4804 interface SVGGeometryElement : SVGGraphicsElement | 4804 interface SVGGeometryElement : SVGGraphicsElement |
4805 attribute @@toStringTag | 4805 attribute @@toStringTag |
| 4806 getter pathLength |
4806 method constructor | 4807 method constructor |
4807 method getPointAtLength | 4808 method getPointAtLength |
4808 method getTotalLength | 4809 method getTotalLength |
4809 method isPointInFill | 4810 method isPointInFill |
4810 method isPointInStroke | 4811 method isPointInStroke |
4811 interface SVGGradientElement : SVGElement | 4812 interface SVGGradientElement : SVGElement |
4812 attribute @@toStringTag | 4813 attribute @@toStringTag |
4813 attribute SVG_SPREADMETHOD_PAD | 4814 attribute SVG_SPREADMETHOD_PAD |
4814 attribute SVG_SPREADMETHOD_REFLECT | 4815 attribute SVG_SPREADMETHOD_REFLECT |
4815 attribute SVG_SPREADMETHOD_REPEAT | 4816 attribute SVG_SPREADMETHOD_REPEAT |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4968 method appendItem | 4969 method appendItem |
4969 method clear | 4970 method clear |
4970 method constructor | 4971 method constructor |
4971 method getItem | 4972 method getItem |
4972 method initialize | 4973 method initialize |
4973 method insertItemBefore | 4974 method insertItemBefore |
4974 method removeItem | 4975 method removeItem |
4975 method replaceItem | 4976 method replaceItem |
4976 interface SVGPathElement : SVGGeometryElement | 4977 interface SVGPathElement : SVGGeometryElement |
4977 attribute @@toStringTag | 4978 attribute @@toStringTag |
4978 getter pathLength | |
4979 method constructor | 4979 method constructor |
4980 method getPathSegAtLength | 4980 method getPathSegAtLength |
4981 interface SVGPatternElement : SVGElement | 4981 interface SVGPatternElement : SVGElement |
4982 attribute @@toStringTag | 4982 attribute @@toStringTag |
4983 getter height | 4983 getter height |
4984 getter href | 4984 getter href |
4985 getter patternContentUnits | 4985 getter patternContentUnits |
4986 getter patternTransform | 4986 getter patternTransform |
4987 getter patternUnits | 4987 getter patternUnits |
4988 getter preserveAspectRatio | 4988 getter preserveAspectRatio |
(...skipping 2658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7647 method setTimeout | 7647 method setTimeout |
7648 method stop | 7648 method stop |
7649 method webkitCancelAnimationFrame | 7649 method webkitCancelAnimationFrame |
7650 method webkitRequestAnimationFrame | 7650 method webkitRequestAnimationFrame |
7651 method webkitRequestFileSystem | 7651 method webkitRequestFileSystem |
7652 method webkitResolveLocalFileSystemURL | 7652 method webkitResolveLocalFileSystemURL |
7653 PASS successfullyParsed is true | 7653 PASS successfullyParsed is true |
7654 | 7654 |
7655 TEST COMPLETE | 7655 TEST COMPLETE |
7656 | 7656 |
OLD | NEW |