Index: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-document-element-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-document-element-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-document-element-expected.txt |
deleted file mode 100644 |
index a9bc1a73e2ce6f0d31a2310794aeaa48ea6a8767..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-document-element-expected.txt |
+++ /dev/null |
@@ -1,81 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#008000", |
- "paintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "rect": [0, 0, 800, 600], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) HTML class='changed'", |
- "rect": [0, 0, 800, 50], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutBlockFlow P", |
- "rect": [8, 16, 784, 18], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) HTML class='changed'", |
- "rect": [100, 100, 451, 50], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutBlockFlow P", |
- "rect": [108, 116, 435, 18], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [108, 116, 435, 18], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [8, 16, 435, 18], |
- "reason": "forced by layout" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) HTML class='changed'", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutBlockFlow BODY", |
- "reason": "location change" |
- }, |
- { |
- "object": "LayoutBlockFlow P", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutText #text", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'", |
- "reason": "forced by layout" |
- } |
- ] |
-} |
- |