Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-shadow/same-rules-bug-2044746-crash.html
<!DOCTYPE html> <style>div:first-child { color: red; background: blue; }</style> <span></span> <div> <div>a</div> </div> <div> <template shadowrootmode=open> <div>b</div> </template> </div>