gecko-dev/layout/base/crashtests/1382534.html
Botond Ballo 826e7774d6 Bug 1382534 - Add a crashtest for the ASR-related assertion failure. r=mstange
MozReview-Commit-ID: J8hm3FmQpaE

--HG--
extra : rebase_source : d44fa219e728da4a10bf41fa542db3b962c10385
2017-10-04 16:27:15 -04:00

26 lines
745 B
HTML

<!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>