| Index: LayoutTests/fast/scroll-behavior/main-frame-scroll-in-standards-mode.html
|
| diff --git a/LayoutTests/fast/scroll-behavior/main-frame-scroll-in-standards-mode.html b/LayoutTests/fast/scroll-behavior/main-frame-scroll-in-standards-mode.html
|
| index aea2a489ce5175a5b7c3622eed7a6c9d162b8854..f25792f9d2067d481e98bc434c0fb2b7be8f52da 100644
|
| --- a/LayoutTests/fast/scroll-behavior/main-frame-scroll-in-standards-mode.html
|
| +++ b/LayoutTests/fast/scroll-behavior/main-frame-scroll-in-standards-mode.html
|
| @@ -11,9 +11,7 @@
|
| <script src="../../resources/js-test.js"></script>
|
| <script>
|
| onload = function() {
|
| - description('Test that calling scroll methods on the body element does not scroll the viewport in standards mode. Currently expected to fail: crbug.com/157855');
|
| -
|
| -
|
| + description('Test that calling scroll methods on the body element does not scroll the viewport in standards mode.');
|
| debug('Test that "scroll" on the body element does not scroll');
|
| document.body.scroll(100, 100);
|
| shouldBe("document.body.scrollTop", "0");
|
|
|