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

Unified Diff: LayoutTests/inspector/elements/edit-dom-actions-expected.txt

Issue 9328038: Merge 106638 - Web Inspector: preserve elements panel selection upon node drag'n'drop (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/move-node.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/elements/edit-dom-actions-expected.txt
===================================================================
--- LayoutTests/inspector/elements/edit-dom-actions-expected.txt (revision 106780)
+++ LayoutTests/inspector/elements/edit-dom-actions-expected.txt (working copy)
@@ -23,7 +23,7 @@
</div>
==== after ====
- <div id="testSetNodeName">
- <span id="node-to-set-name"></span>
+ <span id="node-to-set-name" ></span>
</div>
Running: testSetNodeNameInput
@@ -33,7 +33,7 @@
</div>
==== after ====
- <div id="testSetNodeNameInput">
- <input id="node-to-set-name-input">
+ <input id="node-to-set-name-input" >
</div>
Running: testSetNodeValue
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/move-node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698