blob: 080fdd372ddc0d69a2229de1b0817abc5c9e8599 [file]
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>