dom/animation/test/crashtests/1393605-1.html
author Andy Leiserson <aleiserson@mozilla.com>
Sat, 19 Jul 2025 16:44:54 +0000 (9 hours ago)
changeset 797257 246e16bb06c941d6f64d807d43c807bfba04ae86
parent 377905 b53b0454742b1513306fecd846f6c93d2e740304
permissions -rw-r--r--
Bug 1976958 - Update wgpu to b83c9cf (2025-07-10) r=webgpu-reviewers,supply-chain-reviewers,teoxoy Differential Revision: https://phabricator.services.mozilla.com/D257047
<!doctype html>
<html>
  <head>
    <title>
      Bug 1393605 - Still work if determinant of 2d matrix is not 1 or -1
    </title>
  </head>
  <script>
    document.documentElement.animate(
      [ { 'transform': 'scale(4)' },
        { 'transform': 'rotate(3grad) scaleX(0) ' +
                       'translate(2mm) matrix(2,7,1,.32,7,0)' } ],
      { fill: 'both' });
  </script>
</html>