summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/crashtests/zero-perspective-001.html
blob: 923794ed60cd5c25f93922eaa72b84e3a8357b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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>