Backed out 3 changesets (bug 1794159) for causing bc failures on browser_browserGlue_...
[gecko.git] / layout / reftests / bugs / 656875.html
blob2142ea5eda0fadd147253fd5420e1ce342346cd4
1 <!DOCTYPE html>
3 <div>test</div>
5 <style>
6 body {
7 width: 100px; height: 300px;
8 position: absolute;
9 transform: scale(0.5);
11 div { position: absolute; }
12 </style>