Status: FAIL | Duration: 11ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-cascade/scope-implicit-004-print.xhtml
<?xml-stylesheet href="resources/scope-implicit.css" type="text/css"?> <html xmlns="http://www.w3.org/1999/xhtml"> <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" /> <body> <div> <style> @scope { .a { width: 100px; height: 100px; background: green; } } </style> <p>Test passes if there is a filled green square.</p> <div class="a"></div> </div> </body> </html>
/css/reference/ref-filled-green-100px-square-only.html
<!DOCTYPE html> <link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org"> <p>Test passes if there is a filled green square.</p> <div style="width:100px; height:100px; background:green;"></div>