tenfourfox/layout/reftests/transform/translatex-1-ref-2.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

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>