| Index: third_party/WebKit/LayoutTests/fast/repaint/backgroundSizeRepaint.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/backgroundSizeRepaint.html b/third_party/WebKit/LayoutTests/fast/repaint/backgroundSizeRepaint.html
|
| index 01893668432c851e7aa44aa892b59ce630210647..129b520302c08d79423de4d86647cd346b42d750 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/backgroundSizeRepaint.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/backgroundSizeRepaint.html
|
| @@ -5,7 +5,7 @@
|
| <style type="text/css">
|
| div.test { width: 200px; height: 120px; border: 1px solid blue; padding: 10px; }
|
| </style>
|
| - <script src="resources/text-based-repaint.js" type="text/javascript"></script>
|
| + <script src="resources/repaint.js" type="text/javascript"></script>
|
| <script type="text/javascript">
|
| function repaintTest()
|
| {
|
|
|