* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Web / Test / jsunit-tests / form-errors / checkbox-script.html
1 <script Language="JavaScript">
2     var TestFixture = {
3         FormError: function () {
4             Assert.Contains ("must be placed inside a form tag with runat=server", "top.test_run.document.body.innerHTML", "button outside <form>");
5         }
6     };
7
8 </script>