blob: aecd419ca7182f2309e896e17cbfbdc5336c2d45 [file] [log] [blame]
<html>
<script>
window.onload = function()
{
if (window.testRunner)
testRunner.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>