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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-mask-update-expected.txt

Issue 2888253002: Skip both paint and raster invalidation for LayoutSVGHiddenContainer subtree (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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutSVGRect rect", 10 "object": "LayoutSVGRect rect",
11 "rect": [10, 3, 46, 22], 11 "rect": [10, 3, 46, 22],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGInlineText #text",
16 "rect": [10, 33, 43, 22],
17 "reason": "disappeared"
18 },
19 {
20 "object": "LayoutSVGRect rect", 15 "object": "LayoutSVGRect rect",
21 "rect": [10, 33, 43, 17], 16 "rect": [10, 33, 43, 17],
22 "reason": "full" 17 "reason": "full"
23 } 18 }
24 ] 19 ]
25 } 20 }
26 ], 21 ],
27 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
28 { 23 {
29 "object": "LayoutSVGInlineText #text", 24 "object": "LayoutSVGInlineText #text",
30 "reason": "disappeared" 25 "reason": "disappeared"
31 }, 26 },
32 { 27 {
33 "object": "LayoutSVGText text id='text1'",
34 "reason": "style change"
35 },
36 {
37 "object": "RootInlineBox",
38 "reason": "style change"
39 },
40 {
41 "object": "LayoutSVGInlineText #text",
42 "reason": "appeared"
43 },
44 {
45 "object": "InlineTextBox 'PASS'",
46 "reason": "appeared"
47 },
48 {
49 "object": "LayoutSVGText text id='text2'",
50 "reason": "full"
51 },
52 {
53 "object": "LayoutSVGRect rect", 28 "object": "LayoutSVGRect rect",
54 "reason": "style change" 29 "reason": "style change"
55 }, 30 },
56 { 31 {
57 "object": "LayoutSVGRect rect", 32 "object": "LayoutSVGRect rect",
58 "reason": "full" 33 "reason": "full"
59 } 34 }
60 ] 35 ]
61 } 36 }
62 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698