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

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

Issue 1004623007: Streams Implementation Update: async read (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@stream-reader-read
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
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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 [Worker] method catch 588 [Worker] method catch
589 [Worker] method chain 589 [Worker] method chain
590 [Worker] method constructor 590 [Worker] method constructor
591 [Worker] method then 591 [Worker] method then
592 [Worker] interface RangeError 592 [Worker] interface RangeError
593 [Worker] attribute name 593 [Worker] attribute name
594 [Worker] getter stack 594 [Worker] getter stack
595 [Worker] method constructor 595 [Worker] method constructor
596 [Worker] setter stack 596 [Worker] setter stack
597 [Worker] interface ReadableStream 597 [Worker] interface ReadableStream
598 [Worker] getter closed
599 [Worker] method cancel 598 [Worker] method cancel
600 [Worker] method constructor 599 [Worker] method constructor
601 [Worker] method getReader 600 [Worker] method getReader
602 [Worker] interface ReadableStreamReader 601 [Worker] interface ReadableStreamReader
603 [Worker] getter closed 602 [Worker] getter closed
604 [Worker] getter isActive
605 [Worker] getter ready
606 [Worker] getter state
607 [Worker] method cancel 603 [Worker] method cancel
608 [Worker] method constructor 604 [Worker] method constructor
609 [Worker] method read 605 [Worker] method read
610 [Worker] method releaseLock 606 [Worker] method releaseLock
611 [Worker] interface ReferenceError 607 [Worker] interface ReferenceError
612 [Worker] attribute name 608 [Worker] attribute name
613 [Worker] getter stack 609 [Worker] getter stack
614 [Worker] method constructor 610 [Worker] method constructor
615 [Worker] setter stack 611 [Worker] setter stack
616 [Worker] interface RegExp 612 [Worker] interface RegExp
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 [Worker] method abort 1039 [Worker] method abort
1044 [Worker] method constructor 1040 [Worker] method constructor
1045 [Worker] method objectStore 1041 [Worker] method objectStore
1046 [Worker] setter onabort 1042 [Worker] setter onabort
1047 [Worker] setter oncomplete 1043 [Worker] setter oncomplete
1048 [Worker] setter onerror 1044 [Worker] setter onerror
1049 PASS successfullyParsed is true 1045 PASS successfullyParsed is true
1050 1046
1051 TEST COMPLETE 1047 TEST COMPLETE
1052 1048
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698