mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
Bug 832899 followup to add a test.
This commit is contained in:
parent
992f944703
commit
5bc07200ef
5
dom/bindings/crashtests/832899.html
Normal file
5
dom/bindings/crashtests/832899.html
Normal file
@ -0,0 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<script>
|
||||
var ev = document.createEvent("Events");
|
||||
EventTarget.prototype.dispatchEvent.call(navigator.mozConnection, ev);
|
||||
</script>
|
@ -1,3 +1,4 @@
|
||||
asserts-if(cocoaWidget,0-1) load 769464.html
|
||||
load 822340-1.html
|
||||
load 822340-2.html
|
||||
load 832899.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user