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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/table-cell-collapsed-border-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": [3, 64, 441, 405],
12 "reason": "invalidate paint rectangle"
13 },
14 {
10 "object": "LayoutTableCell TD id='t3'", 15 "object": "LayoutTableCell TD id='t3'",
11 "rect": [220, 264, 122, 110], 16 "rect": [220, 264, 122, 110],
12 "reason": "style change" 17 "reason": "style change"
13 }, 18 },
14 { 19 {
15 "object": "LayoutTableCell TD id='t1'", 20 "object": "LayoutTableCell TD id='t1'",
16 "rect": [220, 64, 122, 108], 21 "rect": [220, 64, 122, 108],
17 "reason": "style change" 22 "reason": "style change"
18 }, 23 },
19 { 24 {
20 "object": "LayoutTableCell TD id='t2'", 25 "object": "LayoutTableCell TD id='t2'",
21 "rect": [3, 264, 118, 110], 26 "rect": [3, 264, 118, 110],
22 "reason": "style change" 27 "reason": "style change"
23 } 28 }
24 ] 29 ]
25 } 30 }
26 ], 31 ],
27 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
28 { 33 {
29 "object": "LayoutTableCell TD", 34 "object": "LayoutTable TABLE",
30 "reason": "style change" 35 "reason": "invalidate paint rectangle"
31 }, 36 },
32 { 37 {
33 "object": "LayoutTableCell TD id='t1'", 38 "object": "LayoutTableCell TD id='t1'",
34 "reason": "style change"
35 },
36 {
37 "object": "LayoutTableCell TD",
38 "reason": "style change"
39 },
40 {
41 "object": "LayoutTableCell TD",
42 "reason": "style change"
43 },
44 {
45 "object": "LayoutTableCell TD",
46 "reason": "style change"
47 },
48 {
49 "object": "LayoutTableCell TD id='t2'",
50 "reason": "style change"
51 },
52 {
53 "object": "LayoutTableCell TD",
54 "reason": "style change"
55 },
56 {
57 "object": "LayoutTableCell TD id='t3'",
58 "reason": "style change"
59 },
60 {
61 "object": "LayoutTableCell TD",
62 "reason": "style change"
63 },
64 {
65 "object": "LayoutTableCell TD",
66 "reason": "style change"
67 },
68 {
69 "object": "LayoutTableCell TD",
70 "reason": "style change"
71 },
72 {
73 "object": "LayoutTableCell TD id='t1'",
74 "reason": "style change" 39 "reason": "style change"
75 }, 40 },
76 { 41 {
77 "object": "LayoutTableCell TD id='t2'", 42 "object": "LayoutTableCell TD id='t2'",
78 "reason": "style change" 43 "reason": "style change"
79 }, 44 },
80 { 45 {
81 "object": "LayoutTableCell TD id='t3'", 46 "object": "LayoutTableCell TD id='t3'",
82 "reason": "style change" 47 "reason": "style change"
83 } 48 }
84 ] 49 ]
85 } 50 }
86 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698