diff options
Diffstat (limited to 'testing/web-platform/tests/css/motion/offset-path-huge-angle-grad-001-crash.html')
-rw-r--r-- | testing/web-platform/tests/css/motion/offset-path-huge-angle-grad-001-crash.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/motion/offset-path-huge-angle-grad-001-crash.html b/testing/web-platform/tests/css/motion/offset-path-huge-angle-grad-001-crash.html new file mode 100644 index 0000000000..c76933ef51 --- /dev/null +++ b/testing/web-platform/tests/css/motion/offset-path-huge-angle-grad-001-crash.html @@ -0,0 +1,14 @@ +<!DOCTYPE HTML> +<title>offset-path test</title> +<link rel="author" title="L. David Baron" href="https://dbaron.org/"> +<link rel="author" title="Google" href="http://www.google.com/"> +<link rel="help" href="https://drafts.fxtf.org/motion-1/#offset-path-property"> +<meta name="assert" content="Large values for offset-path: ray() don't crash"> + +<style> +div { + offset-path: ray(5165115062564010418886627101859128300222766327801285816786500868064380377045897161681727293067285963498475230944769226741073725068514127966647263258596746856069391481208581271438825453738877078391799112031939038723167596920773364756130563441390791979369626922790366402464887464920502999360570388896433548829612009435379381399038315373628025221199372687681374830995409961497560716647839914164565799020605030287737552269627690337042004538002595445290196546632023324714910033826404818995488649610987grad farthest-side); + clip-path: circle(14% at left bottom); +} +</style> +<div></div> |