repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
dom
/
anchor-text.html
blob
a5c6e97f308495e45c6794705c6618c515daa896
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>