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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/object-sizing-no-width-height-change-content-box-size-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, 8, 402, 402], 13 "rect": [8, 8, 402, 402],
12 "reason": "forced by layout" 14 "reason": "forced by layout"
13 }, 15 },
14 { 16 {
(...skipping 23 matching lines...) Expand all
38 }, 40 },
39 { 41 {
40 "object": "LayoutSVGEllipse circle", 42 "object": "LayoutSVGEllipse circle",
41 "rect": [169, 169, 80, 80], 43 "rect": [169, 169, 80, 80],
42 "reason": "forced by layout" 44 "reason": "forced by layout"
43 }, 45 },
44 { 46 {
45 "object": "LayoutSVGEllipse circle", 47 "object": "LayoutSVGEllipse circle",
46 "rect": [89, 189, 40, 40], 48 "rect": [89, 189, 40, 40],
47 "reason": "forced by layout" 49 "reason": "forced by layout"
48 },
49 {
50 "object": "InlineBox",
51 "reason": "full"
52 },
53 {
54 "object": "RootInlineBox",
55 "reason": "full"
56 },
57 {
58 "object": "RootInlineBox",
59 "reason": "full"
60 } 50 }
61 ] 51 ]
62 } 52 }
53 ],
54 "objectPaintInvalidations": [
55 {
56 "object": "LayoutBlockFlow div id='contentBox'",
57 "reason": "forced by layout"
58 },
59 {
60 "object": "RootInlineBox",
61 "reason": "forced by layout"
62 },
63 {
64 "object": "LayoutEmbeddedObject object",
65 "reason": "incremental"
66 }
63 ] 67 ]
64 } 68 }
65 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698