| Index: third_party/WebKit/LayoutTests/fast/repaint/table-two-pass-layout-overpaint.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-two-pass-layout-overpaint.html b/third_party/WebKit/LayoutTests/fast/repaint/table-two-pass-layout-overpaint.html
|
| index d049351b0ccc1f3f6834388f1363aebbc38d240f..946b03d51dee41ebd7c3eecdadee8a4b3e9823a7 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/table-two-pass-layout-overpaint.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/table-two-pass-layout-overpaint.html
|
| @@ -5,7 +5,7 @@
|
| td { width: 100px; height: 50px; }
|
| div#target { height: 25px; background-color: lightgreen; }
|
| </style>
|
| - <script src="resources/text-based-repaint.js"></script>
|
| + <script src="resources/repaint.js"></script>
|
| <script>
|
| function repaintTest()
|
| {
|
|
|