Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt

Issue 2860613002: Enable SharedArrayBuffer feature by default. (Closed)
Patch Set: merge HEAD Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope. 1 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Starting worker: resources/global-interface-listing.js 6 Starting worker: resources/global-interface-listing.js
7 [Worker] [INTERFACES] 7 [Worker] [INTERFACES]
8 [Worker] interface BackgroundFetchFetch 8 [Worker] interface BackgroundFetchFetch
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter request 10 [Worker] getter request
(...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after
865 [Worker] getter pushManager 865 [Worker] getter pushManager
866 [Worker] getter scope 866 [Worker] getter scope
867 [Worker] getter sync 867 [Worker] getter sync
868 [Worker] getter waiting 868 [Worker] getter waiting
869 [Worker] method constructor 869 [Worker] method constructor
870 [Worker] method getNotifications 870 [Worker] method getNotifications
871 [Worker] method showNotification 871 [Worker] method showNotification
872 [Worker] method unregister 872 [Worker] method unregister
873 [Worker] method update 873 [Worker] method update
874 [Worker] setter onupdatefound 874 [Worker] setter onupdatefound
875 [Worker] interface SharedArrayBuffer
876 [Worker] attribute @@toStringTag
877 [Worker] getter byteLength
878 [Worker] method constructor
879 [Worker] method slice
875 [Worker] interface SharedWorkerGlobalScope : WorkerGlobalScope 880 [Worker] interface SharedWorkerGlobalScope : WorkerGlobalScope
876 [Worker] attribute @@toStringTag 881 [Worker] attribute @@toStringTag
877 [Worker] attribute PERSISTENT 882 [Worker] attribute PERSISTENT
878 [Worker] attribute TEMPORARY 883 [Worker] attribute TEMPORARY
879 [Worker] method constructor 884 [Worker] method constructor
880 [Worker] interface StorageManager 885 [Worker] interface StorageManager
881 [Worker] attribute @@toStringTag 886 [Worker] attribute @@toStringTag
882 [Worker] method constructor 887 [Worker] method constructor
883 [Worker] method estimate 888 [Worker] method estimate
884 [Worker] method persisted 889 [Worker] method persisted
(...skipping 1431 matching lines...) Expand 10 before | Expand all | Expand 10 after
2316 [Worker] setter onerror 2321 [Worker] setter onerror
2317 [Worker] setter onload 2322 [Worker] setter onload
2318 [Worker] setter onloadend 2323 [Worker] setter onloadend
2319 [Worker] setter onloadstart 2324 [Worker] setter onloadstart
2320 [Worker] setter onprogress 2325 [Worker] setter onprogress
2321 [Worker] setter ontimeout 2326 [Worker] setter ontimeout
2322 [Worker] interface XMLHttpRequestUpload : XMLHttpRequestEventTarget 2327 [Worker] interface XMLHttpRequestUpload : XMLHttpRequestEventTarget
2323 [Worker] attribute @@toStringTag 2328 [Worker] attribute @@toStringTag
2324 [Worker] method constructor 2329 [Worker] method constructor
2325 [Worker] [GLOBAL OBJECT] 2330 [Worker] [GLOBAL OBJECT]
2331 [Worker] attribute Atomics
2326 [Worker] attribute console 2332 [Worker] attribute console
2327 [Worker] attribute internals 2333 [Worker] attribute internals
2328 [Worker] getter name 2334 [Worker] getter name
2329 [Worker] getter onconnect 2335 [Worker] getter onconnect
2330 [Worker] method close 2336 [Worker] method close
2331 [Worker] method gc 2337 [Worker] method gc
2332 [Worker] method webkitRequestFileSystem 2338 [Worker] method webkitRequestFileSystem
2333 [Worker] method webkitRequestFileSystemSync 2339 [Worker] method webkitRequestFileSystemSync
2334 [Worker] method webkitResolveLocalFileSystemSyncURL 2340 [Worker] method webkitResolveLocalFileSystemSyncURL
2335 [Worker] method webkitResolveLocalFileSystemURL 2341 [Worker] method webkitResolveLocalFileSystemURL
2336 [Worker] setter onconnect 2342 [Worker] setter onconnect
2337 PASS successfullyParsed is true 2343 PASS successfullyParsed is true
2338 2344
2339 TEST COMPLETE 2345 TEST COMPLETE
2340 2346
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698