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

Unified Diff: LayoutTests/media/W3C/w3cwrapper.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/media/W3C/w3cwrapper.js
diff --git a/LayoutTests/media/W3C/w3cwrapper.js b/LayoutTests/media/W3C/w3cwrapper.js
index 967ecb1d417a170c6a9825e35f3a71eb2e2a1daa..3bed40d525a0f60ba036d1be8a04f41284dfcd7b 100644
--- a/LayoutTests/media/W3C/w3cwrapper.js
+++ b/LayoutTests/media/W3C/w3cwrapper.js
@@ -52,7 +52,7 @@ function async_test(title, options) {
}
document.write("<p id=description></p><div id=console></div>");
-document.write("<scr" + "ipt src='../../../../fast/js/resources/js-test-pre.js'></" + "script>");
+document.write("<scr" + "ipt src='../../../../resources/js-test.js'></" + "script>");
assert_equals = function(a, b) { shouldBe('"' + a + '"', '"' + b + '"'); }
assert_true = function(a) { shouldBeTrue("" + a); }
« no previous file with comments | « LayoutTests/ietestcenter/Javascript/15.9.5.44-0-2.html ('k') | LayoutTests/media/network-no-source-const-shadow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698