| OLD | NEW |
| 1 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio
n' instead. | 1 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated and will be removed in M57
, around March 2017. Please use 'IDBTransaction' instead. See https://www.chrome
status.com/features/5775330191081472 for more details. |
| 2 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste
ad. | 2 CONSOLE WARNING: 'webkitIDBRequest' is deprecated and will be removed in M57, ar
ound March 2017. Please use 'IDBRequest' instead. See https://www.chromestatus.c
om/features/5775330191081472 for more details. |
| 3 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor
e' instead. | 3 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated and will be removed in M57
, around March 2017. Please use 'IDBObjectStore' instead. See https://www.chrome
status.com/features/5775330191081472 for more details. |
| 4 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins
tead. | 4 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated and will be removed in M57, a
round March 2017. Please use 'IDBKeyRange' instead. See https://www.chromestatus
.com/features/5775330191081472 for more details. |
| 5 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. | 5 CONSOLE WARNING: 'webkitIDBIndex' is deprecated and will be removed in M57, arou
nd March 2017. Please use 'IDBIndex' instead. See https://www.chromestatus.com/f
eatures/5775330191081472 for more details. |
| 6 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste
ad. | 6 CONSOLE WARNING: 'webkitIDBFactory' is deprecated and will be removed in M57, ar
ound March 2017. Please use 'IDBFactory' instead. See https://www.chromestatus.c
om/features/5775330191081472 for more details. |
| 7 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins
tead. | 7 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated and will be removed in M57, a
round March 2017. Please use 'IDBDatabase' instead. See https://www.chromestatus
.com/features/5775330191081472 for more details. |
| 8 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead
. | 8 CONSOLE WARNING: 'webkitIDBCursor' is deprecated and will be removed in M57, aro
und March 2017. Please use 'IDBCursor' instead. See https://www.chromestatus.com
/features/5775330191081472 for more details. |
| 9 This test documents all interface attributes and methods on DedicatedWorkerGloba
lScope. | 9 This test documents all interface attributes and methods on DedicatedWorkerGloba
lScope. |
| 10 | 10 |
| 11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 12 | 12 |
| 13 | 13 |
| 14 Starting worker: resources/global-interface-listing.js | 14 Starting worker: resources/global-interface-listing.js |
| 15 [Worker] [INTERFACES] | 15 [Worker] [INTERFACES] |
| 16 [Worker] interface Blob | 16 [Worker] interface Blob |
| 17 [Worker] attribute @@toStringTag | 17 [Worker] attribute @@toStringTag |
| 18 [Worker] getter size | 18 [Worker] getter size |
| (...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 872 [Worker] method postMessage | 872 [Worker] method postMessage |
| 873 [Worker] method webkitRequestFileSystem | 873 [Worker] method webkitRequestFileSystem |
| 874 [Worker] method webkitRequestFileSystemSync | 874 [Worker] method webkitRequestFileSystemSync |
| 875 [Worker] method webkitResolveLocalFileSystemSyncURL | 875 [Worker] method webkitResolveLocalFileSystemSyncURL |
| 876 [Worker] method webkitResolveLocalFileSystemURL | 876 [Worker] method webkitResolveLocalFileSystemURL |
| 877 [Worker] setter onmessage | 877 [Worker] setter onmessage |
| 878 PASS successfullyParsed is true | 878 PASS successfullyParsed is true |
| 879 | 879 |
| 880 TEST COMPLETE | 880 TEST COMPLETE |
| 881 | 881 |
| OLD | NEW |