Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt |
deleted file mode 100644 |
index 5c7f440374a1d3093d15a57305995f5867f1ae5e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/linux/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, 94, 40, 20], |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) UL id='submenu'", |
- "rect": [48, -156, 40, 20], |
- "reason": "bounds change" |
- } |
- ], |
- "children": [ |
- { |
- "name": "LayoutListItem (floating) LI id='watches'", |
- "position": [30, 44], |
- "transformOrigin": [18, 10], |
- "bounds": [25, 19], |
- "drawsContent": true, |
- "children": [ |
- { |
- "name": "LayoutInline (relative positioned) SPAN id='placeholder'", |
- "position": [18, 0], |
- "bounds": [0, 19], |
- "backfaceVisibility": "hidden" |
- } |
- ] |
- }, |
- { |
- "name": "LayoutListItem (relative positioned) (floating) LI id='menu'", |
- "position": [30, 44], |
- "bounds": [18, 19], |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutListMarker (anonymous)", |
- "rect": [0, 0, 7, 19], |
- "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" |
- } |
- ] |
-} |
- |