tenfourfox/layout/reftests/transform-3d/perspective-origin-4-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

21 lines
246 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Testcase for bug 770629</title>
<style>
div {
position: absolute;
left: 125px;
width: 50px;
height: 100px;
background: blue;
}
</style>
</head>
<body>
<div></div>
</body>
</html>