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