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

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

Issue 2139073002: Auto-rebaseline for r404741 (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": [
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "object": "LayoutBlockFlow div id='contentBox'", 51 "object": "LayoutBlockFlow div id='contentBox'",
52 "reason": "forced by layout" 52 "reason": "forced by layout"
53 }, 53 },
54 { 54 {
55 "object": "RootInlineBox", 55 "object": "RootInlineBox",
56 "reason": "forced by layout" 56 "reason": "forced by layout"
57 }, 57 },
58 { 58 {
59 "object": "LayoutEmbeddedObject object", 59 "object": "LayoutEmbeddedObject object",
60 "reason": "forced by layout" 60 "reason": "forced by layout"
61 },
62 {
63 "object": "LayoutView #document",
64 "reason": "incremental"
65 },
66 {
67 "object": "LayoutSVGRoot svg",
68 "reason": "forced by layout"
69 },
70 {
71 "object": "LayoutSVGRect rect",
72 "reason": "forced by layout"
73 },
74 {
75 "object": "LayoutSVGEllipse circle",
76 "reason": "forced by layout"
61 } 77 }
62 ] 78 ]
63 } 79 }
64 80
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698