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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/object-sizing-no-width-height-change-content-box-size-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, 8, 402, 402], 13 "rect": [8, 8, 402, 402],
14 "reason": "forced by layout" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutEmbeddedObject object",
18 "rect": [9, 9, 400, 400],
19 "reason": "forced by layout"
20 },
21 {
17 "object": "LayoutSVGRect rect", 22 "object": "LayoutSVGRect rect",
18 "rect": [9, 9, 400, 400], 23 "rect": [9, 9, 400, 400],
19 "reason": "forced by layout" 24 "reason": "forced by layout"
20 }, 25 },
21 { 26 {
22 "object": "LayoutSVGRoot svg", 27 "object": "LayoutSVGRoot svg",
23 "rect": [9, 9, 400, 400], 28 "rect": [9, 9, 400, 400],
24 "reason": "forced by layout" 29 "reason": "forced by layout"
25 }, 30 },
26 { 31 {
27 "object": "LayoutEmbeddedObject object",
28 "rect": [209, 9, 200, 400],
29 "reason": "incremental"
30 },
31 {
32 "object": "LayoutView #document", 32 "object": "LayoutView #document",
33 "rect": [209, 9, 200, 400], 33 "rect": [209, 9, 200, 400],
34 "reason": "incremental" 34 "reason": "incremental"
35 }, 35 },
36 { 36 {
37 "object": "LayoutSVGEllipse circle", 37 "object": "LayoutSVGEllipse circle",
38 "rect": [169, 169, 80, 80], 38 "rect": [169, 169, 80, 80],
39 "reason": "forced by layout" 39 "reason": "forced by layout"
40 }, 40 },
41 { 41 {
42 "object": "LayoutSVGEllipse circle", 42 "object": "LayoutSVGEllipse circle",
43 "rect": [89, 189, 40, 40], 43 "rect": [89, 189, 40, 40],
44 "reason": "forced by layout" 44 "reason": "forced by layout"
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": "LayoutEmbeddedObject object", 59 "object": "LayoutEmbeddedObject object",
68 "reason": "incremental" 60 "reason": "forced by layout"
69 } 61 }
70 ] 62 ]
71 } 63 }
72 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698