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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/delete-into-nested-block-expected.txt

Issue 2374083002: Auto-rebaseline for r420749 (Closed)
Patch Set: Created 4 years, 2 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": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 }, 50 },
51 { 51 {
52 "object": "LayoutText #text", 52 "object": "LayoutText #text",
53 "rect": [8, 127, 26, 20], 53 "rect": [8, 127, 26, 20],
54 "reason": "layoutObject removal" 54 "reason": "layoutObject removal"
55 }, 55 },
56 { 56 {
57 "object": "LayoutText #text", 57 "object": "LayoutText #text",
58 "rect": [7, 126, 3, 22], 58 "rect": [7, 126, 3, 22],
59 "reason": "invalidate paint rectangle" 59 "reason": "invalidate paint rectangle"
60 },
61 {
62 "object": "LayoutText #text",
63 "rect": [7, 126, 3, 22],
64 "reason": "invalidate paint rectangle"
65 },
66 {
67 "object": "LayoutText #text",
68 "rect": [7, 126, 3, 22],
69 "reason": "invalidate paint rectangle"
60 } 70 }
61 ] 71 ]
62 } 72 }
63 ], 73 ],
64 "objectPaintInvalidations": [ 74 "objectPaintInvalidations": [
65 { 75 {
66 "object": "LayoutText #text", 76 "object": "LayoutText #text",
67 "reason": "layoutObject removal" 77 "reason": "layoutObject removal"
68 }, 78 },
69 { 79 {
(...skipping 26 matching lines...) Expand all
96 }, 106 },
97 { 107 {
98 "object": "LayoutText #text", 108 "object": "LayoutText #text",
99 "reason": "layoutObject removal" 109 "reason": "layoutObject removal"
100 }, 110 },
101 { 111 {
102 "object": "LayoutInline SPAN", 112 "object": "LayoutInline SPAN",
103 "reason": "layoutObject removal" 113 "reason": "layoutObject removal"
104 }, 114 },
105 { 115 {
116 "object": "Caret",
117 "reason": "invalidate paint rectangle"
118 },
119 {
106 "object": "LayoutBlockFlow DIV", 120 "object": "LayoutBlockFlow DIV",
107 "reason": "outline" 121 "reason": "outline"
108 }, 122 },
109 { 123 {
110 "object": "LayoutBlockFlow DIV id='one'", 124 "object": "LayoutBlockFlow DIV id='one'",
111 "reason": "full" 125 "reason": "full"
112 }, 126 },
113 { 127 {
114 "object": "RootInlineBox", 128 "object": "RootInlineBox",
115 "reason": "full" 129 "reason": "full"
116 }, 130 },
117 { 131 {
118 "object": "Caret", 132 "object": "Caret",
119 "reason": "invalidate paint rectangle" 133 "reason": "invalidate paint rectangle"
120 }, 134 },
121 { 135 {
136 "object": "Caret",
137 "reason": "invalidate paint rectangle"
138 },
139 {
122 "object": "LayoutText #text", 140 "object": "LayoutText #text",
123 "reason": "layoutObject insertion" 141 "reason": "layoutObject insertion"
124 }, 142 },
125 { 143 {
126 "object": "InlineTextBox 'three'", 144 "object": "InlineTextBox 'three'",
127 "reason": "layoutObject insertion" 145 "reason": "layoutObject insertion"
128 } 146 }
129 ] 147 ]
130 } 148 }
131 149
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698