[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
abarth at webkit.org
abarth at webkit.org
Wed Mar 17 18:32:33 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 2596a991f1781c8b9ecabf1a62e5857155cf7b30
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Mar 11 02:38:24 2010 +0000
2010-03-10 Adam Barth <abarth at webkit.org>
Unreviewed.
http/tests/security/xss-DENIED-window-open-javascript-url.html timed out on Windows Debug Bot
https://bugs.webkit.org/show_bug.cgi?id=33349
Remove another test that has the same problem. We need to find a way
to relaibly test what happens when you mix JavaScript URLs and
window.open.
* http/tests/security/xss-DENIED-window-open-javascript-url-leading-format-char-expected.txt: Removed.
* http/tests/security/xss-DENIED-window-open-javascript-url-leading-format-char.html: Removed.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55826 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index af86fa8..09cb526 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,17 @@
+2010-03-10 Adam Barth <abarth at webkit.org>
+
+ Unreviewed.
+
+ http/tests/security/xss-DENIED-window-open-javascript-url.html timed out on Windows Debug Bot
+ https://bugs.webkit.org/show_bug.cgi?id=33349
+
+ Remove another test that has the same problem. We need to find a way
+ to relaibly test what happens when you mix JavaScript URLs and
+ window.open.
+
+ * http/tests/security/xss-DENIED-window-open-javascript-url-leading-format-char-expected.txt: Removed.
+ * http/tests/security/xss-DENIED-window-open-javascript-url-leading-format-char.html: Removed.
+
2010-03-08 Dumitru Daniliuc <dumi at chromium.org>
Reviewed by Adam Barth.
diff --git a/LayoutTests/http/tests/security/xss-DENIED-window-open-javascript-url-leading-format-char-expected.txt b/LayoutTests/http/tests/security/xss-DENIED-window-open-javascript-url-leading-format-char-expected.txt
deleted file mode 100644
index 5e8fc1e..0000000
--- a/LayoutTests/http/tests/security/xss-DENIED-window-open-javascript-url-leading-format-char-expected.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-This test passes if there is no alert dialog and the iframe contains a broken link.
-
diff --git a/LayoutTests/http/tests/security/xss-DENIED-window-open-javascript-url-leading-format-char.html b/LayoutTests/http/tests/security/xss-DENIED-window-open-javascript-url-leading-format-char.html
deleted file mode 100644
index 4e94831..0000000
--- a/LayoutTests/http/tests/security/xss-DENIED-window-open-javascript-url-leading-format-char.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-if (window.layoutTestController) {
- layoutTestController.dumpAsText();
- layoutTestController.waitUntilDone();
-}
-function runTest() {
- // Schedule a return to the main event loop so that the javascript: URL
- // has a chance to run.
- setTimeout(done, 0);
- window.open("\u0000javascript:alert('FAIL')", "tg");
-}
-function done() {
- if (window.layoutTestController)
- layoutTestController.notifyDone();
-}
-</script>
-</head>
-<body>
-This test passes if there is no alert dialog and the iframe contains a broken
-link.<br />
-<iframe onload="runTest()" name="tg"
- src="http://localhost:8080/security/resources/innocent-victim.html"
- ></iframe>
-</body>
-</html>
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list