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

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

Issue 2091123002: Auto-rebaseline for r401697 (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": "LayoutSVGRect rect", 17 "object": "LayoutSVGRect rect",
18 "rect": [9, 9, 400, 400], 18 "rect": [9, 9, 400, 400],
19 "reason": "forced by layout" 19 "reason": "forced by layout"
20 }, 20 },
21 { 21 {
22 "object": "LayoutSVGRoot svg", 22 "object": "LayoutSVGRoot svg",
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": "LayoutView #document",
28 "rect": [9, 9, 400, 400],
29 "reason": "full"
30 },
31 {
32 "object": "LayoutEmbeddedObject object", 27 "object": "LayoutEmbeddedObject object",
33 "rect": [209, 9, 200, 400], 28 "rect": [209, 9, 200, 400],
34 "reason": "incremental" 29 "reason": "incremental"
35 }, 30 },
36 { 31 {
37 "object": "LayoutView #document", 32 "object": "LayoutView #document",
38 "rect": [209, 9, 200, 400], 33 "rect": [209, 9, 200, 400],
39 "reason": "incremental" 34 "reason": "incremental"
40 }, 35 },
41 { 36 {
(...skipping 26 matching lines...) Expand all
68 "object": "RootInlineBox", 63 "object": "RootInlineBox",
69 "reason": "forced by layout" 64 "reason": "forced by layout"
70 }, 65 },
71 { 66 {
72 "object": "LayoutEmbeddedObject object", 67 "object": "LayoutEmbeddedObject object",
73 "reason": "incremental" 68 "reason": "incremental"
74 } 69 }
75 ] 70 ]
76 } 71 }
77 72
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