Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / 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>