[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

eric at webkit.org eric at webkit.org
Sun Feb 20 23:14:07 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 20d40b289ed4d7e118fea95b40ef60caf3bfe3e6
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 19 06:09:27 2011 +0000

    2011-01-18  Eric Seidel  <eric at webkit.org>
    
            Unreviewed, rolling out r76084.
            http://trac.webkit.org/changeset/76084
            https://bugs.webkit.org/show_bug.cgi?id=52654
    
            Crashes on the bots
    
            * fast/dom/Window/open-window-empty-url-expected.txt: Removed.
            * fast/dom/Window/open-window-empty-url.html: Removed.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76102 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 378f1e5..517a8b8 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2011-01-18  Eric Seidel  <eric at webkit.org>
+
+        Unreviewed, rolling out r76084.
+        http://trac.webkit.org/changeset/76084
+        https://bugs.webkit.org/show_bug.cgi?id=52654
+
+        Crashes on the bots
+
+        * fast/dom/Window/open-window-empty-url-expected.txt: Removed.
+        * fast/dom/Window/open-window-empty-url.html: Removed.
+
 2011-01-18  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/LayoutTests/fast/dom/Window/open-window-empty-url-expected.txt b/LayoutTests/fast/dom/Window/open-window-empty-url-expected.txt
deleted file mode 100644
index 7089779..0000000
--- a/LayoutTests/fast/dom/Window/open-window-empty-url-expected.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Test that calling window.open(""); does not trigger any assertions or cause any crashes.
-
-PASS: Calling window.open() with an empty URL did not trigger any assertions or cause any crashes.
diff --git a/LayoutTests/fast/dom/Window/open-window-empty-url.html b/LayoutTests/fast/dom/Window/open-window-empty-url.html
deleted file mode 100644
index 80c762f..0000000
--- a/LayoutTests/fast/dom/Window/open-window-empty-url.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-    <title>Open Window with an empty URL</title>
-</head>
-<body>
-    <p id="description">Test that calling window.open(""); does not trigger any assertions or cause any crashes.</p>
-    <div id="results"></div>
-    <script type="text/javascript">
-        if (window.layoutTestController) {
-            layoutTestController.dumpAsText();
-            layoutTestController.setCanOpenWindows();
-        }
-        var newWindow = window.open("");
-        newWindow.close();
-        document.getElementById("results").innerText = "PASS: Calling window.open() with an empty URL did not trigger any assertions or cause any crashes.";
-    </script>
-</body>
-</html>
-

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list