Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-images
/
gradient-nan-crash.html
blob: 8c4b647042531c50ec4fd441c9c26c302c75cae5 [
file
] [
log
] [
blame
]
<!doctype html>
<style>
body
{
background
:
linear-gradient
(
black calc
(
0%
*
(
1e39
-
1e39
)),
black
0%
);
}
</style>