Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / jquery / resources / test / xhtml.php
blob1d2872e34a809a9469ac5cb149a40fc7b8007633
1 <?php
2 # Load and run the test suite as a proper XHTML page
3 header("Content-type: application/xhtml+xml");
4 readfile("index.html");
5 ?>