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

21 lines
397 B
HTML

<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<style>
body,html { width: 100%; height: 100%; padding: 0; }
#scale {
position: absolute;
left: 300px;
top: 300px;
width: 100px;
height: 100px;
-moz-transform: scale(4);
border: 1px solid #888;
}
</style>
</head>
<body>
<div id="scale"></div>
</body>
</html>