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

17 lines
277 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
body { margin-top:101px; }
.outer {
-moz-transform:scale(1.4);
-moz-transform-origin:top left;
line-height:40px;
}
</style>
</head>
<body>
<div class="outer"><div class="inner">Hello Kitty</div></div>
</body>
</html>