| Index: third_party/WebKit/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html b/third_party/WebKit/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html
|
| index affb63f6f5e63a92bad2bb365447fa0c2f056e0f..4f944d2a3633c15df0b72411d70935bc0516108e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html
|
| @@ -1,6 +1,6 @@
|
| <!DOCTYPE html>
|
| <html style="background-color:#eeeeee; overflow:hidden">
|
| -<script src="text-based-repaint.js"></script>
|
| +<script src="repaint.js"></script>
|
| <script>
|
| function repaintTest() {
|
| document.scrollingElement.scrollTop = 20;
|
|
|