Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / resources / nearly-empty-content-disposition.php
blobd6dc51a3d276023adcdd1e0a5623ee382c07266a
1 <?php
2 header("Content-Disposition: ;")
3 ?>
4 PASS
5 <script>
6 if (window.testRunner)
7 testRunner.notifyDone()
8 </script>