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

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

Issue 1097773004: Sharing of SharedArrayBuffer via PostMessage transfer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add worker global interface listing expectations Created 5 years, 5 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] getter size 9 [Worker] getter size
10 [Worker] getter type 10 [Worker] getter type
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 [Worker] getter periodicSync 479 [Worker] getter periodicSync
480 [Worker] getter pushManager 480 [Worker] getter pushManager
481 [Worker] getter scope 481 [Worker] getter scope
482 [Worker] getter sync 482 [Worker] getter sync
483 [Worker] method constructor 483 [Worker] method constructor
484 [Worker] method getNotifications 484 [Worker] method getNotifications
485 [Worker] method showNotification 485 [Worker] method showNotification
486 [Worker] method unregister 486 [Worker] method unregister
487 [Worker] method update 487 [Worker] method update
488 [Worker] setter onupdatefound 488 [Worker] setter onupdatefound
489 [Worker] interface SharedArrayBuffer
490 [Worker] getter byteLength
491 [Worker] method constructor
489 [Worker] interface SharedWorkerGlobalScope 492 [Worker] interface SharedWorkerGlobalScope
490 [Worker] getter name 493 [Worker] getter name
491 [Worker] getter onconnect 494 [Worker] getter onconnect
492 [Worker] method constructor 495 [Worker] method constructor
493 [Worker] setter onconnect 496 [Worker] setter onconnect
494 [Worker] interface SubtleCrypto 497 [Worker] interface SubtleCrypto
495 [Worker] method constructor 498 [Worker] method constructor
496 [Worker] method decrypt 499 [Worker] method decrypt
497 [Worker] method deriveBits 500 [Worker] method deriveBits
498 [Worker] method deriveKey 501 [Worker] method deriveKey
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 [Worker] method abort 768 [Worker] method abort
766 [Worker] method constructor 769 [Worker] method constructor
767 [Worker] method objectStore 770 [Worker] method objectStore
768 [Worker] setter onabort 771 [Worker] setter onabort
769 [Worker] setter oncomplete 772 [Worker] setter oncomplete
770 [Worker] setter onerror 773 [Worker] setter onerror
771 PASS successfullyParsed is true 774 PASS successfullyParsed is true
772 775
773 TEST COMPLETE 776 TEST COMPLETE
774 777
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698