Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>Crash with :scope in both subject and prelude</title>
<style>
@scope (.a) {
@scope(:scope) {
:scope {
background: green;
}
}
}
</style>
<div class=a>PASS if no crash</div>