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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 DOMParser | 65 DOMParser |
66 DOMSettableTokenList | 66 DOMSettableTokenList |
67 DOMStringList | 67 DOMStringList |
68 DOMStringMap | 68 DOMStringMap |
69 DOMTokenList | 69 DOMTokenList |
70 DataTransfer | 70 DataTransfer |
71 DataTransferItemList | 71 DataTransferItemList |
72 DataView | 72 DataView |
73 Date | 73 Date |
74 DelayNode | 74 DelayNode |
| 75 DeviceLightEvent |
75 DeviceMotionEvent | 76 DeviceMotionEvent |
76 DeviceOrientationEvent | 77 DeviceOrientationEvent |
77 Document | 78 Document |
78 DocumentFragment | 79 DocumentFragment |
79 DocumentType | 80 DocumentType |
80 DynamicsCompressorNode | 81 DynamicsCompressorNode |
81 Element | 82 Element |
82 Error | 83 Error |
83 ErrorEvent | 84 ErrorEvent |
84 EvalError | 85 EvalError |
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
500 webkitSpeechGrammar | 501 webkitSpeechGrammar |
501 webkitSpeechGrammarList | 502 webkitSpeechGrammarList |
502 webkitSpeechRecognition | 503 webkitSpeechRecognition |
503 webkitSpeechRecognitionError | 504 webkitSpeechRecognitionError |
504 webkitSpeechRecognitionEvent | 505 webkitSpeechRecognitionEvent |
505 webkitURL | 506 webkitURL |
506 PASS successfullyParsed is true | 507 PASS successfullyParsed is true |
507 | 508 |
508 TEST COMPLETE | 509 TEST COMPLETE |
509 | 510 |
OLD | NEW |