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

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

Issue 10389111: Convert the remaining plugin_tests from ui_tests to browser_tests. Also remove the remaining refere… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Don't run if the test data isn't there (since it's not public) 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/simple.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Layout Test Plugin Test</title> 3 <title>OK</title>
4 </head> 4 </head>
5 <body> 5 <body>
6 <embed name="plg" type="application/x-webkit-test-netscape"></embed> 6 <embed name="plg" type="application/x-webkit-test-netscape"></embed>
7 <script> 7 <script>
8 // Test for bug 711411: http://b/issue?id=711411 8 // Test for bug 711411: http://b/issue?id=711411
9 // There was a crash because of the plugin dll being unloaded before the JS 9 // There was a crash because of the plugin dll being unloaded before the JS
10 // interpreter got a chance to drop references. 10 // interpreter got a chance to drop references.
11 window.plg.eventLoggingEnabled = true; 11 window.plg.eventLoggingEnabled = true;
12 </script> 12 </script>
13 13
14 <!-- Make sure unknown plugin types don't crash either --> 14 <!-- Make sure unknown plugin types don't crash either -->
15 <embed name="no-plg" type="application/not-installed"></embed> 15 <embed name="no-plg" type="application/not-installed"></embed>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/simple.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698