diff options
Diffstat (limited to 'tests/unit/checkboxradio')
-rw-r--r-- | tests/unit/checkboxradio/checkboxradio.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/tests/unit/checkboxradio/checkboxradio.html b/tests/unit/checkboxradio/checkboxradio.html index 62552fefc..536d4ec55 100644 --- a/tests/unit/checkboxradio/checkboxradio.html +++ b/tests/unit/checkboxradio/checkboxradio.html @@ -43,37 +43,37 @@ <input type="checkbox" id="check"><label for="check">Toggle</label> <input type="checkbox" id="check2"><label for="check2">Checkbox</label> <label for="checkbox-method-refresh" id="checkbox-method-refresh-label">checkbox refresh</label> -<input type="checkbox" id="checkbox-method-refresh"/> +<input type="checkbox" id="checkbox-method-refresh"> <label for="checkbox-method-destroy" class="bar" id="checkbox-method-destroy-label">checkbox refresh</label> -<input type="checkbox" class="foo" id="checkbox-method-destroy"/> +<input type="checkbox" class="foo" id="checkbox-method-destroy"> <label for="checkbox-method-disable">checkbox refresh</label> -<input type="checkbox" class="foo" id="checkbox-method-disable"/> +<input type="checkbox" class="foo" id="checkbox-method-disable"> <label for="radio-method-refresh" id="radio-method-refresh-label">radio refresh</label> -<input type="radio" id="radio-method-refresh"/> +<input type="radio" id="radio-method-refresh"> <label for="radio-method-destroy" class="bar" id="radio-method-destroy-label">radio refresh</label> -<input type="radio" class="foo" id="radio-method-destroy"/> +<input type="radio" class="foo" id="radio-method-destroy"> <label for="radio-method-disable">radio refresh</label> -<input type="radio" class="foo" id="radio-method-disable"/> +<input type="radio" class="foo" id="radio-method-disable"> <label for="checkbox-option-disabled">checkbox disabled</label> -<input type="checkbox" class="foo" id="checkbox-option-disabled"/> +<input type="checkbox" class="foo" id="checkbox-option-disabled"> <label for="checkbox-option-icon">checkbox icon</label> -<input type="checkbox" class="foo" id="checkbox-option-icon"/> -<label for="checkbox-option-label">checkbox label<input type="checkbox" class="foo" id="checkbox-option-label"/></label> +<input type="checkbox" class="foo" id="checkbox-option-icon"> +<label for="checkbox-option-label">checkbox label<input type="checkbox" class="foo" id="checkbox-option-label"></label> <label> - <input type="checkbox" id="label-with-no-for"/> + <input type="checkbox" id="label-with-no-for"> </label> <label> - <input type="checkbox" id="label-with-no-for-with-html"/> + <input type="checkbox" id="label-with-no-for-with-html"> <strong>Hi</strong>, <em>I'm a label</em> </label> <label> - <input type="checkbox" id="label-with-no-for-with-text"/> + <input type="checkbox" id="label-with-no-for-with-text"> Hi, I'm a label </label> <label> - <input type="checkbox" id="label-with-no-for-with-html-like-text"/> + <input type="checkbox" id="label-with-no-for-with-html-like-text"> <em>Hi, I'm a label</em> </label> |