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
[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git]
/
content
/
test
/
data
/
push_state.html
blob
22178ee476916d0dc36dfe440af6db10fd594215
1
<html>
2
<head>
3
<script>
4
window
.
onload
=
function
() {
5
setTimeout
(
function
() {
6
history
.
pushState
(
""
,
""
,
"#pushState"
);
7
document
.
title
=
"pushState"
;
8
},
0
);
9
}
10
</script>
11
</head>
12
</html>