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" value="Highlighted elements inherit style properties from their parent even if there's not a ::highlight selector directly applying to them or their parent.">
<style>
div::highlight(div-highlight) {
background-color: green;
}
</style>
<body>
<div>There should be only one green rectangle below from [ to ]:</div>