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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/absolute-sized-content-with-resources-expected.txt

Issue 2559123003: Strength-reduce the "scale-factor changed" condition in LayoutSVGRoot (Closed)
Patch Set: Update expectations Created 4 years 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='contentBox'", 10 "object": "LayoutBlockFlow div id='contentBox'",
11 "rect": [8, 50, 402, 402], 11 "rect": [8, 50, 402, 402],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGContainer g", 15 "object": "LayoutSVGContainer g",
16 "rect": [42, 117, 334, 268], 16 "rect": [42, 117, 334, 268],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGRect rect", 20 "object": "LayoutSVGRect rect",
21 "rect": [42, 117, 334, 268], 21 "rect": [42, 117, 334, 268],
22 "reason": "bounds change" 22 "reason": "SVG resource change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGRoot svg", 25 "object": "LayoutSVGRoot svg",
26 "rect": [42, 117, 334, 268], 26 "rect": [42, 117, 334, 268],
27 "reason": "forced by layout" 27 "reason": "forced by layout"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGEllipse circle", 30 "object": "LayoutSVGEllipse circle",
31 "rect": [242, 251, 167, 200], 31 "rect": [242, 251, 167, 200],
32 "reason": "bounds change" 32 "reason": "bounds change"
(...skipping 14 matching lines...) Expand all
47 "reason": "bounds change" 47 "reason": "bounds change"
48 }, 48 },
49 { 49 {
50 "object": "LayoutSVGContainer g", 50 "object": "LayoutSVGContainer g",
51 "rect": [17, 217, 84, 68], 51 "rect": [17, 217, 84, 68],
52 "reason": "bounds change" 52 "reason": "bounds change"
53 }, 53 },
54 { 54 {
55 "object": "LayoutSVGRect rect", 55 "object": "LayoutSVGRect rect",
56 "rect": [17, 217, 84, 68], 56 "rect": [17, 217, 84, 68],
57 "reason": "bounds change" 57 "reason": "SVG resource change"
58 }, 58 },
59 { 59 {
60 "object": "LayoutSVGRoot svg", 60 "object": "LayoutSVGRoot svg",
61 "rect": [17, 217, 84, 68], 61 "rect": [17, 217, 84, 68],
62 "reason": "forced by layout" 62 "reason": "forced by layout"
63 }, 63 },
64 { 64 {
65 "object": "LayoutSVGEllipse circle", 65 "object": "LayoutSVGEllipse circle",
66 "rect": [67, 251, 42, 67], 66 "rect": [67, 251, 42, 67],
67 "reason": "bounds change" 67 "reason": "bounds change"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 { 102 {
103 "object": "LayoutSVGEllipse circle", 103 "object": "LayoutSVGEllipse circle",
104 "reason": "bounds change" 104 "reason": "bounds change"
105 }, 105 },
106 { 106 {
107 "object": "LayoutSVGContainer g", 107 "object": "LayoutSVGContainer g",
108 "reason": "bounds change" 108 "reason": "bounds change"
109 }, 109 },
110 { 110 {
111 "object": "LayoutSVGRect rect", 111 "object": "LayoutSVGRect rect",
112 "reason": "bounds change" 112 "reason": "SVG resource change"
113 } 113 }
114 ] 114 ]
115 } 115 }
116 116
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/absolute-sized-content-with-resources-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698