diff options
Diffstat (limited to 'tests/specs/run/_070_location/070_location.ts.out')
-rw-r--r-- | tests/specs/run/_070_location/070_location.ts.out | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/specs/run/_070_location/070_location.ts.out b/tests/specs/run/_070_location/070_location.ts.out new file mode 100644 index 000000000..a03cf6477 --- /dev/null +++ b/tests/specs/run/_070_location/070_location.ts.out @@ -0,0 +1,15 @@ +[class Location] +Object [Location] {} +Location { + hash: "#bat", + host: "foo", + hostname: "foo", + href: "https://foo/bar?baz#bat", + origin: "https://foo", + pathname: "/bar", + port: "", + protocol: "https:", + search: "?baz" +} +NotSupportedError: Cannot set "location". +NotSupportedError: Cannot set "location.hostname". |