| OLD | NEW |
| 1 CONSOLE MESSAGE: 'window.webkitStorageInfo' is deprecated. Please use 'navigator
.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. | 1 CONSOLE MESSAGE: '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 Array | 8 Array |
| 9 ArrayBuffer | 9 ArrayBuffer |
| 10 ArrayBufferView | 10 ArrayBufferView |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 PerformanceMark | 229 PerformanceMark |
| 230 PerformanceMeasure | 230 PerformanceMeasure |
| 231 PerformanceNavigation | 231 PerformanceNavigation |
| 232 PerformanceResourceTiming | 232 PerformanceResourceTiming |
| 233 PerformanceTiming | 233 PerformanceTiming |
| 234 Plugin | 234 Plugin |
| 235 PluginArray | 235 PluginArray |
| 236 PopStateEvent | 236 PopStateEvent |
| 237 ProcessingInstruction | 237 ProcessingInstruction |
| 238 ProgressEvent | 238 ProgressEvent |
| 239 Promise |
| 240 PromiseResolver |
| 239 RGBColor | 241 RGBColor |
| 240 RTCIceCandidate | 242 RTCIceCandidate |
| 241 RTCSessionDescription | 243 RTCSessionDescription |
| 242 Range | 244 Range |
| 243 RangeError | 245 RangeError |
| 244 Rect | 246 Rect |
| 245 ReferenceError | 247 ReferenceError |
| 246 RegExp | 248 RegExp |
| 247 SQLException | 249 SQLException |
| 248 SVGAElement | 250 SVGAElement |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 webkitSpeechGrammar | 484 webkitSpeechGrammar |
| 483 webkitSpeechGrammarList | 485 webkitSpeechGrammarList |
| 484 webkitSpeechRecognition | 486 webkitSpeechRecognition |
| 485 webkitSpeechRecognitionError | 487 webkitSpeechRecognitionError |
| 486 webkitSpeechRecognitionEvent | 488 webkitSpeechRecognitionEvent |
| 487 webkitURL | 489 webkitURL |
| 488 PASS successfullyParsed is true | 490 PASS successfullyParsed is true |
| 489 | 491 |
| 490 TEST COMPLETE | 492 TEST COMPLETE |
| 491 | 493 |
| OLD | NEW |