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

arv at chromium.org arv at chromium.org
Wed Dec 22 13:26:57 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 00141957a99cb0d6068ca29ae5581f56630c20cb
Author: arv at chromium.org <arv at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 15 22:43:28 2010 +0000

    2010-09-15  Erik Arvidsson  <arv at chromium.org>
    
            Reviewed by Adam Barth.
    
            Fix regression from bug 32230. The test needed to be updated to reflect the zoom adjusted font-size.
            https://bugs.webkit.org/show_bug.cgi?id=45841
    
            * editing/pasteboard/page-zoom.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67571 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index ba5e57b..ff33063 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-15  Erik Arvidsson  <arv at chromium.org>
+
+        Reviewed by Adam Barth.
+
+        Fix regression from bug 32230. The test needed to be updated to reflect the zoom adjusted font-size.
+        https://bugs.webkit.org/show_bug.cgi?id=45841
+
+        * editing/pasteboard/page-zoom.html:
+
 2010-09-15  Julien Chaffraix  <jchaffraix at codeaurora.org>
 
         Reviewed by Andreas Kling.
diff --git a/LayoutTests/editing/pasteboard/page-zoom.html b/LayoutTests/editing/pasteboard/page-zoom.html
index a49c776..c5725a5 100644
--- a/LayoutTests/editing/pasteboard/page-zoom.html
+++ b/LayoutTests/editing/pasteboard/page-zoom.html
@@ -23,7 +23,7 @@ function editingTest()
     execMoveSelectionForwardByWordCommand();
     execPasteCommand();
 
-    if (document.getElementById("target").innerHTML.toString().indexOf("font-size: 16px") == -1)
+    if (document.getElementById("target").innerHTML.toString().indexOf("font-size: 16px") != -1)
         throw "absolute font size is wrong";
 
     // Make sure relative font sizes are not adjusted.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list