1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-20 23:38:47 +00:00
Files
UXP/layout/reftests/bugs/656875.html
T

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>