testing/web-platform/tests/css/css-backgrounds/linear-gradient-calc-crash.html
author dadaa <daisuke.akatsuka@birchill.co.jp>
Wed, 09 Jul 2025 04:53:58 +0000 (16 hours ago)
changeset 795836 a5500d271fe3a1fefb4d81d96fc4abd00d9eade7
parent 567499 75c78014222657058c32fbaffe38984a816ff01f
permissions -rw-r--r--
Bug 1957280: Limit user's mouse amount for tree component r=places-reviewers,reusable-components-reviewers,masayuki,mstriemer Differential Revision: https://phabricator.services.mozilla.com/D251224
<!doctype html>
<title>CSS Backgrounds and Borders Test: Chrome linear-gradient crash test with large percentage calc()</title>
<link rel="help" href="https://crbug.com/1174046">
<div style="background-image: linear-gradient(to left, black, red calc(1e39% + 0px), green);">Should not crash</div>