Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            
- /css/css-cascade/scope-declaration-list-crash.html - WPT Dashboard Interop Dashboard
 
 
<!DOCTYPE html>
<title>@scope crash with invalid selectors</title>
<style>
  @scope (div) {
    z-index: 1;
  }
  @scope (div) {
    .a;
  }
</style>
<p>
  PASS if no crash.
</p>