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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/positioned-document-element-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 "backgroundColor": "#008000", 8 "backgroundColor": "#008000",
9 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
11 "object": "LayoutView #document", 11 "object": "LayoutView #document",
12 "rect": [0, 0, 800, 600], 12 "rect": [0, 0, 800, 600],
13 "reason": "style change" 13 "reason": "style change"
14 }, 14 },
15 { 15 {
16 "object": "LayoutBlockFlow (positioned) HTML class='changed'",
17 "rect": [0, 0, 800, 52],
18 "reason": "style change"
19 },
20 {
21 "object": "LayoutBlockFlow P", 16 "object": "LayoutBlockFlow P",
22 "rect": [8, 16, 784, 20], 17 "rect": [8, 16, 784, 20],
23 "reason": "forced by layout" 18 "reason": "forced by layout"
24 }, 19 },
25 { 20 {
26 "object": "LayoutBlockFlow (positioned) HTML class='changed'",
27 "rect": [100, 100, 418, 52],
28 "reason": "style change"
29 },
30 {
31 "object": "LayoutBlockFlow P", 21 "object": "LayoutBlockFlow P",
32 "rect": [108, 116, 402, 20], 22 "rect": [108, 116, 402, 20],
33 "reason": "forced by layout" 23 "reason": "forced by layout"
34 },
35 {
36 "object": "LayoutText #text",
37 "rect": [108, 116, 402, 19],
38 "reason": "forced by layout"
39 },
40 {
41 "object": "LayoutText #text",
42 "rect": [8, 16, 402, 19],
43 "reason": "forced by layout"
44 } 24 }
45 ] 25 ]
46 } 26 }
47 ], 27 ],
48 "objectPaintInvalidations": [ 28 "objectPaintInvalidations": [
49 { 29 {
50 "object": "LayoutView #document", 30 "object": "LayoutView #document",
51 "reason": "style change" 31 "reason": "style change"
52 }, 32 },
53 { 33 {
(...skipping 16 matching lines...) Expand all
70 "object": "LayoutText #text", 50 "object": "LayoutText #text",
71 "reason": "forced by layout" 51 "reason": "forced by layout"
72 }, 52 },
73 { 53 {
74 "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'", 54 "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'",
75 "reason": "forced by layout" 55 "reason": "forced by layout"
76 } 56 }
77 ] 57 ]
78 } 58 }
79 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698