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
/
http
/
tests
/
navigation
/
fallback-anchor-reload.html
blob
a2af7349eceb98ff91ab25722a5eb9d657922d8a
1
<html>
2
<head>
3
<script
type
=
"text/javascript"
>
4
function
startTest
()
5
{
6
testRunner
.
dumpAsText
();
7
location
.
hash
=
'anchor'
;
8
testRunner
.
queueReload
();
9
}
10
</script>
11
</head>
12
<body
onload
=
"startTest();"
>
13
14
<h2
id
=
"anchor"
></h2>
15
16
<object
data
=
"resources/error404.pl"
>
Fallback content
</object>
17
</body>
18
</html>