upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / plugins / netscape-plugin-map-data-to-src.html
1 <html>
2 <head>
3 <script>
4     if (window.layoutTestController)
5         layoutTestController.dumpAsText();
6 </script>
7 <body style="margin:0px;overflow:hidden">
8 <object name="testPlugin" type="application/x-webkit-test-netscape" logSrc="true" data="blah">
9 </object>
10 <div>
11     This tests that an object tag with a data attribute gets a src attribute as well.
12 </div>
13 <body>
14 </html>