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

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

Issue 2062663002: Auto-rebaseline for r399384 (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 "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": "LayoutSVGContainer g id='content'", 10 "object": "LayoutSVGContainer g id='content'",
11 "rect": [16, 40, 784, 168], 11 "rect": [16, 40, 784, 168],
12 "reason": "full"
13 },
14 {
15 "object": "LayoutSVGContainer g id='content'",
16 "rect": [16, 40, 784, 168],
12 "reason": "bounds change" 17 "reason": "bounds change"
13 }, 18 },
14 { 19 {
15 "object": "LayoutSVGInlineText #text", 20 "object": "LayoutSVGInlineText #text",
16 "rect": [16, 40, 784, 168], 21 "rect": [16, 40, 784, 168],
17 "reason": "layoutObject insertion" 22 "reason": "layoutObject insertion"
18 }, 23 },
19 { 24 {
20 "object": "LayoutSVGRoot svg id='svg-root'", 25 "object": "LayoutSVGRoot svg id='svg-root'",
21 "rect": [16, 40, 784, 168], 26 "rect": [16, 40, 784, 168],
22 "reason": "bounds change" 27 "reason": "bounds change"
23 }, 28 },
24 { 29 {
25 "object": "LayoutSVGText text", 30 "object": "LayoutSVGText text",
26 "rect": [16, 40, 784, 168], 31 "rect": [16, 40, 784, 168],
27 "reason": "style change" 32 "reason": "style change"
28 }, 33 },
29 { 34 {
30 "object": "LayoutSVGText text", 35 "object": "LayoutSVGText text",
31 "rect": [16, 40, 784, 168], 36 "rect": [16, 40, 784, 168],
32 "reason": "layoutObject insertion" 37 "reason": "layoutObject insertion"
33 }, 38 },
34 { 39 {
35 "object": "LayoutSVGContainer g id='content'",
36 "rect": [334, 40, 466, 168],
37 "reason": "incremental"
38 },
39 {
40 "object": "LayoutSVGInlineText #text", 40 "object": "LayoutSVGInlineText #text",
41 "rect": [334, 40, 466, 168], 41 "rect": [334, 40, 466, 168],
42 "reason": "incremental" 42 "reason": "incremental"
43 }, 43 },
44 { 44 {
45 "object": "LayoutSVGRoot svg id='svg-root'", 45 "object": "LayoutSVGRoot svg id='svg-root'",
46 "rect": [334, 40, 466, 168], 46 "rect": [334, 40, 466, 168],
47 "reason": "incremental" 47 "reason": "incremental"
48 }, 48 },
49 { 49 {
(...skipping 27 matching lines...) Expand all
77 }, 77 },
78 { 78 {
79 "object": "RootInlineBox", 79 "object": "RootInlineBox",
80 "reason": "full" 80 "reason": "full"
81 } 81 }
82 ] 82 ]
83 } 83 }
84 ] 84 ]
85 } 85 }
86 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698