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

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

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 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 "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": "LayoutTableCol COL id='col'", 10 "object": "LayoutTableCol COL id='col'",
11 "rect": [8, 8, 113, 104], 11 "rect": [8, 8, 113, 104],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTableSection TBODY", 15 "object": "LayoutTableSection TBODY",
16 "rect": [8, 8, 113, 104], 16 "rect": [8, 8, 113, 104],
17 "reason": "location change" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutTable TABLE", 20 "object": "LayoutTable TABLE",
21 "rect": [8, 108, 113, 4], 21 "rect": [8, 108, 113, 4],
22 "reason": "incremental" 22 "reason": "incremental"
23 }, 23 },
24 { 24 {
25 "object": "LayoutTableCell TD", 25 "object": "LayoutTableCell TD",
26 "rect": [8, 59, 60, 53], 26 "rect": [8, 59, 60, 53],
27 "reason": "bounds change" 27 "reason": "geometry"
28 }, 28 },
29 { 29 {
30 "object": "LayoutTableCell TD", 30 "object": "LayoutTableCell TD",
31 "rect": [8, 8, 60, 53], 31 "rect": [8, 8, 60, 53],
32 "reason": "location change" 32 "reason": "geometry"
33 }, 33 },
34 { 34 {
35 "object": "LayoutTableCell TD", 35 "object": "LayoutTableCell TD",
36 "rect": [64, 59, 57, 53], 36 "rect": [64, 59, 57, 53],
37 "reason": "bounds change" 37 "reason": "geometry"
38 }, 38 },
39 { 39 {
40 "object": "LayoutTableCell TD", 40 "object": "LayoutTableCell TD",
41 "rect": [64, 8, 57, 53], 41 "rect": [64, 8, 57, 53],
42 "reason": "bounds change" 42 "reason": "geometry"
43 }, 43 },
44 { 44 {
45 "object": "LayoutTableCell TD", 45 "object": "LayoutTableCell TD",
46 "rect": [8, 58, 56, 52], 46 "rect": [8, 58, 56, 52],
47 "reason": "bounds change" 47 "reason": "geometry"
48 }, 48 },
49 { 49 {
50 "object": "LayoutTableCell TD", 50 "object": "LayoutTableCell TD",
51 "rect": [62, 8, 55, 52], 51 "rect": [62, 8, 55, 52],
52 "reason": "bounds change" 52 "reason": "geometry"
53 }, 53 },
54 { 54 {
55 "object": "LayoutTableCell TD", 55 "object": "LayoutTableCell TD",
56 "rect": [63, 59, 54, 51], 56 "rect": [63, 59, 54, 51],
57 "reason": "bounds change" 57 "reason": "geometry"
58 }, 58 },
59 { 59 {
60 "object": "LayoutTable TABLE", 60 "object": "LayoutTable TABLE",
61 "rect": [116, 8, 5, 104], 61 "rect": [116, 8, 5, 104],
62 "reason": "incremental" 62 "reason": "incremental"
63 } 63 }
64 ] 64 ]
65 } 65 }
66 ], 66 ],
67 "objectPaintInvalidations": [ 67 "objectPaintInvalidations": [
(...skipping 16 matching lines...) Expand all
84 { 84 {
85 "object": "LayoutTable TABLE", 85 "object": "LayoutTable TABLE",
86 "reason": "incremental" 86 "reason": "incremental"
87 }, 87 },
88 { 88 {
89 "object": "LayoutTableCol COL id='col'", 89 "object": "LayoutTableCol COL id='col'",
90 "reason": "style change" 90 "reason": "style change"
91 }, 91 },
92 { 92 {
93 "object": "LayoutTableSection TBODY", 93 "object": "LayoutTableSection TBODY",
94 "reason": "location change" 94 "reason": "geometry"
95 }, 95 },
96 { 96 {
97 "object": "LayoutTableRow TR", 97 "object": "LayoutTableRow TR",
98 "reason": "location change" 98 "reason": "geometry"
99 }, 99 },
100 { 100 {
101 "object": "LayoutTableCell TD", 101 "object": "LayoutTableCell TD",
102 "reason": "location change" 102 "reason": "geometry"
103 }, 103 },
104 { 104 {
105 "object": "LayoutTableCell TD", 105 "object": "LayoutTableCell TD",
106 "reason": "bounds change" 106 "reason": "geometry"
107 }, 107 },
108 { 108 {
109 "object": "LayoutTableRow TR", 109 "object": "LayoutTableRow TR",
110 "reason": "location change" 110 "reason": "geometry"
111 }, 111 },
112 { 112 {
113 "object": "LayoutTableCell TD", 113 "object": "LayoutTableCell TD",
114 "reason": "bounds change" 114 "reason": "geometry"
115 }, 115 },
116 { 116 {
117 "object": "LayoutTableCell TD", 117 "object": "LayoutTableCell TD",
118 "reason": "bounds change" 118 "reason": "geometry"
119 } 119 }
120 ] 120 ]
121 } 121 }
122 122
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698