зеркало из https://github.com/mozilla/gecko-dev.git
Add crashtest for bug 481921
This commit is contained in:
Родитель
e6ca8d3619
Коммит
23ed6748c7
|
@ -0,0 +1,12 @@
|
|||
<html>
|
||||
<body onload="dotest(); setTimeout('location.reload()', 200)">
|
||||
<script language="javascript">
|
||||
var count=0;
|
||||
var fileloc = "481921.ogg";
|
||||
function dotest(){
|
||||
oggenv.innerHTML = "video test for " + fileloc + "<br><video src=\"" + fileloc + "\" autoplay=\"true\" height=100></video>";
|
||||
}
|
||||
</script>
|
||||
<span id="oggenv"></span><br>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,20 @@
|
|||
<html class="reftest-wait">
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
|
||||
function done()
|
||||
{
|
||||
document.documentElement.removeAttribute("class");
|
||||
document.body.innerHTML=''
|
||||
}
|
||||
|
||||
setTimeout(done,800)
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<iframe id="iframe" src="481921-iframe.html"></iframe>
|
||||
|
||||
</body>
|
||||
</html>
|
Двоичный файл не отображается.
|
@ -268,6 +268,7 @@ load 478170-1.html
|
|||
load 478185-1.html
|
||||
asserts(1) load 479938-1.html
|
||||
load 480345-1.html
|
||||
load 481921.html
|
||||
load 489462-1.html
|
||||
load 493111-1.html
|
||||
load 493118-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче