| Tests that elements panel updates shadow dom tree structure upon typing. | |
| Running: testDumpInitial | |
| ========= Original ======== | |
| - <div id="container"> | |
| - <input type="text" id="input1"> | |
| - #shadow-root | |
| <div></div> | |
| </input> | |
| </div> | |
| Running: testAppend | |
| ======== Type text ========= | |
| - <div id="container"> | |
| - <input type="text" id="input1"> | |
| - #shadow-root | |
| + <div>Bar</div> | |
| </input> | |
| </div> | |