| Index: LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-zoomed-expected.txt
|
| diff --git a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-zoomed-expected.txt b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-zoomed-expected.txt
|
| index bcaf666fffa10ec2cb4c651b8929e72acf378ecb..61a46395ca05387d28122bc8ae743b2b70667ed4 100644
|
| --- a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-zoomed-expected.txt
|
| +++ b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page-zoomed-expected.txt
|
| @@ -7,12 +7,12 @@ PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
| first gesture
|
| -PASS document.body.scrollTop is 140
|
| -PASS document.body.scrollLeft is 0
|
| +PASS document.scrollingElement.scrollTop is 140
|
| +PASS document.scrollingElement.scrollLeft is 0
|
| PASS wheelEventsOccurred is 0
|
| second gesture
|
| -PASS document.body.scrollTop is 40
|
| -PASS document.body.scrollLeft is 0
|
| +PASS document.scrollingElement.scrollTop is 40
|
| +PASS document.scrollingElement.scrollLeft is 0
|
| PASS wheelEventsOccurred is 0
|
| scroll event 0+> [object HTMLDocument]
|
| PASS scrollEventsOccurred is 1
|
|
|