Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: LayoutTests/fast/scroll-behavior/main-frame-scroll-in-standards-mode.html

Issue 1133693002: Update most LayoutTests to be agnostic to scrollTopLeftInterop mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tdresser cr feedback Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698