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

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

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

Powered by Google App Engine
This is Rietveld 408576698