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

Unified Diff: LayoutTests/fast/dom/script-tests/webtiming-document-open.js

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/fast/dom/script-tests/webtiming-document-open.js
diff --git a/LayoutTests/fast/dom/script-tests/webtiming-document-open.js b/LayoutTests/fast/dom/script-tests/webtiming-document-open.js
index e0b0fc1db3b96eb6325552e088d5494a846cf304..70c97dcec1e73051cb31ddf4ac1f89a67e653f40 100644
--- a/LayoutTests/fast/dom/script-tests/webtiming-document-open.js
+++ b/LayoutTests/fast/dom/script-tests/webtiming-document-open.js
@@ -14,7 +14,7 @@ function testTimingWithDocumentOpen()
document.open();
document.write("<html>");
document.write("<head>");
- document.write("<script src=\"../js/resources/js-test-pre.js\"></script>");
+ document.write("<script src=\"../../resources/js-test.js\"></script>");
document.write("</head>");
document.write("<body>");
document.write("</body>");
« no previous file with comments | « LayoutTests/fast/dom/script-styled-size.html ('k') | LayoutTests/fast/dom/scroll-element-to-rect-centered.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698