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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/js-late-marker-and-object-creation-expected.txt

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutSVGContainer g id='content'", 12 "object": "LayoutSVGContainer g id='content'",
11 "rect": [203, 211, 111, 111], 13 "rect": [203, 211, 111, 111],
12 "reason": "bounds change" 14 "reason": "bounds change"
13 }, 15 },
14 { 16 {
15 "object": "LayoutSVGPath path", 17 "object": "LayoutSVGPath path",
16 "rect": [203, 211, 111, 111], 18 "rect": [203, 211, 111, 111],
17 "reason": "style change" 19 "reason": "style change"
18 }, 20 },
19 { 21 {
20 "object": "LayoutSVGPath path", 22 "object": "LayoutSVGPath path",
21 "rect": [203, 211, 111, 111], 23 "rect": [203, 211, 111, 111],
22 "reason": "layoutObject insertion" 24 "reason": "layoutObject insertion"
23 }, 25 },
24 { 26 {
25 "object": "LayoutSVGRoot svg id='svg-root'", 27 "object": "LayoutSVGRoot svg id='svg-root'",
26 "rect": [203, 211, 111, 111], 28 "rect": [203, 211, 111, 111],
27 "reason": "bounds change" 29 "reason": "bounds change"
28 }, 30 },
29 { 31 {
30 "object": "LayoutSVGEllipse circle", 32 "object": "LayoutSVGEllipse circle",
31 "rect": [0, 0, 4, 4], 33 "rect": [0, 0, 4, 4],
32 "reason": "layoutObject insertion" 34 "reason": "layoutObject insertion"
33 },
34 {
35 "object": "LayoutSVGResourceMarker marker id='markerMiddle'",
36 "reason": "layoutObject insertion"
37 } 35 }
38 ] 36 ]
39 } 37 }
38 ],
39 "objectPaintInvalidations": [
40 {
41 "object": "LayoutSVGRoot svg id='svg-root'",
42 "reason": "bounds change"
43 },
44 {
45 "object": "LayoutSVGContainer g id='content'",
46 "reason": "bounds change"
47 },
48 {
49 "object": "LayoutSVGPath path",
50 "reason": "layoutObject insertion"
51 },
52 {
53 "object": "LayoutSVGResourceMarker marker id='markerMiddle'",
54 "reason": "layoutObject insertion"
55 },
56 {
57 "object": "LayoutSVGEllipse circle",
58 "reason": "layoutObject insertion"
59 },
60 {
61 "object": "LayoutSVGPath path",
62 "reason": "style change"
63 }
40 ] 64 ]
41 } 65 }
42 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698