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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-csp-expected.txt

Issue 1454003003: [CSP] Don't check the path component of the URL when the response was fetched via ServiceWorker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 CONSOLE ERROR: Refused to load the image 'http://localhost:8000/serviceworker/re sources/fetch-access-control.php?PNGIMAGE' because it violates the following Con tent Security Policy directive: "img-src http://127.0.0.1:8000". 1 CONSOLE ERROR: Refused to load the image 'http://localhost:8000/serviceworker/re sources/fetch-access-control.php?PNGIMAGE' because it violates the following Con tent Security Policy directive: "img-src http://127.0.0.1:8000".
2 2
3 CONSOLE ERROR: Refused to load the image 'http://localhost:8000/serviceworker/re sources/fetch-access-control.php?PNGIMAGE' because it violates the following Con tent Security Policy directive: "img-src http://127.0.0.1:8000". 3 CONSOLE ERROR: Refused to load the image 'http://localhost:8000/serviceworker/re sources/fetch-access-control.php?PNGIMAGE' because it violates the following Con tent Security Policy directive: "img-src http://127.0.0.1:8000".
4 4
5
6 This is a testharness.js-based test. 5 This is a testharness.js-based test.
7 PASS Verify CSP control of fetch() in a Service Worker 6 PASS Verify CSP control of fetch() in a Service Worker
8 Harness: the test ran to completion. 7 Harness: the test ran to completion.
9 8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698