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

Side by Side Diff: LayoutTests/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-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 [386, 136, 15, 65],
9 [386, 1, 15, 200], 10 [386, 1, 15, 200],
10 [1, 186, 400, 15], 11 [1, 186, 400, 15],
11 [1, 1, 400, 200], 12 [1, 1, 400, 200],
13 [1, 1, 400, 200],
14 [1, 1, 400, 200],
15 [1, 1, 400, 200],
16 [1, 1, 400, 200],
12 [0, 0, 800, 202], 17 [0, 0, 800, 202],
13 [0, 0, 402, 202], 18 [0, 0, 402, 202],
14 [0, 0, 300, 150] 19 [0, 0, 300, 150],
20 [0, 0, 285, 135],
21 [0, 0, 285, 135],
22 [0, 0, 285, 135],
23 [0, 0, 285, 135]
24 ],
25 "paintInvalidationClients": [
26 "InlineBox",
27 "RootInlineBox",
28 "LayoutEmbeddedObject OBJECT",
29 "RootInlineBox",
30 "InlineBox",
31 "LayoutEmbeddedObject OBJECT",
32 "LayoutEmbeddedObject OBJECT",
33 "RootInlineBox",
34 "InlineBox",
35 "LayoutBlockFlow BODY",
36 "LayoutEmbeddedObject OBJECT",
37 "LayoutView #document",
38 "LayoutView #document",
39 "LayoutBlockFlow HTML",
40 "LayoutBlockFlow BODY",
41 "LayoutEmbeddedObject OBJECT",
42 "LayoutText #text"
15 ] 43 ]
16 } 44 }
17 ] 45 ]
18 } 46 }
19 47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698