Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [785, 742], 3 "bounds": [785, 742],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [785, 742], 7 "bounds": [785, 742],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 } 60 }
61 ] 61 ]
62 } 62 }
63 ], 63 ],
64 "objectPaintInvalidations": [ 64 "objectPaintInvalidations": [
65 { 65 {
66 "object": "LayoutIFrame IFRAME id='iframe'", 66 "object": "LayoutIFrame IFRAME id='iframe'",
67 "reason": "layoutObject removal" 67 "reason": "layoutObject removal"
68 }, 68 },
69 { 69 {
70 "object": "InlineBox",
71 "reason": "full"
72 },
73 {
74 "object": "LayoutText #text", 70 "object": "LayoutText #text",
75 "reason": "layoutObject removal" 71 "reason": "layoutObject removal"
76 }, 72 },
77 { 73 {
78 "object": "RootInlineBox",
79 "reason": "full"
80 },
81 {
82 "object": "LayoutBlockFlow (anonymous)", 74 "object": "LayoutBlockFlow (anonymous)",
83 "reason": "layoutObject removal" 75 "reason": "layoutObject removal"
84 }, 76 },
85 { 77 {
86 "object": "LayoutView #document", 78 "object": "LayoutView #document",
87 "reason": "incremental" 79 "reason": "incremental"
88 }, 80 },
89 { 81 {
90 "object": "LayoutBlockFlow HTML", 82 "object": "LayoutBlockFlow HTML",
91 "reason": "forced by layout" 83 "reason": "forced by layout"
(...skipping 14 matching lines...) Expand all
106 "object": "LayoutImage IMG", 98 "object": "LayoutImage IMG",
107 "reason": "bounds change" 99 "reason": "bounds change"
108 }, 100 },
109 { 101 {
110 "object": "LayoutText #text", 102 "object": "LayoutText #text",
111 "reason": "bounds change" 103 "reason": "bounds change"
112 } 104 }
113 ] 105 ]
114 } 106 }
115 107
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698