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 root element has a different background painting area, and thus the 'background-clip' property has no effect when specified on it." />
<style>
html {
padding: 20px;
background: url('support/1x1-green.png'), red;
background-clip: content-box, border-box;
}
</style>
</head>
<body>
<p>Test passes if there is green and <strong>no red</strong>.</p>