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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/delete-into-nested-block-expected.txt

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "paintInvalidations": [
9 [8, 155, 784, 19], 9 {
10 [8, 155, 32, 18], 10 "object": "InlineTextBox '\n'",
11 [8, 137, 784, 37], 11 "rect": [0, 0, 0, 0],
12 [8, 137, 784, 19], 12 "reason": "full"
13 [8, 137, 24, 18], 13 },
14 [8, 119, 784, 19], 14 {
15 [8, 119, 32, 18], 15 "object": "InlineTextBox '\n'",
16 [8, 119, 24, 18], 16 "rect": [0, 0, 0, 0],
17 [7, 118, 786, 103], 17 "reason": "full"
18 [7, 118, 3, 20] 18 },
19 ], 19 {
20 "paintInvalidationClients": [ 20 "object": "InlineTextBox '\n'",
21 "InlineTextBox 'one'", 21 "rect": [0, 0, 0, 0],
22 "LayoutText #text", 22 "reason": "full"
23 "RootInlineBox", 23 },
24 "InlineTextBox 'two'", 24 {
25 "LayoutText #text", 25 "object": "InlineTextBox 'one'",
26 "RootInlineBox", 26 "rect": [0, 0, 0, 0],
27 "LayoutBlockFlow DIV", 27 "reason": "full"
28 "InlineTextBox 'three'", 28 },
29 "LayoutText #text", 29 {
30 "RootInlineBox", 30 "object": "InlineTextBox 'three'",
31 "InlineTextBox '\n'", 31 "rect": [0, 0, 0, 0],
32 "LayoutBR BR", 32 "reason": "full"
33 "RootInlineBox", 33 },
34 "LayoutBlockFlow DIV", 34 {
35 "LayoutBlockFlow DIV id='two'", 35 "object": "InlineTextBox 'three'",
36 "InlineTextBox '\n'", 36 "rect": [0, 0, 0, 0],
37 "RootInlineBox", 37 "reason": "full"
38 "InlineTextBox '\n'", 38 },
39 "LayoutBR BR", 39 {
40 "InlineTextBox 'three'", 40 "object": "InlineTextBox 'three'",
41 "RootInlineBox", 41 "rect": [0, 0, 0, 0],
42 "InlineTextBox 'three'", 42 "reason": "full"
43 "LayoutText #text", 43 },
44 "LayoutInline SPAN", 44 {
45 "RootInlineBox", 45 "object": "InlineTextBox 'three'",
46 "LayoutBlockFlow DIV", 46 "rect": [0, 0, 0, 0],
47 "LayoutBlockFlow DIV id='one'", 47 "reason": "location change"
48 "RootInlineBox", 48 },
49 "LayoutText #text", 49 {
50 "InlineTextBox 'three'", 50 "object": "InlineTextBox 'two'",
51 "LayoutBlockFlow DIV id='one'" 51 "rect": [0, 0, 0, 0],
52 "reason": "full"
53 },
54 {
55 "object": "LayoutBR BR",
56 "rect": [0, 0, 0, 0],
57 "reason": "layoutObject removal"
58 },
59 {
60 "object": "LayoutBR BR",
61 "rect": [0, 0, 0, 0],
62 "reason": "layoutObject removal"
63 },
64 {
65 "object": "LayoutBlockFlow DIV",
66 "rect": [8, 137, 784, 19],
67 "reason": "layoutObject removal"
68 },
69 {
70 "object": "LayoutBlockFlow DIV",
71 "rect": [8, 155, 784, 19],
72 "reason": "layoutObject removal"
73 },
74 {
75 "object": "LayoutBlockFlow DIV",
76 "rect": [7, 118, 786, 103],
77 "reason": "outline"
78 },
79 {
80 "object": "LayoutBlockFlow DIV id='one'",
81 "rect": [8, 119, 784, 19],
82 "reason": "forced by layout"
83 },
84 {
85 "object": "LayoutBlockFlow DIV id='one'",
86 "rect": [7, 118, 3, 20],
87 "reason": "invalidate paint rectangle"
88 },
89 {
90 "object": "LayoutBlockFlow DIV id='two'",
91 "rect": [8, 137, 784, 37],
92 "reason": "layoutObject removal"
93 },
94 {
95 "object": "LayoutInline SPAN",
96 "rect": [0, 0, 0, 0],
97 "reason": "layoutObject removal"
98 },
99 {
100 "object": "LayoutText #text",
101 "rect": [8, 119, 24, 18],
102 "reason": "layoutObject removal"
103 },
104 {
105 "object": "LayoutText #text",
106 "rect": [8, 137, 24, 18],
107 "reason": "layoutObject removal"
108 },
109 {
110 "object": "LayoutText #text",
111 "rect": [8, 155, 32, 18],
112 "reason": "layoutObject removal"
113 },
114 {
115 "object": "LayoutText #text",
116 "rect": [8, 119, 32, 18],
117 "reason": "location change"
118 },
119 {
120 "object": "RootInlineBox",
121 "rect": [0, 0, 0, 0],
122 "reason": "full"
123 },
124 {
125 "object": "RootInlineBox",
126 "rect": [0, 0, 0, 0],
127 "reason": "full"
128 },
129 {
130 "object": "RootInlineBox",
131 "rect": [0, 0, 0, 0],
132 "reason": "full"
133 },
134 {
135 "object": "RootInlineBox",
136 "rect": [0, 0, 0, 0],
137 "reason": "full"
138 },
139 {
140 "object": "RootInlineBox",
141 "rect": [0, 0, 0, 0],
142 "reason": "full"
143 },
144 {
145 "object": "RootInlineBox",
146 "rect": [0, 0, 0, 0],
147 "reason": "full"
148 },
149 {
150 "object": "RootInlineBox",
151 "rect": [0, 0, 0, 0],
152 "reason": "full"
153 },
154 {
155 "object": "RootInlineBox",
156 "rect": [0, 0, 0, 0],
157 "reason": "full"
158 }
52 ] 159 ]
53 } 160 }
54 ] 161 ]
55 } 162 }
56 163
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698