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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/relative-sized-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 10 matching lines...) Expand all
21 "rect": [209, 269, 200, 200], 21 "rect": [209, 269, 200, 200],
22 "reason": "bounds change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGRect rect id='targetRect'", 25 "object": "LayoutSVGRect rect id='targetRect'",
26 "rect": [209, 269, 200, 200], 26 "rect": [209, 269, 200, 200],
27 "reason": "bounds change" 27 "reason": "bounds change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGRect rect id='targetRect'", 30 "object": "LayoutSVGRect rect id='targetRect'",
31 "rect": [59, 269, 150, 200], 31 "rect": [9, 269, 200, 200],
32 "reason": "incremental" 32 "reason": "full"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGContainer g id='targetUse'", 35 "object": "LayoutSVGContainer g id='targetUse'",
36 "rect": [59, 69, 150, 200], 36 "rect": [9, 69, 200, 200],
37 "reason": "incremental" 37 "reason": "full"
38 }, 38 },
39 { 39 {
40 "object": "LayoutSVGContainer use", 40 "object": "LayoutSVGContainer use",
41 "rect": [59, 69, 150, 200], 41 "rect": [9, 69, 200, 200],
42 "reason": "incremental" 42 "reason": "full"
43 }, 43 },
44 { 44 {
45 "object": "LayoutSVGContainer use id='targetUse'", 45 "object": "LayoutSVGContainer use id='targetUse'",
46 "rect": [59, 69, 150, 200], 46 "rect": [9, 69, 200, 200],
47 "reason": "incremental" 47 "reason": "full"
48 }, 48 },
49 { 49 {
50 "object": "LayoutSVGRect rect id='targetRect1'", 50 "object": "LayoutSVGRect rect id='targetRect1'",
51 "rect": [59, 69, 150, 200], 51 "rect": [9, 69, 200, 200],
52 "reason": "incremental" 52 "reason": "full"
53 }, 53 },
54 { 54 {
55 "object": "LayoutSVGRect rect id='targetRect1'", 55 "object": "LayoutSVGRect rect id='targetRect1'",
56 "rect": [59, 69, 150, 200], 56 "rect": [9, 69, 200, 200],
57 "reason": "incremental" 57 "reason": "full"
58 }, 58 },
59 { 59 {
60 "object": "LayoutSVGRect rect id='targetRect1'", 60 "object": "LayoutSVGRect rect id='targetRect1'",
61 "rect": [59, 69, 150, 200], 61 "rect": [9, 69, 200, 200],
62 "reason": "incremental" 62 "reason": "full"
63 }, 63 },
64 { 64 {
65 "object": "LayoutSVGContainer use", 65 "object": "LayoutSVGContainer use",
66 "rect": [59, 269, 50, 200], 66 "rect": [59, 269, 50, 200],
67 "reason": "bounds change" 67 "reason": "bounds change"
68 }, 68 },
69 { 69 {
70 "object": "LayoutSVGRect rect id='targetRect'", 70 "object": "LayoutSVGRect rect id='targetRect'",
71 "rect": [59, 269, 50, 200], 71 "rect": [59, 269, 50, 200],
72 "reason": "bounds change" 72 "reason": "bounds change"
73 }, 73 },
74 { 74 {
75 "object": "InlineBox", 75 "object": "InlineBox",
76 "reason": "full" 76 "reason": "full"
77 }, 77 },
78 { 78 {
79 "object": "RootInlineBox", 79 "object": "RootInlineBox",
80 "reason": "full" 80 "reason": "full"
81 }, 81 },
82 { 82 {
83 "object": "RootInlineBox", 83 "object": "RootInlineBox",
84 "reason": "full" 84 "reason": "full"
85 } 85 }
86 ] 86 ]
87 } 87 }
88 ] 88 ]
89 } 89 }
90 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698