[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / plugins / get-empty-url.html
1 <html>
2 <body>
3 <embed name="plg" type="application/x-webkit-test-netscape"></embed>
4 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=7808">bug 7808<a/>. Should not fail with an assertion.</p>
5 <script>
6     if (window.layoutTestController) {
7         layoutTestController.dumpAsText();
8         plg.getURL("");
9     } else {
10         document.write("Cannot run interactively");
11     }
12 </script>
13 </body>
14 </html>