chromium/third_party/blink/web_tests/external/wpt/css/css-transforms/crashtests/zero-perspective-001.html

<!doctype html>
<meta charset="utf-8">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1772640">
<div id="test">
<style>
* {
  overflow-x: scroll;
  perspective: 0px;
}
#a {
  rotate: 1deg 0 1 0;
}
</style>
<ul id="a">IjzXS</ul>