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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/text-match-document-change-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='to-be-changed'", 10 "object": "LayoutBlockFlow DIV id='to-be-changed'",
11 "rect": [18, 130, 269, 40], 11 "rect": [18, 130, 269, 40],
12 "reason": "full" 12 "reason": "full"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [18, 130, 235, 39], 16 "rect": [18, 130, 235, 39],
17 "reason": "layoutObject removal" 17 "reason": "layoutObject removal"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text",
21 "rect": [18, 130, 77, 19],
22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "LayoutView #document", 20 "object": "LayoutView #document",
26 "rect": [295, 102, 15, 400], 21 "rect": [295, 102, 15, 400],
27 "reason": "scroll" 22 "reason": "scroll"
28 } 23 }
29 ] 24 ]
30 } 25 }
31 ], 26 ],
32 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
33 { 28 {
34 "object": "LayoutText #text", 29 "object": "LayoutText #text",
(...skipping 15 matching lines...) Expand all
50 "object": "LayoutText #text", 45 "object": "LayoutText #text",
51 "reason": "layoutObject insertion" 46 "reason": "layoutObject insertion"
52 }, 47 },
53 { 48 {
54 "object": "InlineTextBox 'After change'", 49 "object": "InlineTextBox 'After change'",
55 "reason": "layoutObject insertion" 50 "reason": "layoutObject insertion"
56 } 51 }
57 ] 52 ]
58 } 53 }
59 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698