[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87

bweinstein at apple.com bweinstein at apple.com
Wed Jan 20 22:28:26 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 126c78e05c292e9e608574e11ff9a5427ffdd6d0
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 18 23:14:03 2010 +0000

    Rubber-stamped by Tim Hatcher.
    
    Updated Windows results after r53424.
    
    * platform/win/fast/css/zoom-body-scroll-expected.txt: Added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53435 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 00da5f5..b9b6512 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,11 @@
+2010-01-18  Brian Weinstein  <bweinstein at apple.com>
+
+        Rubber-stamped by Tim Hatcher.
+
+        Updated Windows results after r53424.
+
+        * platform/win/fast/css/zoom-body-scroll-expected.txt: Added.
+
 2010-01-18  Alexey Proskuryakov  <ap at apple.com>
 
         Reviewed by Geoffrey Garen.
diff --git a/LayoutTests/platform/win/fast/css/zoom-body-scroll-expected.txt b/LayoutTests/platform/win/fast/css/zoom-body-scroll-expected.txt
new file mode 100644
index 0000000..7ac0fe9
--- /dev/null
+++ b/LayoutTests/platform/win/fast/css/zoom-body-scroll-expected.txt
@@ -0,0 +1,21 @@
+Test for rdar://problem/6643103 Unscaled values from body.scrollHeight.
+
+scrollHeight: 1000
+scrollWidth: 1000
+
+Scrolling right to 50
+scrollLeft: 50
+
+Zooming in
+scrollHeight: 1000
+scrollWidth: 1000
+scrollTop: 0
+scrollLeft: 50
+
+Scrolling down to 100
+scrollTop: 100
+
+Zooming back out
+scrollTop: 99
+scrollLeft: 49
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list