| Index: LayoutTests/fast/events/scale-and-scroll-iframe-window.html
|
| diff --git a/LayoutTests/fast/events/scale-and-scroll-iframe-window.html b/LayoutTests/fast/events/scale-and-scroll-iframe-window.html
|
| index 13f4a7e6cb098dbc2336be438182b6f6dd53fbc4..a9667a6986bf17eb808429ae400b82fe0bb8710d 100644
|
| --- a/LayoutTests/fast/events/scale-and-scroll-iframe-window.html
|
| +++ b/LayoutTests/fast/events/scale-and-scroll-iframe-window.html
|
| @@ -14,8 +14,8 @@
|
| var frame = document.getElementById('frame');
|
| frame.contentWindow.scrollTo(100,100);
|
|
|
| - shouldBe("frame.contentDocument.body.scrollTop", "100");
|
| - shouldBe("frame.contentDocument.body.scrollLeft", "100");
|
| + shouldBe("frame.contentDocument.scrollingElement.scrollTop", "100");
|
| + shouldBe("frame.contentDocument.scrollingElement.scrollLeft", "100");
|
| shouldBe("frame.contentWindow.scrollX", "100");
|
| shouldBe("frame.contentWindow.scrollY", "100");
|
| }
|
|
|