blob: d2d5e968d64099a9309613b082fb9035e4eeb02e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!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=455874">
<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>
* {
transform: perspective(142176px);
mix-blend-mode: darken;
transform-origin: left center 537763.2px;
}
</style>
<hr size="1425"></hr>
<button autofocus></button>
|