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

Side by Side Diff: LayoutTests/platform/mac/svg/custom/object-sizing-no-width-height-change-content-box-size-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 [209, 9, 200, 400], 9 [209, 9, 200, 400],
10 [209, 9, 200, 400],
11 [169, 169, 80, 80],
12 [89, 189, 40, 40],
13 [9, 109, 200, 200],
14 [9, 109, 200, 200],
15 [9, 9, 400, 400],
16 [9, 9, 400, 400],
10 [9, 9, 400, 400], 17 [9, 9, 400, 400],
11 [8, 8, 402, 405], 18 [8, 8, 402, 405],
12 [8, 8, 202, 405] 19 [8, 8, 202, 405]
20 ],
21 "paintInvalidationClients": [
22 "RootInlineBox",
23 "InlineBox",
24 "LayoutBlockFlow div id='contentBox'",
25 "LayoutEmbeddedObject object",
26 "LayoutView #document",
27 "LayoutView #document",
28 "LayoutSVGRoot svg",
29 "LayoutSVGRect rect",
30 "LayoutSVGEllipse circle"
13 ] 31 ]
14 } 32 }
15 ] 33 ]
16 } 34 }
17 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698