Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / resources / script-500.php
blob8f816f9f487bf86f4d9978a091989938d726748f
1 <?php
2 header('HTTP/1.1 500 Internal Server Error');
3 ?>
4 document.getElementById('result').innerHTML = 'FAIL';