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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/absolute-sized-content-with-resources-expected.txt

Issue 2086703002: Auto-rebaseline for r400760 (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 "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 10 matching lines...) Expand all
21 { 21 {
22 "object": "LayoutSVGRoot svg", 22 "object": "LayoutSVGRoot svg",
23 "rect": [17, 217, 84, 68], 23 "rect": [17, 217, 84, 68],
24 "reason": "bounds change" 24 "reason": "bounds change"
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 {
31 "object": "LayoutBlockFlow div id='contentBox'", 39 "object": "LayoutBlockFlow div id='contentBox'",
32 "reason": "forced by layout" 40 "reason": "forced by layout"
33 }, 41 },
34 { 42 {
35 "object": "RootInlineBox", 43 "object": "RootInlineBox",
36 "reason": "forced by layout" 44 "reason": "forced by layout"
37 }, 45 },
38 { 46 {
39 "object": "LayoutSVGRoot svg", 47 "object": "LayoutSVGRoot svg",
40 "reason": "bounds change" 48 "reason": "bounds change"
41 } 49 }
42 ] 50 ]
43 } 51 }
44 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698