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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/resource-invalidate-on-target-update-expected.txt

Issue 2751183002: Update reason after full paint invalidation (Closed)
Patch Set: rebaseline-cl 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 id='box'", 10 "object": "LayoutSVGContainer g id='box'",
11 "rect": [0, 10, 230, 350], 11 "rect": [0, 10, 230, 350],
12 "reason": "bounds change" 12 "reason": "bounds change"
13 },
14 {
15 "object": "LayoutSVGRect rect id='rect3'",
16 "rect": [0, 240, 230, 120],
17 "reason": "full"
18 },
19 {
20 "object": "LayoutSVGRect rect id='rect2'",
21 "rect": [10, 130, 200, 100],
22 "reason": "full"
23 },
24 {
25 "object": "LayoutSVGRect rect id='rect1'",
26 "rect": [10, 10, 200, 100],
27 "reason": "full"
28 } 13 }
29 ] 14 ]
30 } 15 }
31 ], 16 ],
32 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
33 { 18 {
34 "object": "LayoutSVGContainer g id='box'", 19 "object": "LayoutSVGContainer g id='box'",
35 "reason": "bounds change" 20 "reason": "bounds change"
36 }, 21 },
37 { 22 {
38 "object": "LayoutSVGRect rect id='rect1'", 23 "object": "LayoutSVGRect rect id='rect1'",
39 "reason": "full" 24 "reason": "full"
40 }, 25 },
41 { 26 {
42 "object": "LayoutSVGRect rect id='rect2'", 27 "object": "LayoutSVGRect rect id='rect2'",
43 "reason": "full" 28 "reason": "full"
44 }, 29 },
45 { 30 {
46 "object": "LayoutSVGRect rect id='rect3'", 31 "object": "LayoutSVGRect rect id='rect3'",
47 "reason": "full" 32 "reason": "full"
48 } 33 }
49 ] 34 ]
50 } 35 }
51 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698