summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/rewrite-map.html
blob: 707332fcaa8231d51aa77ab5141f9143d1526d95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<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.layoutTestController)
    layoutTestController.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>