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

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

Issue 1953813003: Rebaseline some tests on win7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutBlockFlow body",
11 "rect": [8, 8, 784, 203],
12 "reason": "invalidate paint rectangle"
13 },
14 {
15 "object": "LayoutBlockFlow body",
16 "rect": [8, 112, 784, 100],
17 "reason": "incremental"
18 },
19 {
20 "object": "LayoutSVGContainer svg:use id='use'",
21 "rect": [33, 33, 50, 50],
22 "reason": "full"
23 },
24 {
25 "object": "LayoutSVGEllipse svg:circle id='circle'",
26 "rect": [33, 33, 50, 50],
27 "reason": "location change"
28 },
29 {
30 "object": "LayoutSVGRoot svg:svg id='svg'",
31 "rect": [33, 33, 50, 50],
32 "reason": "full"
33 },
34 {
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'",
46 "rect": [53, 53, 10, 10],
47 "reason": "layoutObject removal"
48 },
49 {
50 "object": "LayoutSVGViewportContainer svg id='symbol'",
51 "rect": [53, 53, 10, 10],
52 "reason": "layoutObject removal"
53 },
54 {
55 "object": "InlineBox",
56 "reason": "full"
57 },
58 {
59 "object": "RootInlineBox",
60 "reason": "full"
61 },
62 {
63 "object": "RootInlineBox",
64 "reason": "full"
65 }
66 ]
67 }
68 ]
69 }
70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698