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

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

Issue 1181353005: Return null when no promise/reason is given in PromiseRejectionEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates Created 5 years, 6 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 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 [Worker] setter onchange 606 [Worker] setter onchange
607 [Worker] interface Permissions 607 [Worker] interface Permissions
608 [Worker] method constructor 608 [Worker] method constructor
609 [Worker] method query 609 [Worker] method query
610 [Worker] interface Promise 610 [Worker] interface Promise
611 [Worker] method catch 611 [Worker] method catch
612 [Worker] method chain 612 [Worker] method chain
613 [Worker] method constructor 613 [Worker] method constructor
614 [Worker] method then 614 [Worker] method then
615 [Worker] interface PromiseRejectionEvent 615 [Worker] interface PromiseRejectionEvent
616 [Worker] getter promise
617 [Worker] getter reason
618 [Worker] method constructor 616 [Worker] method constructor
619 [Worker] interface RangeError 617 [Worker] interface RangeError
620 [Worker] attribute name 618 [Worker] attribute name
621 [Worker] method constructor 619 [Worker] method constructor
622 [Worker] interface ReadableByteStream 620 [Worker] interface ReadableByteStream
623 [Worker] method cancel 621 [Worker] method cancel
624 [Worker] method constructor 622 [Worker] method constructor
625 [Worker] method getReader 623 [Worker] method getReader
626 [Worker] interface ReadableStream 624 [Worker] interface ReadableStream
627 [Worker] method cancel 625 [Worker] method cancel
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 [Worker] method abort 1086 [Worker] method abort
1089 [Worker] method constructor 1087 [Worker] method constructor
1090 [Worker] method objectStore 1088 [Worker] method objectStore
1091 [Worker] setter onabort 1089 [Worker] setter onabort
1092 [Worker] setter oncomplete 1090 [Worker] setter oncomplete
1093 [Worker] setter onerror 1091 [Worker] setter onerror
1094 PASS successfullyParsed is true 1092 PASS successfullyParsed is true
1095 1093
1096 TEST COMPLETE 1094 TEST COMPLETE
1097 1095
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698