blob: 4ade124bcd89965d2e4c325c81a6cc29d3686a23 [file] [log] [blame] [edit]
<!DOCTYPE html>
<title>@scope - Shadow DOM with shared style data</title>
<style>
div {
padding: 3px;
border: 1px solid;
background: red;
}
.blue {
background: blue;
}
.green {
background: green;
}
</style>
<div><div class="blue"></div></div>
<div><div class="green"></div></div>
<div><div class="blue"></div></div>
<div><div class="green"></div></div>