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

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: 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 "backgroundColor": "#008000", 8 "backgroundColor": "#008000",
9 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
(...skipping 16 matching lines...) Expand all
27 "rect": [100, 100, 418, 52], 27 "rect": [100, 100, 418, 52],
28 "reason": "style change" 28 "reason": "style change"
29 }, 29 },
30 { 30 {
31 "object": "LayoutBlockFlow P", 31 "object": "LayoutBlockFlow P",
32 "rect": [108, 116, 402, 20], 32 "rect": [108, 116, 402, 20],
33 "reason": "forced by layout" 33 "reason": "forced by layout"
34 }, 34 },
35 { 35 {
36 "object": "LayoutText #text", 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], 37 "rect": [8, 16, 402, 19],
43 "reason": "forced by layout" 38 "reason": "forced by layout"
44 } 39 }
45 ] 40 ]
46 } 41 }
47 ], 42 ],
48 "objectPaintInvalidations": [ 43 "objectPaintInvalidations": [
49 { 44 {
50 "object": "LayoutView #document", 45 "object": "LayoutView #document",
51 "reason": "style change" 46 "reason": "style change"
(...skipping 18 matching lines...) Expand all
70 "object": "LayoutText #text", 65 "object": "LayoutText #text",
71 "reason": "forced by layout" 66 "reason": "forced by layout"
72 }, 67 },
73 { 68 {
74 "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'", 69 "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'",
75 "reason": "forced by layout" 70 "reason": "forced by layout"
76 } 71 }
77 ] 72 ]
78 } 73 }
79 74
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698