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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/svg/custom/relative-sized-inner-svg-expected.txt

Issue 1951203002: Auto-rebaseline for r391751 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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'",
11 "rect": [8, 50, 402, 405], 11 "rect": [8, 50, 402, 405],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGPath path", 15 "object": "LayoutSVGPath path",
16 "rect": [27, 67, 364, 364], 16 "rect": [27, 67, 364, 364],
17 "reason": "location change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGRoot svg", 20 "object": "LayoutSVGRoot svg",
21 "rect": [27, 67, 364, 364], 21 "rect": [27, 67, 364, 364],
22 "reason": "bounds change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGViewportContainer svg", 25 "object": "LayoutSVGViewportContainer svg",
26 "rect": [27, 67, 364, 364], 26 "rect": [27, 67, 364, 364],
27 "reason": "location change" 27 "reason": "bounds change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGPath path", 30 "object": "LayoutSVGPath path",
31 "rect": [13, 205, 92, 91], 31 "rect": [13, 205, 92, 91],
32 "reason": "location change" 32 "reason": "bounds change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGRoot svg", 35 "object": "LayoutSVGRoot svg",
36 "rect": [13, 205, 92, 91], 36 "rect": [13, 205, 92, 91],
37 "reason": "bounds change" 37 "reason": "bounds change"
38 }, 38 },
39 { 39 {
40 "object": "LayoutSVGViewportContainer svg", 40 "object": "LayoutSVGViewportContainer svg",
41 "rect": [13, 205, 92, 91], 41 "rect": [13, 205, 92, 91],
42 "reason": "location change" 42 "reason": "bounds change"
43 }, 43 },
44 { 44 {
45 "object": "InlineBox", 45 "object": "InlineBox",
46 "reason": "full" 46 "reason": "full"
47 }, 47 },
48 { 48 {
49 "object": "RootInlineBox", 49 "object": "RootInlineBox",
50 "reason": "full" 50 "reason": "full"
51 }, 51 },
52 { 52 {
53 "object": "RootInlineBox", 53 "object": "RootInlineBox",
54 "reason": "full" 54 "reason": "full"
55 } 55 }
56 ] 56 ]
57 } 57 }
58 ] 58 ]
59 } 59 }
60 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698