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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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 Blob 1 interface Blob
2 getter size 2 getter size
3 getter type 3 getter type
4 method constructor 4 method constructor
5 method slice 5 method slice
6 interface BroadcastChannel : EventTarget 6 interface BroadcastChannel : EventTarget
7 getter name 7 getter name
8 getter onmessage 8 getter onmessage
9 method close 9 method close
10 method constructor 10 method constructor
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 method constructor 505 method constructor
506 method json 506 method json
507 method text 507 method text
508 interface Response 508 interface Response
509 static method error 509 static method error
510 static method redirect 510 static method redirect
511 getter body 511 getter body
512 getter bodyUsed 512 getter bodyUsed
513 getter headers 513 getter headers
514 getter ok 514 getter ok
515 getter redirected
515 getter status 516 getter status
516 getter statusText 517 getter statusText
517 getter type 518 getter type
518 getter url 519 getter url
519 method arrayBuffer 520 method arrayBuffer
520 method blob 521 method blob
521 method clone 522 method clone
522 method constructor 523 method constructor
523 method json 524 method json
524 method text 525 method text
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 setter onmessage 712 setter onmessage
712 setter onnotificationclick 713 setter onnotificationclick
713 setter onnotificationclose 714 setter onnotificationclose
714 setter onpush 715 setter onpush
715 setter onsync 716 setter onsync
716 PASS Verify the interface of ServiceWorkerGlobalScope 717 PASS Verify the interface of ServiceWorkerGlobalScope
717 PASS successfullyParsed is true 718 PASS successfullyParsed is true
718 719
719 TEST COMPLETE 720 TEST COMPLETE
720 721
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698