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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/js-late-mask-and-object-creation-expected.txt

Issue 2247543003: Tweak priorities of paint invalidation reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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": "LayoutSVGRect rect", 12 "object": "LayoutSVGRect rect",
13 "rect": [0, 0, 800, 300], 13 "rect": [0, 0, 800, 300],
14 "reason": "layoutObject insertion" 14 "reason": "layoutObject insertion"
15 }, 15 },
16 { 16 {
17 "object": "LayoutSVGContainer g id='content'", 17 "object": "LayoutSVGContainer g id='content'",
18 "rect": [0, 100, 800, 100], 18 "rect": [0, 100, 800, 100],
19 "reason": "bounds change" 19 "reason": "became visible"
20 }, 20 },
21 { 21 {
22 "object": "LayoutSVGRect rect", 22 "object": "LayoutSVGRect rect",
23 "rect": [0, 100, 800, 100], 23 "rect": [0, 100, 800, 100],
24 "reason": "style change" 24 "reason": "style change"
25 }, 25 },
26 { 26 {
27 "object": "LayoutSVGRect rect", 27 "object": "LayoutSVGRect rect",
28 "rect": [0, 100, 800, 100], 28 "rect": [0, 100, 800, 100],
29 "reason": "layoutObject insertion" 29 "reason": "layoutObject insertion"
30 }, 30 },
31 { 31 {
32 "object": "LayoutSVGRoot svg id='svg-root'", 32 "object": "LayoutSVGRoot svg id='svg-root'",
33 "rect": [0, 100, 800, 100], 33 "rect": [0, 100, 800, 100],
34 "reason": "bounds change" 34 "reason": "became visible"
35 } 35 }
36 ] 36 ]
37 } 37 }
38 ], 38 ],
39 "objectPaintInvalidations": [ 39 "objectPaintInvalidations": [
40 { 40 {
41 "object": "LayoutSVGRoot svg id='svg-root'", 41 "object": "LayoutSVGRoot svg id='svg-root'",
42 "reason": "bounds change" 42 "reason": "became visible"
43 }, 43 },
44 { 44 {
45 "object": "LayoutSVGContainer g id='content'", 45 "object": "LayoutSVGContainer g id='content'",
46 "reason": "bounds change" 46 "reason": "became visible"
47 }, 47 },
48 { 48 {
49 "object": "LayoutSVGRect rect", 49 "object": "LayoutSVGRect rect",
50 "reason": "layoutObject insertion" 50 "reason": "layoutObject insertion"
51 }, 51 },
52 { 52 {
53 "object": "LayoutSVGRect rect", 53 "object": "LayoutSVGRect rect",
54 "reason": "style change" 54 "reason": "style change"
55 }, 55 },
56 { 56 {
57 "object": "LayoutSVGResourceMasker mask id='dynMask'", 57 "object": "LayoutSVGResourceMasker mask id='dynMask'",
58 "reason": "layoutObject insertion" 58 "reason": "layoutObject insertion"
59 }, 59 },
60 { 60 {
61 "object": "LayoutSVGRect rect", 61 "object": "LayoutSVGRect rect",
62 "reason": "layoutObject insertion" 62 "reason": "layoutObject insertion"
63 } 63 }
64 ] 64 ]
65 } 65 }
66 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698