blob: 2be7edc47f6c1dbeaf1919e7d66689c1d66b8b7d [file] [log] [blame]
Tests that elements panel updates shadow dom tree structure upon typing.
Running: testDumpInitial
========= Original ========
- <div id="container">
- <input type="text" id="input1">
- #document-fragment
<div></div>
</input>
</div>
Running: testAppend
======== Type text =========
- <div id="container">
- <input type="text" id="input1">
- #document-fragment
+ <div>Bar</div>
</input>
</div>