blob: 49220dfd69c80cc4b5d8e7c2fcbd45d48a71d91c [file] [log] [blame]
<title> Check openee.focus() access is checked</title>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script src=/common/get-host-info.sub.js></script>
<script src="/common/utils.js"></script>
<script src="../resources/dispatcher.js"></script>
<script src="../resources/test-access-property.js"></script>
<script>
testAccessProperty("focus", w => w.focus());
</script>