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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/svg/custom/js-late-gradient-creation-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutSVGInlineText #text",
13 "rect": [33, 22, 693, 196],
14 "reason": "forced by layout"
15 },
16 {
12 "object": "LayoutSVGText text", 17 "object": "LayoutSVGText text",
13 "rect": [33, 22, 693, 196], 18 "rect": [33, 22, 693, 196],
14 "reason": "style change" 19 "reason": "style change"
15 } 20 }
16 ] 21 ]
17 } 22 }
18 ], 23 ],
19 "objectPaintInvalidations": [ 24 "objectPaintInvalidations": [
20 { 25 {
21 "object": "RootInlineBox",
22 "reason": "full"
23 },
24 {
25 "object": "InlineTextBox 'Gradient on fill'",
26 "reason": "full"
27 },
28 {
29 "object": "LayoutSVGText text", 26 "object": "LayoutSVGText text",
30 "reason": "style change" 27 "reason": "style change"
31 }, 28 },
32 { 29 {
33 "object": "RootInlineBox", 30 "object": "RootInlineBox",
34 "reason": "style change" 31 "reason": "style change"
35 }, 32 },
36 { 33 {
34 "object": "LayoutSVGInlineText #text",
35 "reason": "forced by layout"
36 },
37 {
38 "object": "InlineTextBox 'Gradient on fill'",
39 "reason": "forced by layout"
40 },
41 {
37 "object": "LayoutSVGResourceLinearGradient linearGradient id='dynGrad'", 42 "object": "LayoutSVGResourceLinearGradient linearGradient id='dynGrad'",
38 "reason": "layoutObject insertion" 43 "reason": "layoutObject insertion"
39 }, 44 },
40 { 45 {
41 "object": "LayoutSVGGradientStop stop", 46 "object": "LayoutSVGGradientStop stop",
42 "reason": "layoutObject insertion" 47 "reason": "layoutObject insertion"
43 }, 48 },
44 { 49 {
45 "object": "LayoutSVGGradientStop stop", 50 "object": "LayoutSVGGradientStop stop",
46 "reason": "layoutObject insertion" 51 "reason": "layoutObject insertion"
47 } 52 }
48 ] 53 ]
49 } 54 }
50 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698