Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / resources / 404image.php
bloba63197637298d504de61a07ec699d67136aa158b
1 <?
2 header("HTTP/1.1 404 Not Found");
3 header("Content-Type: image/png");
4 header("Last-Modified: Thu, 01 Jun 2006 06:09:43 GMT");
5 echo(file_get_contents("square100.png"));
6 ?>