Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/transform-3d/backface-visibility-3-ref.html

22 lines
279 B
HTML
Raw Normal View History

<!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>