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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-viewbox-rescale-expected.txt

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: Rebaseline on Linux 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": "LayoutSVGInlineText #text",
11 "rect": [59, 143, 95, 23],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutSVGInlineText #text",
16 "rect": [59, 143, 95, 23],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutSVGTSpan tspan",
21 "rect": [59, 143, 95, 23],
22 "reason": "full"
23 },
24 {
25 "object": "LayoutSVGText text",
26 "rect": [59, 143, 95, 23],
27 "reason": "full"
28 },
29 {
30 "object": "LayoutSVGViewportContainer svg id='inner2'", 10 "object": "LayoutSVGViewportContainer svg id='inner2'",
31 "rect": [59, 143, 95, 23], 11 "rect": [59, 143, 95, 23],
32 "reason": "full" 12 "reason": "full"
33 }, 13 },
34 { 14 {
35 "object": "LayoutSVGInlineText #text",
36 "rect": [59, 43, 95, 23],
37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutSVGInlineText #text",
41 "rect": [59, 43, 95, 23],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutSVGInlineText #text",
46 "rect": [59, 43, 95, 23],
47 "reason": "bounds change"
48 },
49 {
50 "object": "LayoutSVGTSpan tspan",
51 "rect": [59, 43, 95, 23],
52 "reason": "full"
53 },
54 {
55 "object": "LayoutSVGText text",
56 "rect": [59, 43, 95, 23],
57 "reason": "full"
58 },
59 {
60 "object": "LayoutSVGViewportContainer svg id='inner1'", 15 "object": "LayoutSVGViewportContainer svg id='inner1'",
61 "rect": [59, 43, 95, 23], 16 "rect": [59, 43, 95, 23],
62 "reason": "full" 17 "reason": "full"
63 }, 18 },
64 { 19 {
65 "object": "LayoutSVGInlineText #text", 20 "object": "LayoutSVGInlineText #text",
66 "rect": [0, 0, 8, 2], 21 "rect": [0, 0, 8, 2],
67 "reason": "forced by layout" 22 "reason": "forced by layout"
68 }, 23 },
69 { 24 {
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "object": "LayoutSVGInlineText #text", 122 "object": "LayoutSVGInlineText #text",
168 "reason": "forced by layout" 123 "reason": "forced by layout"
169 }, 124 },
170 { 125 {
171 "object": "InlineTextBox 'PASS'", 126 "object": "InlineTextBox 'PASS'",
172 "reason": "forced by layout" 127 "reason": "forced by layout"
173 } 128 }
174 ] 129 ]
175 } 130 }
176 131
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698