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 ApplicationCacheErrorEvent | 9 ApplicationCacheErrorEvent |
10 Array | 10 Array |
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 SharedWorker | 396 SharedWorker |
397 SpeechSynthesisEvent | 397 SpeechSynthesisEvent |
398 SpeechSynthesisUtterance | 398 SpeechSynthesisUtterance |
399 Storage | 399 Storage |
400 StorageEvent | 400 StorageEvent |
401 String | 401 String |
402 StyleSheet | 402 StyleSheet |
403 StyleSheetList | 403 StyleSheetList |
404 SyntaxError | 404 SyntaxError |
405 Text | 405 Text |
| 406 TextDecoder |
| 407 TextEncoder |
406 TextEvent | 408 TextEvent |
407 TextMetrics | 409 TextMetrics |
408 TextTrack | 410 TextTrack |
409 TextTrackCue | 411 TextTrackCue |
410 TextTrackCueList | 412 TextTrackCueList |
411 TextTrackList | 413 TextTrackList |
412 TimeRanges | 414 TimeRanges |
413 Touch | 415 Touch |
414 TouchEvent | 416 TouchEvent |
415 TouchList | 417 TouchList |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
477 webkitSpeechGrammar | 479 webkitSpeechGrammar |
478 webkitSpeechGrammarList | 480 webkitSpeechGrammarList |
479 webkitSpeechRecognition | 481 webkitSpeechRecognition |
480 webkitSpeechRecognitionError | 482 webkitSpeechRecognitionError |
481 webkitSpeechRecognitionEvent | 483 webkitSpeechRecognitionEvent |
482 webkitURL | 484 webkitURL |
483 PASS successfullyParsed is true | 485 PASS successfullyParsed is true |
484 | 486 |
485 TEST COMPLETE | 487 TEST COMPLETE |
486 | 488 |
OLD | NEW |