blob: 374806bddf6b61af89e8a056f9eec271df4aac39 [file] [log] [blame]
<html>
<script>
window.onload = function()
{
if (window.layoutTestController)
layoutTestController.dumpAsText();
document.getElementById('content').innerHTML = "PASS: rendered counter nodes without crashing.";
}
</script>
<iframe src='resources/counter-crash-frame-src.html'>
</iframe>
<div id='content'>
FAIL
</div>
</html>