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 content="This test checks the process of positioning the first tile of each of the 9 border-image areas when 'border-image-repeat' is 'repeat'." name="assert">
<style>
div
{
background-color: green; /* so that the center of the + sign gets painted green */
border: red solid 75px;
border-image-repeat: repeat; /* this is the same as 'repeat repeat' since
"
If the second keyword is absent, it is assumed to be the same as the first.