Chromium Code Reviews| Index: LayoutTests/virtual/slimmingpaint/fast/repaint/subtree-root-clip-3-expected.txt |
| diff --git a/LayoutTests/virtual/slimmingpaint/fast/repaint/subtree-root-clip-3-expected.txt b/LayoutTests/virtual/slimmingpaint/fast/repaint/subtree-root-clip-3-expected.txt |
| deleted file mode 100644 |
| index 33a295f3a2405dca281941912b2e6bbe5d1fb184..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/virtual/slimmingpaint/fast/repaint/subtree-root-clip-3-expected.txt |
| +++ /dev/null |
| @@ -1,19 +0,0 @@ |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "repaintRects": [ |
| - [15, 60, 100, 100], |
| - [15, 60, 100, 100] |
| - ], |
| - "paintInvalidationClients": [ |
| - "LayoutBlockFlow DIV", |
| - "LayoutBlockFlow DIV id='target'" |
| - ] |
| - } |
| - ] |
| -} |
| - |