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

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

Issue 2430313004: Paint collapsed borders of a table as one display item (Closed)
Patch Set: Rebaseline on mac and win Created 4 years, 1 month 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": "invalidate paint rectangle"
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", 20 "object": "LayoutTable TABLE",
16 "rect": [8, 108, 113, 4], 21 "rect": [8, 108, 113, 4],
17 "reason": "incremental" 22 "reason": "incremental"
18 }, 23 },
19 { 24 {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 { 59 {
55 "object": "LayoutTable TABLE", 60 "object": "LayoutTable TABLE",
56 "rect": [116, 8, 5, 104], 61 "rect": [116, 8, 5, 104],
57 "reason": "incremental" 62 "reason": "incremental"
58 } 63 }
59 ] 64 ]
60 } 65 }
61 ], 66 ],
62 "objectPaintInvalidations": [ 67 "objectPaintInvalidations": [
63 { 68 {
64 "object": "LayoutTableCell TD", 69 "object": "LayoutTable TABLE",
65 "reason": "style change" 70 "reason": "invalidate paint rectangle"
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 }, 71 },
79 { 72 {
80 "object": "LayoutTable TABLE", 73 "object": "LayoutTable TABLE",
81 "reason": "incremental" 74 "reason": "incremental"
82 }, 75 },
83 { 76 {
84 "object": "LayoutTableCol COL id='col'", 77 "object": "LayoutTableCol COL id='col'",
85 "reason": "style change" 78 "reason": "style change"
86 }, 79 },
87 { 80 {
(...skipping 16 matching lines...) Expand all
104 "object": "LayoutTableCell TD", 97 "object": "LayoutTableCell TD",
105 "reason": "bounds change" 98 "reason": "bounds change"
106 }, 99 },
107 { 100 {
108 "object": "LayoutTableCell TD", 101 "object": "LayoutTableCell TD",
109 "reason": "bounds change" 102 "reason": "bounds change"
110 } 103 }
111 ] 104 ]
112 } 105 }
113 106
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698