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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 [Worker] method constructor 575 [Worker] method constructor
576 [Worker] method slice 576 [Worker] method slice
577 [Worker] interface SharedWorkerGlobalScope : WorkerGlobalScope 577 [Worker] interface SharedWorkerGlobalScope : WorkerGlobalScope
578 [Worker] attribute @@toStringTag 578 [Worker] attribute @@toStringTag
579 [Worker] attribute PERSISTENT 579 [Worker] attribute PERSISTENT
580 [Worker] attribute TEMPORARY 580 [Worker] attribute TEMPORARY
581 [Worker] method constructor 581 [Worker] method constructor
582 [Worker] interface StorageManager 582 [Worker] interface StorageManager
583 [Worker] attribute @@toStringTag 583 [Worker] attribute @@toStringTag
584 [Worker] method constructor 584 [Worker] method constructor
585 [Worker] method estimate
585 [Worker] method persisted 586 [Worker] method persisted
586 [Worker] interface SubtleCrypto 587 [Worker] interface SubtleCrypto
587 [Worker] attribute @@toStringTag 588 [Worker] attribute @@toStringTag
588 [Worker] method constructor 589 [Worker] method constructor
589 [Worker] method decrypt 590 [Worker] method decrypt
590 [Worker] method deriveBits 591 [Worker] method deriveBits
591 [Worker] method deriveKey 592 [Worker] method deriveKey
592 [Worker] method digest 593 [Worker] method digest
593 [Worker] method encrypt 594 [Worker] method encrypt
594 [Worker] method exportKey 595 [Worker] method exportKey
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 [Worker] method gc 799 [Worker] method gc
799 [Worker] method webkitRequestFileSystem 800 [Worker] method webkitRequestFileSystem
800 [Worker] method webkitRequestFileSystemSync 801 [Worker] method webkitRequestFileSystemSync
801 [Worker] method webkitResolveLocalFileSystemSyncURL 802 [Worker] method webkitResolveLocalFileSystemSyncURL
802 [Worker] method webkitResolveLocalFileSystemURL 803 [Worker] method webkitResolveLocalFileSystemURL
803 [Worker] setter onconnect 804 [Worker] setter onconnect
804 PASS successfullyParsed is true 805 PASS successfullyParsed is true
805 806
806 TEST COMPLETE 807 TEST COMPLETE
807 808
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698