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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-3-expected.txt

Issue 1875373002: DevTools: split edit-dom-actions.html into three tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: split into two tests Created 4 years, 8 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
OLDNEW
(Empty)
1 Tests that user can mutate DOM by means of elements panel.
2
3 Element
4 Span contents
5
6 Running: testSetUp
7
8 Running: testEditCommentAsHTML
9 ==== before ====
10 - <div id="testEditCommentAsHTML">
11 <!-- Comment -->
12 </div>
13 <!-- Comment -->
14 ==== after ====
15 - <div id="testEditCommentAsHTML">
16 <div foo="bar-comment">Element</div>
17 </div>
18
19 Running: testEditAsHTML
20 ==== before ====
21 - <div id="testEditAsHTML">
22 - <div id="node-to-edit-as-html">
23 <span id="span">Text</span>
24 </div>
25 </div>
26 <div id="node-to-edit-as-html"><span id="span">Text</span></div>
27 ==== after ====
28 - <div id="testEditAsHTML">
29 - <span foo="bar">
30 <span id="inner-span">Span contents</span>
31 </span>
32 </div>
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698