https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 2c3b1582720bad63628fcf2dc6722159a8f13d4b authored by Gregor Wagner on 04 April 2016, 10:08:53 UTC
Merge
Tip revision: 2c3b158
386014-1-ref.html
<!DOCTYPE html>
<html>
<head>
  <style>
   div { background: green; color: green; width: -moz-fit-content; }
  </style>
</head>
<body>

<div>TEST</div>
</body>
</html>
back to top