[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

darin at apple.com darin at apple.com
Wed Dec 22 12:45:56 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b57f5326601075ebc4062a2b359d9e69334da79e
Author: darin at apple.com <darin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Aug 29 05:52:00 2010 +0000

    Checked in a file missed when I landed just now.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66328 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/dom/xhtml/level2/html/button03.js b/LayoutTests/dom/xhtml/level2/html/button03.js
index 1a4ac91..5dc6952 100644
--- a/LayoutTests/dom/xhtml/level2/html/button03.js
+++ b/LayoutTests/dom/xhtml/level2/html/button03.js
@@ -103,7 +103,11 @@ testNode = nodeList.item(0);
 
       vfaction = formNode.action;
 
-      assertEquals("formLink","...",vfaction);
+//  WebKit modification: 26-August-2010
+      var expectedAction = document.URL.replace(/[^/]*$/, "") + "...";
+//  End WebKit modification
+
+      assertEquals("formLink",expectedAction,vfaction);
        
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list