Index: third_party/WebKit/LayoutTests/platform/android/fast/repaint/inline-relative-positioned-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/android/fast/repaint/inline-relative-positioned-expected.txt b/third_party/WebKit/LayoutTests/platform/android/fast/repaint/inline-relative-positioned-expected.txt |
deleted file mode 100644 |
index 34c6e09619f3f5f34f31e8a74e8f9739881fb94a..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/android/fast/repaint/inline-relative-positioned-expected.txt |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "repaintRects": [ |
- [8, 88, 100, 100], |
- [8, 88, 100, 100] |
- ], |
- "paintInvalidationClients": [ |
- "InlineTextBox ''", |
- "RootInlineBox", |
- "LayoutBlockFlow DIV id='target'", |
- "LayoutText #text", |
- "InlineTextBox 'a'" |
- ] |
- } |
- ] |
-} |
- |