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

Side by Side Diff: third_party/WebKit/LayoutTests/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, 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 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 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 [Worker] method update 576 [Worker] method update
577 [Worker] setter onupdatefound 577 [Worker] setter onupdatefound
578 [Worker] interface SharedArrayBuffer 578 [Worker] interface SharedArrayBuffer
579 [Worker] attribute @@toStringTag 579 [Worker] attribute @@toStringTag
580 [Worker] getter byteLength 580 [Worker] getter byteLength
581 [Worker] method constructor 581 [Worker] method constructor
582 [Worker] method slice 582 [Worker] method slice
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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 [Worker] method webkitRequestFileSystem 802 [Worker] method webkitRequestFileSystem
802 [Worker] method webkitRequestFileSystemSync 803 [Worker] method webkitRequestFileSystemSync
803 [Worker] method webkitResolveLocalFileSystemSyncURL 804 [Worker] method webkitResolveLocalFileSystemSyncURL
804 [Worker] method webkitResolveLocalFileSystemURL 805 [Worker] method webkitResolveLocalFileSystemURL
805 [Worker] setter onmessage 806 [Worker] setter onmessage
806 [Worker] setter onmessageerror 807 [Worker] setter onmessageerror
807 PASS successfullyParsed is true 808 PASS successfullyParsed is true
808 809
809 TEST COMPLETE 810 TEST COMPLETE
810 811
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698