summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/crashtests/w-negative-002.html
blob: a485880f4962dc437693ffe187bf5cbd0b56369e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<title>CSS Test (Transforms): Transform and perspective with w negative</title>
<link rel="author" title="L. David Baron" href="https://dbaron.org/">
<link rel="author" title="Google" href="http://www.google.com/">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1173218">
<link rel="help" href="https://drafts.csswg.org/css-transforms-2/#processing-of-perspective-transformed-boxes">
<meta name="assert" content="This should not crash.">

<style>
html, body { perspective: 9px }
body, div { transform: translateZ(14px) }
div { filter: hue-rotate(6deg) }
</style>
<div>x</div>