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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-repaint-including-stroke-expected.txt

Issue 2747143004: Eagerly invalidate when a layer becomes stacking context (Closed)
Patch Set: 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": "LayoutSVGText text id='bounce'", 10 "object": "LayoutSVGText text id='bounce'",
11 "rect": [80, 0, 553, 117], 11 "rect": [80, 0, 553, 117],
12 "reason": "subtree" 12 "reason": "subtree"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGInlineText #text",
16 "rect": [30, 0, 404, 59],
17 "reason": "subtree"
18 },
19 {
15 "object": "LayoutSVGText text id='bounce'", 20 "object": "LayoutSVGText text id='bounce'",
16 "rect": [30, 0, 404, 59], 21 "rect": [30, 0, 404, 59],
17 "reason": "subtree" 22 "reason": "subtree"
18 } 23 }
19 ] 24 ]
20 } 25 }
21 ], 26 ],
22 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
23 { 28 {
24 "object": "LayoutSVGText text id='bounce'", 29 "object": "LayoutSVGText text id='bounce'",
25 "reason": "subtree" 30 "reason": "subtree"
26 }, 31 },
27 { 32 {
28 "object": "RootInlineBox", 33 "object": "RootInlineBox",
29 "reason": "subtree" 34 "reason": "subtree"
30 }, 35 },
31 { 36 {
32 "object": "LayoutSVGInlineText #text", 37 "object": "LayoutSVGInlineText #text",
33 "reason": "subtree" 38 "reason": "subtree"
34 }, 39 },
35 { 40 {
36 "object": "InlineTextBox 'Repaint me!'", 41 "object": "InlineTextBox 'Repaint me!'",
37 "reason": "subtree" 42 "reason": "subtree"
43 },
44 {
45 "object": "LayoutSVGText text id='bounce'",
46 "reason": "subtree"
47 },
48 {
49 "object": "RootInlineBox",
50 "reason": "subtree"
51 },
52 {
53 "object": "LayoutSVGInlineText #text",
54 "reason": "subtree"
55 },
56 {
57 "object": "InlineTextBox 'Repaint me!'",
58 "reason": "subtree"
38 } 59 }
39 ] 60 ]
40 } 61 }
41 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698