зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1350372 - Crashtest.
MozReview-Commit-ID: 4ApJweAr8fL
This commit is contained in:
Родитель
4cce36098f
Коммит
e980fe6ea1
|
@ -0,0 +1,31 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<script>
|
||||
function boom(){
|
||||
let root = document.documentElement,
|
||||
inp = document.createElement("input"),
|
||||
aud = document.createElement("audio"),
|
||||
vid = document.createElement("video");
|
||||
inp.type = "image";
|
||||
document.body.appendChild(inp);
|
||||
document.body.appendChild(aud);
|
||||
document.body.appendChild(vid);
|
||||
root.style.columnWidth = "0px";
|
||||
setTimeout(function(){
|
||||
inp.style.display = "contents";
|
||||
setTimeout(function(){
|
||||
inp.remove();
|
||||
inp.appendChild(vid);
|
||||
setTimeout(function(){
|
||||
root.style.strokeWidth = "0px";
|
||||
}, 10);
|
||||
}, 10);
|
||||
}, 10);
|
||||
}
|
||||
addEventListener("DOMContentLoaded", boom);
|
||||
</script>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
|
@ -657,6 +657,7 @@ load 1308876-1.html
|
|||
load 1316649.html
|
||||
load 1349650.html
|
||||
asserts-if(browserIsRemote,0-5) load 1349816-1.html # bug 1350352
|
||||
load 1350372.html
|
||||
load 1364361-1.html
|
||||
load 1367413-1.html
|
||||
load 1368617-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче