a1684257
Administrator
first commit
|
1
2
3
4
5
6
7
8
9
10
11
|
<html>
Test for boolean attributes
<input type="checkbox" name="foo" checked="checked"/>
<input type="checkbox" name="foo" checked="checked"/>
<input type="checkbox" name="foo"/>
<input type="checkbox" name="foo"/>
<input type="checkbox" name="foo" checked="checked"/>
<input type="checkbox" name="bar" checked="checked"/>
<input type="checkbox" name="bar"/>
</html>
|