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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-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 interface Blob 1 interface Blob
2 getter size 2 getter size
3 getter type 3 getter type
4 method constructor 4 method constructor
5 method slice 5 method slice
6 interface BroadcastChannel : EventTarget 6 interface BroadcastChannel : EventTarget
7 getter name 7 getter name
8 getter onmessage 8 getter onmessage
9 getter onmessageerror 9 getter onmessageerror
10 method close 10 method close
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 method showNotification 543 method showNotification
544 method unregister 544 method unregister
545 method update 545 method update
546 setter onupdatefound 546 setter onupdatefound
547 interface SharedArrayBuffer 547 interface SharedArrayBuffer
548 getter byteLength 548 getter byteLength
549 method constructor 549 method constructor
550 method slice 550 method slice
551 interface StorageManager 551 interface StorageManager
552 method constructor 552 method constructor
553 method estimate
553 method persisted 554 method persisted
554 interface SubtleCrypto 555 interface SubtleCrypto
555 method constructor 556 method constructor
556 method decrypt 557 method decrypt
557 method deriveBits 558 method deriveBits
558 method deriveKey 559 method deriveKey
559 method digest 560 method digest
560 method encrypt 561 method encrypt
561 method exportKey 562 method exportKey
562 method generateKey 563 method generateKey
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 setter onmessage 731 setter onmessage
731 setter onnotificationclick 732 setter onnotificationclick
732 setter onnotificationclose 733 setter onnotificationclose
733 setter onpush 734 setter onpush
734 setter onsync 735 setter onsync
735 PASS Verify the interface of ServiceWorkerGlobalScope 736 PASS Verify the interface of ServiceWorkerGlobalScope
736 PASS successfullyParsed is true 737 PASS successfullyParsed is true
737 738
738 TEST COMPLETE 739 TEST COMPLETE
739 740
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698