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

Side by Side Diff: LayoutTests/virtual/slimmingpaint/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-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 [386, 136, 15, 65],
10 [386, 1, 15, 200],
11 [1, 186, 400, 15],
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],
17 [0, 0, 800, 202],
18 [0, 0, 402, 202],
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"
43 ]
44 }
45 ]
46 }
47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698