summaryrefslogtreecommitdiffstats
path: root/layout/reftests/columns/positioning-transforms-bug1112501.html
blob: f40c65e3432f81b4195e6589db503078f21468b0 (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
</head>
<body>m
<div style="column-count: 2; transform: scale(1,1); ">m
<span style="position: fixed;">m m</span>
</div>
</body>
</html>