1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-04 22:28:36 +00:00
Files
UXP/layout/reftests/transform/translatex-1-ref-2.html
T

13 lines
228 B
HTML

<html>
<head>
</head>
<body>
<div style="margin-left: 50px;">
Test Text
</div>
<div style="position:relative; left:50px; height:10px;">
<!-- make the body overflow by 50px horizontally -->
</div>
</body>
</html>