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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-6278-expected.txt

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow DIV", 10 "object": "LayoutBlockFlow DIV",
11 "rect": [10, 138, 292, 160], 11 "rect": [10, 138, 292, 160],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow DIV", 15 "object": "LayoutBlockFlow DIV",
16 "rect": [10, 303, 292, 50], 16 "rect": [10, 303, 292, 50],
17 "reason": "location change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow DIV", 20 "object": "LayoutBlockFlow DIV",
21 "rect": [10, 138, 242, 180], 21 "rect": [10, 138, 242, 180],
22 "reason": "forced by layout" 22 "reason": "forced by layout"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow DIV", 25 "object": "LayoutBlockFlow DIV",
26 "rect": [10, 323, 242, 50], 26 "rect": [10, 323, 242, 50],
27 "reason": "location change" 27 "reason": "bounds change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutTableCell TD id='col1'", 30 "object": "LayoutTableCell TD id='col1'",
31 "rect": [10, 353, 242, 20], 31 "rect": [10, 353, 242, 20],
32 "reason": "incremental" 32 "reason": "incremental"
33 }, 33 },
34 { 34 {
35 "object": "LayoutText #text", 35 "object": "LayoutText #text",
36 "rect": [10, 297, 240, 20], 36 "rect": [10, 297, 240, 20],
37 "reason": "incremental" 37 "reason": "incremental"
38 }, 38 },
39 { 39 {
40 "object": "LayoutTableCell TD id='target'", 40 "object": "LayoutTableCell TD id='target'",
41 "rect": [254, 138, 52, 235], 41 "rect": [254, 138, 52, 235],
42 "reason": "location change" 42 "reason": "bounds change"
43 }, 43 },
44 { 44 {
45 "object": "LayoutTableCell TD id='col1'", 45 "object": "LayoutTableCell TD id='col1'",
46 "rect": [252, 138, 50, 215], 46 "rect": [252, 138, 50, 215],
47 "reason": "incremental" 47 "reason": "incremental"
48 }, 48 },
49 { 49 {
50 "object": "LayoutText #text", 50 "object": "LayoutText #text",
51 "rect": [250, 138, 49, 159], 51 "rect": [250, 138, 49, 159],
52 "reason": "incremental" 52 "reason": "incremental"
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 }, 153 },
154 { 154 {
155 "object": "RootInlineBox", 155 "object": "RootInlineBox",
156 "reason": "full" 156 "reason": "full"
157 } 157 }
158 ] 158 ]
159 } 159 }
160 ] 160 ]
161 } 161 }
162 162
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698