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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/custom/relative-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, 72, 402, 402], 13 "rect": [8, 72, 402, 402],
14 "reason": "forced by layout" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutSVGEllipse circle", 17 "object": "LayoutSVGEllipse circle",
18 "rect": [48, 112, 322, 322], 18 "rect": [48, 112, 322, 322],
19 "reason": "SVG resource change" 19 "reason": "SVG resource change"
20 }, 20 },
21 { 21 {
22 "object": "LayoutSVGRoot svg", 22 "object": "LayoutSVGRoot svg",
23 "rect": [48, 112, 322, 322], 23 "rect": [48, 112, 322, 322],
24 "reason": "bounds change" 24 "reason": "forced by layout"
25 }, 25 },
26 { 26 {
27 "object": "LayoutSVGEllipse circle", 27 "object": "LayoutSVGEllipse circle",
28 "rect": [9, 155, 100, 236], 28 "rect": [9, 155, 100, 236],
29 "reason": "SVG resource change" 29 "reason": "SVG resource change"
30 }, 30 },
31 { 31 {
32 "object": "LayoutSVGRoot svg", 32 "object": "LayoutSVGRoot svg",
33 "rect": [9, 155, 100, 236], 33 "rect": [9, 155, 100, 236],
34 "reason": "bounds change" 34 "reason": "forced by layout"
35 } 35 }
36 ] 36 ]
37 } 37 }
38 ], 38 ],
39 "objectPaintInvalidations": [ 39 "objectPaintInvalidations": [
40 { 40 {
41 "object": "RootInlineBox",
42 "reason": "full"
43 },
44 {
45 "object": "InlineBox",
46 "reason": "full"
47 },
48 {
49 "object": "LayoutBlockFlow div id='contentBox'", 41 "object": "LayoutBlockFlow div id='contentBox'",
50 "reason": "forced by layout" 42 "reason": "forced by layout"
51 }, 43 },
52 { 44 {
53 "object": "RootInlineBox", 45 "object": "RootInlineBox",
54 "reason": "forced by layout" 46 "reason": "forced by layout"
55 }, 47 },
56 { 48 {
57 "object": "LayoutSVGRoot svg", 49 "object": "LayoutSVGRoot svg",
58 "reason": "bounds change" 50 "reason": "forced by layout"
59 }, 51 },
60 { 52 {
61 "object": "LayoutSVGEllipse circle", 53 "object": "LayoutSVGEllipse circle",
62 "reason": "SVG resource change" 54 "reason": "SVG resource change"
63 } 55 }
64 ] 56 ]
65 } 57 }
66 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698