mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
c37c544c23
This allows baselines to be snapped properly when drawing into high-resolution ThebesLayers.
17 lines
282 B
HTML
17 lines
282 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body { margin-top:100.9px; }
|
|
.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>
|