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

dbates at webkit.org dbates at webkit.org
Wed Dec 22 13:31:50 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 100fac4f3f51d15d59fe407b9956f1951fa2c870
Author: dbates at webkit.org <dbates at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Sep 18 18:16:35 2010 +0000

    2010-09-18  Daniel Bates  <dbates at rim.com>
    
            Rubber-stamped by Sam Weinig.
    
            REGRESSION (r60104): Zoom level is unexpectedly reset on page reload
            https://bugs.webkit.org/show_bug.cgi?id=42863
    
            Fix some minor, non-visual typos that do not affect the test result.
    
            * fast/css/preserve-user-specified-zoom-level-on-reload.html:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67783 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index e7cb4bb..4166fa8 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2010-09-18  Daniel Bates  <dbates at rim.com>
+
+        Rubber-stamped by Sam Weinig.
+
+        REGRESSION (r60104): Zoom level is unexpectedly reset on page reload
+        https://bugs.webkit.org/show_bug.cgi?id=42863
+
+        Fix some minor, non-visual typos that do not affect the test result.
+
+        * fast/css/preserve-user-specified-zoom-level-on-reload.html:
+
 2010-09-18  Mihai Parparita  <mihaip at chromium.org>
 
         Reviewed by Dirk Schulze.
diff --git a/LayoutTests/fast/css/preserve-user-specified-zoom-level-on-reload.html b/LayoutTests/fast/css/preserve-user-specified-zoom-level-on-reload.html
index 3c88dde..52f4e37 100644
--- a/LayoutTests/fast/css/preserve-user-specified-zoom-level-on-reload.html
+++ b/LayoutTests/fast/css/preserve-user-specified-zoom-level-on-reload.html
@@ -10,7 +10,7 @@ function runTest()
         return;
 
     if (!window.sessionStorage)
-        return
+        return;
 
     layoutTestController.waitUntilDone();
     if (sessionStorage.testCompleted) {
@@ -19,7 +19,7 @@ function runTest()
     } else {
         // Note, it is sufficient to zoom-in only once, but so as to make it easier
         // for a human to compare the pixel test results we zoom-in up to Safari's
-        // maximum zoom level, which at the time of writing (09/17) is 6.
+        // maximum zoom level, which at the time of writing (09/17/2010) is 6.
         const MaxZoomIn = 6;
 
         for (var i = 0; i < MaxZoomIn; ++i)
@@ -27,7 +27,6 @@ function runTest()
         sessionStorage.testCompleted = true;
         document.location.reload(true);
     }
-
 }
 
 window.onload = runTest;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list