summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/386014-1-ref.html
blob: f1b0d60894501ea8cc7e85699901b9821f791274 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
  <style>
   div { background: green; color: green; width: -moz-fit-content; }
  </style>
</head>
<body>

<div>TEST</div>
</body>
</html>