aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/core/core.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/core/core.html')
-rw-r--r--tests/unit/core/core.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/unit/core/core.html b/tests/unit/core/core.html
index 93f0156fd..31a5bb579 100644
--- a/tests/unit/core/core.html
+++ b/tests/unit/core/core.html
@@ -38,6 +38,15 @@
<input>
</form>
+<form>
+ <fieldset id="enabledFieldset">
+ <input>
+ </fieldset>
+ <fieldset id="disabledFieldset" disabled="disabled">
+ <input>
+ </fieldset>
+</form>
+
<div>
<input id="visibleAncestor-inputTypeNone">
<input type="text" id="visibleAncestor-inputTypeText">