chromium/third_party/blink/web_tests/external/wpt/url/url-tojson.any.js

test(() => {
  const a = new URL("https://example.com/")
  assert_equals(JSON.stringify(a), "\"https://example.com/\"")
})