mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 832899 followup to add a test.
This commit is contained in:
parent
c85d8c58b3
commit
0db5087c50
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…
Reference in New Issue
Block a user