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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/bugzilla-7235-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": "LayoutBlockFlow (anonymous)", 10 "object": "LayoutBlockFlow (anonymous)",
11 "rect": [8, 148, 784, 18], 11 "rect": [8, 148, 784, 18],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (positioned) DIV id='t'", 15 "object": "LayoutBlockFlow (positioned) DIV id='t'",
16 "rect": [8, 166, 100, 100], 16 "rect": [8, 166, 100, 100],
17 "reason": "layoutObject insertion" 17 "reason": "layoutObject insertion"
18 },
19 {
20 "object": "LayoutInline (relative positioned) SPAN id='p'",
21 "rect": [8, 148, 4, 17],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutText #text",
26 "rect": [8, 148, 4, 17],
27 "reason": "forced by layout"
28 } 18 }
29 ] 19 ]
30 } 20 }
31 ], 21 ],
32 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
33 { 23 {
34 "object": "LayoutBlockFlow (anonymous)", 24 "object": "LayoutBlockFlow (anonymous)",
35 "reason": "forced by layout" 25 "reason": "forced by layout"
36 }, 26 },
37 { 27 {
(...skipping 16 matching lines...) Expand all
54 "object": "InlineTextBox '\u00A0'", 44 "object": "InlineTextBox '\u00A0'",
55 "reason": "forced by layout" 45 "reason": "forced by layout"
56 }, 46 },
57 { 47 {
58 "object": "LayoutBlockFlow (positioned) DIV id='t'", 48 "object": "LayoutBlockFlow (positioned) DIV id='t'",
59 "reason": "layoutObject insertion" 49 "reason": "layoutObject insertion"
60 } 50 }
61 ] 51 ]
62 } 52 }
63 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698