Sign in
webkit
/
WebKit
/
47b8206e2462d5a862fef65e142ae8764bd9b9e5
/
.
/
LayoutTests
/
fast
/
dom
/
Window
/
Location
/
resources
/
window-shadow-location-using-js-object-with-toString-iframe.html
blob: 97b2e8e65acd078956ac0638ff544ad76ebe3d9b [
file
] [
log
] [
blame
]
<script>
var
location
=
{
toString
:
function
()
{
return
"pass.html"
;
}
};
</script>