mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 836349 - Crashtest for bug 836349. r=abr
DONTBUILD
This commit is contained in:
parent
6aa3947d49
commit
2b05adbd6c
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