mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
fddd9ce5af
--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>
|