Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / replaced / object-param-no-name.html
1 <script>
2 if (window.layoutTestController)
3     layoutTestController.dumpAsText();
4 </script>
5 <p>This tests an object element with a param element inside it with no name. If the test passes it won't crash.</p>
6 <object><param></object>