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

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

Powered by Google App Engine
This is Rietveld 408576698