comparison: layout/reftests/bugs/656875.html
layout/reftests/bugs/656875.html
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 |
|
3 <div>test</div> |
|
4 |
|
5 <style> |
|
6 body { |
|
7 width: 100px; height: 300px; |
|
8 position: absolute; |
|
9 -moz-transform: scale(0.5); |
|
10 } |
|
11 div { position: absolute; } |
|
12 </style> |