view tests/empties.ur @ 1549:355a928871ff

Gracefully accept browser's refusal to let us set certain AJAX headers
author Adam Chlipala <adam@chlipala.net>
date Fri, 26 Aug 2011 09:51:38 -0400
parents 815afd323d86
children
line wrap: on
line source
fun main () = return <xml><body>
  <table> <tr> <th/> <td><p/></td> </tr> </table>
  <form><textbox{#A}/></form>
</body></xml>