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

Side by Side Diff: LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-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: update fetch-request-redirect.html 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 interface Array 1 interface Array
2 attribute length 2 attribute length
3 method concat 3 method concat
4 method constructor 4 method constructor
5 method copyWithin 5 method copyWithin
6 method entries 6 method entries
7 method every 7 method every
8 method fill 8 method fill
9 method filter 9 method filter
10 method find 10 method find
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 method exec 810 method exec
811 method test 811 method test
812 method toString 812 method toString
813 interface Request 813 interface Request
814 getter bodyUsed 814 getter bodyUsed
815 getter context 815 getter context
816 getter credentials 816 getter credentials
817 getter headers 817 getter headers
818 getter method 818 getter method
819 getter mode 819 getter mode
820 getter redirect
820 getter referrer 821 getter referrer
821 getter url 822 getter url
822 method arrayBuffer 823 method arrayBuffer
823 method blob 824 method blob
824 method clone 825 method clone
825 method constructor 826 method constructor
826 method json 827 method json
827 method text 828 method text
828 interface Response 829 interface Response
829 getter body 830 getter body
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
1358 method abort 1359 method abort
1359 method constructor 1360 method constructor
1360 method objectStore 1361 method objectStore
1361 setter onabort 1362 setter onabort
1362 setter oncomplete 1363 setter oncomplete
1363 setter onerror 1364 setter onerror
1364 This is a testharness.js-based test. 1365 This is a testharness.js-based test.
1365 PASS Verify the interface of ServiceWorkerGlobalScope 1366 PASS Verify the interface of ServiceWorkerGlobalScope
1366 Harness: the test ran to completion. 1367 Harness: the test ran to completion.
1367 1368
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698