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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/relative-sized-inner-svg-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 30 matching lines...) Expand all
41 { 41 {
42 "object": "LayoutSVGViewportContainer svg", 42 "object": "LayoutSVGViewportContainer svg",
43 "rect": [13, 205, 92, 91], 43 "rect": [13, 205, 92, 91],
44 "reason": "bounds change" 44 "reason": "bounds change"
45 } 45 }
46 ] 46 ]
47 } 47 }
48 ], 48 ],
49 "objectPaintInvalidations": [ 49 "objectPaintInvalidations": [
50 { 50 {
51 "object": "RootInlineBox",
52 "reason": "full"
53 },
54 {
55 "object": "InlineBox",
56 "reason": "full"
57 },
58 {
51 "object": "LayoutBlockFlow div id='contentBox'", 59 "object": "LayoutBlockFlow div id='contentBox'",
52 "reason": "forced by layout" 60 "reason": "forced by layout"
53 }, 61 },
54 { 62 {
55 "object": "RootInlineBox", 63 "object": "RootInlineBox",
56 "reason": "forced by layout" 64 "reason": "forced by layout"
57 }, 65 },
58 { 66 {
59 "object": "LayoutSVGRoot svg", 67 "object": "LayoutSVGRoot svg",
60 "reason": "bounds change" 68 "reason": "bounds change"
61 }, 69 },
62 { 70 {
63 "object": "LayoutSVGViewportContainer svg", 71 "object": "LayoutSVGViewportContainer svg",
64 "reason": "bounds change" 72 "reason": "bounds change"
65 }, 73 },
66 { 74 {
67 "object": "LayoutSVGPath path", 75 "object": "LayoutSVGPath path",
68 "reason": "bounds change" 76 "reason": "bounds change"
69 } 77 }
70 ] 78 ]
71 } 79 }
72 80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698