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

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

Issue 2524703002: Introduce Response.redirect attribute and add LayoutTest. (Closed)
Patch Set: Created 4 years 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 BarcodeDetector 8 [Worker] interface BarcodeDetector
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] method constructor 10 [Worker] method constructor
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 [Worker] method json 640 [Worker] method json
641 [Worker] method text 641 [Worker] method text
642 [Worker] interface Response 642 [Worker] interface Response
643 [Worker] static method error 643 [Worker] static method error
644 [Worker] static method redirect 644 [Worker] static method redirect
645 [Worker] attribute @@toStringTag 645 [Worker] attribute @@toStringTag
646 [Worker] getter body 646 [Worker] getter body
647 [Worker] getter bodyUsed 647 [Worker] getter bodyUsed
648 [Worker] getter headers 648 [Worker] getter headers
649 [Worker] getter ok 649 [Worker] getter ok
650 [Worker] getter redirected
650 [Worker] getter status 651 [Worker] getter status
651 [Worker] getter statusText 652 [Worker] getter statusText
652 [Worker] getter type 653 [Worker] getter type
653 [Worker] getter url 654 [Worker] getter url
654 [Worker] method arrayBuffer 655 [Worker] method arrayBuffer
655 [Worker] method blob 656 [Worker] method blob
656 [Worker] method clone 657 [Worker] method clone
657 [Worker] method constructor 658 [Worker] method constructor
658 [Worker] method json 659 [Worker] method json
659 [Worker] method text 660 [Worker] method text
(...skipping 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after
2128 [Worker] method gc 2129 [Worker] method gc
2129 [Worker] method webkitRequestFileSystem 2130 [Worker] method webkitRequestFileSystem
2130 [Worker] method webkitRequestFileSystemSync 2131 [Worker] method webkitRequestFileSystemSync
2131 [Worker] method webkitResolveLocalFileSystemSyncURL 2132 [Worker] method webkitResolveLocalFileSystemSyncURL
2132 [Worker] method webkitResolveLocalFileSystemURL 2133 [Worker] method webkitResolveLocalFileSystemURL
2133 [Worker] setter onconnect 2134 [Worker] setter onconnect
2134 PASS successfullyParsed is true 2135 PASS successfullyParsed is true
2135 2136
2136 TEST COMPLETE 2137 TEST COMPLETE
2137 2138
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698