Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/origin_trials/sample-api-workers.html

Issue 1828063002: Add support for origin trials in workers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trial-token-in-header-blink-document
Patch Set: fix test flakyness Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <meta charset="utf-8">
3 <title>Test Sample API when trial is enabled in shared and service workers</titl e>
4 <script src="../resources/testharness.js"></script>
5 <script src="../resources/testharnessreport.js"></script>
6 <script src="../serviceworker/resources/test-helpers.js"></script>
7 <script>
8 fetch_tests_from_worker(new SharedWorker('resources/sample-api-enabled-worker.ph p'));
9 fetch_tests_from_worker(new SharedWorker('resources/disabled-worker.js'));
10 service_worker_test('resources/sample-api-enabled-worker.php');
11 service_worker_test('resources/disabled-worker.js');
12 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698