<!DOCTYPE html> | |
<title>Test the find-element.mjs functions.</title> | |
<script src="../resources/testharness.js"></script> | |
<script src="../resources/testharnessreport.js"></script> | |
<script type="module"> | |
import * as helpers from './resources/helpers.mjs'; | |
helpers.testFindElement({elementCount: 63, margin: '0px'}); | |
</script> |