blob: ffc4510f5b0faba0e1572a0b5aa93da3aec86e84 [file] [log] [blame]
<!DOCTYPE html>
<link rel="author" title="David Shin" href="mailto:dshin@mozilla.com">
<link rel="help" href="drafts.csswg.org/css-cascade-6/#scoped-styles">
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1930618">
<div>
<p>Test passes if there is a filled green square.</p>
<div>
<template shadowrootmode=open>
<style>
@scope {
.a {
width: 100px;
height: 100px;
background: green;
}
}
</style>
<div class="a"></div>
</template>
</div>
</div>