Sign in
webkit
/
WebKit
/
1ee4da5fc07b783e2e260efa221fdcaacf0d0456
/
.
/
LayoutTests
/
imported
/
w3c
/
web-platform-tests
/
url
/
url-tojson.any.js
blob: 65165f96c572d9b01fe6a5e27339882c387260dd [
file
] [
log
] [
blame
]
test
(()
=>
{
const
a
=
new
URL
(
"https://example.com/"
)
assert_equals
(
JSON
.
stringify
(
a
),
"\"https://example.com/\""
)
})