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

Side by Side Diff: LayoutTests/svg/custom/resource-client-removal-expected.txt

Issue 1193533006: Migrate svg layout tests to use slimming paint by default (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Ready to go Created 5 years, 6 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [0, 0, 100, 100], 9 [0, 0, 100, 100],
10 [0, 0, 100, 100], 10 [0, 0, 100, 100],
(...skipping 28 matching lines...) Expand all
39 [0, 0, 100, 100], 39 [0, 0, 100, 100],
40 [0, 0, 100, 100], 40 [0, 0, 100, 100],
41 [0, 0, 100, 100], 41 [0, 0, 100, 100],
42 [0, 0, 100, 100], 42 [0, 0, 100, 100],
43 [0, 0, 100, 100], 43 [0, 0, 100, 100],
44 [0, 0, 100, 100], 44 [0, 0, 100, 100],
45 [0, 0, 100, 100], 45 [0, 0, 100, 100],
46 [0, 0, 100, 100], 46 [0, 0, 100, 100],
47 [0, 0, 100, 100], 47 [0, 0, 100, 100],
48 [0, 0, 100, 100] 48 [0, 0, 100, 100]
49 ],
50 "paintInvalidationClients": [
51 "LayoutSVGPath path id='hp'",
52 "LayoutSVGContainer g",
53 "LayoutSVGContainer g id='inneruse'",
54 "LayoutSVGGradientStop stop id='offset'",
55 "LayoutSVGContainer g id='inneruse'",
56 "LayoutSVGPath path id='hp'",
57 "LayoutSVGContainer g id='inneruse'",
58 "LayoutSVGContainer g",
59 "LayoutSVGPath path id='hp'",
60 "LayoutSVGPath path id='hp'",
61 "LayoutSVGContainer g",
62 "LayoutSVGContainer g id='inneruse'",
63 "LayoutSVGGradientStop stop id='offset'",
64 "LayoutSVGContainer g id='inneruse'",
65 "LayoutSVGPath path id='hp'",
66 "LayoutSVGContainer g id='inneruse'",
67 "LayoutSVGContainer g",
68 "LayoutSVGPath path id='hp'",
69 "LayoutSVGPath path id='hp'",
70 "LayoutSVGContainer g",
71 "LayoutSVGContainer g id='inneruse'",
72 "LayoutSVGGradientStop stop id='offset'",
73 "LayoutSVGContainer g id='inneruse'",
74 "LayoutSVGPath path id='hp'",
75 "LayoutSVGContainer g id='inneruse'",
76 "LayoutSVGContainer g",
77 "LayoutSVGPath path id='hp'",
78 "LayoutSVGPath path id='hp'",
79 "LayoutSVGContainer g",
80 "LayoutSVGContainer g id='inneruse'",
81 "LayoutSVGGradientStop stop id='offset'",
82 "LayoutSVGContainer g id='inneruse'",
83 "LayoutSVGPath path id='hp'",
84 "LayoutSVGContainer g id='inneruse'",
85 "LayoutSVGContainer g",
86 "LayoutSVGPath path id='hp'",
87 "LayoutSVGPath path id='hp'",
88 "LayoutSVGContainer g",
89 "LayoutSVGContainer g id='inneruse'",
90 "LayoutSVGGradientStop stop id='offset'",
91 "LayoutSVGContainer g id='inneruse'",
92 "LayoutSVGPath path id='hp'",
93 "LayoutSVGContainer g id='inneruse'",
94 "LayoutSVGContainer g",
95 "LayoutSVGPath path id='hp'"
49 ] 96 ]
50 } 97 }
51 ] 98 ]
52 } 99 }
53 100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698