blob: 6cb571a3e22d5570fff147b052a346fb6367f17a [file] [edit]
<!DOCTYPE html>
<html class="test-wait">
<body>
<div id='result'>FAIL</div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
onload = () => {
setTimeout(() => {
result.textContent = 'PASS';
document.documentElement.removeAttribute('class');
}, 10);
}
</script>
</body>
</html>