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

Side by Side Diff: LayoutTests/plugins/npruntime/round-trip-npobject.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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <body>
2 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=35965">bug 35965</a >:
3 Crash when passing an object returned from plugin back to the plugin.</p>
4 <p>PASS if no crash.</p>
5 <embed id="plugin" type="application/x-webkit-test-netscape" width=100 height=10 0></embed>
6 <script>
7 if (window.testRunner)
8 testRunner.dumpAsText();
9
10 var plugIn = document.getElementById("plugin");
11
12 plugIn.remember(plugIn.testObject);
13
14 </script>
15 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698