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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/svg/custom/use-setAttribute-crash-expected.txt

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) Created 4 years, 8 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "InlineBox", 10 "object": "LayoutBlockFlow body",
11 "rect": [0, 0, 0, 0], 11 "rect": [8, 8, 784, 204],
12 "reason": "full" 12 "reason": "invalidate paint rectangle"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow body", 15 "object": "LayoutBlockFlow body",
16 "rect": [8, 112, 784, 100], 16 "rect": [8, 112, 784, 100],
17 "reason": "incremental" 17 "reason": "incremental"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow body",
21 "rect": [8, 8, 784, 204],
22 "reason": "invalidate paint rectangle"
23 },
24 {
25 "object": "LayoutSVGContainer svg:use id='use'", 20 "object": "LayoutSVGContainer svg:use id='use'",
26 "rect": [33, 33, 50, 50], 21 "rect": [33, 33, 50, 50],
27 "reason": "full" 22 "reason": "full"
28 }, 23 },
29 { 24 {
30 "object": "LayoutSVGEllipse svg:circle id='circle'", 25 "object": "LayoutSVGEllipse svg:circle id='circle'",
31 "rect": [53, 53, 10, 10],
32 "reason": "layoutObject removal"
33 },
34 {
35 "object": "LayoutSVGEllipse svg:circle id='circle'",
36 "rect": [8, 8, 25, 25],
37 "reason": "full"
38 },
39 {
40 "object": "LayoutSVGEllipse svg:circle id='circle'",
41 "rect": [33, 33, 50, 50], 26 "rect": [33, 33, 50, 50],
42 "reason": "location change" 27 "reason": "location change"
43 }, 28 },
44 { 29 {
45 "object": "LayoutSVGRoot svg:svg id='svg'", 30 "object": "LayoutSVGRoot svg:svg id='svg'",
46 "rect": [33, 33, 50, 50], 31 "rect": [33, 33, 50, 50],
47 "reason": "full" 32 "reason": "full"
48 }, 33 },
49 { 34 {
50 "object": "LayoutSVGViewportContainer svg id='symbol'", 35 "object": "LayoutSVGViewportContainer svg id='symbol'",
36 "rect": [33, 33, 50, 50],
37 "reason": "location change"
38 },
39 {
40 "object": "LayoutSVGEllipse svg:circle id='circle'",
41 "rect": [8, 8, 25, 25],
42 "reason": "full"
43 },
44 {
45 "object": "LayoutSVGEllipse svg:circle id='circle'",
51 "rect": [53, 53, 10, 10], 46 "rect": [53, 53, 10, 10],
52 "reason": "layoutObject removal" 47 "reason": "layoutObject removal"
53 }, 48 },
54 { 49 {
55 "object": "LayoutSVGViewportContainer svg id='symbol'", 50 "object": "LayoutSVGViewportContainer svg id='symbol'",
56 "rect": [33, 33, 50, 50], 51 "rect": [53, 53, 10, 10],
57 "reason": "location change" 52 "reason": "layoutObject removal"
58 }, 53 },
59 { 54 {
60 "object": "RootInlineBox", 55 "object": "InlineBox",
61 "rect": [0, 0, 0, 0],
62 "reason": "full" 56 "reason": "full"
63 }, 57 },
64 { 58 {
65 "object": "RootInlineBox", 59 "object": "RootInlineBox",
66 "rect": [0, 0, 0, 0], 60 "reason": "full"
61 },
62 {
63 "object": "RootInlineBox",
67 "reason": "full" 64 "reason": "full"
68 } 65 }
69 ] 66 ]
70 } 67 }
71 ] 68 ]
72 } 69 }
73 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698