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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-cell-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", 10 "object": "LayoutTable TABLE",
11 "rect": [8, 58, 114, 4], 11 "rect": [8, 8, 114, 54],
12 "reason": "incremental" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTableCell TD id='foo'", 15 "object": "LayoutTableCell TD id='foo'",
16 "rect": [8, 8, 60, 54], 16 "rect": [8, 8, 60, 54],
17 "reason": "style change" 17 "reason": "style change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutTableCell TD", 20 "object": "LayoutTableCell TD",
21 "rect": [64, 8, 58, 54], 21 "rect": [64, 8, 58, 54],
22 "reason": "bounds change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutTableCell TD", 25 "object": "LayoutTableCell TD",
26 "rect": [62, 8, 55, 52], 26 "rect": [62, 8, 55, 52],
27 "reason": "bounds change" 27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutTable TABLE",
31 "rect": [116, 8, 6, 54],
32 "reason": "incremental"
33 } 28 }
34 ] 29 ]
35 } 30 }
36 ], 31 ],
37 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
38 { 33 {
39 "object": "LayoutTableCell TD id='foo'",
40 "reason": "style change"
41 },
42 {
43 "object": "LayoutTableCell TD",
44 "reason": "style change"
45 },
46 {
47 "object": "LayoutTable TABLE", 34 "object": "LayoutTable TABLE",
48 "reason": "incremental" 35 "reason": "forced by layout"
49 }, 36 },
50 { 37 {
51 "object": "LayoutTableRow TR", 38 "object": "LayoutTableRow TR",
52 "reason": "location change" 39 "reason": "location change"
53 }, 40 },
54 { 41 {
55 "object": "LayoutTableCell TD id='foo'", 42 "object": "LayoutTableCell TD id='foo'",
56 "reason": "style change" 43 "reason": "style change"
57 }, 44 },
58 { 45 {
59 "object": "LayoutTableCell TD", 46 "object": "LayoutTableCell TD",
60 "reason": "bounds change" 47 "reason": "bounds change"
61 } 48 }
62 ] 49 ]
63 } 50 }
64 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698