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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt

Issue 2217813005: Auto-rebaseline for r409965 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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": [
(...skipping 11 matching lines...) Expand all
22 "object": "LayoutSVGRect rect", 22 "object": "LayoutSVGRect rect",
23 "rect": [9, 9, 400, 400], 23 "rect": [9, 9, 400, 400],
24 "reason": "forced by layout" 24 "reason": "forced by layout"
25 }, 25 },
26 { 26 {
27 "object": "LayoutSVGRoot svg", 27 "object": "LayoutSVGRoot svg",
28 "rect": [9, 9, 400, 400], 28 "rect": [9, 9, 400, 400],
29 "reason": "forced by layout" 29 "reason": "forced by layout"
30 }, 30 },
31 { 31 {
32 "object": "LayoutView #document",
33 "rect": [209, 9, 200, 400],
34 "reason": "incremental"
35 },
36 {
37 "object": "LayoutSVGEllipse circle", 32 "object": "LayoutSVGEllipse circle",
38 "rect": [169, 169, 80, 80], 33 "rect": [169, 169, 80, 80],
39 "reason": "forced by layout" 34 "reason": "forced by layout"
40 }, 35 },
41 { 36 {
42 "object": "LayoutSVGEllipse circle", 37 "object": "LayoutSVGEllipse circle",
43 "rect": [89, 189, 40, 40], 38 "rect": [89, 189, 40, 40],
44 "reason": "forced by layout" 39 "reason": "forced by layout"
45 } 40 }
46 ] 41 ]
47 } 42 }
48 ], 43 ],
49 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
50 { 45 {
51 "object": "LayoutBlockFlow div id='contentBox'", 46 "object": "LayoutBlockFlow div id='contentBox'",
52 "reason": "forced by layout" 47 "reason": "forced by layout"
53 }, 48 },
54 { 49 {
55 "object": "RootInlineBox", 50 "object": "RootInlineBox",
56 "reason": "forced by layout" 51 "reason": "forced by layout"
57 }, 52 },
58 { 53 {
59 "object": "LayoutEmbeddedObject object", 54 "object": "LayoutEmbeddedObject object",
60 "reason": "forced by layout" 55 "reason": "forced by layout"
61 }, 56 },
62 { 57 {
63 "object": "LayoutView #document",
64 "reason": "incremental"
65 },
66 {
67 "object": "LayoutSVGRoot svg", 58 "object": "LayoutSVGRoot svg",
68 "reason": "forced by layout" 59 "reason": "forced by layout"
69 }, 60 },
70 { 61 {
71 "object": "LayoutSVGRect rect", 62 "object": "LayoutSVGRect rect",
72 "reason": "forced by layout" 63 "reason": "forced by layout"
73 }, 64 },
74 { 65 {
75 "object": "LayoutSVGEllipse circle", 66 "object": "LayoutSVGEllipse circle",
76 "reason": "forced by layout" 67 "reason": "forced by layout"
77 } 68 }
78 ] 69 ]
79 } 70 }
80 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698