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

Side by Side Diff: LayoutTests/inspector/elements/move-node.html

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 unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../../http/tests/inspector/inspector-test.js"></script> 3 <script src="../../http/tests/inspector/inspector-test.js"></script>
4 <script src="../../http/tests/inspector/elements-test.js"></script> 4 <script src="../../http/tests/inspector/elements-test.js"></script>
5 <script> 5 <script>
6 6
7 function test() 7 function test()
8 { 8 {
9 var containerNode; 9 var containerNode;
10 10
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 52
53 <div id="container"> 53 <div id="container">
54 <div id="child1"></div> 54 <div id="child1"></div>
55 <div id="child2"></div> 55 <div id="child2"></div>
56 <div id="child3"></div> 56 <div id="child3"></div>
57 <div id="child4"></div> 57 <div id="child4"></div>
58 </div> 58 </div>
59 59
60 </body> 60 </body>
61 </html> 61 </html>
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/edit-dom-actions-expected.txt ('k') | LayoutTests/inspector/elements/move-node-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698