1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 11:28:57 +00:00
Files
UXP/layout/reftests/transform/rotate-1b.html
T

10 lines
160 B
HTML

<html>
<head>
</head>
<body>
<div style="-moz-transform: rotate(45deg) rotate(400grad); width: 100px; height: 100px;">
Test Text
</div>
</body>
</html>