| CONSOLE WARNING: line 3078: Element.createShadowRoot is deprecated and will be removed in M73, around March 2019. Please use Element.attachShadow instead. See https://www.chromestatus.com/features/4507242028072960 for more details. |
| 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> |
| |