summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/large-matrix-crash.html
blob: 5e8ba9ff791f06abcc805d2d9fa9157dae8cf184 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<title>CSS Test (Transforms): Very large values in matrix3d()</title>
<link rel="author" title="L. David Baron" href="https://dbaron.org/">
<link rel="author" title="Google" href="http://www.google.com/">
<style>
html, body, div {
  transform: matrix3d(1, 1, 1, 1, 72770296304691886506301192829784762776379253934637144527855766046737093, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);
}
</style>
<div>This should not crash.</div>