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

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

Issue 2894953004: Enable navigator.storage.estimate() in stable (Closed)
Patch Set: Rebased 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 Blob 8 [Worker] interface Blob
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter size 10 [Worker] getter size
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 [Worker] method constructor 576 [Worker] method constructor
577 [Worker] method slice 577 [Worker] method slice
578 [Worker] interface SharedWorkerGlobalScope : WorkerGlobalScope 578 [Worker] interface SharedWorkerGlobalScope : WorkerGlobalScope
579 [Worker] attribute @@toStringTag 579 [Worker] attribute @@toStringTag
580 [Worker] attribute PERSISTENT 580 [Worker] attribute PERSISTENT
581 [Worker] attribute TEMPORARY 581 [Worker] attribute TEMPORARY
582 [Worker] method constructor 582 [Worker] method constructor
583 [Worker] interface StorageManager 583 [Worker] interface StorageManager
584 [Worker] attribute @@toStringTag 584 [Worker] attribute @@toStringTag
585 [Worker] method constructor 585 [Worker] method constructor
586 [Worker] method estimate
586 [Worker] method persisted 587 [Worker] method persisted
587 [Worker] interface SubtleCrypto 588 [Worker] interface SubtleCrypto
588 [Worker] attribute @@toStringTag 589 [Worker] attribute @@toStringTag
589 [Worker] method constructor 590 [Worker] method constructor
590 [Worker] method decrypt 591 [Worker] method decrypt
591 [Worker] method deriveBits 592 [Worker] method deriveBits
592 [Worker] method deriveKey 593 [Worker] method deriveKey
593 [Worker] method digest 594 [Worker] method digest
594 [Worker] method encrypt 595 [Worker] method encrypt
595 [Worker] method exportKey 596 [Worker] method exportKey
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 [Worker] method gc 800 [Worker] method gc
800 [Worker] method webkitRequestFileSystem 801 [Worker] method webkitRequestFileSystem
801 [Worker] method webkitRequestFileSystemSync 802 [Worker] method webkitRequestFileSystemSync
802 [Worker] method webkitResolveLocalFileSystemSyncURL 803 [Worker] method webkitResolveLocalFileSystemSyncURL
803 [Worker] method webkitResolveLocalFileSystemURL 804 [Worker] method webkitResolveLocalFileSystemURL
804 [Worker] setter onconnect 805 [Worker] setter onconnect
805 PASS successfullyParsed is true 806 PASS successfullyParsed is true
806 807
807 TEST COMPLETE 808 TEST COMPLETE
808 809
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698