Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / plugins / netscape-plugin-map-data-to-src.html
blob2bfeb08294421d9fd11b15eb9f0c6149c1072048
1 <html>
2 <head>
3 <script src="../resources/plugin.js"></script>
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsText();
7 startAfterLoadAndFinish();
8 </script>
9 <body style="margin:0px;overflow:hidden">
10 <object name="testPlugin" type="application/x-webkit-test-netscape" logSrc="true" data="blah">
11 </object>
12 <div>
13 This tests that an object tag with a data attribute gets a src attribute as well.
14 </div>
15 <body>
16 </html>