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

Unified Diff: LayoutTests/inspector/elements/styles-4/styles-iframe.html

Issue 1158883003: DevTools: shard inspector/elements 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/elements/styles-4/styles-iframe.html
diff --git a/LayoutTests/inspector/elements/styles/styles-iframe.html b/LayoutTests/inspector/elements/styles-4/styles-iframe.html
similarity index 94%
rename from LayoutTests/inspector/elements/styles/styles-iframe.html
rename to LayoutTests/inspector/elements/styles-4/styles-iframe.html
index 34d1b4e5a0c6c171cc2ce5866b62d13d6a237a16..3b1d8ce95b9ec93ca0adc4914c0ba5059b39711f 100644
--- a/LayoutTests/inspector/elements/styles/styles-iframe.html
+++ b/LayoutTests/inspector/elements/styles-4/styles-iframe.html
@@ -12,7 +12,7 @@
function loadIframe()
{
var iframe = document.createElement("iframe");
- iframe.src = "resources/styles-iframe-data.html";
+ iframe.src = "../styles/resources/styles-iframe-data.html";
document.getElementById("main").appendChild(iframe);
}

Powered by Google App Engine
This is Rietveld 408576698