1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-02 13:18:34 +00:00
Files
UXP/layout/reftests/transform-3d/perspective-origin-4-ref.html
T

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>