| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-filter.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-filter.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-filter.html
|
| deleted file mode 100644
|
| index ad177d827bdb7cd181d576ffd720a29997ee4f74..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-filter.html
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -<!-- Based on compositing/repaint/should-not-repaint-composited-filter.html -->
|
| -<!DOCTYPE html>
|
| -<style>
|
| -#composited-box {
|
| - backface-visibility: hidden;
|
| - width: 100px;
|
| - height: 100px;
|
| - background-color: green;
|
| - -webkit-filter: invert(70%);
|
| -}
|
| -</style>
|
| -<script src="resources/paint-invalidation-test.js"></script>
|
| -<script>
|
| -function paintInvalidationTest() {
|
| - document.getElementById('composited-box').style.webkitFilter = 'invert(100%)';
|
| -}
|
| -window.onload = runPaintInvalidationTest;
|
| -</script>
|
| -<div id="composited-box"></div>
|
|
|