Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Side by Side Diff: LayoutTests/inspector/elements/shadow-dom-modify-chardata-expected.txt

Issue 467233002: DevTools: Make sure ElementsTreeOutline is correctly rendered when element's hasChildren state chan… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests that elements panel updates shadow dom tree structure upon typing. 1 Tests that elements panel updates shadow dom tree structure upon typing.
2 2
3 3
4 4
5 Running: testDumpInitial 5 Running: testDumpInitial
6 ========= Original ======== 6 ========= Original ========
7 - <div id="container"> 7 - <div id="container">
8 - <input type="text" id="input1"> 8 - <input type="text" id="input1">
9 - #shadow-root (user-agent) 9 - #shadow-root (user-agent)
10 <div id="inner-editor"></div> 10 <div id="inner-editor"></div>
11 </input> 11 </input>
12 </div> 12 </div>
13 13
14 Running: testAppend 14 Running: testAppend
15 ======== Type text ========= 15 ======== Type text =========
16 - <div id="container"> 16 - <div id="container">
17 - <input type="text" id="input1"> 17 - <input type="text" id="input1">
18 - #shadow-root (user-agent) 18 - #shadow-root (user-agent)
19 + <div id="inner-editor"></div> 19 <div id="inner-editor">Bar</div>
20 </input> 20 </input>
21 </div> 21 </div>
22 22
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/remove-node-expected.txt ('k') | LayoutTests/inspector/elements/styles/pseudo-elements.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698