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

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: Rebaseline on Linux 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 19 matching lines...) Expand all
30 "object": "LayoutTableCell TD", 30 "object": "LayoutTableCell TD",
31 "rect": [8, 8, 132, 82], 31 "rect": [8, 8, 132, 82],
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",
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"
48 },
49 {
50 "object": "LayoutTableRow TR", 40 "object": "LayoutTableRow TR",
51 "rect": [15, 82, 117, 67], 41 "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" 42 "reason": "layoutObject removal"
58 }, 43 },
59 { 44 {
60 "object": "LayoutTableRow TR", 45 "object": "LayoutTableRow TR",
61 "rect": [15, 15, 117, 67], 46 "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" 47 "reason": "layoutObject removal"
68 } 48 }
69 ] 49 ]
70 } 50 }
71 ], 51 ],
72 "objectPaintInvalidations": [ 52 "objectPaintInvalidations": [
73 { 53 {
74 "object": "LayoutTableCell TD", 54 "object": "LayoutTableCell TD",
75 "reason": "layoutObject removal" 55 "reason": "layoutObject removal"
76 }, 56 },
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "object": "LayoutTableRow TR", 102 "object": "LayoutTableRow TR",
123 "reason": "layoutObject insertion" 103 "reason": "layoutObject insertion"
124 }, 104 },
125 { 105 {
126 "object": "LayoutTableCell TD", 106 "object": "LayoutTableCell TD",
127 "reason": "layoutObject insertion" 107 "reason": "layoutObject insertion"
128 } 108 }
129 ] 109 ]
130 } 110 }
131 111
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698