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

Side by Side Diff: LayoutTests/virtual/stable/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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 [Worker] method get 379 [Worker] method get
380 [Worker] method has 380 [Worker] method has
381 [Worker] method keys 381 [Worker] method keys
382 [Worker] method set 382 [Worker] method set
383 [Worker] method values 383 [Worker] method values
384 [Worker] interface MessageChannel 384 [Worker] interface MessageChannel
385 [Worker] method constructor 385 [Worker] method constructor
386 [Worker] interface MessageEvent 386 [Worker] interface MessageEvent
387 [Worker] method constructor 387 [Worker] method constructor
388 [Worker] method initMessageEvent 388 [Worker] method initMessageEvent
389 [Worker] interface MessagePort
390 [Worker] method close
391 [Worker] method constructor
392 [Worker] method postMessage
393 [Worker] method start
389 [Worker] interface Notification 394 [Worker] interface Notification
390 [Worker] method close 395 [Worker] method close
391 [Worker] method constructor 396 [Worker] method constructor
392 [Worker] interface Number 397 [Worker] interface Number
393 [Worker] method constructor 398 [Worker] method constructor
394 [Worker] method toExponential 399 [Worker] method toExponential
395 [Worker] method toFixed 400 [Worker] method toFixed
396 [Worker] method toLocaleString 401 [Worker] method toLocaleString
397 [Worker] method toPrecision 402 [Worker] method toPrecision
398 [Worker] method toString 403 [Worker] method toString
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 [Worker] interface webkitIDBRequest 702 [Worker] interface webkitIDBRequest
698 [Worker] method constructor 703 [Worker] method constructor
699 [Worker] interface webkitIDBTransaction 704 [Worker] interface webkitIDBTransaction
700 [Worker] method abort 705 [Worker] method abort
701 [Worker] method constructor 706 [Worker] method constructor
702 [Worker] method objectStore 707 [Worker] method objectStore
703 PASS successfullyParsed is true 708 PASS successfullyParsed is true
704 709
705 TEST COMPLETE 710 TEST COMPLETE
706 711
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698