blob: 3515b92e42a457962707fe19ce84dbc6b662bd32 [file] [log] [blame]
Tests that expanding elements recursively works.
===== Initial state of tree outline =====
+ <div id="depth-1">…</div>
===== State of tree outline after calling .expandRecursively() =====
- <div id="depth-1">
- <div id="depth-2">
- <div id="depth-3">
- <div id="depth-4">
- <div id="depth-5">
- <div id="depth-6">
- <div id="depth-7">
- <div id="depth-8">
- <div id="depth-9">
<div id="depth-10"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>