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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/pause-in-removed-frame.html

Issue 2893073002: DevTools: introduce ResourceMapping (Closed)
Patch Set: address comments Created 3 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
Index: third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/pause-in-removed-frame.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/pause-in-removed-frame.html b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/pause-in-removed-frame.html
index a1f1dc42ab951bc0e7995deb3b18d70c0e968e27..c24171bc74eb9dffc6436bec875c365406342ef9 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/pause-in-removed-frame.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/pause-in-removed-frame.html
@@ -1,7 +1,7 @@
<html>
<head>
-<script src="/inspector/inspector-test.js"></script>
-<script src="/inspector/debugger-test.js"></script>
+<script src="../../inspector-test.js"></script>
+<script src="../../debugger-test.js"></script>
<script>
window.removeIframe = function()

Powered by Google App Engine
This is Rietveld 408576698