Index: third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline-expected.txt |
deleted file mode 100644 |
index 6beb047bc72867ef8fc838f8da992ff2bbb320b3..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline-expected.txt |
+++ /dev/null |
@@ -1,44 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV", |
- "rect": [108, 8, 684, 100], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutInline (relative positioned) SPAN id='target'", |
- "rect": [8, 8, 200, 100], |
- "reason": "layoutObject removal" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [8, 8, 200, 100], |
- "reason": "layoutObject removal" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutText #text", |
- "reason": "layoutObject removal" |
- }, |
- { |
- "object": "LayoutInline (relative positioned) SPAN id='target'", |
- "reason": "layoutObject removal" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "reason": "forced by layout" |
- } |
- ] |
-} |
- |