| Index: LayoutTests/paint/invalidation/spv2/fixed-table-overflow-expected.html
|
| diff --git a/LayoutTests/fast/repaint/fixed-table-overflow.html b/LayoutTests/paint/invalidation/spv2/fixed-table-overflow-expected.html
|
| similarity index 89%
|
| copy from LayoutTests/fast/repaint/fixed-table-overflow.html
|
| copy to LayoutTests/paint/invalidation/spv2/fixed-table-overflow-expected.html
|
| index cd300210646a2b5eccf40a2d6aabb0cbb072142d..12140538c1cf83da18fcf5ae45b8cb7bb86d1c39 100644
|
| --- a/LayoutTests/fast/repaint/fixed-table-overflow.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/fixed-table-overflow-expected.html
|
| @@ -1,12 +1,11 @@
|
| <html>
|
| <head>
|
| - <link rel="stylesheet" href="resources/default.css">
|
| + <link rel="stylesheet" href="../../../fast/repaint/resources/default.css">
|
| <style>
|
| table { top: 0px; left: 0px; border-spacing: 0px; position: absolute; }
|
| 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>
|
| if (window.testRunner)
|
| testRunner.dumpAsTextWithPixelResults();
|
|
|