Call waitForExplicitFinish in test_img_width_height.html.

This fixes an intermittent failure introduced in
<https://github.com/servo/servo/pull/3929>.
This commit is contained in:
Ms2ger 2014-11-09 15:19:40 +01:00
parent 25e9830938
commit be4c83432b

View file

@ -7,6 +7,7 @@
<img src="test.png"/>
<script>
// Testing get/set of image width/height properties
waitForExplicitFinish();
var img = window.document.getElementsByTagName("img")[0];