| Index: LayoutTests/paint/invalidation/spv2/filter-invalidation-after-display-expected.html
|
| diff --git a/LayoutTests/fast/repaint/filter-invalidation-after-display.html b/LayoutTests/paint/invalidation/spv2/filter-invalidation-after-display-expected.html
|
| similarity index 55%
|
| copy from LayoutTests/fast/repaint/filter-invalidation-after-display.html
|
| copy to LayoutTests/paint/invalidation/spv2/filter-invalidation-after-display-expected.html
|
| index efb928ea07052f9ed37dfaf36838718d076a8425..f51796acdbb02e9026bdb6c94d44bcbbc41650f5 100644
|
| --- a/LayoutTests/fast/repaint/filter-invalidation-after-display.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/filter-invalidation-after-display-expected.html
|
| @@ -17,12 +17,4 @@
|
| This test checks that we correctly invalidate filters when they are removed.
|
| There should be no red below.
|
| -->
|
| -<div class="green drop-shadowed box" id="box"></div>
|
| -<script src="resources/text-based-repaint.js"></script>
|
| -<script>
|
| -function repaintTest() {
|
| - var box = document.getElementById('box');
|
| - box.classList.toggle('drop-shadowed');
|
| -}
|
| -window.onload = runRepaintTest;
|
| -</script>
|
| +<div class="green box" id="box"></div>
|
|
|