| Index: third_party/WebKit/LayoutTests/fast/repaint/content-into-overflow.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/content-into-overflow.html b/third_party/WebKit/LayoutTests/fast/repaint/content-into-overflow.html
|
| index 8f605a7a41a2ff3345b91c2507cf15249e42f931..5f307b8f2f6b14b4447b8df19f69bbd460d2af15 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/content-into-overflow.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/content-into-overflow.html
|
| @@ -10,7 +10,7 @@
|
| #main-content { float: left; width: 100px; height: 80px; }
|
| #target3 { display: none; clear: both; height: 20px; background: green; }
|
| </style>
|
| - <script src="resources/text-based-repaint.js" type="text/javascript"></script>
|
| + <script src="resources/repaint.js" type="text/javascript"></script>
|
| <script>
|
| function repaintTest()
|
| {
|
|
|