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

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

Issue 2790623004: Ship WritableStream (Closed)
Patch Set: Add layout test stable interface expectation changes Created 3 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 Blob 8 [Worker] interface Blob
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter size 10 [Worker] getter size
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 [Worker] getter appName 681 [Worker] getter appName
682 [Worker] getter appVersion 682 [Worker] getter appVersion
683 [Worker] getter hardwareConcurrency 683 [Worker] getter hardwareConcurrency
684 [Worker] getter onLine 684 [Worker] getter onLine
685 [Worker] getter permissions 685 [Worker] getter permissions
686 [Worker] getter platform 686 [Worker] getter platform
687 [Worker] getter product 687 [Worker] getter product
688 [Worker] getter storage 688 [Worker] getter storage
689 [Worker] getter userAgent 689 [Worker] getter userAgent
690 [Worker] method constructor 690 [Worker] method constructor
691 [Worker] interface WritableStream
692 [Worker] getter locked
693 [Worker] method abort
694 [Worker] method constructor
695 [Worker] method getWriter
691 [Worker] interface XMLHttpRequest : XMLHttpRequestEventTarget 696 [Worker] interface XMLHttpRequest : XMLHttpRequestEventTarget
692 [Worker] attribute @@toStringTag 697 [Worker] attribute @@toStringTag
693 [Worker] attribute DONE 698 [Worker] attribute DONE
694 [Worker] attribute HEADERS_RECEIVED 699 [Worker] attribute HEADERS_RECEIVED
695 [Worker] attribute LOADING 700 [Worker] attribute LOADING
696 [Worker] attribute OPENED 701 [Worker] attribute OPENED
697 [Worker] attribute UNSENT 702 [Worker] attribute UNSENT
698 [Worker] getter onreadystatechange 703 [Worker] getter onreadystatechange
699 [Worker] getter readyState 704 [Worker] getter readyState
700 [Worker] getter response 705 [Worker] getter response
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 [Worker] method gc 753 [Worker] method gc
749 [Worker] method webkitRequestFileSystem 754 [Worker] method webkitRequestFileSystem
750 [Worker] method webkitRequestFileSystemSync 755 [Worker] method webkitRequestFileSystemSync
751 [Worker] method webkitResolveLocalFileSystemSyncURL 756 [Worker] method webkitResolveLocalFileSystemSyncURL
752 [Worker] method webkitResolveLocalFileSystemURL 757 [Worker] method webkitResolveLocalFileSystemURL
753 [Worker] setter onconnect 758 [Worker] setter onconnect
754 PASS successfullyParsed is true 759 PASS successfullyParsed is true
755 760
756 TEST COMPLETE 761 TEST COMPLETE
757 762
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698