blob: 87816f8345225dee5320a02f97954455713e3c78 [file] [log] [blame]
function takeScreenshot() {
document.documentElement.classList.remove("reftest-wait");
}
function takeScreenshotDelayed(timeout) {
setTimeout(function() {
takeScreenshot();
}, timeout);
}