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
Roll src/third_party/WebKit e0eac24:489c548 (svn 193311:193320)
[chromium-blink-merge.git]
/
content
/
test
/
data
/
navigation_controller
/
page_with_links.html
blob
51b74be5d4a257386fc87b7b5a6bf953eebe3fd1
1
<html>
2
<head>
3
</head>
4
<body>
5
<p>
A page with a
<a
id
=
"thelink"
href
=
"simple_page_1.html"
>
link
</a>
to another page.
6
<p
id
=
"frag"
>
And a
<a
id
=
"fraglink"
href
=
"#frag"
>
fragment link
</a>
.
7
</body>
8
</html>