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