Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / loading / bad-scheme-subframe.html
blob8c7f23eda215f5b3319da8448e8ab19b21de98fa
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 </script>
5 This is a test of load callbacks. It is only useful inside the regression test tool.<br>
6 <iframe name="f1" src="this-is-definitely-a-bad-uri-scheme:"></iframe>