system incorrectly
* fast/dom/SelectorAPI/resources/TEMPLATE.html: Fixed relative paths.
* fast/events/event-instanceof.html: Regenerating this file revealed that the path
to the stylesheet was wrong. Fixed by running the make-js-test-wrappers script.
Didn't affect the text-only results, but the test looked wrong in the browser.
* fast/events/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
* traversal/resources/TEMPLATE.html: Fixed relative paths.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@30124
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-02-10 Darin Adler <darin@apple.com>
+
+ - fix a couple of directories that were using our JavaScript template/wrapper
+ system incorrectly
+
+ * fast/dom/SelectorAPI/resources/TEMPLATE.html: Fixed relative paths.
+ * fast/events/event-instanceof.html: Regenerating this file revealed that the path
+ to the stylesheet was wrong. Fixed by running the make-js-test-wrappers script.
+ Didn't affect the text-only results, but the test looked wrong in the browser.
+ * fast/events/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
+ * traversal/resources/TEMPLATE.html: Fixed relative paths.
+
2008-02-10 Andrew Wellington <proton@wiretapped.net>
Reviewed and tweaked a bit by Darin.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
-<link rel="stylesheet" href="resources/js-test-style.css">
-<script src="resources/js-test-pre.js"></script>
+<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="resources/js-test-post.js"></script>
+<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
-<link rel="stylesheet" href="resources/js-test-style.css">
+<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
--- /dev/null
+<!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>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
-<link rel="stylesheet" href="../../fast/js/resources/js-test-style.css">
-<script src="../../fast/js/resources/js-test-pre.js"></script>
+<link rel="stylesheet" href="../fast/js/resources/js-test-style.css">
+<script src="../fast/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="../../fast/js/resources/js-test-post.js"></script>
+<script src="../fast/js/resources/js-test-post.js"></script>
</body>
</html>