Mercurial > p > roundup > code
comparison test/test_cgi.py @ 5485:b0359a7c5b6d
create input elements with attributes in a defined (sorted) order
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Thu, 02 Aug 2018 20:56:01 +0100 |
| parents | ca8050fa5e78 |
| children | 52cb53eedf77 |
comparison
equal
deleted
inserted
replaced
| 5484:ca8050fa5e78 | 5485:b0359a7c5b6d |
|---|---|
| 799 <p>New title</p> | 799 <p>New title</p> |
| 800 <p>urgent</p> | 800 <p>urgent</p> |
| 801 <p>deferred</p> | 801 <p>deferred</p> |
| 802 <p>admin, anonymous</p> | 802 <p>admin, anonymous</p> |
| 803 <p></p> | 803 <p></p> |
| 804 <p><input type="text" name="superseder" value="5000" size="30"></p> | 804 <p><input name="superseder" size="30" type="text" value="5000"></p> |
| 805 </body> | 805 </body> |
| 806 </html> | 806 </html> |
| 807 """.strip ()) | 807 """.strip ()) |
| 808 | 808 |
| 809 def testCsrfProtection(self): | 809 def testCsrfProtection(self): |
