Index: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt |
deleted file mode 100644 |
index 7b85714edcfec50fc34ed5275b82ba981f05ba28..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt |
+++ /dev/null |
@@ -1,77 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) UL id='submenu'", |
- "rect": [48, 92, 40, 18], |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) UL id='submenu'", |
- "rect": [48, -158, 40, 18], |
- "reason": "bounds change" |
- } |
- ], |
- "children": [ |
- { |
- "name": "LayoutListItem (floating) LI id='watches'", |
- "position": [31, 42], |
- "transformOrigin": [17, 9], |
- "bounds": [24, 18], |
- "drawsContent": true, |
- "children": [ |
- { |
- "name": "LayoutInline (relative positioned) SPAN id='placeholder'", |
- "position": [17, 0], |
- "bounds": [0, 18], |
- "backfaceVisibility": "hidden" |
- } |
- ] |
- }, |
- { |
- "name": "LayoutListItem (relative positioned) (floating) LI id='menu'", |
- "position": [31, 42], |
- "bounds": [17, 18], |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutListMarker (anonymous)", |
- "rect": [0, 0, 7, 18], |
- "reason": "forced by layout" |
- } |
- ] |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutListMarker (anonymous)", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) UL id='submenu'", |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutListItem LI", |
- "reason": "location change" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "location change" |
- }, |
- { |
- "object": "LayoutListMarker (anonymous)", |
- "reason": "location change" |
- } |
- ] |
-} |
- |