Chromium Code Reviews| Index: LayoutTests/virtual/slimmingpaint/fast/repaint/create-layer-repaint-expected.txt |
| diff --git a/LayoutTests/virtual/slimmingpaint/fast/repaint/create-layer-repaint-expected.txt b/LayoutTests/virtual/slimmingpaint/fast/repaint/create-layer-repaint-expected.txt |
| deleted file mode 100644 |
| index ac5faacffca7d3ecff03d9fecb100964da78436e..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/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, 54, 500, 50], |
| - [28, 54, 250, 50] |
| - ], |
| - "paintInvalidationClients": [ |
| - "LayoutBlockFlow DIV id='test' class='stretchy'" |
| - ] |
| - } |
| - ] |
| -} |
| - |