blob: 850d854db4d22b757846ac3ffd79db7f207a2136 [file] [log] [blame]
// META: global=window,worker
test(function() {
const source = new EventSource("");
assert_equals(source.url, self.location.toString());
}, "EventSource constructor with an empty url.");