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

Unified Diff: LayoutTests/inspector/sources/debugger-ui/source-url-comment.html

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/inspector/sources/debugger-ui/source-url-comment.html
diff --git a/LayoutTests/inspector/sources/debugger/source-url-comment.html b/LayoutTests/inspector/sources/debugger-ui/source-url-comment.html
similarity index 98%
rename from LayoutTests/inspector/sources/debugger/source-url-comment.html
rename to LayoutTests/inspector/sources/debugger-ui/source-url-comment.html
index 58f8fdd8776993fd9b6950116b12e81bfe66ef4d..8c03c32aadb5e10089251ac70f19c5ac0173365d 100644
--- a/LayoutTests/inspector/sources/debugger/source-url-comment.html
+++ b/LayoutTests/inspector/sources/debugger-ui/source-url-comment.html
@@ -38,14 +38,14 @@ function doURLAndMappingURL()
function addScriptWithURL()
{
var script = document.createElement("script");
- script.src = "resources/script-with-url.js";
+ script.src = "../debugger/resources/script-with-url.js";
document.head.appendChild(script);
}
function addScriptWithPoorURL()
{
var script = document.createElement("script");
- script.src = "resources/script-with-poor-url.js";
+ script.src = "../debugger/resources/script-with-poor-url.js";
document.head.appendChild(script);
}

Powered by Google App Engine
This is Rietveld 408576698