Home
last modified time | relevance | path

Searched refs:url_record (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/fixtures/wpt/FileAPI/url/
Durl-format.any.js41 const url_record = new URL(url); constant
42 assert_equals(url_record.protocol, 'blob:');
43 assert_equals(url_record.origin, location.origin);
44 assert_equals(url_record.host, '', 'host should be an empty string');
45 assert_equals(url_record.port, '', 'port should be an empty string');
47 assert_true(uuid_path_re.test(url_record.pathname), 'Path must end with a valid UUID');
49 const nested_url = new URL(url_record.pathname);