| Index: third_party/WebKit/LayoutTests/fast/repaint/outline-repaint-glitch.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/outline-repaint-glitch.html b/third_party/WebKit/LayoutTests/fast/repaint/outline-repaint-glitch.html
|
| index 9e7619683d89a30ce95bb5227aaf22f5f408ea84..e42006d6d86f3b18716a024401684aa930c1b75b 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/outline-repaint-glitch.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/outline-repaint-glitch.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()
|
| {
|
|
|