mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 860143 - Crashtest for NrIceStunServer::ToNicerStunStruct assertion failure. r=abr
This commit is contained in:
parent
c51e9cc63f
commit
157c2753ee
25
dom/media/tests/crashtests/860143.html
Normal file
25
dom/media/tests/crashtests/860143.html
Normal file
@ -0,0 +1,25 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<!--
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=860143
|
||||
-->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>bug 860143</title>
|
||||
<script type="application/javascript">
|
||||
function start() {
|
||||
var o0 = new window.mozRTCPeerConnection({
|
||||
iceServers: [
|
||||
{
|
||||
url: "turn:AAAAAAAAAAAAAAAAA AAAAAAAAAAA AAAAAAAAAAAAA AA AAAAA AAAAAAAAAAA AAAAAAAAAAAAAAAA AAAAA AAAAAAAAAA, AAAAAAAAAAAAAAAA AAA AAAAAAAAAAAAAAA"
|
||||
}
|
||||
]
|
||||
});
|
||||
o0.close();
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="start()">
|
||||
</body>
|
||||
</html>
|
@ -12,5 +12,6 @@ load 836349.html
|
||||
load 837324.html
|
||||
load 837421.html
|
||||
load 855796.html
|
||||
load 860143.html
|
||||
load 861958.html
|
||||
load 863929.html
|
||||
|
Loading…
Reference in New Issue
Block a user