Chromium Code Reviews| Index: LayoutTests/platform/linux/virtual/slimmingpaint/fast/repaint/create-layer-repaint-expected.txt |
| diff --git a/LayoutTests/platform/linux/virtual/slimmingpaint/fast/repaint/create-layer-repaint-expected.txt b/LayoutTests/platform/linux/virtual/slimmingpaint/fast/repaint/create-layer-repaint-expected.txt |
| deleted file mode 100644 |
| index 404525729ebfb05324acbbc9e714357d1296a80b..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/platform/linux/virtual/slimmingpaint/fast/repaint/create-layer-repaint-expected.txt |
| +++ /dev/null |
| @@ -1,18 +0,0 @@ |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "repaintRects": [ |
| - [28, 56, 500, 50], |
| - [28, 56, 250, 50] |
| - ], |
| - "paintInvalidationClients": [ |
| - "LayoutBlockFlow DIV id='test' class='stretchy'" |
| - ] |
| - } |
| - ] |
| -} |
| - |