Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-syntax/crashtests/atrule-with-escape-character.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>No crash when at-rule identifier contains unicode escape</title>
<style>
* {
@\aaa
}
</style>