diff options
author | Matthew Rasmus <mattr@zzntd.com> | 2014-12-08 11:29:42 -0800 |
---|---|---|
committer | Matthew Rasmus <mattr@zzntd.com> | 2014-12-16 11:34:04 -0800 |
commit | 504f968b20b35f901f2f6af564023b2bc8aa998d (patch) | |
tree | 9a61ebc16b7d132fc61a6552d4bcb14c53a5ef68 /tests/html/form_reset.html | |
parent | 2d05ac537cbd33c413da3516544023391d03ee82 (diff) | |
download | servo-504f968b20b35f901f2f6af564023b2bc8aa998d.tar.gz servo-504f968b20b35f901f2f6af564023b2bc8aa998d.zip |
Implements :indeterminate pseudo-class
Addresses reviews
Diffstat (limited to 'tests/html/form_reset.html')
-rw-r--r-- | tests/html/form_reset.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/html/form_reset.html b/tests/html/form_reset.html index 99f3f194c07..9d841a2058b 100644 --- a/tests/html/form_reset.html +++ b/tests/html/form_reset.html @@ -1,8 +1,7 @@ <html> <head></head> <body> -<!-- Run with nc -l 8000 --> -<form action="http://localhost:8000" method=get id="foo"> +<form> <input name=bar type=checkbox checked> <input name=baz value="baz1" type=radio checked> <input name=baz value="baz2" type=radio> |