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

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

Issue 969643002: Sync the MessageChannel and MessagePort interfaces with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 | Annotate | Revision Log
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 Array 8 [Worker] interface Array
9 [Worker] attribute length 9 [Worker] attribute length
10 [Worker] method concat 10 [Worker] method concat
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 [Worker] method get 400 [Worker] method get
401 [Worker] method has 401 [Worker] method has
402 [Worker] method keys 402 [Worker] method keys
403 [Worker] method set 403 [Worker] method set
404 [Worker] method values 404 [Worker] method values
405 [Worker] interface MessageChannel 405 [Worker] interface MessageChannel
406 [Worker] method constructor 406 [Worker] method constructor
407 [Worker] interface MessageEvent 407 [Worker] interface MessageEvent
408 [Worker] method constructor 408 [Worker] method constructor
409 [Worker] method initMessageEvent 409 [Worker] method initMessageEvent
410 [Worker] interface MessagePort
411 [Worker] method close
412 [Worker] method constructor
413 [Worker] method postMessage
414 [Worker] method start
410 [Worker] interface NetworkInformation 415 [Worker] interface NetworkInformation
411 [Worker] method constructor 416 [Worker] method constructor
412 [Worker] interface Notification 417 [Worker] interface Notification
413 [Worker] method close 418 [Worker] method close
414 [Worker] method constructor 419 [Worker] method constructor
415 [Worker] interface Number 420 [Worker] interface Number
416 [Worker] method constructor 421 [Worker] method constructor
417 [Worker] method toExponential 422 [Worker] method toExponential
418 [Worker] method toFixed 423 [Worker] method toFixed
419 [Worker] method toLocaleString 424 [Worker] method toLocaleString
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 [Worker] interface webkitIDBRequest 738 [Worker] interface webkitIDBRequest
734 [Worker] method constructor 739 [Worker] method constructor
735 [Worker] interface webkitIDBTransaction 740 [Worker] interface webkitIDBTransaction
736 [Worker] method abort 741 [Worker] method abort
737 [Worker] method constructor 742 [Worker] method constructor
738 [Worker] method objectStore 743 [Worker] method objectStore
739 PASS successfullyParsed is true 744 PASS successfullyParsed is true
740 745
741 TEST COMPLETE 746 TEST COMPLETE
742 747
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-dedicated-worker-expected.txt ('k') | Source/core/dom/MessageChannel.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698