[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75
darin at apple.com
darin at apple.com
Thu Oct 29 20:42:31 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit 06275c867436d604cefee9e4de4d52a78cf30ccd
Author: darin at apple.com <darin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Oct 9 17:26:29 2009 +0000
Requested by Mark Rowe.
Patch by Darin Adler <darin at apple.com> on 2009-10-09
Moved DOM test that was in fast/js to fast/dom where it belongs.
* fast/dom/Document/invalid-domain-change-throws-exception-expected.txt:
Copied from fast/js/invalid-domain-change-throws-exception-expected.txt.
* fast/dom/Document/invalid-domain-change-throws-exception.html:
Copied from fast/js/invalid-domain-change-throws-exception.html.
Regenerated with the make-script-test-wrappers.
* fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js:
Copied from fast/js/resources/invalid-domain-change-throws-exception.js.
* fast/js/invalid-domain-change-throws-exception-expected.txt: Removed.
* fast/js/invalid-domain-change-throws-exception.html: Removed.
* fast/js/resources/invalid-domain-change-throws-exception.js: Removed.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49396 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index d7d6c76..c1d8090 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,21 @@
+2009-10-09 Darin Adler <darin at apple.com>
+
+ Requested by Mark Rowe.
+
+ Moved DOM test that was in fast/js to fast/dom where it belongs.
+
+ * fast/dom/Document/invalid-domain-change-throws-exception-expected.txt:
+ Copied from fast/js/invalid-domain-change-throws-exception-expected.txt.
+ * fast/dom/Document/invalid-domain-change-throws-exception.html:
+ Copied from fast/js/invalid-domain-change-throws-exception.html.
+ Regenerated with the make-script-test-wrappers.
+ * fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js:
+ Copied from fast/js/resources/invalid-domain-change-throws-exception.js.
+
+ * fast/js/invalid-domain-change-throws-exception-expected.txt: Removed.
+ * fast/js/invalid-domain-change-throws-exception.html: Removed.
+ * fast/js/resources/invalid-domain-change-throws-exception.js: Removed.
+
2009-10-08 Brady Eidson <beidson at apple.com>
Reviewed by Dan Bernstein.
diff --git a/LayoutTests/fast/js/invalid-domain-change-throws-exception-expected.txt b/LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception-expected.txt
similarity index 100%
rename from LayoutTests/fast/js/invalid-domain-change-throws-exception-expected.txt
rename to LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception-expected.txt
diff --git a/LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception.html b/LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception.html
new file mode 100644
index 0000000..678bda4
--- /dev/null
+++ b/LayoutTests/fast/dom/Document/invalid-domain-change-throws-exception.html
@@ -0,0 +1,13 @@
+<!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="script-tests/invalid-domain-change-throws-exception.js"></script>
+<script src="../../js/resources/js-test-post.js"></script>
+</body>
+</html>
diff --git a/LayoutTests/fast/js/resources/invalid-domain-change-throws-exception.js b/LayoutTests/fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js
similarity index 100%
rename from LayoutTests/fast/js/resources/invalid-domain-change-throws-exception.js
rename to LayoutTests/fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js
diff --git a/LayoutTests/fast/js/invalid-domain-change-throws-exception.html b/LayoutTests/fast/js/invalid-domain-change-throws-exception.html
deleted file mode 100644
index 3bf317f..0000000
--- a/LayoutTests/fast/js/invalid-domain-change-throws-exception.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!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>
-</head>
-<body>
-<p id="description"></p>
-<div id="console"></div>
-<script src="resources/invalid-domain-change-throws-exception.js"></script>
-<script src="resources/js-test-post.js"></script>
-</body>
-</html>
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list