blob: 3afc66eb6de76a75a165acd2b39a0bce03c48fea [file] [log] [blame]
aroben@apple.comb4e10612010-11-03 17:32:56 +00001<!DOCTYPE html>
2<html>
3<head>
4 <script>
rniwa@webkit.org5cf7fa82012-06-15 07:38:37 +00005 if (window.testRunner)
6 testRunner.dumpAsText();
aroben@apple.comb4e10612010-11-03 17:32:56 +00007 </script>
8</head>
9<body>
10 <div>
11 <embed id=testPlugin type="application/x-webkit-test-netscape" src="data:text/plain," test="evaluate-js-after-removing-plugin-element"></embed>
12 </div>
13 <p>This tests that we don't crash when a plugin removes itself from the document and then executes JavaScript.</p>
14</body>
15</html>