Chromium Code Reviews| Index: LayoutTests/virtual/slimmingpaint/fast/repaint/text-in-relative-positioned-inline-expected.txt |
| diff --git a/LayoutTests/virtual/slimmingpaint/fast/repaint/text-in-relative-positioned-inline-expected.txt b/LayoutTests/virtual/slimmingpaint/fast/repaint/text-in-relative-positioned-inline-expected.txt |
| deleted file mode 100644 |
| index ce320c00fa5cf2026048855d0c2b9709d6341c5e..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/virtual/slimmingpaint/fast/repaint/text-in-relative-positioned-inline-expected.txt |
| +++ /dev/null |
| @@ -1,23 +0,0 @@ |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "repaintRects": [ |
| - [8, 8, 200, 100], |
| - [8, 8, 200, 100] |
| - ], |
| - "paintInvalidationClients": [ |
| - "InlineTextBox 'ab'", |
| - "LayoutText #text", |
| - "InlineFlowBox", |
| - "LayoutInline (relative positioned) SPAN id='target'", |
| - "LayoutText #text", |
| - "RootInlineBox" |
| - ] |
| - } |
| - ] |
| -} |
| - |