Index: third_party/WebKit/LayoutTests/fast/images/do-not-paint-below-image-baseline-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/images/do-not-paint-below-image-baseline-expected.txt b/third_party/WebKit/LayoutTests/fast/images/do-not-paint-below-image-baseline-expected.txt |
deleted file mode 100644 |
index 6132ff95309d4e89969e9f7ef8e5a8be4f242f35..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/images/do-not-paint-below-image-baseline-expected.txt |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutImage IMG", |
- "rect": [50, 50, 259, 194], |
- "reason": "style change" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutImage IMG", |
- "reason": "style change" |
- } |
- ] |
-} |
- |