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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/bugzilla-6278-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
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutBlockFlow DIV",
11 "rect": [10, 132, 292, 144],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutBlockFlow DIV",
16 "rect": [10, 281, 292, 50],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutText #text",
21 "rect": [10, 132, 276, 143],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutBlockFlow DIV",
26 "rect": [10, 132, 242, 180],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutBlockFlow DIV",
31 "rect": [10, 317, 242, 50],
32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutTableCell TD id='col1'",
36 "rect": [10, 331, 242, 36],
37 "reason": "incremental"
38 },
39 {
40 "object": "LayoutText #text",
41 "rect": [10, 132, 240, 179],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutTableCell TD id='target'",
46 "rect": [254, 132, 52, 235],
47 "reason": "bounds change"
48 },
49 {
50 "object": "LayoutTableCell TD id='col1'",
51 "rect": [252, 132, 50, 199],
52 "reason": "incremental"
53 }
54 ]
55 }
56 ],
57 "objectPaintInvalidations": [
58 {
59 "object": "LayoutTableCell TD id='col1'",
60 "reason": "incremental"
61 },
62 {
63 "object": "LayoutBlockFlow DIV",
64 "reason": "forced by layout"
65 },
66 {
67 "object": "RootInlineBox",
68 "reason": "forced by layout"
69 },
70 {
71 "object": "LayoutText #text",
72 "reason": "forced by layout"
73 },
74 {
75 "object": "InlineTextBox 'Curabitur pretium, quam quis semper'",
76 "reason": "forced by layout"
77 },
78 {
79 "object": "InlineTextBox 'malesuada, est libero feugiat libero,'",
80 "reason": "forced by layout"
81 },
82 {
83 "object": "InlineTextBox 'vel fringilla orci nibh sed neque.'",
84 "reason": "forced by layout"
85 },
86 {
87 "object": "InlineTextBox 'Quisque eu nulla non nisi molestie'",
88 "reason": "forced by layout"
89 },
90 {
91 "object": "InlineTextBox 'accumsan. Etiam tellus urna, laoreet'",
92 "reason": "forced by layout"
93 },
94 {
95 "object": "InlineTextBox 'ac, laoreet non, suscipit sed, sapien.'",
96 "reason": "forced by layout"
97 },
98 {
99 "object": "InlineTextBox 'Phasellus vehicula, sem at posuere'",
100 "reason": "forced by layout"
101 },
102 {
103 "object": "InlineTextBox 'vehicula, augue nibh molestie nisl,'",
104 "reason": "forced by layout"
105 },
106 {
107 "object": "InlineTextBox 'nec ullamcorper lacus ante vulputate'",
108 "reason": "forced by layout"
109 },
110 {
111 "object": "InlineTextBox 'pede.'",
112 "reason": "forced by layout"
113 },
114 {
115 "object": "LayoutBlockFlow DIV",
116 "reason": "bounds change"
117 },
118 {
119 "object": "LayoutTableCell TD id='target'",
120 "reason": "bounds change"
121 }
122 ]
123 }
124
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698