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

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

Issue 1182303010: Delete the NPAPI plugin browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years, 6 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
(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