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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_navigate_within_document.html

Issue 2839683003: Server-Timing (Closed)
Patch Set: make those robots happy, attempt #4 Created 3 years, 8 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
Index: third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_navigate_within_document.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_navigate_within_document.html b/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_navigate_within_document.html
index 6e0c5d089593d0c0967f22f8b58b6e5d48a3ee33..e17020b7bb90b5d6f0aa1e5f4a91b61b4c1d3f80 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_navigate_within_document.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_navigate_within_document.html
@@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/navigation-timing/#sec-navigation-timing-interface"/>
<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>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698