Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / permissions / test-query.html
blob249e9c584bb5ef79ec6c97e8f8c50bd6e9df734a
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Permissions API: test .query() method.</title>
5 <script src="../resources/testharness.js"></script>
6 <script src="../resources/testharnessreport.js"></script>
7 <script src="../serviceworker/resources/test-helpers.js"></script>
8 <script src="resources/helpers.js"></script>
9 </head>
10 <body>
11 <script>
12 // Will run the test implemented in resources/{filename}.js on various
13 // scopes (Window, DedicatedWorker, SharedWorker, ServiceWorker).
14 run_test();
15 </script>
16 </body>
17 </html>