Bug 1650990 - Add the provided test case as a crashtest. r=kats

Differential Revision: https://phabricator.services.mozilla.com/D84157
This commit is contained in:
Nicolas Silva 2020-07-20 13:03:41 +00:00
Родитель b651a3366d
Коммит 54146b4c3e
2 изменённых файлов: 19 добавлений и 0 удалений

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

@ -0,0 +1,18 @@
<html><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252"><style>
#a {
-webkit-mask: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
clip: rect(8px, 68px, 1px, 1px);
}
* {
position: fixed;
}
</style>
<script>
window.onload = () => {
a.show()
}
</script>
</head><body><dialog id="a" open="">
<font>x</font>
</dialog></body></html>

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

@ -194,3 +194,4 @@ load 1640401-1.html
load 1647862.html
load 1647940.html
load 1650989-very-large-mask.html
load 1650990.html