mirror of
https://github.com/servo/servo.git
synced 2025-08-23 14:25:33 +01:00
script: Add some workarounds for image cache task races
This commit is contained in:
parent
d101c1dd91
commit
a200b139b6
5 changed files with 51 additions and 37 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue