Index: third_party/WebKit/LayoutTests/platform/win/compositing/squashing/iframe-inside-squashed-layer-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/compositing/squashing/iframe-inside-squashed-layer-expected.txt b/third_party/WebKit/LayoutTests/platform/win/compositing/squashing/iframe-inside-squashed-layer-expected.txt |
deleted file mode 100644 |
index a34ee3f0740927381a4df0f17ae2a407ac232f04..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/win/compositing/squashing/iframe-inside-squashed-layer-expected.txt |
+++ /dev/null |
@@ -1,106 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [785, 1016], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [785, 1016], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "name": "Squashing Containment Layer", |
- "shouldFlattenTransform": false, |
- "children": [ |
- { |
- "name": "LayoutBlockFlow DIV id='foo'", |
- "position": [8, 8], |
- "bounds": [200, 1000], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#D3D3D3" |
- }, |
- { |
- "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV)", |
- "position": [8, 0], |
- "bounds": [300, 653], |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "rect": [0, 500, 300, 150], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutBlockFlow HTML", |
- "rect": [0, 500, 300, 34], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow HTML", |
- "rect": [0, 500, 285, 150], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow BODY", |
- "rect": [8, 508, 284, 18], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow BODY", |
- "rect": [8, 508, 269, 142], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [8, 508, 31, 17], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutView #document", |
- "rect": [285, 500, 15, 150], |
- "reason": "scroll" |
- } |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutBlockFlow HTML", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow BODY", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutText #text", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "InlineTextBox 'test1'", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutView #document", |
- "reason": "scroll" |
- }, |
- { |
- "object": "VerticalScrollbar", |
- "reason": "scroll" |
- } |
- ] |
-} |
- |