Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / serviceworker / skip-waiting-without-client.html
blob785bb0c27fd27f6715139b5af1b6dc6c2b085f70
1 <!DOCTYPE html>
2 <title>Service Worker: Skip waiting without client</title>
3 <script src="../resources/testharness.js"></script>
4 <script src="../resources/testharness-helpers.js"></script>
5 <script src="../resources/testharnessreport.js"></script>
6 <script src="resources/test-helpers.js"></script>
7 <script>
9 service_worker_test(
10 'resources/skip-waiting-worker.js',
11 'Test single skipWaiting() when no client attached');
13 </script>