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

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

Issue 2087483002: 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": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow DIV", 12 "object": "LayoutBlockFlow DIV",
11 "rect": [7, 118, 786, 103], 13 "rect": [7, 118, 786, 103],
12 "reason": "outline" 14 "reason": "outline"
13 }, 15 },
14 { 16 {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 }, 50 },
49 { 51 {
50 "object": "LayoutText #text", 52 "object": "LayoutText #text",
51 "rect": [8, 119, 28, 18], 53 "rect": [8, 119, 28, 18],
52 "reason": "layoutObject removal" 54 "reason": "layoutObject removal"
53 }, 55 },
54 { 56 {
55 "object": "LayoutBlockFlow DIV id='one'", 57 "object": "LayoutBlockFlow DIV id='one'",
56 "rect": [7, 118, 3, 20], 58 "rect": [7, 118, 3, 20],
57 "reason": "invalidate paint rectangle" 59 "reason": "invalidate paint rectangle"
58 },
59 {
60 "object": "InlineTextBox '\n'",
61 "reason": "full"
62 },
63 {
64 "object": "InlineTextBox '\n'",
65 "reason": "full"
66 },
67 {
68 "object": "InlineTextBox '\n'",
69 "reason": "full"
70 },
71 {
72 "object": "InlineTextBox 'one'",
73 "reason": "full"
74 },
75 {
76 "object": "InlineTextBox 'three'",
77 "reason": "full"
78 },
79 {
80 "object": "InlineTextBox 'three'",
81 "reason": "full"
82 },
83 {
84 "object": "InlineTextBox 'three'",
85 "reason": "full"
86 },
87 {
88 "object": "InlineTextBox 'three'",
89 "reason": "layoutObject insertion"
90 },
91 {
92 "object": "InlineTextBox 'two'",
93 "reason": "full"
94 },
95 {
96 "object": "LayoutBR BR",
97 "reason": "layoutObject removal"
98 },
99 {
100 "object": "LayoutBR BR",
101 "reason": "layoutObject removal"
102 },
103 {
104 "object": "LayoutInline SPAN",
105 "reason": "layoutObject removal"
106 },
107 {
108 "object": "LayoutText #text",
109 "reason": "layoutObject removal"
110 },
111 {
112 "object": "RootInlineBox",
113 "reason": "full"
114 },
115 {
116 "object": "RootInlineBox",
117 "reason": "full"
118 },
119 {
120 "object": "RootInlineBox",
121 "reason": "full"
122 },
123 {
124 "object": "RootInlineBox",
125 "reason": "full"
126 },
127 {
128 "object": "RootInlineBox",
129 "reason": "full"
130 },
131 {
132 "object": "RootInlineBox",
133 "reason": "full"
134 },
135 {
136 "object": "RootInlineBox",
137 "reason": "full"
138 },
139 {
140 "object": "RootInlineBox",
141 "reason": "full"
142 } 60 }
143 ] 61 ]
144 } 62 }
63 ],
64 "objectPaintInvalidations": [
65 {
66 "object": "LayoutText #text",
67 "reason": "layoutObject removal"
68 },
69 {
70 "object": "LayoutText #text",
71 "reason": "layoutObject removal"
72 },
73 {
74 "object": "LayoutBlockFlow DIV",
75 "reason": "layoutObject removal"
76 },
77 {
78 "object": "LayoutText #text",
79 "reason": "layoutObject removal"
80 },
81 {
82 "object": "LayoutBR BR",
83 "reason": "layoutObject removal"
84 },
85 {
86 "object": "LayoutBlockFlow DIV",
87 "reason": "layoutObject removal"
88 },
89 {
90 "object": "LayoutBlockFlow DIV id='two'",
91 "reason": "layoutObject removal"
92 },
93 {
94 "object": "LayoutBR BR",
95 "reason": "layoutObject removal"
96 },
97 {
98 "object": "LayoutText #text",
99 "reason": "layoutObject removal"
100 },
101 {
102 "object": "LayoutInline SPAN",
103 "reason": "layoutObject removal"
104 },
105 {
106 "object": "LayoutBlockFlow DIV",
107 "reason": "outline"
108 },
109 {
110 "object": "LayoutBlockFlow DIV id='one'",
111 "reason": "forced by layout"
112 },
113 {
114 "object": "RootInlineBox",
115 "reason": "forced by layout"
116 },
117 {
118 "object": "LayoutText #text",
119 "reason": "layoutObject insertion"
120 },
121 {
122 "object": "InlineTextBox 'three'",
123 "reason": "layoutObject insertion"
124 },
125 {
126 "object": "LayoutBlockFlow DIV id='one'",
127 "reason": "invalidate paint rectangle"
128 }
145 ] 129 ]
146 } 130 }
147 131
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698