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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/custom/absolute-sized-content-with-resources-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, 52, 402, 402], 13 "rect": [8, 52, 402, 402],
14 "reason": "forced by layout" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutSVGRoot svg", 17 "object": "LayoutSVGRoot svg",
18 "rect": [42, 119, 334, 268], 18 "rect": [42, 119, 334, 268],
19 "reason": "bounds change" 19 "reason": "forced by layout"
20 }, 20 },
21 { 21 {
22 "object": "LayoutSVGRoot svg", 22 "object": "LayoutSVGRoot svg",
23 "rect": [17, 219, 84, 68], 23 "rect": [17, 219, 84, 68],
24 "reason": "bounds change" 24 "reason": "forced by layout"
25 } 25 }
26 ] 26 ]
27 } 27 }
28 ], 28 ],
29 "objectPaintInvalidations": [ 29 "objectPaintInvalidations": [
30 { 30 {
31 "object": "RootInlineBox",
32 "reason": "full"
33 },
34 {
35 "object": "InlineBox",
36 "reason": "full"
37 },
38 {
39 "object": "LayoutBlockFlow div id='contentBox'", 31 "object": "LayoutBlockFlow div id='contentBox'",
40 "reason": "forced by layout" 32 "reason": "forced by layout"
41 }, 33 },
42 { 34 {
43 "object": "RootInlineBox", 35 "object": "RootInlineBox",
44 "reason": "forced by layout" 36 "reason": "forced by layout"
45 }, 37 },
46 { 38 {
47 "object": "LayoutSVGRoot svg", 39 "object": "LayoutSVGRoot svg",
48 "reason": "bounds change" 40 "reason": "forced by layout"
49 } 41 }
50 ] 42 ]
51 } 43 }
52 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698