summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1149304-1-transform-change-ref.html
blob: 52214ac420c185293173c1299883846945173692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<style>
  body { transform:translateY(10px); white-space: pre; }
  p { margin: 0; }
  span { padding: 2px; color: red; background: blue; }
</style>
</head>
<body><p> <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> &nbsp; &nbsp; </p>
</body>
</html>