Index: third_party/WebKit/LayoutTests/fast/repaint/positioned-list-offset-change-repaint-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/positioned-list-offset-change-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/positioned-list-offset-change-repaint-expected.txt |
deleted file mode 100644 |
index b21cb4bce9acfc4353b7207d959a60c2125fc7c2..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/positioned-list-offset-change-repaint-expected.txt |
+++ /dev/null |
@@ -1,47 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutListItem (positioned) LI", |
- "rect": [8, 60, 214, 236], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutImage IMG", |
- "rect": [8, 60, 214, 232], |
- "reason": "forced by layout" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutListItem (positioned) LI", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutListMarker (anonymous)", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutImage IMG", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutText #text", |
- "reason": "location change" |
- } |
- ] |
-} |
- |