Skip to content

Commit

Permalink
Remove unnecessary idlharness.js include (web-platform-tests#18893)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored and lukebjerring committed Sep 6, 2019
1 parent 1a5a7d5 commit 24b6c5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eventsource/eventsource-constructor-url-bogus.any.js
Original file line number Diff line number Diff line change
@@ -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();
done();

0 comments on commit 24b6c5f

Please sign in to comment.