haikuwebkit/LayoutTests/fast/dom/anchor-text.html

4 lines
154 B
HTML

<a id="x" href="http://www.google.com"><b>the second copy should not be bold</b></a>
<script>
document.write(document.getElementById("x").text);
</script>