| Index: LayoutTests/fast/css/resize-corner-tracking-touch.html
|
| diff --git a/LayoutTests/fast/css/resize-corner-tracking-touch.html b/LayoutTests/fast/css/resize-corner-tracking-touch.html
|
| index 673a3f1b859a401174863e82b3a6ded4e7877ec8..55e47d433ea2fad97f3881238207d9bdac34b4ec 100644
|
| --- a/LayoutTests/fast/css/resize-corner-tracking-touch.html
|
| +++ b/LayoutTests/fast/css/resize-corner-tracking-touch.html
|
| @@ -51,7 +51,7 @@
|
| return;
|
|
|
| // Scroll the page first to test that resize works with scrolled page.
|
| - document.body.scrollTop = 50;
|
| + document.scrollingElement.scrollTop = 50;
|
|
|
| // 1. Touch scrolling starting at outside of the object, e.g. offset (6, 7)
|
| // to bottom right corner of the object, won't do the resize.
|
| @@ -67,7 +67,7 @@
|
| resize("textarea1", -20, -20, 20, 10, "resize");
|
|
|
| // Scroll the page again
|
| - document.body.scrollTop += 100;
|
| + document.scrollingElement.scrollTop += 100;
|
|
|
| resize("iframe1", -6, -7, 20, 10, "resize");
|
| resize("iframe1", -20, -20, 20, 10, "resize");
|
|
|