| 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 ApplicationCache | 8 ApplicationCache |
| 9 Array | 9 Array |
| 10 ArrayBuffer | 10 ArrayBuffer |
| (...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 386 SVGVKernElement | 386 SVGVKernElement |
| 387 SVGViewElement | 387 SVGViewElement |
| 388 SVGViewSpec | 388 SVGViewSpec |
| 389 SVGZoomEvent | 389 SVGZoomEvent |
| 390 Screen | 390 Screen |
| 391 ScriptProcessorNode | 391 ScriptProcessorNode |
| 392 SecurityPolicy | 392 SecurityPolicy |
| 393 Selection | 393 Selection |
| 394 SharedWorker | 394 SharedWorker |
| 395 SpeechInputEvent | 395 SpeechInputEvent |
| 396 SpeechSynthesisEvent |
| 397 SpeechSynthesisUtterance |
| 396 Storage | 398 Storage |
| 397 StorageEvent | 399 StorageEvent |
| 398 String | 400 String |
| 399 StyleSheet | 401 StyleSheet |
| 400 StyleSheetList | 402 StyleSheetList |
| 401 SyntaxError | 403 SyntaxError |
| 402 Text | 404 Text |
| 403 TextEvent | 405 TextEvent |
| 404 TextMetrics | 406 TextMetrics |
| 405 TextTrack | 407 TextTrack |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 webkitSpeechGrammar | 478 webkitSpeechGrammar |
| 477 webkitSpeechGrammarList | 479 webkitSpeechGrammarList |
| 478 webkitSpeechRecognition | 480 webkitSpeechRecognition |
| 479 webkitSpeechRecognitionError | 481 webkitSpeechRecognitionError |
| 480 webkitSpeechRecognitionEvent | 482 webkitSpeechRecognitionEvent |
| 481 webkitURL | 483 webkitURL |
| 482 PASS successfullyParsed is true | 484 PASS successfullyParsed is true |
| 483 | 485 |
| 484 TEST COMPLETE | 486 TEST COMPLETE |
| 485 | 487 |
| OLD | NEW |