/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/html/form_reset.html
16 строк
395 B
Matthew Rasmus
Implements :indeterminate pseudo-class
16 дек 2014, 22:34
16 дек 2014, 22:34
504f968
Код
Авторство
О чём код?
<html> <head></head> <body> <form> <input name=bar type=checkbox checked> <input name=baz value="baz1" type=radio checked> <input name=baz value="baz2" type=radio> <input type=text id=hi name=bye value="hi!"> <input type=text id=aloha name=empty value=""> <input type=text id=welcome name=reallyempty> <textarea id=textarea>Hello TextArea!</textarea> <input type=reset> </form> </body> </html>