| Index: third_party/WebKit/LayoutTests/fast/repaint/textarea-resize-property-change.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/textarea-resize-property-change.html b/third_party/WebKit/LayoutTests/fast/repaint/textarea-resize-property-change.html
|
| index d9f4dce24e38ae0a2269d926c904e37de0688151..36a59d90220282e3590ce1f8aa675e0bf6ac6c96 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/textarea-resize-property-change.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/textarea-resize-property-change.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('textarea').style.resize = 'auto';
|
|
|