blob: 05620e31796eb4e4201a51beaa0aa79a0d244c92 [file]
<!doctype html>
<html class="reftest-wait">
<script src="../../../resources/ui-helper.js"></script>
<input type=checkbox switch onclick=end()>
<script>
window.onload = async () => {
await UIHelper.activateAt(10, 10);
}
function end() {
event.preventDefault();
setTimeout(() => document.documentElement.removeAttribute("class"), 50);
}
</script>