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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-outer-border-expected.txt

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: - Created 3 years, 10 months 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 id='table'", 10 "object": "LayoutTable TABLE id='table'",
(...skipping 21 matching lines...) Expand all
32 "reason": "layoutObject insertion" 32 "reason": "layoutObject insertion"
33 }, 33 },
34 { 34 {
35 "object": "LayoutTableCell TD", 35 "object": "LayoutTableCell TD",
36 "rect": [8, 8, 132, 82], 36 "rect": [8, 8, 132, 82],
37 "reason": "layoutObject removal" 37 "reason": "layoutObject removal"
38 }, 38 },
39 { 39 {
40 "object": "LayoutTableSection TBODY", 40 "object": "LayoutTableSection TBODY",
41 "rect": [15, 15, 117, 134], 41 "rect": [15, 15, 117, 134],
42 "reason": "layoutObject insertion"
43 },
44 {
45 "object": "LayoutTableSection TBODY",
46 "rect": [15, 15, 117, 134],
47 "reason": "layoutObject removal" 42 "reason": "layoutObject removal"
48 }, 43 },
49 { 44 {
50 "object": "LayoutTableRow TR", 45 "object": "LayoutTableRow TR",
51 "rect": [15, 82, 117, 67], 46 "rect": [15, 82, 117, 67],
52 "reason": "layoutObject insertion"
53 },
54 {
55 "object": "LayoutTableRow TR",
56 "rect": [15, 82, 117, 67],
57 "reason": "layoutObject removal" 47 "reason": "layoutObject removal"
58 }, 48 },
59 { 49 {
60 "object": "LayoutTableRow TR", 50 "object": "LayoutTableRow TR",
61 "rect": [15, 15, 117, 67], 51 "rect": [15, 15, 117, 67],
62 "reason": "layoutObject insertion"
63 },
64 {
65 "object": "LayoutTableRow TR",
66 "rect": [15, 15, 117, 67],
67 "reason": "layoutObject removal" 52 "reason": "layoutObject removal"
68 } 53 }
69 ] 54 ]
70 } 55 }
71 ], 56 ],
72 "objectPaintInvalidations": [ 57 "objectPaintInvalidations": [
73 { 58 {
74 "object": "LayoutTableCell TD", 59 "object": "LayoutTableCell TD",
75 "reason": "layoutObject removal" 60 "reason": "layoutObject removal"
76 }, 61 },
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "object": "LayoutTableRow TR", 107 "object": "LayoutTableRow TR",
123 "reason": "layoutObject insertion" 108 "reason": "layoutObject insertion"
124 }, 109 },
125 { 110 {
126 "object": "LayoutTableCell TD", 111 "object": "LayoutTableCell TD",
127 "reason": "layoutObject insertion" 112 "reason": "layoutObject insertion"
128 } 113 }
129 ] 114 ]
130 } 115 }
131 116
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698