1 Tests that elements panel updates shadow dom tree structure upon typing.
5 Running: testDumpInitial
6 ========= Original ========
8 - <input type="text" id="input1">
9 - #shadow-root (user-agent)
10 <div id="inner-editor"></div>
15 ======== Type text =========
16 - <div id="container">
17 - <input type="text" id="input1">
18 - #shadow-root (user-agent)
19 <div id="inner-editor">Bar</div>