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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection-after-remove-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 DIV id='test'", 10 "object": "LayoutBlockFlow DIV id='test'",
11 "rect": [38, 78, 152, 102], 11 "rect": [38, 78, 152, 102],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [39, 79, 146, 99], 16 "rect": [39, 79, 146, 99],
17 "reason": "layoutObject removal" 17 "reason": "layoutObject removal"
18 },
19 {
20 "object": "LayoutText #text",
21 "rect": [67, 158, 39, 20],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutText #text",
26 "rect": [70, 79, 36, 19],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutText #text",
31 "rect": [39, 79, 32, 19],
32 "reason": "forced by layout"
33 } 18 }
34 ] 19 ]
35 } 20 }
36 ], 21 ],
37 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
38 { 23 {
39 "object": "LayoutText #text", 24 "object": "LayoutText #text",
40 "reason": "layoutObject removal" 25 "reason": "layoutObject removal"
41 }, 26 },
42 { 27 {
(...skipping 28 matching lines...) Expand all
71 "object": "LayoutBR BR", 56 "object": "LayoutBR BR",
72 "reason": "forced by layout" 57 "reason": "forced by layout"
73 }, 58 },
74 { 59 {
75 "object": "InlineTextBox '\n'", 60 "object": "InlineTextBox '\n'",
76 "reason": "forced by layout" 61 "reason": "forced by layout"
77 } 62 }
78 ] 63 ]
79 } 64 }
80 65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698