Commit 52b64481 authored by eric@webkit.org's avatar eric@webkit.org

2010-02-02 Hayato Ito <hayato@chromium.org>

        Reviewed by Darin Adler.

        Move misplaced JS files to the proper location.

        https://bugs.webkit.org/show_bug.cgi?id=34256

        * fast/events/script-tests/basic-touch-events.js: Removed.
        * fast/events/script-tests/create-touch-event.js: Removed.
        * fast/events/script-tests/send-oncancel-event.js: Removed.
        * fast/events/touch/basic-touch-events.html:
        * fast/events/touch/create-touch-event.html:
        * fast/events/touch/script-tests: Added.
        * fast/events/touch/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/events/script-tests/TEMPLATE.html.
        * fast/events/touch/script-tests/basic-touch-events.js: Copied from LayoutTests/fast/events/script-tests/basic-touch-events.js.
        * fast/events/touch/script-tests/create-touch-event.js: Copied from LayoutTests/fast/events/script-tests/create-touch-event.js.
        * fast/events/touch/script-tests/send-oncancel-event.js: Copied from LayoutTests/fast/events/script-tests/send-oncancel-event.js.
        * fast/events/touch/send-oncancel-event.html:

git-svn-id: svn://svn.chromium.org/blink/trunk@54253 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 726c71d9
2010-02-02 Hayato Ito <hayato@chromium.org>
Reviewed by Darin Adler.
Move misplaced JS files to the proper location.
https://bugs.webkit.org/show_bug.cgi?id=34256
* fast/events/script-tests/basic-touch-events.js: Removed.
* fast/events/script-tests/create-touch-event.js: Removed.
* fast/events/script-tests/send-oncancel-event.js: Removed.
* fast/events/touch/basic-touch-events.html:
* fast/events/touch/create-touch-event.html:
* fast/events/touch/script-tests: Added.
* fast/events/touch/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/events/script-tests/TEMPLATE.html.
* fast/events/touch/script-tests/basic-touch-events.js: Copied from LayoutTests/fast/events/script-tests/basic-touch-events.js.
* fast/events/touch/script-tests/create-touch-event.js: Copied from LayoutTests/fast/events/script-tests/create-touch-event.js.
* fast/events/touch/script-tests/send-oncancel-event.js: Copied from LayoutTests/fast/events/script-tests/send-oncancel-event.js.
* fast/events/touch/send-oncancel-event.html:
2010-02-02 Alexey Proskuryakov <ap@apple.com> 2010-02-02 Alexey Proskuryakov <ap@apple.com>
Reviewed by Darin Adler. Reviewed by Darin Adler.
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<body> <body>
<p id="description"></p> <p id="description"></p>
<div id="console"></div> <div id="console"></div>
<script src="../script-tests/basic-touch-events.js"></script> <script src="script-tests/basic-touch-events.js"></script>
<script src="../../js/resources/js-test-post.js"></script> <script src="../../js/resources/js-test-post.js"></script>
</body> </body>
</html> </html>
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<body> <body>
<p id="description"></p> <p id="description"></p>
<div id="console"></div> <div id="console"></div>
<script src="../script-tests/create-touch-event.js"></script> <script src="script-tests/create-touch-event.js"></script>
<script src="../../js/resources/js-test-post.js"></script> <script src="../../js/resources/js-test-post.js"></script>
</body> </body>
</html> </html>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<link rel="stylesheet" href="../../js/resources/js-test-style.css">
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<script src="YOUR_JS_FILE_HERE"></script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<body> <body>
<p id="description"></p> <p id="description"></p>
<div id="console"></div> <div id="console"></div>
<script src="../script-tests/send-oncancel-event.js"></script> <script src="script-tests/send-oncancel-event.js"></script>
<script src="../../js/resources/js-test-post-function.js"></script> <script src="../../js/resources/js-test-post.js"></script>
</body> </body>
</html> </html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment