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

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

Issue 1855623002: Implement quota estimation API from Storage spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update webexposed expectations Created 4 years, 8 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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 [Worker] method update 642 [Worker] method update
643 [Worker] setter onupdatefound 643 [Worker] setter onupdatefound
644 [Worker] interface SharedWorkerGlobalScope : WorkerGlobalScope 644 [Worker] interface SharedWorkerGlobalScope : WorkerGlobalScope
645 [Worker] attribute @@toStringTag 645 [Worker] attribute @@toStringTag
646 [Worker] attribute PERSISTENT 646 [Worker] attribute PERSISTENT
647 [Worker] attribute TEMPORARY 647 [Worker] attribute TEMPORARY
648 [Worker] method constructor 648 [Worker] method constructor
649 [Worker] interface StorageManager 649 [Worker] interface StorageManager
650 [Worker] attribute @@toStringTag 650 [Worker] attribute @@toStringTag
651 [Worker] method constructor 651 [Worker] method constructor
652 [Worker] method estimate
652 [Worker] method persistentPermission 653 [Worker] method persistentPermission
653 [Worker] interface SubtleCrypto 654 [Worker] interface SubtleCrypto
654 [Worker] attribute @@toStringTag 655 [Worker] attribute @@toStringTag
655 [Worker] method constructor 656 [Worker] method constructor
656 [Worker] method decrypt 657 [Worker] method decrypt
657 [Worker] method deriveBits 658 [Worker] method deriveBits
658 [Worker] method deriveKey 659 [Worker] method deriveKey
659 [Worker] method digest 660 [Worker] method digest
660 [Worker] method encrypt 661 [Worker] method encrypt
661 [Worker] method exportKey 662 [Worker] method exportKey
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
972 [Worker] method gc 973 [Worker] method gc
973 [Worker] method webkitRequestFileSystem 974 [Worker] method webkitRequestFileSystem
974 [Worker] method webkitRequestFileSystemSync 975 [Worker] method webkitRequestFileSystemSync
975 [Worker] method webkitResolveLocalFileSystemSyncURL 976 [Worker] method webkitResolveLocalFileSystemSyncURL
976 [Worker] method webkitResolveLocalFileSystemURL 977 [Worker] method webkitResolveLocalFileSystemURL
977 [Worker] setter onconnect 978 [Worker] setter onconnect
978 PASS successfullyParsed is true 979 PASS successfullyParsed is true
979 980
980 TEST COMPLETE 981 TEST COMPLETE
981 982
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698