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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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 Blob 8 [Worker] interface Blob
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter size 10 [Worker] getter size
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 [Worker] method json 504 [Worker] method json
505 [Worker] method text 505 [Worker] method text
506 [Worker] interface Response 506 [Worker] interface Response
507 [Worker] static method error 507 [Worker] static method error
508 [Worker] static method redirect 508 [Worker] static method redirect
509 [Worker] attribute @@toStringTag 509 [Worker] attribute @@toStringTag
510 [Worker] getter body 510 [Worker] getter body
511 [Worker] getter bodyUsed 511 [Worker] getter bodyUsed
512 [Worker] getter headers 512 [Worker] getter headers
513 [Worker] getter ok 513 [Worker] getter ok
514 [Worker] getter redirected
514 [Worker] getter status 515 [Worker] getter status
515 [Worker] getter statusText 516 [Worker] getter statusText
516 [Worker] getter type 517 [Worker] getter type
517 [Worker] getter url 518 [Worker] getter url
518 [Worker] method arrayBuffer 519 [Worker] method arrayBuffer
519 [Worker] method blob 520 [Worker] method blob
520 [Worker] method clone 521 [Worker] method clone
521 [Worker] method constructor 522 [Worker] method constructor
522 [Worker] method json 523 [Worker] method json
523 [Worker] method text 524 [Worker] method text
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 [Worker] method gc 752 [Worker] method gc
752 [Worker] method webkitRequestFileSystem 753 [Worker] method webkitRequestFileSystem
753 [Worker] method webkitRequestFileSystemSync 754 [Worker] method webkitRequestFileSystemSync
754 [Worker] method webkitResolveLocalFileSystemSyncURL 755 [Worker] method webkitResolveLocalFileSystemSyncURL
755 [Worker] method webkitResolveLocalFileSystemURL 756 [Worker] method webkitResolveLocalFileSystemURL
756 [Worker] setter onconnect 757 [Worker] setter onconnect
757 PASS successfullyParsed is true 758 PASS successfullyParsed is true
758 759
759 TEST COMPLETE 760 TEST COMPLETE
760 761
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698