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

Side by Side Diff: LayoutTests/platform/linux/svg/custom/relative-sized-shadow-tree-content-with-symbol-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 [109, 173, 100, 100], 9 [109, 173, 100, 100],
10 [34, 173, 25, 25], 10 [34, 173, 25, 25],
11 [9, 148, 50, 50], 11 [9, 148, 50, 50],
12 [9, 148, 50, 50], 12 [9, 148, 50, 50],
13 [9, 148, 50, 50], 13 [9, 148, 50, 50],
14 [9, 148, 25, 25], 14 [9, 148, 25, 25],
15 [9, 73, 200, 200], 15 [9, 73, 200, 200],
16 [9, 73, 200, 200], 16 [9, 73, 200, 200],
17 [9, 73, 200, 200], 17 [9, 73, 200, 200],
18 [9, 73, 100, 100], 18 [9, 73, 100, 100],
19 [8, 72, 402, 405], 19 [8, 72, 402, 405],
20 [8, 72, 102, 405] 20 [8, 72, 102, 405]
21 ],
22 "paintInvalidationClients": [
23 "RootInlineBox",
24 "InlineBox",
25 "LayoutBlockFlow div id='contentBox'",
26 "LayoutSVGRoot svg",
27 "LayoutSVGContainer use",
28 "LayoutSVGViewportContainer svg id='targetSymbol'",
29 "LayoutSVGRect rect",
30 "LayoutSVGRect rect"
21 ] 31 ]
22 } 32 }
23 ] 33 ]
24 } 34 }
25 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698