| 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 0e530f169ad0ade12641ef18ddd098ad27e80149..aea2a489ce5175a5b7c3622eed7a6c9d162b8854 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,7 +11,8 @@
|
| <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');
|
| + 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');
|
| +
|
|
|
| debug('Test that "scroll" on the body element does not scroll');
|
| document.body.scroll(100, 100);
|
|
|