| Index: third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_unique_performance_objects.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_unique_performance_objects.html b/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_unique_performance_objects.html
|
| index aa41196d05fa863f2e89eee380daa316d8c69094..a8f7e6002d2179a2888da14bea23fcce42db19d7 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_unique_performance_objects.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_unique_performance_objects.html
|
| @@ -8,6 +8,7 @@
|
| <meta name="assert" content="Each browsing context must have a unique window.performance.timing attribute."/>
|
| <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>
|
|
|