| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/repaint-via-layout-offset-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/repaint-via-layout-offset-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/repaint-via-layout-offset-expected.html
|
| deleted file mode 100644
|
| index 6d416a3f13ab1442b99c87ed0b512c72d804ed29..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/repaint-via-layout-offset-expected.html
|
| +++ /dev/null
|
| @@ -1,26 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<style>
|
| -#container {
|
| - position: absolute;
|
| - z-index: 0;
|
| - left: 50px;
|
| - top: 50px;
|
| -}
|
| -
|
| -.child {
|
| - position: absolute;
|
| - width: 40px;
|
| - height: 40px;
|
| - background-color: red;
|
| -}
|
| -
|
| -.embiggen {
|
| - width: 50px;
|
| - height: 50px;
|
| - background-color: green;
|
| -}
|
| -</style>
|
| -<div style="width:200px; height:200px; background-color: lightblue"></div>
|
| -<div id="container">
|
| - <span class="child embiggen"></span>
|
| -</div>
|
|
|