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

Unified Diff: LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html

Issue 477153005: DevTools: adopt existing Timeline tests for tracing based Timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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: LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html
diff --git a/LayoutTests/http/tests/inspector/timeline-xhr-event.html b/LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html
similarity index 86%
copy from LayoutTests/http/tests/inspector/timeline-xhr-event.html
copy to LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html
index bbe498be72ff524c4c1297131df8c5942c2efd8d..3c968b95e8ace6f06cbb7ab78a02e7fe6a8ce0ab 100644
--- a/LayoutTests/http/tests/inspector/timeline-xhr-event.html
+++ b/LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html
@@ -1,8 +1,8 @@
<html>
<head>
-<script src="inspector-test.js"></script>
-<script src="timeline-test.js"></script>
-<script src="network-test.js"></script>
+<script src="../inspector-test.js"></script>
+<script src="../timeline-test.js"></script>
+<script src="../network-test.js"></script>
<script>
function performActions(callback)

Powered by Google App Engine
This is Rietveld 408576698