3 <p>Test for
<a href=
"http://bugs.webkit.org/show_bug.cgi?id=12249">bug
12249</a>:
4 FCKeditor:
<hr
>,
<ul
> and
<ol
> have
id=
"undefined".
</p>
5 <div id=
"div" contenteditable=
"true"></div>
9 testRunner
.dumpAsText();
12 var div
= document
.getElementById("div");
15 document
.execCommand("InsertHorizontalRule");
17 if (div
.innerHTML
.match(/.*undefined.*/))
18 document
.write("FAILURE");
20 document
.write("SUCCESS");