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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload/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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 method constructor 649 method constructor
650 method json 650 method json
651 method text 651 method text
652 interface Response 652 interface Response
653 static method error 653 static method error
654 static method redirect 654 static method redirect
655 getter body 655 getter body
656 getter bodyUsed 656 getter bodyUsed
657 getter headers 657 getter headers
658 getter ok 658 getter ok
659 getter redirected
659 getter status 660 getter status
660 getter statusText 661 getter statusText
661 getter type 662 getter type
662 getter url 663 getter url
663 method arrayBuffer 664 method arrayBuffer
664 method blob 665 method blob
665 method clone 666 method clone
666 method constructor 667 method constructor
667 method json 668 method json
668 method text 669 method text
(...skipping 1430 matching lines...) Expand 10 before | Expand all | Expand 10 after
2099 setter onnotificationclick 2100 setter onnotificationclick
2100 setter onnotificationclose 2101 setter onnotificationclose
2101 setter onpaymentrequest 2102 setter onpaymentrequest
2102 setter onpush 2103 setter onpush
2103 setter onsync 2104 setter onsync
2104 PASS Verify the interface of ServiceWorkerGlobalScope 2105 PASS Verify the interface of ServiceWorkerGlobalScope
2105 PASS successfullyParsed is true 2106 PASS successfullyParsed is true
2106 2107
2107 TEST COMPLETE 2108 TEST COMPLETE
2108 2109
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698