| Index: third_party/WebKit/LayoutTests/fast/repaint/box-shadow-dynamic.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/box-shadow-dynamic.html b/third_party/WebKit/LayoutTests/fast/repaint/box-shadow-dynamic.html
|
| index 9237da17afbecea8f29cc247276d7b67c4d1d569..27dd0510fcd6a9b70afe160959ae13921f01a641 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/box-shadow-dynamic.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/box-shadow-dynamic.html
|
| @@ -5,7 +5,7 @@
|
| <style type="text/css">
|
| div.test { width: 50px; height: 100px; 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()
|
| {
|
|
|