Chromium Code Reviews| Index: LayoutTests/platform/win/virtual/slimmingpaint/fast/repaint/layout-state-relative-expected.txt |
| diff --git a/LayoutTests/platform/win/virtual/slimmingpaint/fast/repaint/layout-state-relative-expected.txt b/LayoutTests/platform/win/virtual/slimmingpaint/fast/repaint/layout-state-relative-expected.txt |
| deleted file mode 100644 |
| index ca8fd17832bb59fb77854b5c44dc26fe96e2add3..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/platform/win/virtual/slimmingpaint/fast/repaint/layout-state-relative-expected.txt |
| +++ /dev/null |
| @@ -1,23 +0,0 @@ |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "repaintRects": [ |
| - [8, 150, 784, 17], |
| - [8, 150, 39, 17], |
| - [8, 150, 36, 17] |
| - ], |
| - "paintInvalidationClients": [ |
| - "InlineTextBox ''", |
| - "RootInlineBox", |
| - "LayoutBlockFlow (relative positioned) DIV id='target'", |
| - "LayoutText #text", |
| - "InlineTextBox 'PASS'" |
| - ] |
| - } |
| - ] |
| -} |
| - |