| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-descendants-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-descendants-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-descendants-expected.html
|
| deleted file mode 100644
|
| index 6d63878ded8297ac9e66d2dead98105470b29f56..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-descendants-expected.html
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<style>
|
| -#composited-box {
|
| - position: absolute;
|
| - background-color: green;
|
| - clip: rect(30px, 120px, 120px, 30px);
|
| -}
|
| -.child {
|
| - width: 50px;
|
| - height: 50px;
|
| - background-color: green;
|
| -}
|
| -</style>
|
| -<div id="composited-box">
|
| - <div class="child"></div>
|
| - <div class="child"></div>
|
| -</div>
|
|
|