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

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

Issue 2005433002: [Origin Trials] Install origin trial bindings on V8 context conditionally (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@track-ef-install
Patch Set: Fix multiple definition of signature; addressing nits Created 4 years, 6 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 827 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 [Worker] getter onabort 838 [Worker] getter onabort
839 [Worker] getter oncomplete 839 [Worker] getter oncomplete
840 [Worker] getter onerror 840 [Worker] getter onerror
841 [Worker] method abort 841 [Worker] method abort
842 [Worker] method constructor 842 [Worker] method constructor
843 [Worker] method objectStore 843 [Worker] method objectStore
844 [Worker] setter onabort 844 [Worker] setter onabort
845 [Worker] setter oncomplete 845 [Worker] setter oncomplete
846 [Worker] setter onerror 846 [Worker] setter onerror
847 [Worker] [GLOBAL OBJECT] 847 [Worker] [GLOBAL OBJECT]
848 [Worker] attribute StorageManager
849 [Worker] attribute console 848 [Worker] attribute console
850 [Worker] attribute internals 849 [Worker] attribute internals
851 [Worker] getter caches 850 [Worker] getter caches
852 [Worker] getter name 851 [Worker] getter name
853 [Worker] getter onconnect 852 [Worker] getter onconnect
854 [Worker] method close 853 [Worker] method close
855 [Worker] method gc 854 [Worker] method gc
856 [Worker] method webkitRequestFileSystem 855 [Worker] method webkitRequestFileSystem
857 [Worker] method webkitRequestFileSystemSync 856 [Worker] method webkitRequestFileSystemSync
858 [Worker] method webkitResolveLocalFileSystemSyncURL 857 [Worker] method webkitResolveLocalFileSystemSyncURL
859 [Worker] method webkitResolveLocalFileSystemURL 858 [Worker] method webkitResolveLocalFileSystemURL
860 [Worker] setter onconnect 859 [Worker] setter onconnect
861 PASS successfullyParsed is true 860 PASS successfullyParsed is true
862 861
863 TEST COMPLETE 862 TEST COMPLETE
864 863
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698