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

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

Issue 1280733002: [3/3 blink] Support redirect option of Request and "opaqueredirect" response type. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@Redirect1
Patch Set: add comment Created 5 years, 4 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 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 [Worker] method exec 613 [Worker] method exec
614 [Worker] method test 614 [Worker] method test
615 [Worker] method toString 615 [Worker] method toString
616 [Worker] interface Request 616 [Worker] interface Request
617 [Worker] getter bodyUsed 617 [Worker] getter bodyUsed
618 [Worker] getter context 618 [Worker] getter context
619 [Worker] getter credentials 619 [Worker] getter credentials
620 [Worker] getter headers 620 [Worker] getter headers
621 [Worker] getter method 621 [Worker] getter method
622 [Worker] getter mode 622 [Worker] getter mode
623 [Worker] getter redirect
623 [Worker] getter referrer 624 [Worker] getter referrer
624 [Worker] getter url 625 [Worker] getter url
625 [Worker] method arrayBuffer 626 [Worker] method arrayBuffer
626 [Worker] method blob 627 [Worker] method blob
627 [Worker] method clone 628 [Worker] method clone
628 [Worker] method constructor 629 [Worker] method constructor
629 [Worker] method json 630 [Worker] method json
630 [Worker] method text 631 [Worker] method text
631 [Worker] interface Response 632 [Worker] interface Response
632 [Worker] getter body 633 [Worker] getter body
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 [Worker] method abort 1046 [Worker] method abort
1046 [Worker] method constructor 1047 [Worker] method constructor
1047 [Worker] method objectStore 1048 [Worker] method objectStore
1048 [Worker] setter onabort 1049 [Worker] setter onabort
1049 [Worker] setter oncomplete 1050 [Worker] setter oncomplete
1050 [Worker] setter onerror 1051 [Worker] setter onerror
1051 PASS successfullyParsed is true 1052 PASS successfullyParsed is true
1052 1053
1053 TEST COMPLETE 1054 TEST COMPLETE
1054 1055
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698