blob: 05a129c0b99b850de0d7c4c762487760b84a52fc [file] [log] [blame]
weinig28f3fd32007-01-30 23:24:24 +00001<html>
2<head>
3 <title></title>
4 <script type="text/javascript">
rniwa@webkit.org5cf7fa82012-06-15 07:38:37 +00005 if (window.testRunner)
6 testRunner.dumpAsText();
weinig28f3fd32007-01-30 23:24:24 +00007 </script>
8</head>
9<body>
10 <p>
11 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=12050">http://bugs.webkit.org/show_bug.cgi?id=12050</a>
12 REGRESSION: Assertion failure in -[WebBaseNetscapePluginView willCallPlugInFunction] (plugin)</i>.
13 </p>
14 <p>
15 No ASSERT means test PASS.
16 </p>
17 <iframe style="display: none;" src='data:text/html,
andersca@apple.comebc173f2008-01-08 18:32:18 +000018 <object id="target" type="application/x-webkit-test-netscape"></object>
weinig28f3fd32007-01-30 23:24:24 +000019 <script type="text/javascript">
20 var obj = document.getElementById("target");
21 obj.offsetLeft;
22 obj.anyProperty;
23 </script>
24 '>
25 </iframe>
26</body>
27</html>