blob: 32934c7ae7ff5c95b96d7e9c8b4fb60ec9c775ef [file] [log] [blame]
<script src="../../../resources/js-test-pre.js"></script>
<fieldset id="fs1" name="a"></fieldset>
<script>
description("This test checks fieldset.test attribute");
shouldBe('fs1.type', '"fieldset"');
</script>
<script src="../../../resources/js-test-post.js"></script>