upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / plugins / null-npp-getvalue-pointer.html
1 <html>
2 <head>
3 <body>
4 <embed id="testPlugin" type="application/x-webkit-test-netscape" src="data:text/plain," test="null-npp-getvalue-pointer">
5 </embed>
6
7 <div>
8     This tests that we don't crash when the plugin passes 0 for its NPP_GetValue pointer.
9 </div>
10 <script>
11   if (window.layoutTestController)
12       layoutTestController.dumpAsText();
13 </script>
14 </body>
15 </html>
16