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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/details-open-repaint-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, 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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow DIV id='details-content'", 10 "object": "LayoutBlockFlow DIV id='details-content'",
11 "rect": [8, 72, 784, 22], 11 "rect": [8, 72, 784, 22],
12 "reason": "layoutObject insertion" 12 "reason": "layoutObject insertion"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTextControl INPUT",
16 "rect": [8, 72, 154, 22],
17 "reason": "layoutObject insertion"
18 },
19 {
20 "object": "LayoutBlockFlow DIV id='inner-editor'",
21 "rect": [10, 75, 150, 16],
22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "LayoutDetailsMarker DIV id='details-marker'", 15 "object": "LayoutDetailsMarker DIV id='details-marker'",
26 "rect": [8, 56, 11, 11], 16 "rect": [8, 56, 11, 11],
27 "reason": "full" 17 "reason": "full"
28 } 18 }
29 ] 19 ]
30 } 20 }
31 ], 21 ],
32 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
33 { 23 {
34 "object": "LayoutDetailsMarker DIV id='details-marker'", 24 "object": "LayoutDetailsMarker DIV id='details-marker'",
(...skipping 27 matching lines...) Expand all
62 "object": "LayoutText #text", 52 "object": "LayoutText #text",
63 "reason": "layoutObject insertion" 53 "reason": "layoutObject insertion"
64 }, 54 },
65 { 55 {
66 "object": "LayoutText #text", 56 "object": "LayoutText #text",
67 "reason": "layoutObject insertion" 57 "reason": "layoutObject insertion"
68 } 58 }
69 ] 59 ]
70 } 60 }
71 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698