--- a/conformancetest/gentest.html Thu Sep 22 10:30:14 2011 -0600
+++ b/conformancetest/gentest.html Thu Sep 22 11:54:31 2011 -0600
@@ -13,7 +13,6 @@
<form action=submit.php method=post>
<p><input type=submit disabled>
-<p><label>Label: <input name=label></label>
<p><label><input type=radio name=ua value=gecko> Gecko</label>
<label><input type=radio name=ua value=webkit> WebKit</label>
<!-- Username is ignored, it's just so browsers offer to remember the password.
--- a/conformancetest/submit.php Thu Sep 22 10:30:14 2011 -0600
+++ b/conformancetest/submit.php Thu Sep 22 11:54:31 2011 -0600
@@ -14,4 +14,4 @@
die('Write failed!');
}
-echo 'Successfully wrote ' . $_POST['ua'] . '-data for ' . $_POST['label'];
+echo 'Successfully wrote ' . $_POST['ua'] . '-data';