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

Unified Diff: LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.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/repaint/resources/iframe-scroll-repaint-iframe.html
diff --git a/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html b/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html
index 7d051e66f3828fcf688b8bbac97676282d7f4788..affb63f6f5e63a92bad2bb365447fa0c2f056e0f 100644
--- a/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html
+++ b/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html
@@ -3,7 +3,7 @@
<script src="text-based-repaint.js"></script>
<script>
function repaintTest() {
- document.body.scrollTop = 20;
+ document.scrollingElement.scrollTop = 20;
}
</script>
<body onload="runRepaintTest()">

Powered by Google App Engine
This is Rietveld 408576698