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

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

Issue 1987563002: [DurableStorage] Add UseCounter and fixed IDL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changed test 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 size 10 [Worker] getter size
(...skipping 824 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 [Worker] getter onabort 835 [Worker] getter onabort
836 [Worker] getter oncomplete 836 [Worker] getter oncomplete
837 [Worker] getter onerror 837 [Worker] getter onerror
838 [Worker] method abort 838 [Worker] method abort
839 [Worker] method constructor 839 [Worker] method constructor
840 [Worker] method objectStore 840 [Worker] method objectStore
841 [Worker] setter onabort 841 [Worker] setter onabort
842 [Worker] setter oncomplete 842 [Worker] setter oncomplete
843 [Worker] setter onerror 843 [Worker] setter onerror
844 [Worker] [GLOBAL OBJECT] 844 [Worker] [GLOBAL OBJECT]
845 [Worker] attribute StorageManager
845 [Worker] attribute console 846 [Worker] attribute console
846 [Worker] attribute internals 847 [Worker] attribute internals
847 [Worker] getter caches 848 [Worker] getter caches
848 [Worker] getter name 849 [Worker] getter name
849 [Worker] getter onconnect 850 [Worker] getter onconnect
850 [Worker] method close 851 [Worker] method close
851 [Worker] method gc 852 [Worker] method gc
852 [Worker] method webkitRequestFileSystem 853 [Worker] method webkitRequestFileSystem
853 [Worker] method webkitRequestFileSystemSync 854 [Worker] method webkitRequestFileSystemSync
854 [Worker] method webkitResolveLocalFileSystemSyncURL 855 [Worker] method webkitResolveLocalFileSystemSyncURL
855 [Worker] method webkitResolveLocalFileSystemURL 856 [Worker] method webkitResolveLocalFileSystemURL
856 [Worker] setter onconnect 857 [Worker] setter onconnect
857 PASS successfullyParsed is true 858 PASS successfullyParsed is true
858 859
859 TEST COMPLETE 860 TEST COMPLETE
860 861
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698