diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/core/core.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/unit/core/core.html b/tests/unit/core/core.html index 006abb50d..6490a4ae8 100644 --- a/tests/unit/core/core.html +++ b/tests/unit/core/core.html @@ -42,8 +42,13 @@ <area shape="rect" coords="1,1,2,2" href="foo.html" id="areaNoImg" alt=""> </map> -<form id="formNoTabindex"></form> -<form id="formTabindex" tabindex="1"></form> +<form id="formNoTabindex"> + <input> +</form> + +<form id="formTabindex" tabindex="1"> + <input> +</form> <div> <input id="visibleAncestor-inputTypeNone"> |