| Index: third_party/WebKit/LayoutTests/fast/repaint/reflection-invalidation-after-display.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/reflection-invalidation-after-display.html b/third_party/WebKit/LayoutTests/fast/repaint/reflection-invalidation-after-display.html
|
| index c06f95e61c8b7f0f7db7f50646d03479421733a0..0aa24d397e62ee6bc925353e35edf4e7c2a92a80 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/reflection-invalidation-after-display.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/reflection-invalidation-after-display.html
|
| @@ -18,7 +18,7 @@
|
| There should be only one green box below.
|
| -->
|
| <div class="green reflected box" id="box"></div>
|
| -<script src="resources/text-based-repaint.js"></script>
|
| +<script src="resources/repaint.js"></script>
|
| <script>
|
| function repaintTest() {
|
| var box = document.getElementById('box');
|
|
|