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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-dedicated-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 DedicatedWorkerGloba lScope. 1 This test documents all interface attributes and methods on DedicatedWorkerGloba lScope.
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 update 575 [Worker] method update
576 [Worker] setter onupdatefound 576 [Worker] setter onupdatefound
577 [Worker] interface SharedArrayBuffer 577 [Worker] interface SharedArrayBuffer
578 [Worker] attribute @@toStringTag 578 [Worker] attribute @@toStringTag
579 [Worker] getter byteLength 579 [Worker] getter byteLength
580 [Worker] method constructor 580 [Worker] method constructor
581 [Worker] method slice 581 [Worker] method slice
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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 onmessage 805 [Worker] setter onmessage
805 [Worker] setter onmessageerror 806 [Worker] setter onmessageerror
806 PASS successfullyParsed is true 807 PASS successfullyParsed is true
807 808
808 TEST COMPLETE 809 TEST COMPLETE
809 810
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698