Bug 1142032 - Add a crashtest.

This commit is contained in:
Josh Matthews 2015-03-11 09:31:57 -04:00
Родитель ba5885ce64
Коммит 1566058f01
2 изменённых файлов: 5 добавлений и 0 удалений

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

@ -0,0 +1,4 @@
<img src="foo" srcset="bar">
<script>
document.querySelector("img").removeAttribute('src');
</script>

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

@ -72,3 +72,4 @@ load 903106.html
load 916322-1.html
load 916322-2.html
load 1032654.html
pref(dom.image.srcset.enabled,true) load 1141260.html