summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/npapi/layout_test_plugin.html
diff options
context:
space:
mode:
authorinitial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-26 23:55:29 +0000
committerinitial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-26 23:55:29 +0000
commit09911bf300f1a419907a9412154760efd0b7abc3 (patch)
treef131325fb4e2ad12c6d3504ab75b16dd92facfed /chrome/test/data/npapi/layout_test_plugin.html
parent586acc5fe142f498261f52c66862fa417c3d52d2 (diff)
downloadchromium_src-09911bf300f1a419907a9412154760efd0b7abc3.zip
chromium_src-09911bf300f1a419907a9412154760efd0b7abc3.tar.gz
chromium_src-09911bf300f1a419907a9412154760efd0b7abc3.tar.bz2
Add chrome to the repository.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/npapi/layout_test_plugin.html')
-rw-r--r--chrome/test/data/npapi/layout_test_plugin.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/chrome/test/data/npapi/layout_test_plugin.html b/chrome/test/data/npapi/layout_test_plugin.html
new file mode 100644
index 0000000..d523d3c
--- /dev/null
+++ b/chrome/test/data/npapi/layout_test_plugin.html
@@ -0,0 +1,17 @@
+<html>
+<head>
+<title>Layout Test Plugin Test</title>
+</head>
+<body>
+<embed name="plg" type="application/x-webkit-test-netscape"></embed>
+<script>
+// Test for bug 711411: http://b/issue?id=711411
+// There was a crash because of the plugin dll being unloaded before the JS
+// interpreter got a chance to drop references.
+window.plg.eventLoggingEnabled = true;
+</script>
+
+<!-- Make sure unknown plugin types don't crash either -->
+<embed name="no-plg" type="application/not-installed"></embed>
+</body>
+</html>