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

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

Issue 2495343002: Revert of Paint collapsed borders of a table as one display item (Closed)
Patch Set: 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, 60, 103],
12 "reason": "invalidate paint rectangle"
13 },
14 {
15 "object": "LayoutTableCell TD", 10 "object": "LayoutTableCell TD",
16 "rect": [8, 8, 60, 54], 11 "rect": [8, 8, 60, 54],
17 "reason": "forced by layout" 12 "reason": "forced by layout"
18 }, 13 },
19 { 14 {
20 "object": "LayoutTableCell TD", 15 "object": "LayoutTableCell TD",
21 "rect": [8, 58, 60, 53], 16 "rect": [8, 58, 60, 53],
22 "reason": "location change" 17 "reason": "location change"
23 }, 18 },
24 { 19 {
(...skipping 14 matching lines...) Expand all
39 { 34 {
40 "object": "LayoutTable TABLE", 35 "object": "LayoutTable TABLE",
41 "rect": [62, 8, 6, 103], 36 "rect": [62, 8, 6, 103],
42 "reason": "incremental" 37 "reason": "incremental"
43 } 38 }
44 ] 39 ]
45 } 40 }
46 ], 41 ],
47 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
48 { 43 {
49 "object": "LayoutTable TABLE", 44 "object": "LayoutTableCell TD",
50 "reason": "invalidate paint rectangle" 45 "reason": "style change"
46 },
47 {
48 "object": "LayoutTableCell TD",
49 "reason": "style change"
51 }, 50 },
52 { 51 {
53 "object": "LayoutTable TABLE", 52 "object": "LayoutTable TABLE",
54 "reason": "incremental" 53 "reason": "incremental"
55 }, 54 },
56 { 55 {
57 "object": "LayoutTableRow TR id='row'", 56 "object": "LayoutTableRow TR id='row'",
58 "reason": "style change" 57 "reason": "style change"
59 }, 58 },
60 { 59 {
61 "object": "LayoutTableCell TD", 60 "object": "LayoutTableCell TD",
62 "reason": "forced by layout" 61 "reason": "forced by layout"
63 }, 62 },
64 { 63 {
65 "object": "LayoutTableRow TR", 64 "object": "LayoutTableRow TR",
66 "reason": "location change" 65 "reason": "location change"
67 }, 66 },
68 { 67 {
69 "object": "LayoutTableCell TD", 68 "object": "LayoutTableCell TD",
70 "reason": "location change" 69 "reason": "location change"
71 } 70 }
72 ] 71 ]
73 } 72 }
74 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698