Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / plugins / empty-url-object.html
blobc717630af46740b2a2d4c6b0966ded4e91e5d12e
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <script>
5 if (window.testRunner) {
6 testRunner.dumpAsText();
7 testRunner.dumpChildFramesAsText();
9 </script>
10 This text should only appear once.
11 <object data="" type="text/plain"></object>
12 </body>
13 </html>