Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Commit

Permalink
Unreviewed, rebaseline.
Browse files Browse the repository at this point in the history
* platform/chromium-win-vista/fast/css/zoom-body-scroll-expected.txt: Added.
* platform/chromium-win-xp/fast/css/zoom-body-scroll-expected.txt: Added.
* platform/chromium-win/fast/css/zoom-body-scroll-expected.txt:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@116035 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
zmo@google.com committed May 3, 2012
1 parent 04bdd76 commit 99936fa
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 2 deletions.
8 changes: 8 additions & 0 deletions LayoutTests/ChangeLog
@@ -1,3 +1,11 @@
2012-05-03 Zhenyao Mo <zmo@google.com>

Unreviewed, rebaseline.

* platform/chromium-win-vista/fast/css/zoom-body-scroll-expected.txt: Added.
* platform/chromium-win-xp/fast/css/zoom-body-scroll-expected.txt: Added.
* platform/chromium-win/fast/css/zoom-body-scroll-expected.txt:

2012-05-03 Levi Weintraub <leviw@chromium.org>

Updating expectations after r116009.
Expand Down
@@ -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: 100
scrollLeft: 50

@@ -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: 100
scrollLeft: 50

Expand Up @@ -16,6 +16,6 @@ Scrolling down to 100
scrollTop: 100

Zooming back out
scrollTop: 99
scrollLeft: 49
scrollTop: 100
scrollLeft: 50

0 comments on commit 99936fa

Please sign in to comment.