Skip to content

Commit

Permalink
Merge pull request #1941 from w3c/sideshowbarker/notifications
Browse files Browse the repository at this point in the history
Fixed a bug in a Web Notifications test.
  • Loading branch information
zqzhang committed Jun 29, 2015
2 parents b90da6a + 1334634 commit 5ef6279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifications/notification-constructor-invalid.html
Expand Up @@ -10,7 +10,7 @@
<div id="log"></div>
<script>
test(function() {
assert_throws("new TypeError()", function() {
assert_throws(new TypeError(), function() {
var notification = new Notification();
});
}, "Test checks that notification constructor arguments can't be empty");
Expand Down

0 comments on commit 5ef6279

Please sign in to comment.