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

Side by Side Diff: LayoutTests/plugins/npruntime/delete-plugin-within-invoke.html

Issue 10408065: Merge 117012 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 7 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 <body> 2 <body>
3 <embed name="plg" type="application/x-webkit-test-netscape"></embed> 3 <embed name="plg" type="application/x-webkit-test-netscape"></embed>
4 <script> 4 <script>
5 5
6 if (window.layoutTestController) 6 if (window.layoutTestController)
7 layoutTestController.dumpAsText(); 7 layoutTestController.dumpAsText();
8 8
9 function deletePlugin() { 9 function deletePlugin() {
10 document.body.innerHTML = "" 10 document.body.innerHTML = ""
11 } 11 }
12 12
13 plg.testDeleteWithinInvoke(); 13 plg.testDeleteWithinInvoke();
14 </script> 14 </script>
15 </body> 15 </body>
16 </html> 16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698