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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/inline-outline-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, 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", 10 "object": "LayoutBlockFlow DIV",
11 "rect": [8, 166, 100, 36], 11 "rect": [8, 166, 100, 36],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutInline SPAN id='test'", 15 "object": "LayoutInline SPAN id='test'",
16 "rect": [5, 163, 98, 42], 16 "rect": [5, 163, 98, 42],
17 "reason": "forced by layout" 17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutText #text",
21 "rect": [8, 166, 92, 36],
22 "reason": "full"
23 } 18 }
24 ] 19 ]
25 } 20 }
26 ], 21 ],
27 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
28 { 23 {
29 "object": "LayoutText #text", 24 "object": "LayoutText #text",
30 "reason": "layoutObject removal" 25 "reason": "layoutObject removal"
31 }, 26 },
32 { 27 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "object": "InlineTextBox ' '", 60 "object": "InlineTextBox ' '",
66 "reason": "full" 61 "reason": "full"
67 }, 62 },
68 { 63 {
69 "object": "InlineTextBox 'dolor\u00A0'", 64 "object": "InlineTextBox 'dolor\u00A0'",
70 "reason": "full" 65 "reason": "full"
71 } 66 }
72 ] 67 ]
73 } 68 }
74 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698