Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / edit / shadow-dom-modify-chardata-expected.txt
blobb88324ffa70b74115fd3e7768322d69fba9016bf
1 Tests that elements panel updates shadow dom tree structure upon typing.
5 Running: testDumpInitial
6 ========= Original ========
7 - <div id="container">
8     - <input type="text" id="input1">
9         - #shadow-root (user-agent)
10               <div id="inner-editor"></div>
11       </input>
12   </div>
14 Running: testAppend
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>
20       </input>
21   </div>