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

Unified Diff: LayoutTests/fast/forms/file/recover-file-input-in-unposted-form.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/fast/forms/file/recover-file-input-in-unposted-form.html
diff --git a/LayoutTests/fast/forms/file/recover-file-input-in-unposted-form.html b/LayoutTests/fast/forms/file/recover-file-input-in-unposted-form.html
index 6e4b930b1a28aeffa49f37d979be6447244899a2..9154a99208aab00f83e02f1bb7194161cc428205 100644
--- a/LayoutTests/fast/forms/file/recover-file-input-in-unposted-form.html
+++ b/LayoutTests/fast/forms/file/recover-file-input-in-unposted-form.html
@@ -1,6 +1,6 @@
<html>
<head>
-<script src="../../js/resources/js-test-pre.js"></script>
+<script src="../../../resources/js-test.js"></script>
</head>
<body onload="test()">
<form id="form" method="post" enctype="multipart/form-data">

Powered by Google App Engine
This is Rietveld 408576698