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

Side by Side Diff: third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/svg/js-update-container-expected.txt

Issue 2477413002: Rebaseline SlimmingPaintInvalidation test expectations (Closed)
Patch Set: - Created 4 years, 1 month 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='group'", 10 "object": "LayoutSVGContainer g id='group'",
11 "rect": [0, 0, 76, 76], 11 "rect": [0, 0, 76, 76],
12 "reason": "full" 12 "reason": "full"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGRect rect", 15 "object": "LayoutSVGRect rect",
16 "rect": [0, 0, 76, 76], 16 "rect": [0, 0, 76, 76],
17 "reason": "style change" 17 "reason": "style change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGRoot svg",
21 "rect": [0, 40, 76, 36],
22 "reason": "incremental"
23 },
24 {
25 "object": "LayoutSVGRect rect", 20 "object": "LayoutSVGRect rect",
26 "rect": [-1, -1, 41, 41], 21 "rect": [-1, -1, 41, 41],
27 "reason": "style change" 22 "reason": "style change"
28 },
29 {
30 "object": "LayoutSVGRoot svg",
31 "rect": [40, 0, 36, 76],
32 "reason": "incremental"
33 } 23 }
34 ] 24 ]
35 } 25 }
36 ], 26 ],
37 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
38 { 28 {
39 "object": "LayoutSVGRoot svg",
40 "reason": "incremental"
41 },
42 {
43 "object": "LayoutSVGContainer g id='group'", 29 "object": "LayoutSVGContainer g id='group'",
44 "reason": "full" 30 "reason": "full"
45 }, 31 },
46 { 32 {
47 "object": "LayoutSVGRect rect", 33 "object": "LayoutSVGRect rect",
48 "reason": "style change" 34 "reason": "style change"
49 } 35 }
50 ] 36 ]
51 } 37 }
52 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698