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

Side by Side Diff: LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 1279163005: Initial Fetch integration for Subresource Integrity (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test expectations 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 Blob 1 interface Blob
2 getter size 2 getter size
3 getter type 3 getter type
4 method close 4 method close
5 method constructor 5 method constructor
6 method slice 6 method slice
7 interface Cache 7 interface Cache
8 method add 8 method add
9 method addAll 9 method addAll
10 method constructor 10 method constructor
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 method getReader 491 method getReader
492 interface ReadableStream 492 interface ReadableStream
493 method cancel 493 method cancel
494 method constructor 494 method constructor
495 method getReader 495 method getReader
496 interface Request 496 interface Request
497 getter bodyUsed 497 getter bodyUsed
498 getter context 498 getter context
499 getter credentials 499 getter credentials
500 getter headers 500 getter headers
501 getter integrity
501 getter method 502 getter method
502 getter mode 503 getter mode
503 getter redirect 504 getter redirect
504 getter referrer 505 getter referrer
505 getter url 506 getter url
506 method arrayBuffer 507 method arrayBuffer
507 method blob 508 method blob
508 method clone 509 method clone
509 method constructor 510 method constructor
510 method json 511 method json
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 method abort 844 method abort
844 method constructor 845 method constructor
845 method objectStore 846 method objectStore
846 setter onabort 847 setter onabort
847 setter oncomplete 848 setter oncomplete
848 setter onerror 849 setter onerror
849 This is a testharness.js-based test. 850 This is a testharness.js-based test.
850 PASS Verify the interface of ServiceWorkerGlobalScope 851 PASS Verify the interface of ServiceWorkerGlobalScope
851 Harness: the test ran to completion. 852 Harness: the test ran to completion.
852 853
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698