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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-style-expected.txt

Issue 2460983002: Use LayoutBox::paintedOutputOfObjectHasNoEffectregardlessOfSize() for SVGRoot (Closed)
Patch Set: Rebase Created 4 years, 1 month 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",
(...skipping 12 matching lines...) Expand all
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGRect rect", 25 "object": "LayoutSVGRect rect",
26 "rect": [5, 5, 160, 60], 26 "rect": [5, 5, 160, 60],
27 "reason": "style change" 27 "reason": "style change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGContainer g", 30 "object": "LayoutSVGContainer g",
31 "rect": [6, 6, 158, 238], 31 "rect": [6, 6, 158, 238],
32 "reason": "style change" 32 "reason": "style change"
33 },
34 {
35 "object": "LayoutSVGRoot svg",
36 "rect": [6, 6, 158, 238],
37 "reason": "bounds change"
38 } 33 }
39 ] 34 ]
40 } 35 }
41 ], 36 ],
42 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
43 { 38 {
44 "object": "LayoutSVGRoot svg",
45 "reason": "bounds change"
46 },
47 {
48 "object": "LayoutSVGContainer g", 39 "object": "LayoutSVGContainer g",
49 "reason": "style change" 40 "reason": "style change"
50 }, 41 },
51 { 42 {
52 "object": "LayoutSVGRect rect", 43 "object": "LayoutSVGRect rect",
53 "reason": "style change" 44 "reason": "style change"
54 }, 45 },
55 { 46 {
56 "object": "LayoutSVGRect rect", 47 "object": "LayoutSVGRect rect",
57 "reason": "style change" 48 "reason": "style change"
58 }, 49 },
59 { 50 {
60 "object": "LayoutSVGRect rect", 51 "object": "LayoutSVGRect rect",
61 "reason": "style change" 52 "reason": "style change"
62 }, 53 },
63 { 54 {
64 "object": "LayoutSVGRect rect", 55 "object": "LayoutSVGRect rect",
65 "reason": "style change" 56 "reason": "style change"
66 } 57 }
67 ] 58 ]
68 } 59 }
69 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698