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

Unified Diff: LayoutTests/http/tests/serviceworker/performance-timeline.html

Issue 1100813004: Offer User Timing in workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/http/tests/workers/resources/performance-timeline-worker.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/serviceworker/performance-timeline.html
diff --git a/LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html b/LayoutTests/http/tests/serviceworker/performance-timeline.html
similarity index 50%
copy from LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html
copy to LayoutTests/http/tests/serviceworker/performance-timeline.html
index 785bb0c27fd27f6715139b5af1b6dc6c2b085f70..b57066664c366a3a74e4a75690721ee7dc1c3b7c 100644
--- a/LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html
+++ b/LayoutTests/http/tests/serviceworker/performance-timeline.html
@@ -1,13 +1,11 @@
<!DOCTYPE html>
-<title>Service Worker: Skip waiting without client</title>
<script src="../resources/testharness.js"></script>
-<script src="../resources/testharness-helpers.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="resources/test-helpers.js"></script>
<script>
service_worker_test(
- 'resources/skip-waiting-worker.js',
- 'Test single skipWaiting() when no client attached');
+ '../workers/resources/performance-timeline-worker.js',
+ 'Test Performance Timeline API in Service Worker');
</script>
« no previous file with comments | « no previous file | LayoutTests/http/tests/workers/resources/performance-timeline-worker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698