Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / plugins / no-mime-with-valid-extension.html
blob41b32275550227df9c425dbe4a47a1de49a0d3d7
1 <script src="../resources/plugin.js"></script>
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 startAfterLoadAndFinish();
6 </script>
7 <p>
8 This test checks that <a href="https://bugs.webkit.org/show_bug.cgi?id=50657">bug 50568</a>
9 is fixed. It runs logSrc test as found in the test plugin which prints the src attribute
10 to stdout. If the bug is present, the logSrc attrbitute that triggers the test will be lost
11 and nothing will be displayed on screen. Upon success, this test should display the src
12 attribute.
13 </p>
14 <!-- Embed tag with missing type="" parameter -->
15 <embed id="plugin" name="plugin" src="resources/test.testnetscape" logSrc="1">