<!DOCTYPE html> | |
<link rel="help" href="https://crbug.com/1308269"> | |
<div style="position: fixed; opacity: 0.5"> | |
<div style="position: fixed; transform: rotate3d(0, 1, 1, 20deg)">ROTATE1</div> | |
<div style="position: fixed; transform: rotate3d(0, 1, 1, 20deg)">ROTATE2</div> | |
</div> | |
<div style="height: 2000px"></div> |