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

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

Issue 2483953002: Separate forced subtree invalidation reasons for location change and SVG resource change (Closed)
Patch Set: rebaseline-cl 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": "LayoutBlockFlow div id='contentBox'", 10 "object": "LayoutBlockFlow div id='contentBox'",
(...skipping 30 matching lines...) Expand all
41 }, 41 },
42 { 42 {
43 "object": "RootInlineBox", 43 "object": "RootInlineBox",
44 "reason": "forced by layout" 44 "reason": "forced by layout"
45 }, 45 },
46 { 46 {
47 "object": "LayoutSVGRoot svg", 47 "object": "LayoutSVGRoot svg",
48 "reason": "forced by layout" 48 "reason": "forced by layout"
49 }, 49 },
50 { 50 {
51 "object": "LayoutSVGHiddenContainer defs",
52 "reason": "location change"
53 },
54 {
55 "object": "LayoutSVGResourceRadialGradient radialGradient id='grad'",
56 "reason": "location change"
57 },
58 {
59 "object": "LayoutSVGGradientStop stop",
60 "reason": "location change"
61 },
62 {
63 "object": "LayoutSVGGradientStop stop",
64 "reason": "location change"
65 },
66 {
67 "object": "LayoutSVGEllipse circle", 51 "object": "LayoutSVGEllipse circle",
68 "reason": "SVG resource change" 52 "reason": "SVG resource change"
69 } 53 }
70 ] 54 ]
71 } 55 }
72 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698