blob: 9b27e497ef85417e139f93a68e3f2f1a9ca7383f [file] [log] [blame]
<!DOCTYPE html>
<title>Crash with :scope in both subject and prelude</title>
<link rel="help" href="https://issues.chromium.org/issues/454830626">
<style>
@scope (.a) {
@scope(:scope) {
:scope {
background: green;
}
}
}
</style>
<div class=a>PASS if no crash</div>