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

Side by Side Diff: chrome/test/data/npapi/ensure_scripting_works_in_destroy.html

Issue 10806056: Move plugin_browsertests.cc from browser_tests to content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync to mac+win fixes Created 8 years, 5 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 <html>
2 <head>
3 <script src="npapi.js"></script>
4 <script>
5 function onloadfunction() {
6 document.getElementById("theiframe").src = "about:blank";
7 }
8 </script>
9 </head>
10
11 <body onload="setTimeout(onloadfunction(), 0)">
12 <div id="statusPanel" style="border: 1px solid red; width: 100%">
13 Test running....
14 </div>
15
16 Tests that scripting works during NPP_Destroy.
17
18 <iframe src="ensure_scripting_works_in_destroy_iframe.html" id="theiframe">
19 </iframe>
20 </body>
21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698