| Index: third_party/WebKit/LayoutTests/fast/repaint/button-inner-no-repaint.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/button-inner-no-repaint.html b/third_party/WebKit/LayoutTests/fast/repaint/button-inner-no-repaint.html
|
| index eedd35e9c3f68d242630026d54016cf9455da966..56e7386177ae966e81d0d983b3f9290e4860ec87 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/button-inner-no-repaint.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/button-inner-no-repaint.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.getElementsByTagName('button')[0].style.maxWidth = '1000px';
|
|
|