Index: third_party/WebKit/LayoutTests/fast/repaint/vertical-align1-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/vertical-align1-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/vertical-align1-expected.txt |
deleted file mode 100644 |
index 096a57f0e781f8aba7ff32f9c5b7d501b029fff9..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/vertical-align1-expected.txt |
+++ /dev/null |
@@ -1,67 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow BODY", |
- "rect": [0, 0, 800, 104], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='target'", |
- "rect": [20, 0, 100, 100], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV class='other'", |
- "rect": [120, 80, 20, 20], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV class='other'", |
- "rect": [120, 34, 20, 20], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV class='other'", |
- "rect": [0, 80, 20, 20], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV class='other'", |
- "rect": [0, 34, 20, 20], |
- "reason": "forced by layout" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow BODY", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV class='other'", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='target'", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV class='other'", |
- "reason": "forced by layout" |
- } |
- ] |
-} |
- |