diff --git a/eventsource/eventsource-constructor-url-bogus.any.js b/eventsource/eventsource-constructor-url-bogus.any.js index 0aa134532161be..eb92837a71d387 100644 --- a/eventsource/eventsource-constructor-url-bogus.any.js +++ b/eventsource/eventsource-constructor-url-bogus.any.js @@ -1,9 +1,8 @@ // META: global=window,worker // META: title=EventSource: constructor (invalid URL) -// META: script=/resources/idlharness.js test(() => { assert_throws('SyntaxError', () => { new EventSource("http://this is invalid/"); }); }); -done(); \ No newline at end of file +done();