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

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

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutBlockFlow div id='contentBox'", 12 "object": "LayoutBlockFlow div id='contentBox'",
13 "rect": [8, 52, 402, 402], 13 "rect": [8, 52, 402, 402],
14 "reason": "forced by layout" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutSVGPath path", 17 "object": "LayoutSVGPath path",
18 "rect": [27, 69, 364, 364], 18 "rect": [27, 69, 364, 364],
19 "reason": "bounds change" 19 "reason": "bounds change"
20 }, 20 },
21 { 21 {
22 "object": "LayoutSVGRoot svg", 22 "object": "LayoutSVGRoot svg",
23 "rect": [27, 69, 364, 364], 23 "rect": [27, 69, 364, 364],
24 "reason": "bounds change" 24 "reason": "forced by layout"
25 }, 25 },
26 { 26 {
27 "object": "LayoutSVGViewportContainer svg", 27 "object": "LayoutSVGViewportContainer svg",
28 "rect": [27, 69, 364, 364], 28 "rect": [27, 69, 364, 364],
29 "reason": "bounds change" 29 "reason": "bounds change"
30 }, 30 },
31 { 31 {
32 "object": "LayoutSVGPath path", 32 "object": "LayoutSVGPath path",
33 "rect": [13, 207, 92, 91], 33 "rect": [13, 207, 92, 91],
34 "reason": "bounds change" 34 "reason": "bounds change"
35 }, 35 },
36 { 36 {
37 "object": "LayoutSVGRoot svg", 37 "object": "LayoutSVGRoot svg",
38 "rect": [13, 207, 92, 91], 38 "rect": [13, 207, 92, 91],
39 "reason": "bounds change" 39 "reason": "forced by layout"
40 }, 40 },
41 { 41 {
42 "object": "LayoutSVGViewportContainer svg", 42 "object": "LayoutSVGViewportContainer svg",
43 "rect": [13, 207, 92, 91], 43 "rect": [13, 207, 92, 91],
44 "reason": "bounds change" 44 "reason": "bounds change"
45 } 45 }
46 ] 46 ]
47 } 47 }
48 ], 48 ],
49 "objectPaintInvalidations": [ 49 "objectPaintInvalidations": [
50 { 50 {
51 "object": "RootInlineBox",
52 "reason": "full"
53 },
54 {
55 "object": "InlineBox",
56 "reason": "full"
57 },
58 {
59 "object": "LayoutBlockFlow div id='contentBox'", 51 "object": "LayoutBlockFlow div id='contentBox'",
60 "reason": "forced by layout" 52 "reason": "forced by layout"
61 }, 53 },
62 { 54 {
63 "object": "RootInlineBox", 55 "object": "RootInlineBox",
64 "reason": "forced by layout" 56 "reason": "forced by layout"
65 }, 57 },
66 { 58 {
67 "object": "LayoutSVGRoot svg", 59 "object": "LayoutSVGRoot svg",
68 "reason": "bounds change" 60 "reason": "forced by layout"
69 }, 61 },
70 { 62 {
71 "object": "LayoutSVGViewportContainer svg", 63 "object": "LayoutSVGViewportContainer svg",
72 "reason": "bounds change" 64 "reason": "bounds change"
73 }, 65 },
74 { 66 {
75 "object": "LayoutSVGPath path", 67 "object": "LayoutSVGPath path",
76 "reason": "bounds change" 68 "reason": "bounds change"
77 } 69 }
78 ] 70 ]
79 } 71 }
80 72
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698