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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-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 interface BarcodeDetector 1 interface BarcodeDetector
2 method constructor 2 method constructor
3 method detect 3 method detect
4 interface Blob 4 interface Blob
5 getter isClosed 5 getter isClosed
6 getter size 6 getter size
7 getter type 7 getter type
8 method close 8 method close
9 method constructor 9 method constructor
10 method slice 10 method slice
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 method constructor 642 method constructor
643 method json 643 method json
644 method text 644 method text
645 interface Response 645 interface Response
646 static method error 646 static method error
647 static method redirect 647 static method redirect
648 getter body 648 getter body
649 getter bodyUsed 649 getter bodyUsed
650 getter headers 650 getter headers
651 getter ok 651 getter ok
652 getter redirected
652 getter status 653 getter status
653 getter statusText 654 getter statusText
654 getter type 655 getter type
655 getter url 656 getter url
656 method arrayBuffer 657 method arrayBuffer
657 method blob 658 method blob
658 method clone 659 method clone
659 method constructor 660 method constructor
660 method json 661 method json
661 method text 662 method text
(...skipping 1429 matching lines...) Expand 10 before | Expand all | Expand 10 after
2091 setter onnotificationclick 2092 setter onnotificationclick
2092 setter onnotificationclose 2093 setter onnotificationclose
2093 setter onpaymentrequest 2094 setter onpaymentrequest
2094 setter onpush 2095 setter onpush
2095 setter onsync 2096 setter onsync
2096 PASS Verify the interface of ServiceWorkerGlobalScope 2097 PASS Verify the interface of ServiceWorkerGlobalScope
2097 PASS successfullyParsed is true 2098 PASS successfullyParsed is true
2098 2099
2099 TEST COMPLETE 2100 TEST COMPLETE
2100 2101
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698