Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / serviceworker / ServiceWorkerGlobalScope / scope-relative-path.html
1 <!DOCTYPE html>
2 <title>ServiceWorkerGlobalScope: scope property is a relative path</title>
3 <script src="../../resources/testharness.js"></script>
4 <script src="../../resources/testharnessreport.js"></script>
5 <script src="../resources/test-helpers.js"></script>
6 <script src="resources/scope.js"></script>
7 <script>
8 async_test(function(t) {
9     scope_test(t, 'resources/scope-worker.js',
10                base_path() + 'resources/relative_path/');
11   }, 'Verify the scope property: relative path');
12 </script>