Chromium Code Reviews| Index: LayoutTests/virtual/slimmingpaint/fast/repaint/absolute-margin-change-repaint-expected.txt |
| diff --git a/LayoutTests/virtual/slimmingpaint/fast/repaint/absolute-margin-change-repaint-expected.txt b/LayoutTests/virtual/slimmingpaint/fast/repaint/absolute-margin-change-repaint-expected.txt |
| deleted file mode 100644 |
| index a6a11fc70fe2a437835571e04cd6a3a92d0f1641..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/virtual/slimmingpaint/fast/repaint/absolute-margin-change-repaint-expected.txt |
| +++ /dev/null |
| @@ -1,18 +0,0 @@ |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "repaintRects": [ |
| - [0, 60, 100, 100], |
| - [0, 40, 100, 100] |
| - ], |
| - "paintInvalidationClients": [ |
| - "LayoutBlockFlow (positioned) DIV id='test'" |
| - ] |
| - } |
| - ] |
| -} |
| - |