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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection-clear-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='firstLine'", 10 "object": "LayoutBlockFlow DIV id='firstLine'",
(...skipping 12 matching lines...) Expand all
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow (anonymous)", 25 "object": "LayoutBlockFlow (anonymous)",
26 "rect": [8, 108, 100, 100], 26 "rect": [8, 108, 100, 100],
27 "reason": "bounds change" 27 "reason": "bounds change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [8, 48, 92, 119], 31 "rect": [8, 48, 92, 119],
32 "reason": "layoutObject removal" 32 "reason": "layoutObject removal"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [8, 48, 8, 19],
37 "reason": "layoutObject insertion"
38 } 33 }
39 ] 34 ]
40 } 35 }
41 ], 36 ],
42 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
43 { 38 {
44 "object": "LayoutText #text", 39 "object": "LayoutText #text",
45 "reason": "layoutObject removal" 40 "reason": "layoutObject removal"
46 }, 41 },
47 { 42 {
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "object": "LayoutBR BR", 91 "object": "LayoutBR BR",
97 "reason": "location change" 92 "reason": "location change"
98 }, 93 },
99 { 94 {
100 "object": "InlineTextBox '\n'", 95 "object": "InlineTextBox '\n'",
101 "reason": "location change" 96 "reason": "location change"
102 } 97 }
103 ] 98 ]
104 } 99 }
105 100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698