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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/off-main-thread-fetch/external/wpt/service-workers/service-worker/foreign-fetch-workers.https-expected.txt

Issue 2882383002: Add more virtual tests for off-main-thread-fetch (Closed)
Patch Set: add http/tests/fetch/chromium/README.txt Created 3 years, 7 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
(Empty)
1 This is a testharness.js-based test.
2 PASS Foreign fetch can intercept fetches made from a service worker
3 FAIL Foreign fetch can intercept fetches made from a dedicated worker assert_equ als: expected "Success: Foreign Fetch" but got "Error: TypeError: Failed to fetc h"
4 FAIL Foreign fetch can intercept fetches made from a shared worker assert_equals : expected "Success: Foreign Fetch" but got "Error: TypeError: Failed to fetch"
5 FAIL Fetches from an insecure dedicated worker aren't intercepted. assert_equals : expected "Success: Foreign Fetch" but got "Error: TypeError: Failed to fetch"
6 FAIL Fetches from an insecure shared worker aren't intercepted. assert_equals: e xpected "Success: Foreign Fetch" but got "Error: TypeError: Failed to fetch"
7 Harness: the test ran to completion.
8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698