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
/
Window
/
window-location-replace-functions.html
blob
281bf0c5defd37a87deb266e4be948329673c330
1
<html>
2
<script>
3
window
.
location
.
toString
=
function
() {
return
"http://webkit.org"
; }
4
if
(
window
.
testRunner
)
5
testRunner
.
dumpAsText
();
6
</script>
7
<body>
8
You should see this.
9
</body>
10
</html>