Bug 1382534 - Add a crashtest for the ASR-related assertion failure. r=mstange

MozReview-Commit-ID: J8hm3FmQpaE

--HG--
extra : rebase_source : d44fa219e728da4a10bf41fa542db3b962c10385
This commit is contained in:
Botond Ballo 2017-10-04 16:27:15 -04:00
Родитель e084a3a187
Коммит 826e7774d6
2 изменённых файлов: 27 добавлений и 0 удалений

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

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<style>
.container {
position: absolute;
top: -1px;
bottom: -1px;
left: 0;
width: 100%;
clip: rect(0, auto, auto, 0);
clip-path: inset(0 0 0 0)
}
.picture {
position: fixed;
}
</style>
</head>
<body>
<div class="container">
<div class="picture">
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==">
</div>
</div>
</body>
</html>

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

@ -494,6 +494,7 @@ asserts(0-1) load 1343606.html # bug 1343948
load 1352380.html
load 1362423-1.html
load 1381323.html
load 1382534.html
asserts-if(!stylo,1) load 1388625-1.html # bug 1389286
load 1390389.html
load 1391736.html