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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
dynamic
/
link-href-change.html
blob
0cc083d64b397db10e2077b0209787129e5a40c0
1
<html>
2
<head>
3
<style>
4
:link, :visited
5
{
6
border:
10
px solid black;
7
color: green;
8
padding:
5
px;
9
text-decoration: none
10
}
11
12
body
13
{
14
margin:
20
px
0
15
}
16
</style>
17
</head>
18
<a
id
=
"link"
>
This should have a
10
px solid black border around it.
</a>
19
<script>
20
document
.
body
.
offsetLeft
21
document
.
getElementById
(
'link'
).
href
=
'#top'
;
22
</script>
23
</html>