| Index: LayoutTests/fast/events/scale-and-scroll-window.html
|
| diff --git a/LayoutTests/fast/events/scale-and-scroll-window.html b/LayoutTests/fast/events/scale-and-scroll-window.html
|
| index 0f151222ae8a7d6d968420084825777bc42dca3f..cf80442d50ff2ede1e39d29e1da4d9cac94e74bd 100644
|
| --- a/LayoutTests/fast/events/scale-and-scroll-window.html
|
| +++ b/LayoutTests/fast/events/scale-and-scroll-window.html
|
| @@ -15,8 +15,8 @@
|
| // than device pixels.
|
| window.scrollTo(100,100);
|
|
|
| - shouldBe("window.document.body.scrollTop", "100");
|
| - shouldBe("window.document.body.scrollLeft", "100");
|
| + shouldBe("window.document.scrollingElement.scrollTop", "100");
|
| + shouldBe("window.document.scrollingElement.scrollLeft", "100");
|
| shouldBe("window.scrollX", "100");
|
| shouldBe("window.scrollY", "100");
|
| }
|
|
|