| Index: LayoutTests/fast/events/autoscroll-should-not-stop-on-keypress.html
|
| diff --git a/LayoutTests/fast/events/autoscroll-should-not-stop-on-keypress.html b/LayoutTests/fast/events/autoscroll-should-not-stop-on-keypress.html
|
| index 52223bb1433119feff35bf768ea2e8345503a509..a9d8d871f770a5fb7f9844681f46b20fb25a1f81 100644
|
| --- a/LayoutTests/fast/events/autoscroll-should-not-stop-on-keypress.html
|
| +++ b/LayoutTests/fast/events/autoscroll-should-not-stop-on-keypress.html
|
| @@ -83,7 +83,7 @@ function test() {
|
| }
|
|
|
| function testAutoScroll() {
|
| - shouldBe('frame.contentDocument.body.scrollTop + frame.clientHeight', 'frame.contentDocument.body.scrollHeight');
|
| + shouldBe('frame.contentDocument.scrollingElement.scrollTop + frame.clientHeight', 'frame.contentDocument.scrollingElement.scrollHeight');
|
| finishJSTest();
|
| }
|
|
|
|
|