OLD | NEW |
1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator
.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. | 1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator
.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. |
2 This test documents the Constructor properties on the global window object. | 2 This test documents the Constructor properties on the global window object. |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
7 AnalyserNode | 7 AnalyserNode |
8 Animation | 8 Animation |
9 AnimationEvent | 9 AnimationEvent |
10 AnimationPlayer | 10 AnimationPlayer |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 DOMParser | 64 DOMParser |
65 DOMSettableTokenList | 65 DOMSettableTokenList |
66 DOMStringList | 66 DOMStringList |
67 DOMStringMap | 67 DOMStringMap |
68 DOMTokenList | 68 DOMTokenList |
69 DataTransfer | 69 DataTransfer |
70 DataTransferItemList | 70 DataTransferItemList |
71 DataView | 71 DataView |
72 Date | 72 Date |
73 DelayNode | 73 DelayNode |
| 74 DeviceLightEvent |
74 DeviceMotionEvent | 75 DeviceMotionEvent |
75 DeviceOrientationEvent | 76 DeviceOrientationEvent |
76 Document | 77 Document |
77 DocumentFragment | 78 DocumentFragment |
78 DocumentType | 79 DocumentType |
79 DynamicsCompressorNode | 80 DynamicsCompressorNode |
80 Element | 81 Element |
81 Error | 82 Error |
82 ErrorEvent | 83 ErrorEvent |
83 EvalError | 84 EvalError |
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
499 webkitSpeechGrammar | 500 webkitSpeechGrammar |
500 webkitSpeechGrammarList | 501 webkitSpeechGrammarList |
501 webkitSpeechRecognition | 502 webkitSpeechRecognition |
502 webkitSpeechRecognitionError | 503 webkitSpeechRecognitionError |
503 webkitSpeechRecognitionEvent | 504 webkitSpeechRecognitionEvent |
504 webkitURL | 505 webkitURL |
505 PASS successfullyParsed is true | 506 PASS successfullyParsed is true |
506 | 507 |
507 TEST COMPLETE | 508 TEST COMPLETE |
508 | 509 |
OLD | NEW |