[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

bweinstein at apple.com bweinstein at apple.com
Thu Apr 8 01:13:48 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 2675c6d341a74ca8442565e0d1ff727a71161a95
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