| Index: LayoutTests/fast/events/drag-and-drop-autoscroll-mainframe-expected.txt | 
| diff --git a/LayoutTests/fast/events/drag-and-drop-autoscroll-mainframe-expected.txt b/LayoutTests/fast/events/drag-and-drop-autoscroll-mainframe-expected.txt | 
| index b0b5a3f38045fc8c68a248362906d37512ccce65..4aa83bfbf007e1fd0e26bcdda16568ae774ee87e 100644 | 
| --- a/LayoutTests/fast/events/drag-and-drop-autoscroll-mainframe-expected.txt | 
| +++ b/LayoutTests/fast/events/drag-and-drop-autoscroll-mainframe-expected.txt | 
| @@ -1,16 +1,16 @@ | 
| state=START | 
| state=NE | 
| -PASS document.body.scrollLeft > 0 is true | 
| -PASS !document.body.scrollTop is true | 
| +PASS document.scrollingElement.scrollLeft > 0 is true | 
| +PASS !document.scrollingElement.scrollTop is true | 
| state=SE | 
| -PASS document.body.scrollLeft > 0 is true | 
| -PASS document.body.scrollTop > 0 is true | 
| +PASS document.scrollingElement.scrollLeft > 0 is true | 
| +PASS document.scrollingElement.scrollTop > 0 is true | 
| state=SW | 
| -PASS document.body.scrollLeft < lastScrollLeft is true | 
| -PASS document.body.scrollTop > 0 is true | 
| +PASS document.scrollingElement.scrollLeft < lastScrollLeft is true | 
| +PASS document.scrollingElement.scrollTop > 0 is true | 
| state=NW | 
| -PASS document.body.scrollLeft <= lastScrollLeft is true | 
| -PASS document.body.scrollTop < lastScrollTop is true | 
| +PASS document.scrollingElement.scrollLeft <= lastScrollLeft is true | 
| +PASS document.scrollingElement.scrollTop < lastScrollTop is true | 
| PASS successfullyParsed is true | 
|  | 
| TEST COMPLETE | 
|  |