Bug 1402547 - Add crashtest for multiple empty SMIL values; r=hiro

I have verified that this fails without the code changes from the previous patch
in this series, and passes with them.

MozReview-Commit-ID: 1respvNVQaC

--HG--
extra : rebase_source : 82007792f23465edb1d286b721edeea850e2aaa3
This commit is contained in:
Brian Birtles 2017-10-02 14:04:24 +09:00
Родитель 8f3566ea35
Коммит e0a0a47d5c
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -0,0 +1,3 @@
<svg>
<animate id='a' calcMode='discrete' attributeName='height' by='-159'/>
<animate id='a' calcMode='discrete' attributeName='height' by='-159'/>

После

Ширина:  |  Высота:  |  Размер: 148 B

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

@ -53,3 +53,4 @@ load 709907-1.svg
load 720103-1.svg
load 1010681-1.svg
load 1375596-1.svg
load 1402547-1.html