Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/user-timing/measure.html

Issue 2799093004: Enable ServerTiming support
Patch Set: Updates for Patch Set 4 Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/external/wpt/user-timing/measure.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/user-timing/measure.html b/third_party/WebKit/LayoutTests/external/wpt/user-timing/measure.html
index 4356c0abb20c55f315b463b4aff5aaac0075d8b8..4175dbb49daff34e94c561c7c0e936384a7a038e 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/user-timing/measure.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/user-timing/measure.html
@@ -8,6 +8,7 @@
<link rel="help" href="https://w3c.github.io/user-timing/#dom-performance-measure"/>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
+ <script src="/common/performance-timeline-utils.js"></script>
<script src="resources/webperftestharness.js"></script>
<script>

Powered by Google App Engine