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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/svg/animated-path-inside-transformed-html-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 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 "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 "backgroundColor": "#FFFFFF", 8 "backgroundColor": "#FFFFFF",
9 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
11 "object": "LayoutSVGInlineText #text", 11 "object": "LayoutSVGInlineText #text",
12 "rect": [203, 336, 123, 44], 12 "rect": [203, 336, 123, 44],
13 "reason": "forced by layout" 13 "reason": "geometry"
14 }, 14 },
15 { 15 {
16 "object": "LayoutSVGText text id='text'", 16 "object": "LayoutSVGText text id='text'",
17 "rect": [203, 336, 123, 44], 17 "rect": [203, 336, 123, 44],
18 "reason": "full" 18 "reason": "full"
19 }, 19 },
20 { 20 {
21 "object": "LayoutSVGInlineText #text", 21 "object": "LayoutSVGInlineText #text",
22 "rect": [246, 106, 121, 28], 22 "rect": [246, 106, 121, 28],
23 "reason": "forced by layout" 23 "reason": "geometry"
24 }, 24 },
25 { 25 {
26 "object": "LayoutSVGText text id='text'", 26 "object": "LayoutSVGText text id='text'",
27 "rect": [246, 106, 121, 28], 27 "rect": [246, 106, 121, 28],
28 "reason": "full" 28 "reason": "full"
29 }, 29 },
30 { 30 {
31 "object": "LayoutSVGRect rect id='rect'", 31 "object": "LayoutSVGRect rect id='rect'",
32 "rect": [354, 127, 105, 102], 32 "rect": [354, 127, 105, 102],
33 "reason": "full" 33 "reason": "full"
(...skipping 24 matching lines...) Expand all
58 { 58 {
59 "object": "LayoutSVGText text id='text'", 59 "object": "LayoutSVGText text id='text'",
60 "reason": "full" 60 "reason": "full"
61 }, 61 },
62 { 62 {
63 "object": "RootInlineBox", 63 "object": "RootInlineBox",
64 "reason": "full" 64 "reason": "full"
65 }, 65 },
66 { 66 {
67 "object": "LayoutSVGInlineText #text", 67 "object": "LayoutSVGInlineText #text",
68 "reason": "forced by layout" 68 "reason": "geometry"
69 }, 69 },
70 { 70 {
71 "object": "InlineTextBox 'This is some text'", 71 "object": "InlineTextBox 'This is some text'",
72 "reason": "forced by layout" 72 "reason": "geometry"
73 }, 73 },
74 { 74 {
75 "object": "LayoutSVGImage image id='image'", 75 "object": "LayoutSVGImage image id='image'",
76 "reason": "full" 76 "reason": "full"
77 } 77 }
78 ] 78 ]
79 } 79 }
80 80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698