2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / dom / anchor-text.html
bloba5c6e97f308495e45c6794705c6618c515daa896
1 <a id="x" href="http://www.google.com"><b>the second copy should not be bold</b></a>
2 <script>
3 document.write(document.getElementById("x").text);
4 </script>