blob: defc9288b934ef98c463211f6584abf4fb02af8a [file] [log] [blame]
<!doctype html>
<html class="reftest-wait">
<script src="../../../resources/ui-helper.js"></script>
<input type=checkbox switch disabled onclick=falseEnd()>
<script>
window.onload = () => {
UIHelper.dragFromPointToPoint(10, 10, 50, 50, 0);
setTimeout(() => document.documentElement.removeAttribute("class"), 50);
}
function falseEnd() {
document.body.innerHTML = "This test failed.";
}
</script>