mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Issue #12421: tidy should also check .html files
This commit is contained in:
parent
5e83b3f83b
commit
1e60c915f9
85 changed files with 696 additions and 691 deletions
|
@ -16,14 +16,14 @@
|
|||
<option value="1">B</option>
|
||||
<option value="2">C</option>
|
||||
</select><br>
|
||||
Required Radio: <input type="radio" name="group1" value="1" required>1
|
||||
Required Radio: <input type="radio" name="group1" value="1" required>1
|
||||
<input type="radio" name="group1" value="2">2
|
||||
<input type="radio" name="group1" value="3">3<br>
|
||||
Required Checkbox: <input type="checkbox" name="group2" value="1" required>1
|
||||
Required Checkbox: <input type="checkbox" name="group2" value="1" required>1
|
||||
<input type="checkbox" name="group2" value="2">2
|
||||
<input type="checkbox" name="group2" value="3">3<br>
|
||||
Required File: <input type="file" required><br>
|
||||
<input type="submit">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue