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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt

Issue 2087483002: Auto-rebaseline for r400605 (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 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow div id='contentBox'", 12 "object": "LayoutBlockFlow div id='contentBox'",
11 "rect": [8, 50, 402, 402], 13 "rect": [8, 50, 402, 402],
12 "reason": "forced by layout" 14 "reason": "forced by layout"
13 }, 15 },
14 { 16 {
(...skipping 28 matching lines...) Expand all
43 }, 45 },
44 { 46 {
45 "object": "LayoutSVGRoot svg", 47 "object": "LayoutSVGRoot svg",
46 "rect": [13, 205, 92, 91], 48 "rect": [13, 205, 92, 91],
47 "reason": "bounds change" 49 "reason": "bounds change"
48 }, 50 },
49 { 51 {
50 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", 52 "object": "LayoutSVGViewportContainer svg id='gamesBorder'",
51 "rect": [13, 205, 92, 91], 53 "rect": [13, 205, 92, 91],
52 "reason": "bounds change" 54 "reason": "bounds change"
53 },
54 {
55 "object": "InlineBox",
56 "reason": "full"
57 },
58 {
59 "object": "RootInlineBox",
60 "reason": "full"
61 },
62 {
63 "object": "RootInlineBox",
64 "reason": "full"
65 } 55 }
66 ] 56 ]
67 } 57 }
58 ],
59 "objectPaintInvalidations": [
60 {
61 "object": "LayoutBlockFlow div id='contentBox'",
62 "reason": "forced by layout"
63 },
64 {
65 "object": "RootInlineBox",
66 "reason": "forced by layout"
67 },
68 {
69 "object": "LayoutSVGRoot svg",
70 "reason": "bounds change"
71 },
72 {
73 "object": "LayoutSVGContainer use",
74 "reason": "bounds change"
75 },
76 {
77 "object": "LayoutSVGViewportContainer svg id='gamesBorder'",
78 "reason": "bounds change"
79 },
80 {
81 "object": "LayoutSVGPath path",
82 "reason": "bounds change"
83 }
68 ] 84 ]
69 } 85 }
70 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698