1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <HTML><HEAD><TITLE>AREA inside DIV
</TITLE></HEAD>
4 <!-- intentionally invalid -->
10 <p>This tests that an
<area
> element can be created even if it's not properly nested
11 just inside a
<map
> element.
</p>
13 <SCRIPT type=
"text/javascript">
14 if (window.testRunner)
15 testRunner.dumpAsText();
16 if (document.getElementById('a'))
17 document.write(
"success");
19 document.write(
"failure");