| Index: LayoutTests/fast/events/scale-and-scroll-div-expected.txt | 
| diff --git a/LayoutTests/fast/events/scale-and-scroll-div-expected.txt b/LayoutTests/fast/events/scale-and-scroll-div-expected.txt | 
| index c232a7f21bb7d8d4d662dd8317049f9075d050a7..4c165e7ca8691818dccad1af0a96f79f97e5ab39 100644 | 
| --- a/LayoutTests/fast/events/scale-and-scroll-div-expected.txt | 
| +++ b/LayoutTests/fast/events/scale-and-scroll-div-expected.txt | 
| @@ -7,15 +7,15 @@ PASS successfullyParsed is true | 
|  | 
| TEST COMPLETE | 
| Scrolling unscaled div | 
| -PASS scrollBox.scrollTop is expectedScrollDistance | 
| -PASS scrollBox.scrollTop is expectedScrollDistance | 
| +PASS scrollBox.scrollTop is within 0.1 of 10 | 
| +PASS scrollBox.scrollTop is within 0.1 of 10 | 
| Scrolling 1.5 scaled div | 
| -PASS scrollBox.scrollTop is expectedScrollDistance | 
| -PASS scrollBox.scrollTop is expectedScrollDistance | 
| +PASS scrollBox.scrollTop is within 0.1 of 6.666666666666667 | 
| +PASS scrollBox.scrollTop is within 0.1 of 13.333333333333332 | 
| Scrolling 1.63 scaled div | 
| -PASS scrollBox.scrollTop is expectedScrollDistance | 
| -PASS scrollBox.scrollTop is expectedScrollDistance | 
| +PASS scrollBox.scrollTop is within 0.1 of 6.134969325153374 | 
| +PASS scrollBox.scrollTop is within 0.1 of 13.865030674846626 | 
| Scrolling 2.0 scaled div | 
| -PASS scrollBox.scrollTop is expectedScrollDistance | 
| -PASS scrollBox.scrollTop is expectedScrollDistance | 
| +PASS scrollBox.scrollTop is within 0.1 of 5 | 
| +PASS scrollBox.scrollTop is within 0.1 of 15 | 
|  | 
|  |