[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

abarth at webkit.org abarth at webkit.org
Fri Jan 21 14:49:46 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 091ae8ce9b1883319e27a8f2e480b8df385ad4bd
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 31 20:36:41 2010 +0000

    2010-12-31  Adam Barth  <abarth at webkit.org>
    
            Remove custom Chromium expectation for invalid-protocol.  Now that we
            share more code with JavaScriptCore, we throw exactly the same
            exception and therefore can share results.
    
            * platform/chromium/fast/dom/Window/invalid-protocol-expected.txt: Removed.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74835 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 65646b9..6b0dd23 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,11 @@
+2010-12-31  Adam Barth  <abarth at webkit.org>
+
+        Remove custom Chromium expectation for invalid-protocol.  Now that we
+        share more code with JavaScriptCore, we throw exactly the same
+        exception and therefore can share results.
+
+        * platform/chromium/fast/dom/Window/invalid-protocol-expected.txt: Removed.
+
 2010-12-29  Zhenyao Mo  <zmo at google.com>
 
         Reviewed by Kenneth Russell.
diff --git a/LayoutTests/platform/chromium/fast/dom/Window/invalid-protocol-expected.txt b/LayoutTests/platform/chromium/fast/dom/Window/invalid-protocol-expected.txt
deleted file mode 100644
index 3af7996..0000000
--- a/LayoutTests/platform/chromium/fast/dom/Window/invalid-protocol-expected.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-Test URL protocol setter.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS location.protocol = '' threw exception SyntaxError: Can't set protocol.
-PASS location.protocol = ':' threw exception SyntaxError: Can't set protocol.
-PASS location.protocol = 'é' threw exception SyntaxError: Can't set protocol.
-PASS location.protocol = '[' threw exception SyntaxError: Can't set protocol.
-PASS location.protocol = '0' threw exception SyntaxError: Can't set protocol.
-PASS a.protocol is 'http:'
-PASS a.href is 'https://www.apple.com/'
-PASS a.href is 'http://www.apple.com/'
-PASS a.href is 'https://www.apple.com/'
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list