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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/relative-sized-image-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, 68, 402, 402], 13 "rect": [8, 68, 402, 402],
14 "reason": "forced by layout" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutSVGImage image", 17 "object": "LayoutSVGImage image",
18 "rect": [9, 69, 400, 400], 18 "rect": [9, 69, 400, 400],
19 "reason": "full" 19 "reason": "full"
20 }, 20 },
21 { 21 {
22 "object": "LayoutSVGRoot svg", 22 "object": "LayoutSVGRoot svg",
23 "rect": [109, 69, 300, 400], 23 "rect": [9, 69, 400, 400],
24 "reason": "incremental" 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": "incremental" 40 "reason": "forced by layout"
49 }, 41 },
50 { 42 {
51 "object": "LayoutSVGImage image", 43 "object": "LayoutSVGImage image",
52 "reason": "full" 44 "reason": "full"
53 } 45 }
54 ] 46 ]
55 } 47 }
56 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698