Bug 832899 followup to add a test.

This commit is contained in:
Boris Zbarsky 2013-03-22 23:47:58 -04:00
parent c85d8c58b3
commit 0db5087c50
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<!DOCTYPE html>
<script>
var ev = document.createEvent("Events");
EventTarget.prototype.dispatchEvent.call(navigator.mozConnection, ev);
</script>

View File

@ -1,3 +1,4 @@
asserts-if(cocoaWidget,0-1) load 769464.html
load 822340-1.html
load 822340-2.html
load 832899.html