| Index: third_party/WebKit/LayoutTests/fast/repaint/outline-inset.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/outline-inset.html b/third_party/WebKit/LayoutTests/fast/repaint/outline-inset.html
|
| index 5f5b3acf91815151dcea133ac00fcda7e23f8379..1b275996b362a7f9a5e8e5300b72a4c74affb4d5 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/outline-inset.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/outline-inset.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()
|
| {
|
|
|