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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt

Issue 2062663002: Auto-rebaseline for r399384 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
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 25 matching lines...) Expand all
36 "rect": [109, 169, 200, 200], 36 "rect": [109, 169, 200, 200],
37 "reason": "bounds change" 37 "reason": "bounds change"
38 }, 38 },
39 { 39 {
40 "object": "LayoutSVGRect rect id='targetRect'", 40 "object": "LayoutSVGRect rect id='targetRect'",
41 "rect": [109, 169, 200, 200], 41 "rect": [109, 169, 200, 200],
42 "reason": "bounds change" 42 "reason": "bounds change"
43 }, 43 },
44 { 44 {
45 "object": "LayoutSVGRect rect id='targetRect'", 45 "object": "LayoutSVGRect rect id='targetRect'",
46 "rect": [59, 169, 150, 200], 46 "rect": [9, 169, 200, 200],
47 "reason": "incremental" 47 "reason": "full"
48 }, 48 },
49 { 49 {
50 "object": "LayoutSVGContainer g id='targetUse'", 50 "object": "LayoutSVGContainer g id='targetUse'",
51 "rect": [59, 269, 50, 200], 51 "rect": [59, 269, 50, 200],
52 "reason": "bounds change" 52 "reason": "bounds change"
53 }, 53 },
54 { 54 {
55 "object": "LayoutSVGContainer use", 55 "object": "LayoutSVGContainer use",
56 "rect": [59, 269, 50, 200], 56 "rect": [59, 269, 50, 200],
57 "reason": "bounds change" 57 "reason": "bounds change"
(...skipping 28 matching lines...) Expand all
86 }, 86 },
87 { 87 {
88 "object": "RootInlineBox", 88 "object": "RootInlineBox",
89 "reason": "full" 89 "reason": "full"
90 } 90 }
91 ] 91 ]
92 } 92 }
93 ] 93 ]
94 } 94 }
95 95
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698