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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/js-late-pattern-and-object-creation-expected.txt

Issue 2751183002: Update reason after full paint invalidation (Closed)
Patch Set: rebaseline-cl Created 3 years, 9 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
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": [0, 15, 681, 364], 11 "rect": [0, 15, 681, 364],
12 "reason": "became visible" 12 "reason": "became visible"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGText text", 15 "object": "LayoutSVGText text",
16 "rect": [0, 247, 681, 132], 16 "rect": [0, 247, 681, 132],
17 "reason": "layoutObject insertion" 17 "reason": "layoutObject insertion"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGText text",
21 "rect": [0, 130, 519, 132],
22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "LayoutSVGText text",
26 "rect": [0, 15, 371, 129],
27 "reason": "layoutObject insertion"
28 },
29 {
30 "object": "LayoutSVGRect rect", 20 "object": "LayoutSVGRect rect",
31 "rect": [16, 16, 18, 18], 21 "rect": [16, 16, 18, 18],
32 "reason": "layoutObject insertion" 22 "reason": "layoutObject insertion"
33 }, 23 },
34 { 24 {
35 "object": "LayoutSVGRect rect", 25 "object": "LayoutSVGRect rect",
36 "rect": [16, 16, 18, 18], 26 "rect": [16, 16, 18, 18],
37 "reason": "layoutObject insertion" 27 "reason": "layoutObject insertion"
38 }, 28 },
39 { 29 {
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "object": "LayoutSVGInlineText #text", 112 "object": "LayoutSVGInlineText #text",
123 "reason": "layoutObject insertion" 113 "reason": "layoutObject insertion"
124 }, 114 },
125 { 115 {
126 "object": "InlineTextBox 'Pattern on fill/stroke'", 116 "object": "InlineTextBox 'Pattern on fill/stroke'",
127 "reason": "layoutObject insertion" 117 "reason": "layoutObject insertion"
128 } 118 }
129 ] 119 ]
130 } 120 }
131 121
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698