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

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

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
(Empty)
1 Tests that elements panel updates shadow dom tree structure upon typing.
2
3
4
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>
13
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>
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698