Chromium Code Reviews| Index: LayoutTests/virtual/slimmingpaint/fast/repaint/resize-with-border-expected.txt |
| diff --git a/LayoutTests/virtual/slimmingpaint/fast/repaint/resize-with-border-expected.txt b/LayoutTests/virtual/slimmingpaint/fast/repaint/resize-with-border-expected.txt |
| deleted file mode 100644 |
| index 91811ef8d46ae3caeb97dc4860ac01d6c8d4c244..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/virtual/slimmingpaint/fast/repaint/resize-with-border-expected.txt |
| +++ /dev/null |
| @@ -1,18 +0,0 @@ |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "repaintRects": [ |
| - [320, 100, 200, 220], |
| - [310, 100, 210, 220] |
| - ], |
| - "paintInvalidationClients": [ |
| - "LayoutBlockFlow (positioned) DIV id='div'" |
| - ] |
| - } |
| - ] |
| -} |
| - |