summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/812665.html
blob: 1d2edf11b46ec3f2b757ac67673acb39ab5777c2 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<html>
<body onload="document.getElementById('x').style.transformStyle = '';">
<div><span id="x" style="transform-style: preserve-3d;"><div><div style="position: fixed;"></div></div></span></div>
</body>
</html>