blob: c8555ea9b0fd5c59d811ee05b51f8bf7d809f1b5 [file] [log] [blame]
<!--
http://code.google.com/p/chromium/issues/detail?id=73650
https://bugs.webkit.org/show_bug.cgi?id=54877
-->
<div id="log">FAIL</div>
<script>
window.layoutTestController && layoutTestController.dumpAsText();
oArea = document.createElement('area');
oArea.href = 0;
oArea.focus();
log.innerHTML = "PASS";
</script>