Chromium Code Reviews| Index: LayoutTests/virtual/slimmingpaint/fast/repaint/invisible-objects-expected.txt |
| diff --git a/LayoutTests/virtual/slimmingpaint/fast/repaint/invisible-objects-expected.txt b/LayoutTests/virtual/slimmingpaint/fast/repaint/invisible-objects-expected.txt |
| deleted file mode 100644 |
| index 691c59ef1121ecc454fbf9e2d5ab0beca1c3078e..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/virtual/slimmingpaint/fast/repaint/invisible-objects-expected.txt |
| +++ /dev/null |
| @@ -1,17 +0,0 @@ |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "paintInvalidationClients": [ |
| - "InlineTextBox ''", |
| - "RootInlineBox", |
| - "LayoutText #text", |
| - "InlineTextBox 'is invisible'" |
| - ] |
| - } |
| - ] |
| -} |
| - |