| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/filter-repaint-on-accelerated-layer-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/filter-repaint-on-accelerated-layer-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/filter-repaint-on-accelerated-layer-expected.html
|
| deleted file mode 100644
|
| index 1a4d2791bd139b37320d5ad460e973220f777e41..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/filter-repaint-on-accelerated-layer-expected.html
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<style>
|
| -div {
|
| - width: 200px;
|
| - height: 200px;
|
| -}
|
| -
|
| -.blur {
|
| - -webkit-filter: blur(10px);
|
| -}
|
| -
|
| -.accelerated {
|
| - transform: translateZ(0);
|
| -}
|
| -
|
| -#resize {
|
| - background-color: green;
|
| - width: 100px;
|
| -}
|
| -</style>
|
| -
|
| -<div class="blur">
|
| - <div class="accelerated" id="resize"></div>
|
| -</div>
|
|
|