Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / expand-recursively-expected.txt
blob3515b92e42a457962707fe19ce84dbc6b662bd32
1 Tests that expanding elements recursively works.
3 ===== Initial state of tree outline =====
5 + <div id="depth-1">…</div>
7 ===== State of tree outline after calling .expandRecursively() =====
9 - <div id="depth-1">
10     - <div id="depth-2">
11         - <div id="depth-3">
12             - <div id="depth-4">
13                 - <div id="depth-5">
14                     - <div id="depth-6">
15                         - <div id="depth-7">
16                             - <div id="depth-8">
17                                 - <div id="depth-9">
18                                       <div id="depth-10"></div>
19                                   </div>
20                               </div>
21                           </div>
22                       </div>
23                   </div>
24               </div>
25           </div>
26       </div>
27   </div>