Chromium Code Reviews| Index: LayoutTests/virtual/slimmingpaint/fast/repaint/multicol-with-abspos-expected.txt |
| diff --git a/LayoutTests/virtual/slimmingpaint/fast/repaint/multicol-with-abspos-expected.txt b/LayoutTests/virtual/slimmingpaint/fast/repaint/multicol-with-abspos-expected.txt |
| deleted file mode 100644 |
| index 21bf1f33d968cd9a6a0c1ca3b22f74756c0169ec..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/virtual/slimmingpaint/fast/repaint/multicol-with-abspos-expected.txt |
| +++ /dev/null |
| @@ -1,20 +0,0 @@ |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "repaintRects": [ |
| - [0, 580, 80, 20], |
| - [0, 580, 80, 20] |
| - ], |
| - "paintInvalidationClients": [ |
| - "LayoutBlockFlow (positioned) DIV id='target'", |
| - "LayoutText #text", |
| - "InlineTextBox 'PASS'" |
| - ] |
| - } |
| - ] |
| -} |
| - |