auto merge of #3943 : Ms2ger/servo/img_width_height, r=jdm

This fixes an intermittent failure introduced in
<https://github.com/servo/servo/pull/3929>.
This commit is contained in:
bors-servo 2014-11-09 07:51:31 -07:00
commit caba4b3e76

View file

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