Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / cachestorage / worker / cache-matchAll.html
blob673c73d5074093a2fd21db881ebd4527d8bebba0
1 <!DOCTYPE html>
2 <title>Cache.matchAll</title>
3 <link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-matchall">
4 <script src="/resources/testharness.js"></script>
5 <script src="/resources/testharnessreport.js"></script>
6 <script>
7 fetch_tests_from_worker(new Worker('../script-tests/cache-matchAll.js'));
8 </script>