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

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

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (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
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": "LayoutBlockFlow body", 10 "object": "LayoutBlockFlow body",
11 "rect": [8, 8, 784, 204], 11 "rect": [8, 8, 784, 204],
12 "reason": "invalidate paint rectangle" 12 "reason": "invalidate paint rectangle"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow body", 15 "object": "LayoutBlockFlow body",
16 "rect": [8, 113, 784, 100], 16 "rect": [8, 113, 784, 100],
17 "reason": "incremental" 17 "reason": "incremental"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGContainer svg:use id='use'", 20 "object": "LayoutSVGContainer svg:use id='use'",
21 "rect": [33, 33, 50, 50], 21 "rect": [33, 33, 50, 50],
22 "reason": "full" 22 "reason": "full"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGEllipse svg:circle id='circle'", 25 "object": "LayoutSVGEllipse svg:circle id='circle'",
26 "rect": [33, 33, 50, 50], 26 "rect": [33, 33, 50, 50],
27 "reason": "location change" 27 "reason": "layoutObject insertion"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGRoot svg:svg id='svg'", 30 "object": "LayoutSVGRoot svg:svg id='svg'",
31 "rect": [33, 33, 50, 50], 31 "rect": [33, 33, 50, 50],
32 "reason": "full" 32 "reason": "full"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGViewportContainer svg id='symbol'", 35 "object": "LayoutSVGViewportContainer svg id='symbol'",
36 "rect": [33, 33, 50, 50], 36 "rect": [33, 33, 50, 50],
37 "reason": "location change" 37 "reason": "layoutObject insertion"
38 }, 38 },
39 { 39 {
40 "object": "LayoutSVGEllipse svg:circle id='circle'", 40 "object": "LayoutSVGEllipse svg:circle id='circle'",
41 "rect": [8, 8, 25, 25], 41 "rect": [8, 8, 25, 25],
42 "reason": "full" 42 "reason": "full"
43 }, 43 },
44 { 44 {
45 "object": "LayoutSVGEllipse svg:circle id='circle'", 45 "object": "LayoutSVGEllipse svg:circle id='circle'",
46 "rect": [53, 53, 10, 10], 46 "rect": [53, 53, 10, 10],
47 "reason": "layoutObject removal" 47 "reason": "layoutObject removal"
(...skipping 13 matching lines...) Expand all
61 }, 61 },
62 { 62 {
63 "object": "RootInlineBox", 63 "object": "RootInlineBox",
64 "reason": "full" 64 "reason": "full"
65 } 65 }
66 ] 66 ]
67 } 67 }
68 ] 68 ]
69 } 69 }
70 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698