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

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

Issue 2551963003: Reland of 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, 60, 103],
12 "reason": "forced by layout"
13 },
14 {
10 "object": "LayoutTableCell TD", 15 "object": "LayoutTableCell TD",
11 "rect": [8, 8, 60, 54], 16 "rect": [8, 8, 60, 54],
12 "reason": "forced by layout" 17 "reason": "forced by layout"
13 }, 18 },
14 { 19 {
15 "object": "LayoutTableCell TD", 20 "object": "LayoutTableCell TD",
16 "rect": [8, 58, 60, 53], 21 "rect": [8, 58, 60, 53],
17 "reason": "location change" 22 "reason": "location change"
18 }, 23 },
19 { 24 {
20 "object": "LayoutTable TABLE",
21 "rect": [8, 109, 60, 2],
22 "reason": "incremental"
23 },
24 {
25 "object": "LayoutTableRow TR id='row'", 25 "object": "LayoutTableRow TR id='row'",
26 "rect": [10, 10, 56, 50], 26 "rect": [10, 10, 56, 50],
27 "reason": "style change" 27 "reason": "style change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutTableRow TR id='row'", 30 "object": "LayoutTableRow TR id='row'",
31 "rect": [9, 9, 54, 50], 31 "rect": [9, 9, 54, 50],
32 "reason": "style change" 32 "reason": "style change"
33 },
34 {
35 "object": "LayoutTable TABLE",
36 "rect": [62, 8, 6, 103],
37 "reason": "incremental"
38 } 33 }
39 ] 34 ]
40 } 35 }
41 ], 36 ],
42 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
43 { 38 {
44 "object": "LayoutTableCell TD",
45 "reason": "style change"
46 },
47 {
48 "object": "LayoutTableCell TD",
49 "reason": "style change"
50 },
51 {
52 "object": "LayoutTable TABLE", 39 "object": "LayoutTable TABLE",
53 "reason": "incremental" 40 "reason": "forced by layout"
54 }, 41 },
55 { 42 {
56 "object": "LayoutTableRow TR id='row'", 43 "object": "LayoutTableRow TR id='row'",
57 "reason": "style change" 44 "reason": "style change"
58 }, 45 },
59 { 46 {
60 "object": "LayoutTableCell TD", 47 "object": "LayoutTableCell TD",
61 "reason": "forced by layout" 48 "reason": "forced by layout"
62 }, 49 },
63 { 50 {
64 "object": "LayoutTableRow TR", 51 "object": "LayoutTableRow TR",
65 "reason": "location change" 52 "reason": "location change"
66 }, 53 },
67 { 54 {
68 "object": "LayoutTableCell TD", 55 "object": "LayoutTableCell TD",
69 "reason": "location change" 56 "reason": "location change"
70 } 57 }
71 ] 58 ]
72 } 59 }
73 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698