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

tony at chromium.org tony at chromium.org
Wed Dec 22 15:26:49 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 7ea5c2c0b9cf8dbeffcbeca8c96ae3027dc0cafa
Author: tony at chromium.org <tony at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 3 18:54:07 2010 +0000

    2010-11-03  Tony Chang  <tony at chromium.org>
    
            Unreviewed, updated test expectation due to last change.
    
            * editing/pasteboard/page-zoom.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71255 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 951121f..b111e42 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,11 @@
 2010-11-03  Tony Chang  <tony at chromium.org>
 
+        Unreviewed, updated test expectation due to last change.
+
+        * editing/pasteboard/page-zoom.html:
+
+2010-11-03  Tony Chang  <tony at chromium.org>
+
         Reviewed by Ojan Vafai.
 
         Undo r54932 which inappropriately adjusts font sizes on zoomed pages
diff --git a/LayoutTests/editing/pasteboard/page-zoom.html b/LayoutTests/editing/pasteboard/page-zoom.html
index c5725a5..a49c776 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