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

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

Issue 1216953003: Promote scrollTopLeftInterop mode to experimental (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove fixes moved to other patches Created 5 years, 4 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 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");

Powered by Google App Engine
This is Rietveld 408576698