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

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

Powered by Google App Engine
This is Rietveld 408576698