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

Side by Side Diff: LayoutTests/inspector/elements/edit/undo-dom-edits-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
1 Tests that DOM modifications done in the Elements panel are undoable. 1 Tests that DOM modifications done in the Elements panel are undoable.
2 2
3 3
4 Running: testSetUp 4 Running: testSetUp
5 Setting up 5 Setting up
6 6
7 Running: testRemove 7 Running: testRemove
8 Initial: 8 Initial:
9 - <div id="testRemove"> 9 - <div id="testRemove">
10 <div id="node-to-remove"></div> 10 <div id="node-to-remove"></div>
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 <span>Second node</span> 91 <span>Second node</span>
92 </div> 92 </div>
93 == Expanded: == 93 == Expanded: ==
94 - <div id="testEditAsHTML"> 94 - <div id="testEditAsHTML">
95 - <div id="node-to-edit-as-html"> 95 - <div id="node-to-edit-as-html">
96 <div id="span2">Text2</div> 96 <div id="span2">Text2</div>
97 </div> 97 </div>
98 <span>Second node</span> 98 <span>Second node</span>
99 </div> 99 </div>
100 100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698