summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-typed-om/perspective-typed-arithmetic-crash.html
blob: b65625b28681d6adf4edf414700b8c8fd1dfb3a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<title>Don't crash when setting a CSS-wide keyword on a custom property</title>
<link rel="help" href="https://drafts.css-houdini.org/css-typed-om-1/#cssperspective">
<link rel="help" href="https://drafts.css-houdini.org/css-typed-om-1/#cssnumericvalue-create-a-type">
<link rel="help" href="https://crbug.com/1240638<">
<div id="target">
  Don't crash
</div>
<script>
  String(new CSSPerspective(CSS.px(1).mul(CSS.px(1)).div(CSS.px(1))));
</script>