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

Side by Side Diff: LayoutTests/platform/mac/virtual/slimmingpaint/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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
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],
17 [9, 9, 400, 400],
18 [8, 8, 402, 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"
31 ]
32 }
33 ]
34 }
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698