Sign in
webkit
/
WebKit
/
2bde0edf56b50cba234b331b5ddd67eb5d2a0a71
/
.
/
LayoutTests
/
fast
/
dom
/
Window
/
window-location-replace-functions.html
blob: 281bf0c5defd37a87deb266e4be948329673c330 [
file
] [
log
] [
blame
]
<html>
<script>
window
.
location
.
toString
=
function
()
{
return
"http://webkit.org"
;
}
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<body>
You should see this.
</body>
</html>