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

Side by Side Diff: LayoutTests/platform/android/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 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 [Worker] method exec 641 [Worker] method exec
642 [Worker] method test 642 [Worker] method test
643 [Worker] method toString 643 [Worker] method toString
644 [Worker] interface Request 644 [Worker] interface Request
645 [Worker] getter bodyUsed 645 [Worker] getter bodyUsed
646 [Worker] getter context 646 [Worker] getter context
647 [Worker] getter credentials 647 [Worker] getter credentials
648 [Worker] getter headers 648 [Worker] getter headers
649 [Worker] getter method 649 [Worker] getter method
650 [Worker] getter mode 650 [Worker] getter mode
651 [Worker] getter redirect
651 [Worker] getter referrer 652 [Worker] getter referrer
652 [Worker] getter url 653 [Worker] getter url
653 [Worker] method arrayBuffer 654 [Worker] method arrayBuffer
654 [Worker] method blob 655 [Worker] method blob
655 [Worker] method clone 656 [Worker] method clone
656 [Worker] method constructor 657 [Worker] method constructor
657 [Worker] method json 658 [Worker] method json
658 [Worker] method text 659 [Worker] method text
659 [Worker] interface Response 660 [Worker] interface Response
660 [Worker] getter body 661 [Worker] getter body
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
1087 [Worker] method abort 1088 [Worker] method abort
1088 [Worker] method constructor 1089 [Worker] method constructor
1089 [Worker] method objectStore 1090 [Worker] method objectStore
1090 [Worker] setter onabort 1091 [Worker] setter onabort
1091 [Worker] setter oncomplete 1092 [Worker] setter oncomplete
1092 [Worker] setter onerror 1093 [Worker] setter onerror
1093 PASS successfullyParsed is true 1094 PASS successfullyParsed is true
1094 1095
1095 TEST COMPLETE 1096 TEST COMPLETE
1096 1097
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698