tenfourfox/editor/libeditor/crashtests/459613.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

18 lines
250 B
HTML

<html class="reftest-wait">
<head>
<script type="text/javascript">
function finish() {
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body>
<iframe src="459613-iframe.html" onload="finish();"></iframe>
</body>
</html>