[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

aa at chromium.org aa at chromium.org
Thu Oct 29 20:41:32 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 9a43bb50df80532655caf5ba95a2098a49242a81
Author: aa at chromium.org <aa at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 8 02:28:59 2009 +0000

    Not reviewed. Fix layout test missing results.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49283 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/http/tests/security/isolatedWorld/iframe.html b/LayoutTests/http/tests/security/isolatedWorld/resources/iframe.html
similarity index 100%
rename from LayoutTests/http/tests/security/isolatedWorld/iframe.html
rename to LayoutTests/http/tests/security/isolatedWorld/resources/iframe.html
diff --git a/LayoutTests/http/tests/security/isolatedWorld/world-reuse.html b/LayoutTests/http/tests/security/isolatedWorld/world-reuse.html
index d1c8723..80c64fb 100644
--- a/LayoutTests/http/tests/security/isolatedWorld/world-reuse.html
+++ b/LayoutTests/http/tests/security/isolatedWorld/world-reuse.html
@@ -34,7 +34,7 @@ if (window.layoutTestController) {
     document.body.appendChild(document.createElement('br'));
     reloadFrame();
   }
-  iframe.src = "iframe.html";
+  iframe.src = "resources/iframe.html";
   
   // Also, navigating a single frame should not result in sharing variables.
   function reloadFrame() {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list