Chromium Code Reviews

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

Issue 1319473007: Delete a bunch of NPAPI layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <body>
3 <embed name="plg" type="application/x-webkit-test-netscape"></embed>
4 <script>
5
6 if (window.testRunner)
7 testRunner.dumpAsText();
8
9 function deletePlugin() {
10 document.body.innerHTML = ""
11 }
12
13 plg.testDeleteWithinInvoke();
14 </script>
15 </body>
16 </html>
OLDNEW

Powered by Google App Engine