Mypal/layout/reftests/transform-3d/backface-visibility-3-ref.html

22 lines
279 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
div {
position: absolute;
display: block;
width: 160px;
height: 160px;
background: red;
top:108px;
left:308px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>