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

Unified Diff: LayoutTests/http/tests/misc/script-defer.html

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/http/tests/misc/script-defer.html
diff --git a/LayoutTests/http/tests/misc/script-defer.html b/LayoutTests/http/tests/misc/script-defer.html
index afdf98366c56dbb9929e7de9a0d886eb958f88d5..6811129a036c035e954b4f692ba291f39af34b44 100644
--- a/LayoutTests/http/tests/misc/script-defer.html
+++ b/LayoutTests/http/tests/misc/script-defer.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<script src="../../js-test-resources/js-test-pre.js"></script>
+<script src="../../js-test-resources/js-test.js"></script>
</head>
<body onload="debug('load')">
This tests for proper execution order of scripts with the defer attribute <a href="https://bugs.webkit.org/show_bug.cgi?id=20710">https://bugs.webkit.org/show_bug.cgi?id=20710</a>.

Powered by Google App Engine
This is Rietveld 408576698