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

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

Issue 1426563003: Permissions API: move multiple request to requestAll(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests Created 5 years, 1 month 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] getter size 9 [Worker] getter size
10 [Worker] getter type 10 [Worker] getter type
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 [Worker] method getEntriesByType 422 [Worker] method getEntriesByType
423 [Worker] interface PermissionStatus 423 [Worker] interface PermissionStatus
424 [Worker] getter onchange 424 [Worker] getter onchange
425 [Worker] getter state 425 [Worker] getter state
426 [Worker] method constructor 426 [Worker] method constructor
427 [Worker] setter onchange 427 [Worker] setter onchange
428 [Worker] interface Permissions 428 [Worker] interface Permissions
429 [Worker] method constructor 429 [Worker] method constructor
430 [Worker] method query 430 [Worker] method query
431 [Worker] method request 431 [Worker] method request
432 [Worker] method requestAll
432 [Worker] method revoke 433 [Worker] method revoke
433 [Worker] interface ProgressEvent 434 [Worker] interface ProgressEvent
434 [Worker] getter lengthComputable 435 [Worker] getter lengthComputable
435 [Worker] getter loaded 436 [Worker] getter loaded
436 [Worker] getter total 437 [Worker] getter total
437 [Worker] method constructor 438 [Worker] method constructor
438 [Worker] interface PromiseRejectionEvent 439 [Worker] interface PromiseRejectionEvent
439 [Worker] getter promise 440 [Worker] getter promise
440 [Worker] getter reason 441 [Worker] getter reason
441 [Worker] method constructor 442 [Worker] method constructor
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 [Worker] [GLOBAL OBJECT] 796 [Worker] [GLOBAL OBJECT]
796 [Worker] getter caches 797 [Worker] getter caches
797 [Worker] getter name 798 [Worker] getter name
798 [Worker] getter onconnect 799 [Worker] getter onconnect
799 [Worker] method gc 800 [Worker] method gc
800 [Worker] setter onconnect 801 [Worker] setter onconnect
801 PASS successfullyParsed is true 802 PASS successfullyParsed is true
802 803
803 TEST COMPLETE 804 TEST COMPLETE
804 805
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698