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