Chromium Code Reviews| Index: LayoutTests/virtual/slimmingpaint/fast/repaint/inline-outline-repaint-2-expected.txt |
| diff --git a/LayoutTests/virtual/slimmingpaint/fast/repaint/inline-outline-repaint-2-expected.txt b/LayoutTests/virtual/slimmingpaint/fast/repaint/inline-outline-repaint-2-expected.txt |
| deleted file mode 100644 |
| index bb95ef6a3ea584f45916ed8d5a07505d9c9c0e3d..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/virtual/slimmingpaint/fast/repaint/inline-outline-repaint-2-expected.txt |
| +++ /dev/null |
| @@ -1,21 +0,0 @@ |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "repaintRects": [ |
| - [215, 0, 40, 10], |
| - [210, -5, 50, 20] |
| - ], |
| - "paintInvalidationClients": [ |
| - "LayoutInline SPAN", |
| - "InlineFlowBox", |
| - "LayoutText #text", |
| - "InlineTextBox 'Test'" |
| - ] |
| - } |
| - ] |
| -} |
| - |