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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-col-border-width-expected.txt

Issue 2502353003: Paint collapsed borders of a table as one display item (Closed)
Patch Set: - Created 4 years 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
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": "LayoutTable TABLE",
11 "rect": [8, 8, 113, 104],
12 "reason": "forced by layout"
13 },
14 {
10 "object": "LayoutTableCol COL id='col'", 15 "object": "LayoutTableCol COL id='col'",
11 "rect": [8, 8, 113, 104], 16 "rect": [8, 8, 113, 104],
12 "reason": "style change" 17 "reason": "style change"
13 }, 18 },
14 { 19 {
15 "object": "LayoutTable TABLE",
16 "rect": [8, 108, 113, 4],
17 "reason": "incremental"
18 },
19 {
20 "object": "LayoutTableCell TD", 20 "object": "LayoutTableCell TD",
21 "rect": [8, 59, 60, 53], 21 "rect": [8, 59, 60, 53],
22 "reason": "bounds change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutTableCell TD", 25 "object": "LayoutTableCell TD",
26 "rect": [8, 8, 60, 53], 26 "rect": [8, 8, 60, 53],
27 "reason": "location change" 27 "reason": "location change"
28 }, 28 },
29 { 29 {
(...skipping 13 matching lines...) Expand all
43 }, 43 },
44 { 44 {
45 "object": "LayoutTableCell TD", 45 "object": "LayoutTableCell TD",
46 "rect": [62, 8, 55, 52], 46 "rect": [62, 8, 55, 52],
47 "reason": "bounds change" 47 "reason": "bounds change"
48 }, 48 },
49 { 49 {
50 "object": "LayoutTableCell TD", 50 "object": "LayoutTableCell TD",
51 "rect": [63, 59, 54, 51], 51 "rect": [63, 59, 54, 51],
52 "reason": "bounds change" 52 "reason": "bounds change"
53 },
54 {
55 "object": "LayoutTable TABLE",
56 "rect": [116, 8, 5, 104],
57 "reason": "incremental"
58 } 53 }
59 ] 54 ]
60 } 55 }
61 ], 56 ],
62 "objectPaintInvalidations": [ 57 "objectPaintInvalidations": [
63 { 58 {
64 "object": "LayoutTableCell TD",
65 "reason": "style change"
66 },
67 {
68 "object": "LayoutTableCell TD",
69 "reason": "style change"
70 },
71 {
72 "object": "LayoutTableCell TD",
73 "reason": "style change"
74 },
75 {
76 "object": "LayoutTableCell TD",
77 "reason": "style change"
78 },
79 {
80 "object": "LayoutTable TABLE", 59 "object": "LayoutTable TABLE",
81 "reason": "incremental" 60 "reason": "forced by layout"
82 }, 61 },
83 { 62 {
84 "object": "LayoutTableCol COL id='col'", 63 "object": "LayoutTableCol COL id='col'",
85 "reason": "style change" 64 "reason": "style change"
86 }, 65 },
87 { 66 {
88 "object": "LayoutTableRow TR", 67 "object": "LayoutTableRow TR",
89 "reason": "location change" 68 "reason": "location change"
90 }, 69 },
91 { 70 {
(...skipping 12 matching lines...) Expand all
104 "object": "LayoutTableCell TD", 83 "object": "LayoutTableCell TD",
105 "reason": "bounds change" 84 "reason": "bounds change"
106 }, 85 },
107 { 86 {
108 "object": "LayoutTableCell TD", 87 "object": "LayoutTableCell TD",
109 "reason": "bounds change" 88 "reason": "bounds change"
110 } 89 }
111 ] 90 ]
112 } 91 }
113 92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698