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

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

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "bounds": [785, 829], 3 "bounds": [785, 829],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [785, 829], 7 "bounds": [785, 829],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow HTML", 12 "object": "LayoutBlockFlow HTML",
11 "rect": [0, 0, 785, 829], 13 "rect": [0, 0, 785, 829],
12 "reason": "forced by layout" 14 "reason": "forced by layout"
13 }, 15 },
14 { 16 {
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 }, 65 },
64 { 66 {
65 "object": "LayoutImage IMG", 67 "object": "LayoutImage IMG",
66 "rect": [58, 230, 489, 537], 68 "rect": [58, 230, 489, 537],
67 "reason": "bounds change" 69 "reason": "bounds change"
68 }, 70 },
69 { 71 {
70 "object": "LayoutImage IMG", 72 "object": "LayoutImage IMG",
71 "rect": [58, 136, 489, 537], 73 "rect": [58, 136, 489, 537],
72 "reason": "bounds change" 74 "reason": "bounds change"
73 },
74 {
75 "object": "LayoutText #text",
76 "reason": "bounds change"
77 },
78 {
79 "object": "LayoutView #document",
80 "reason": "scroll"
81 },
82 {
83 "object": "RootInlineBox",
84 "reason": "full"
85 },
86 {
87 "object": "VerticalScrollbar",
88 "reason": "full"
89 } 75 }
90 ] 76 ]
91 } 77 }
78 ],
79 "objectPaintInvalidations": [
80 {
81 "object": "LayoutView #document",
82 "reason": "incremental"
83 },
84 {
85 "object": "LayoutBlockFlow HTML",
86 "reason": "forced by layout"
87 },
88 {
89 "object": "LayoutIFrame IFRAME id='iframe'",
90 "reason": "layoutObject insertion"
91 },
92 {
93 "object": "LayoutBlockFlow (relative positioned) DIV class='relative'",
94 "reason": "bounds change"
95 },
96 {
97 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'",
98 "reason": "bounds change"
99 },
100 {
101 "object": "RootInlineBox",
102 "reason": "bounds change"
103 },
104 {
105 "object": "LayoutImage IMG",
106 "reason": "bounds change"
107 },
108 {
109 "object": "LayoutText #text",
110 "reason": "bounds change"
111 }
92 ] 112 ]
93 } 113 }
94 114
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698