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

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

Issue 1064323002: Revert of [Streams] Make ReadableStreamReader NoInterfaceObject. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 [Worker] method constructor 577 [Worker] method constructor
578 [Worker] setter stack 578 [Worker] setter stack
579 [Worker] interface ReadableByteStream 579 [Worker] interface ReadableByteStream
580 [Worker] method cancel 580 [Worker] method cancel
581 [Worker] method constructor 581 [Worker] method constructor
582 [Worker] method getReader 582 [Worker] method getReader
583 [Worker] interface ReadableStream 583 [Worker] interface ReadableStream
584 [Worker] method cancel 584 [Worker] method cancel
585 [Worker] method constructor 585 [Worker] method constructor
586 [Worker] method getReader 586 [Worker] method getReader
587 [Worker] interface ReadableStreamReader
588 [Worker] getter closed
589 [Worker] method cancel
590 [Worker] method constructor
591 [Worker] method read
592 [Worker] method releaseLock
587 [Worker] interface ReferenceError 593 [Worker] interface ReferenceError
588 [Worker] attribute name 594 [Worker] attribute name
589 [Worker] getter stack 595 [Worker] getter stack
590 [Worker] method constructor 596 [Worker] method constructor
591 [Worker] setter stack 597 [Worker] setter stack
592 [Worker] interface RegExp 598 [Worker] interface RegExp
593 [Worker] attribute global 599 [Worker] attribute global
594 [Worker] attribute ignoreCase 600 [Worker] attribute ignoreCase
595 [Worker] attribute lastIndex 601 [Worker] attribute lastIndex
596 [Worker] attribute multiline 602 [Worker] attribute multiline
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 [Worker] method abort 1030 [Worker] method abort
1025 [Worker] method constructor 1031 [Worker] method constructor
1026 [Worker] method objectStore 1032 [Worker] method objectStore
1027 [Worker] setter onabort 1033 [Worker] setter onabort
1028 [Worker] setter oncomplete 1034 [Worker] setter oncomplete
1029 [Worker] setter onerror 1035 [Worker] setter onerror
1030 PASS successfullyParsed is true 1036 PASS successfullyParsed is true
1031 1037
1032 TEST COMPLETE 1038 TEST COMPLETE
1033 1039
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698