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