| Index: third_party/WebKit/LayoutTests/http/tests/origin_trials/sample-api-workers.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/origin_trials/sample-api-workers.html b/third_party/WebKit/LayoutTests/http/tests/origin_trials/sample-api-workers.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..46a9e29c8043341f2f7e4028827f0be6a67bbaac
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/origin_trials/sample-api-workers.html
|
| @@ -0,0 +1,12 @@
|
| +<!DOCTYPE html>
|
| +<meta charset="utf-8">
|
| +<title>Test Sample API when trial is enabled in shared and service workers</title>
|
| +<script src="../resources/testharness.js"></script>
|
| +<script src="../resources/testharnessreport.js"></script>
|
| +<script src="../serviceworker/resources/test-helpers.js"></script>
|
| +<script>
|
| +fetch_tests_from_worker(new SharedWorker('resources/sample-api-enabled-worker.php'));
|
| +fetch_tests_from_worker(new SharedWorker('resources/disabled-worker.js'));
|
| +service_worker_test('resources/sample-api-enabled-worker.php');
|
| +service_worker_test('resources/disabled-worker.js');
|
| +</script>
|
|
|