script: Add some workarounds for image cache task races

This commit is contained in:
Patrick Walton 2014-11-25 22:58:43 -08:00
parent d101c1dd91
commit a200b139b6
5 changed files with 51 additions and 37 deletions

View file

@ -3,8 +3,9 @@
<script src="harness.js"></script>
<style>
div {
margin-top: 100px;
margin-left: 100px;
position: relative;
top: 100px;
left: 100px;
width: 100px;
height: 100px;
}