| Index: third_party/WebKit/LayoutTests/fast/repaint/destroy-scrollbar.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/destroy-scrollbar.html b/third_party/WebKit/LayoutTests/fast/repaint/destroy-scrollbar.html
|
| index c930527a1384f9a1a863640f16abb32fbc7ec5e6..0957adcadf60eb7450ce6210fb780158f6881e08 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/destroy-scrollbar.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/destroy-scrollbar.html
|
| @@ -1,5 +1,5 @@
|
| <!DOCTYPE html>
|
| -<script src="resources/text-based-repaint.js"></script>
|
| +<script src="resources/repaint.js"></script>
|
| <script>
|
| function repaintTest() {
|
| document.getElementById('content').style.height = '100px';
|
|
|