Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
LayoutTests
/
fast
/
dom
/
anchor-text.html
blob: a5c6e97f308495e45c6794705c6618c515daa896 [
file
] [
log
] [
blame
]
<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>