mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
1b32875c44
--HG-- extra : rebase_source : a98568046ab5e4b4382e380f0fd2d03be481edaa
13 lines
189 B
HTML
13 lines
189 B
HTML
<!DOCTYPE html>
|
|
|
|
<div>test</div>
|
|
|
|
<style>
|
|
body {
|
|
width: 100px; height: 300px;
|
|
position: absolute;
|
|
-moz-transform: scale(0.5);
|
|
}
|
|
div { position: absolute; }
|
|
</style>
|