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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/resize-table-repaint-percent-size-cell-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, 9 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": "LayoutTableRow TR", 10 "object": "LayoutTableRow TR",
(...skipping 17 matching lines...) Expand all
28 }, 28 },
29 { 29 {
30 "object": "LayoutTableCell TD", 30 "object": "LayoutTableCell TD",
31 "rect": [2, 292, 102, 236], 31 "rect": [2, 292, 102, 236],
32 "reason": "forced by layout" 32 "reason": "forced by layout"
33 }, 33 },
34 { 34 {
35 "object": "LayoutTableCell TD", 35 "object": "LayoutTableCell TD",
36 "rect": [2, 102, 102, 46], 36 "rect": [2, 102, 102, 46],
37 "reason": "forced by layout" 37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutText #text",
41 "rect": [3, 401, 46, 17],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutText #text",
46 "rect": [3, 162, 46, 17],
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutText #text",
51 "rect": [3, 116, 46, 17],
52 "reason": "forced by layout"
53 },
54 {
55 "object": "LayoutText #text",
56 "rect": [3, 67, 46, 17],
57 "reason": "forced by layout"
58 } 38 }
59 ] 39 ]
60 } 40 }
61 ], 41 ],
62 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
63 { 43 {
64 "object": "LayoutTableRow TR", 44 "object": "LayoutTableRow TR",
65 "reason": "incremental" 45 "reason": "incremental"
66 }, 46 },
67 { 47 {
(...skipping 28 matching lines...) Expand all
96 "object": "LayoutText #text", 76 "object": "LayoutText #text",
97 "reason": "forced by layout" 77 "reason": "forced by layout"
98 }, 78 },
99 { 79 {
100 "object": "InlineTextBox 'ROW2'", 80 "object": "InlineTextBox 'ROW2'",
101 "reason": "forced by layout" 81 "reason": "forced by layout"
102 } 82 }
103 ] 83 ]
104 } 84 }
105 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698