Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-images/radial-gradient-transition-hint-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Color transition hint between values that are far apart</title>
<div style="width:400px;height:400px;"></div>
<style>
div {
background-image: radial-gradient(green -1540359700%, 0px, darkgrey 2%);
}
</style>
PASS if no crash