Move fast/js/resources files to resources.

Move fast/js/resources/js-test-pre.js and
fast/js/resources/leak-check.js to the root resources
directory. They're used mostly by tests outside of fast/js.
Also, rename js-test-pre.js to js-test.js now that there's
no js-test-post.js.

TBR because it's impossible to review 6819 file changes in rietveld.

[email protected]

Review URL: https://codereview.chromium.org/58533003

git-svn-id: svn://svn.chromium.org/blink/trunk@161296 bbb929c8-8fbe-4397-9dbb-9b2b20218538
diff --git a/third_party/WebKit/LayoutTests/accessibility/aria-readonly.html b/third_party/WebKit/LayoutTests/accessibility/aria-readonly.html
index b58c653..71ae8c71 100644
--- a/third_party/WebKit/LayoutTests/accessibility/aria-readonly.html
+++ b/third_party/WebKit/LayoutTests/accessibility/aria-readonly.html
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 <html>
 <head>
-<script src="../fast/js/resources/js-test-pre.js"></script>
+<script src="../resources/js-test.js"></script>
 </head>
 <body id="body">
 <div role="textbox" aria-readonly="false" aria-multiline="false" id="ariaTextBox" tabindex="0"></div>