blob: 603e7aa4d2d0d86bcd2d37da32f7631c9ce9e62f [file] [log] [blame]
<!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>