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="Check if 'background-size' has one length and one percentage values, then such values are the width and height of the corresponding background image. Therefore the used width and height of the background-size in this test should be 45px and 45px.">
<style>
#ref-overlapped-red {
background-color: red;
height: 45px;
width: 45px;
}
#test-overlapping-green {
background-image: url(support/1x1-green.png);
background-repeat: no-repeat;
background-size: 45px 45%;
bottom: 45px;
height: 100px;
position: relative;
width: 50px;
}
</style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>