mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
# HG changeset patch
# User Jason Smith <jsmith@mozilla.com> # Date 1364784773 25200 # Node ID 509272e28c38cc8962e67465e3be58281d9af33a # Parent 0b7c27024048cdfbbd62005d1c4ad5e7f6edf8a8 bug 836349 - Crashtest for bug 836349. r=abr
This commit is contained in:
parent
c3533ba248
commit
b6a0057d67
20
dom/media/tests/crashtests/836349.html
Normal file
20
dom/media/tests/crashtests/836349.html
Normal file
@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<!--
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=836349
|
||||
-->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Bug 836349</title>
|
||||
<script type="application/javascript">
|
||||
function crash()
|
||||
{
|
||||
var pc = new mozRTCPeerConnection();
|
||||
var ld = pc.localDescription;
|
||||
dump(ld.sdp);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="crash();">
|
||||
</html>
|
@ -8,6 +8,7 @@ load 799419.html
|
||||
load 802982.html
|
||||
load 812785.html
|
||||
load 834100.html
|
||||
load 836349.html
|
||||
load 837324.html
|
||||
load 837421.html
|
||||
load 855796.html
|
||||
|
Loading…
Reference in New Issue
Block a user