chromium/third_party/blink/web_tests/fast/parser/rewrite-map.html

<html>
<body>
<p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=13300">bug 13300</a>:
Reproducible crash opening anekdot.ru.</p>
<p>No crash == SUCCESS</p>
<script>
  if (window.testRunner)
    testRunner.dumpAsText();
</script>

<div id="anekdotforsearch">

<map name="map">
    <pre>foo</pre>
</div>

<script>
  document.getElementById('anekdotforsearch').innerHTML="<map name='map'></map>"
</script>

<area>
</map>

</body>
</html>