Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / loading / resources / 404-with-empty-body.cgi
blob19fede365bcc5bd07dfb62907cfd8ae2ec76025e
1 #!/usr/bin/perl -wT
3 print "Status: 404 Not Found\n";
4 print "Content-type: text/javascript\n\n";