Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-values
/
premature-comment-crash.html
blob: f25de032b1bcea555b680558d0e34ab87b41b96b [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<title>
CSS value parser: Crash if comment ends prematurely
</title>
<link
rel
=
"help"
href
=
"https://crbug.com/340919085"
>
<style>
#
a
{
color
:/*}
</style>
</head>
<body>
<p>
Test passes if it does not crash.
</p>
</body>
</html>