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

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 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 [Worker] method catch 589 [Worker] method catch
590 [Worker] method chain 590 [Worker] method chain
591 [Worker] method constructor 591 [Worker] method constructor
592 [Worker] method then 592 [Worker] method then
593 [Worker] interface RangeError 593 [Worker] interface RangeError
594 [Worker] attribute name 594 [Worker] attribute name
595 [Worker] getter stack 595 [Worker] getter stack
596 [Worker] method constructor 596 [Worker] method constructor
597 [Worker] setter stack 597 [Worker] setter stack
598 [Worker] interface ReadableStream 598 [Worker] interface ReadableStream
599 [Worker] getter closed
600 [Worker] method cancel 599 [Worker] method cancel
601 [Worker] method constructor 600 [Worker] method constructor
602 [Worker] method getReader 601 [Worker] method getReader
603 [Worker] interface ReadableStreamReader 602 [Worker] interface ReadableStreamReader
604 [Worker] getter closed 603 [Worker] getter closed
605 [Worker] getter isActive
606 [Worker] getter ready
607 [Worker] getter state
608 [Worker] method cancel 604 [Worker] method cancel
609 [Worker] method constructor 605 [Worker] method constructor
610 [Worker] method read 606 [Worker] method read
611 [Worker] method releaseLock 607 [Worker] method releaseLock
612 [Worker] interface ReferenceError 608 [Worker] interface ReferenceError
613 [Worker] attribute name 609 [Worker] attribute name
614 [Worker] getter stack 610 [Worker] getter stack
615 [Worker] method constructor 611 [Worker] method constructor
616 [Worker] setter stack 612 [Worker] setter stack
617 [Worker] interface RegExp 613 [Worker] interface RegExp
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 [Worker] method abort 1054 [Worker] method abort
1059 [Worker] method constructor 1055 [Worker] method constructor
1060 [Worker] method objectStore 1056 [Worker] method objectStore
1061 [Worker] setter onabort 1057 [Worker] setter onabort
1062 [Worker] setter oncomplete 1058 [Worker] setter oncomplete
1063 [Worker] setter onerror 1059 [Worker] setter onerror
1064 PASS successfullyParsed is true 1060 PASS successfullyParsed is true
1065 1061
1066 TEST COMPLETE 1062 TEST COMPLETE
1067 1063
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698