blob: 964b11e0e6c6e68a11ec8f0283407e215a259c09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style>
.transform {
will-change: transform;
transform-style: preserve-3d;
}
</style>
<body>
<div class="transform">
<div>TEST PAGE</div>
<div style="text-indent: -9999em">TEST PAGE</div>
</div>
</body>
|