Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / serviceworker / service-worker-csp-script.html
blobae832171b7476136a53f19a6891701dfed7610e4
1 <!DOCTYPE html>
2 <title>Service Worker: CSP script directive for ServiceWorker script</title>
3 <script src="../resources/testharness.js"></script>
4 <script src="../resources/testharnessreport.js"></script>
5 <script src="resources/test-helpers.js?pipe=sub"></script>
6 <script>
7 service_worker_test(
8 'resources/service-worker-csp-worker.php?directive=script',
9 'CSP test for script-src in ServiceWorkerGlobalScope');
10 </script>