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

Side by Side Diff: LayoutTests/inspector/elements/set-outer-html.html

Issue 9389003: Merge 107242 - Web Inspector: fix setOuterHTML for the case that adds / removes duplicate. (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
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/set-outer-html-2.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 3
4 <script src="../../http/tests/inspector/inspector-test.js"></script> 4 <script src="../../http/tests/inspector/inspector-test.js"></script>
5 <script src="../../http/tests/inspector/elements-test.js"></script> 5 <script src="../../http/tests/inspector/elements-test.js"></script>
6 <script src="set-outer-html-test.js"></script> 6 <script src="set-outer-html-test.js"></script>
7 <script> 7 <script>
8 8
9 function onload() 9 function onload()
10 { 10 {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 } 48 }
49 </script> 49 </script>
50 </head> 50 </head>
51 51
52 <body onload="onload()"> 52 <body onload="onload()">
53 <p> 53 <p>
54 Tests DOMAgent.setOuterHTML protocol method. 54 Tests DOMAgent.setOuterHTML protocol method.
55 </p> 55 </p>
56 56
57 <div id="container" style="display:none"> 57 <div id="container" style="display:none">
58 <h2>Welcome to the website for the WebKit Open Source Project!</h2>
59 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc.</a>.</p> 58 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc.</a>.</p>
60
61 <h2>Getting involved</h2> 59 <h2>Getting involved</h2>
62 <a href="http://nightly.webkit.org/"></a>
63 <p id="identity">There are many ways to get involved. You can:</p> 60 <p id="identity">There are many ways to get involved. You can:</p>
64 <ul>
65 <li></li>
66 </ul>
67 <ul>
68 <li></li>
69 </ul>
70 </div> 61 </div>
71 62
72 </body> 63 </body>
73 </html> 64 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/set-outer-html-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698