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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/ems-display-none-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": "LayoutSVGContainer g", 10 "object": "LayoutSVGContainer g",
11 "rect": [50, 54, 561, 86], 11 "rect": [50, 54, 561, 86],
12 "reason": "became visible" 12 "reason": "became visible"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGInlineText #text",
16 "rect": [50, 54, 561, 86],
17 "reason": "layoutObject insertion"
18 },
19 {
20 "object": "LayoutSVGInlineText #text",
21 "rect": [50, 54, 561, 86],
22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "LayoutSVGInlineText #text",
26 "rect": [50, 54, 561, 86],
27 "reason": "layoutObject insertion"
28 },
29 {
30 "object": "LayoutSVGTSpan tspan",
31 "rect": [50, 54, 561, 86],
32 "reason": "layoutObject insertion"
33 },
34 {
35 "object": "LayoutSVGTSpan tspan id='tspan'",
36 "rect": [50, 54, 561, 86],
37 "reason": "layoutObject insertion"
38 },
39 {
40 "object": "LayoutSVGText text id='text'", 15 "object": "LayoutSVGText text id='text'",
41 "rect": [50, 54, 561, 86], 16 "rect": [50, 54, 561, 86],
42 "reason": "layoutObject insertion" 17 "reason": "layoutObject insertion"
43 } 18 }
44 ] 19 ]
45 } 20 }
46 ], 21 ],
47 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
48 { 23 {
49 "object": "LayoutSVGContainer g", 24 "object": "LayoutSVGContainer g",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 "object": "LayoutSVGInlineText #text", 68 "object": "LayoutSVGInlineText #text",
94 "reason": "layoutObject insertion" 69 "reason": "layoutObject insertion"
95 }, 70 },
96 { 71 {
97 "object": "InlineTextBox 'Two lines of text should be visible.'", 72 "object": "InlineTextBox 'Two lines of text should be visible.'",
98 "reason": "layoutObject insertion" 73 "reason": "layoutObject insertion"
99 } 74 }
100 ] 75 ]
101 } 76 }
102 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698