mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
359 B
HTML
11 lines
359 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head/>
|
|
<body>
|
|
<form><input type="radio" name="group1" id="two" value="2" default="true" checked="true"/>
|
|
<label for="two" style="color: green">Should be no red</label><input type="radio" name="group1" id="one" value="1"/>
|
|
<label for="one" style="color: green">Should be no red</label>
|
|
</form>
|
|
</body>
|
|
</html>
|