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

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

Issue 1915373002: Implement empty WorkerInternals interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trials-in-service-workers
Patch Set: update expectations Created 4 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 Blob 8 [Worker] interface Blob
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter isClosed 10 [Worker] getter isClosed
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 [Worker] getter oncomplete 970 [Worker] getter oncomplete
971 [Worker] getter onerror 971 [Worker] getter onerror
972 [Worker] method abort 972 [Worker] method abort
973 [Worker] method constructor 973 [Worker] method constructor
974 [Worker] method objectStore 974 [Worker] method objectStore
975 [Worker] setter onabort 975 [Worker] setter onabort
976 [Worker] setter oncomplete 976 [Worker] setter oncomplete
977 [Worker] setter onerror 977 [Worker] setter onerror
978 [Worker] [GLOBAL OBJECT] 978 [Worker] [GLOBAL OBJECT]
979 [Worker] attribute console 979 [Worker] attribute console
980 [Worker] attribute internals
980 [Worker] getter caches 981 [Worker] getter caches
981 [Worker] getter name 982 [Worker] getter name
982 [Worker] getter onconnect 983 [Worker] getter onconnect
983 [Worker] method gc 984 [Worker] method gc
984 [Worker] method webkitRequestFileSystem 985 [Worker] method webkitRequestFileSystem
985 [Worker] method webkitRequestFileSystemSync 986 [Worker] method webkitRequestFileSystemSync
986 [Worker] method webkitResolveLocalFileSystemSyncURL 987 [Worker] method webkitResolveLocalFileSystemSyncURL
987 [Worker] method webkitResolveLocalFileSystemURL 988 [Worker] method webkitResolveLocalFileSystemURL
988 [Worker] setter onconnect 989 [Worker] setter onconnect
989 PASS successfullyParsed is true 990 PASS successfullyParsed is true
990 991
991 TEST COMPLETE 992 TEST COMPLETE
992 993
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698