Bug 1599619: Wait for a paint before making dynamic change in SMIL reftest "anim-css-font-1.svg". r=boris

This small change seems to help us come out on the good side of a race
condition that this test is failing on our Ubuntu 18.04 test runner platform.

Differential Revision: https://phabricator.services.mozilla.com/D54974

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Daniel Holbert 2019-11-27 19:42:31 +00:00
Родитель 253aaf1570
Коммит fe5b5a8b0b
1 изменённых файлов: 6 добавлений и 1 удалений

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

@ -2,8 +2,13 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
width="300px" height="400px"
class="reftest-wait"
onload="setTimeAndSnapshot(3.0, true)">
onload="go()">
<script xlink:href="../smil-util.js" type="text/javascript"/>
<script>
function go() {
requestAnimationFrame(() => { setTimeAndSnapshot(3.0, true) });
}
</script>
<!-- 'inherit' to 'caption' -->
<text x="0px" y="50px">abc

До

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

После

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