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