mirror of
https://github.com/servo/servo.git
synced 2025-07-15 11:23:39 +01:00
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:
commit
caba4b3e76
1 changed files with 1 additions and 0 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue