Sign in
webkit
/
WebKit
/
47b8206e2462d5a862fef65e142ae8764bd9b9e5
/
.
/
LayoutTests
/
fast
/
dom
/
Window
/
Location
/
window-override-location-using-defineGetter-expected.txt
blob: 63c3f3166effdf9bdc52b0c95d7c17742ba4b92f [
file
] [
log
] [
blame
]
PASS function () {
window.__defineGetter__("location", () => "haxored");
} threw exception TypeError: Attempting to change configurable attribute of unconfigurable property..
PASS result is correctValue
PASS successfullyParsed is true
TEST COMPLETE