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

Unified Diff: LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html

Issue 891523002: ScrollTopLeftInterop should not be marked experimental (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates Created 5 years, 11 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 6acb7e2a577e30da65a30488b1712c54984e5e49..7d051e66f3828fcf688b8bbac97676282d7f4788 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.documentElement.scrollTop = 20;
+ document.body.scrollTop = 20;
}
</script>
<body onload="runRepaintTest()">

Powered by Google App Engine
This is Rietveld 408576698