| Index: LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-filter.html
|
| diff --git a/LayoutTests/compositing/repaint/should-not-repaint-composited-filter.html b/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-filter.html
|
| similarity index 54%
|
| copy from LayoutTests/compositing/repaint/should-not-repaint-composited-filter.html
|
| copy to LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-filter.html
|
| index 6120bbc6e674f042d90a7e3a880e7cb7d2cf91fe..6726d90dbcf4c98ed94a48212417064befda75d3 100644
|
| --- a/LayoutTests/compositing/repaint/should-not-repaint-composited-filter.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-filter.html
|
| @@ -1,3 +1,4 @@
|
| +<!-- Based on compositing/repaint/should-not-repaint-composited-filter.html -->
|
| <!DOCTYPE html>
|
| <style>
|
| #composited-box {
|
| @@ -8,11 +9,13 @@
|
| -webkit-filter: invert(70%);
|
| }
|
| </style>
|
| -<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| +<script src="resources/paint-invalidation-test.js"></script>
|
| <script>
|
| -function repaintTest() {
|
| +window.expectedPaintInvalidationObjects = [
|
| +];
|
| +function paintInvalidationTest() {
|
| document.getElementById('composited-box').style.webkitFilter = 'invert(100%)';
|
| }
|
| -window.onload = runRepaintTest;
|
| +window.onload = runPaintInvalidationTest;
|
| </script>
|
| <div id="composited-box"></div>
|
|
|