Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / replaced / object-with-non-empty-classid-triggers-fallback.html
blobd06f8bfebdcff5a2c0df672cd0de3afc790b2795
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 </script>
5 <p>This tests that fallback content is rendered for objects with non-empty classid attributes. The test passes if two lines are printed below containing the work 'PASS'.</p>
6 <object id="obj" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
7 object with classid attribute but no type attribute renders fallback: PASS
8 </object>
9 <br>
10 <object id="obj" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" type=application/x-webkit-test-netscape">
11 object with classid and type attributes renders fallback: PASS
12 </object>