Bug 809762 - Add crashtest. r=me

--HG--
extra : rebase_source : 8d1b71844bb51097b5b147217dc02c38287ed4cc
This commit is contained in:
Jesse Ruderman 2017-10-20 08:36:11 -04:00
Родитель c57d1b16bf
Коммит c8d7cc2d4b
2 изменённых файлов: 23 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
var ss = document.getElementsByTagName('style')[0];
var styleText = '@font-face { font-family: "MarkA"; src: url(markA.ttf); } :root { font-family: "MarkA"; }';
ss.firstChild.data = styleText;
setTimeout(function() {
ss.firstChild.data = styleText + " ";
}, 0);
}
</script>
<style>
</style>
</head>
<body onload="boom();"></body>
</html>

Просмотреть файл

@ -89,6 +89,7 @@ load 786108-1.html
load 786108-2.html
load 788836.html
load 806310-1.html
load 809762.html
load 812824.html
load 822766-1.html
load 822842.html