You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<meta name="assert" content="The test checks whether border-image-repeat: 'space' with 'fill' uses the correct formula when a single image fits exactly.">
<style type="text/css">
.outer {
position: absolute;
left: 0px;
top: 0px;
border-width: 27px;
border-style: solid;
border-image: url("support/reticule.png") 27 fill space;