| Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-table-overflow.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-table-overflow.html b/third_party/WebKit/LayoutTests/fast/repaint/fixed-table-overflow.html
|
| index cd300210646a2b5eccf40a2d6aabb0cbb072142d..aa435ec15a42156b93ed678bd884b22fcbc9332f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-table-overflow.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-table-overflow.html
|
| @@ -6,7 +6,7 @@
|
| td { background: green; padding: 0px; border-style: none; border: 0px; }
|
| td.fixed { position: fixed; left: 100px; top: 0px; }
|
| </style>
|
| - <script src="resources/text-based-repaint.js"></script>
|
| + <script src="resources/repaint.js"></script>
|
| <script>
|
| if (window.testRunner)
|
| testRunner.dumpAsTextWithPixelResults();
|
|
|