Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
js
/
dom
/
function-constructor-this-value-expected.txt
blob: d4612377c2e49b18c6ae47cfef11b9aaaf8f2f7d [
file
] [
log
] [
blame
] [
edit
]
This tests verifies that the Function constructor creates functions with the correct 'this' and 'window' in scope.
PASS: result['this'].location.href should be about:blank and is.
PASS: result['window'].location.href should be about:blank and is.